uawdijnntqw1x1x1
IP : 13.59.225.66
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
.
/
.
/
..
/
old
/
public_html
/
thelabra_wp846-56bcb41.sql
/
/
-- MySQL dump 10.16 Distrib 10.1.41-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: thelabra_wp846 -- ------------------------------------------------------ -- Server version 10.1.41-MariaDB /*!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 utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wpmd_commentmeta` -- DROP TABLE IF EXISTS `wpmd_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_commentmeta` -- LOCK TABLES `wpmd_commentmeta` WRITE; /*!40000 ALTER TABLE `wpmd_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_comments` -- DROP TABLE IF EXISTS `wpmd_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_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)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_comments` -- LOCK TABLES `wpmd_comments` WRITE; /*!40000 ALTER TABLE `wpmd_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_duplicator_packages` -- DROP TABLE IF EXISTS `wpmd_duplicator_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_duplicator_packages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `status` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `package` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_duplicator_packages` -- LOCK TABLES `wpmd_duplicator_packages` WRITE; /*!40000 ALTER TABLE `wpmd_duplicator_packages` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_commentmeta` -- DROP TABLE IF EXISTS `wpmd_give_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_commentmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `give_comment_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `give_comment_id` (`give_comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_commentmeta` -- LOCK TABLES `wpmd_give_commentmeta` WRITE; /*!40000 ALTER TABLE `wpmd_give_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_comments` -- DROP TABLE IF EXISTS `wpmd_give_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_comments` ( `comment_ID` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `comment_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_parent` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_type` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, PRIMARY KEY (`comment_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_comments` -- LOCK TABLES `wpmd_give_comments` WRITE; /*!40000 ALTER TABLE `wpmd_give_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_donationmeta` -- DROP TABLE IF EXISTS `wpmd_give_donationmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_donationmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `donation_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `donation_id` (`donation_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_donationmeta` -- LOCK TABLES `wpmd_give_donationmeta` WRITE; /*!40000 ALTER TABLE `wpmd_give_donationmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_donationmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_donormeta` -- DROP TABLE IF EXISTS `wpmd_give_donormeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_donormeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `donor_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `donor_id` (`donor_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_donormeta` -- LOCK TABLES `wpmd_give_donormeta` WRITE; /*!40000 ALTER TABLE `wpmd_give_donormeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_donormeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_donors` -- DROP TABLE IF EXISTS `wpmd_give_donors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_donors` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `email` varchar(255) NOT NULL, `name` mediumtext NOT NULL, `purchase_value` mediumtext NOT NULL, `purchase_count` bigint(20) NOT NULL, `payment_ids` longtext NOT NULL, `notes` longtext NOT NULL, `date_created` datetime NOT NULL, `token` varchar(255) NOT NULL, `verify_key` varchar(255) NOT NULL, `verify_throttle` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`), KEY `user` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_donors` -- LOCK TABLES `wpmd_give_donors` WRITE; /*!40000 ALTER TABLE `wpmd_give_donors` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_donors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_formmeta` -- DROP TABLE IF EXISTS `wpmd_give_formmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_formmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `form_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `form_id` (`form_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=95 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_formmeta` -- LOCK TABLES `wpmd_give_formmeta` WRITE; /*!40000 ALTER TABLE `wpmd_give_formmeta` DISABLE KEYS */; INSERT INTO `wpmd_give_formmeta` VALUES (1,163,'_us_in_content_ids',''),(2,163,'us_og_image',''),(3,164,'_us_in_content_ids',''),(4,164,'us_og_image',''),(5,163,'_edit_last','1'),(6,163,'_edit_lock','1574354778:1'),(7,163,'slide_template','default'),(8,163,'_give_levels_minimum_amount','10.000000'),(9,163,'_give_levels_maximum_amount','100.000000'),(10,163,'_give_price_option','multi'),(11,163,'_give_form_status','open'),(12,163,'_give_set_price','1.000000'),(13,163,'_give_display_style','buttons'),(14,163,'_give_custom_amount','enabled'),(15,163,'_give_custom_amount_range_minimum','5.000000'),(16,163,'_give_custom_amount_range_maximum','999999.990000'),(17,163,'_give_custom_amount_text',''),(18,163,'_give_donation_levels','a:3:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:10:\"100.000000\";s:10:\"_give_text\";s:0:\"\";}}'),(19,163,'_give_payment_display','onpage'),(20,163,'_give_reveal_label',''),(21,163,'_give_checkout_label',''),(22,163,'_give_default_gateway','global'),(23,163,'_give_name_title_prefix','global'),(24,163,'_give_title_prefixes',''),(25,163,'_give_company_field','global'),(26,163,'_give_anonymous_donation','global'),(27,163,'_give_donor_comment','global'),(28,163,'_give_logged_in_only','enabled'),(29,163,'_give_show_register_form','none'),(30,163,'_give_form_floating_labels','global'),(31,163,'_give_goal_option','disabled'),(32,163,'_give_goal_format','amount'),(33,163,'_give_set_goal','1.000000'),(34,163,'_give_number_of_donation_goal','1'),(35,163,'_give_number_of_donor_goal','1'),(36,163,'_give_goal_color','#2bc253'),(37,163,'_give_close_form_when_goal_achieved','disabled'),(38,163,'_give_form_goal_achieved_message','Thank you to all our donors, we have met our fundraising goal.'),(39,163,'_give_display_content','disabled'),(40,163,'_give_content_placement','give_pre_form'),(41,163,'_give_form_content',''),(42,163,'_give_terms_option','global'),(43,163,'_give_agree_label',''),(44,163,'_give_agree_text','Acceptance of any contribution, gift or grant is at the discretion of the Depak - Wildlife Conservation and Zoonoses Awareness. The Depak - Wildlife Conservation and Zoonoses Awareness will not accept any gift unless it can be used or expended consistently with the purpose and mission of the Depak - Wildlife Conservation and Zoonoses Awareness.\r\n\r\nNo irrevocable gift, whether outright or life-income in character, will be accepted if under any reasonable set of circumstances the gift would jeopardize the donor’s financial security.\r\n\r\nThe Depak - Wildlife Conservation and Zoonoses Awareness will refrain from providing advice about the tax or other treatment of gifts and will encourage donors to seek guidance from their own professional advisers to assist them in the process of making their donation.\r\n\r\nThe Depak - Wildlife Conservation and Zoonoses Awareness will accept donations of cash or publicly traded securities. Gifts of in-kind services will be accepted at the discretion of the Depak - Wildlife Conservation and Zoonoses Awareness.\r\n\r\nCertain other gifts, real property, personal property, in-kind gifts, non-liquid securities, and contributions whose sources are not transparent or whose use is restricted in some manner, must be reviewed prior to acceptance due to the special obligations raised or liabilities they may pose for Depak - Wildlife Conservation and Zoonoses Awareness.\r\n\r\nThe Depak - Wildlife Conservation and Zoonoses Awareness will provide acknowledgments to donors meeting tax requirements for property received by the charity as a gift. However, except for gifts of cash and publicly traded securities, no value shall be ascribed to any receipt or other form of substantiation of a gift received by Depak - Wildlife Conservation and Zoonoses Awareness.\r\n\r\nThe Depak - Wildlife Conservation and Zoonoses Awareness will respect the intent of the donor relating to gifts for restricted purposes and those relating to the desire to remain anonymous. With respect to anonymous gifts, the Depak - Wildlife Conservation and Zoonoses Awareness will restrict information about the donor to only those staff members with a need to know.\r\n\r\nThe Depak - Wildlife Conservation and Zoonoses Awareness will not compensate, whether through commissions, finders\' fees, or other means, any third party for directing a gift or a donor to the Depak - Wildlife Conservation and Zoonoses Awareness.'),(45,163,'_give_customize_offline_donations','global'),(46,163,'_give_offline_donation_enable_billing_fields_single','disabled'),(47,163,'_give_offline_checkout_notes','In order to make an offline donation we ask that you please follow these instructions:\r\n<ol>\r\n <li>Make a check payable to \"{sitename}\"</li>\r\n <li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\r\n <li>Please mail your check to:</li>\r\n</ol>\r\n{offline_mailing_address}\r\n\r\nAll contributions will be gratefully acknowledged and are tax deductible.'),(48,163,'_give_email_options','global'),(49,163,'_give_email_template','default'),(50,163,'_give_email_logo',''),(51,163,'_give_from_name','Depak - Wildlife Conservation and Zoonoses Awareness'),(52,163,'_give_from_email','admin@depak.org'),(53,163,'_give_new-donation_notification','global'),(54,163,'_give_new-donation_email_subject','New Donation - #{payment_id}'),(55,163,'_give_new-donation_email_header','New Donation!'),(56,163,'_give_new-donation_email_message','Hi there,\r\n\r\nThis email is to inform you that a new donation has been made on your website: {site_url}.\r\n\r\n<strong>Donor:</strong> {name}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n\r\nThank you,\r\n\r\n{sitename}'),(57,163,'_give_new-donation_email_content_type','text/html'),(58,163,'_give_new-donation_recipient','a:1:{i:0;a:1:{s:5:\"email\";s:15:\"admin@depak.org\";}}'),(59,163,'_give_donation-receipt_notification','global'),(60,163,'_give_donation-receipt_email_subject','Donation Receipt'),(61,163,'_give_donation-receipt_email_header','Donation Receipt'),(62,163,'_give_donation-receipt_email_message','Dear {name},\r\n\r\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\r\n\r\n<strong>Donor:</strong> {fullname}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Donation Date:</strong> {date}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n<strong>Payment ID:</strong> {payment_id}\r\n\r\n{receipt_link}\r\n\r\nSincerely,\r\n{sitename}'),(63,163,'_give_donation-receipt_email_content_type','text/html'),(64,163,'_give_new-offline-donation_notification','global'),(65,163,'_give_new-offline-donation_email_subject','New Pending Donation'),(66,163,'_give_new-offline-donation_email_header','New Offline Donation!'),(67,163,'_give_new-offline-donation_email_message','Hi there,\r\n\r\nThis email is to inform you that a new donation has been made on your website: {site_url}.\r\n\r\n<strong>Donor:</strong> {name}\r\n<strong>Donation:</strong> {donation}\r\n<strong>Amount:</strong> {amount}\r\n<strong>Payment Method:</strong> {payment_method}\r\n\r\nThank you,\r\n\r\n{sitename}'),(68,163,'_give_new-offline-donation_email_content_type','text/html'),(69,163,'_give_new-offline-donation_recipient','a:1:{i:0;a:1:{s:5:\"email\";s:15:\"admin@depak.org\";}}'),(70,163,'_give_offline-donation-instruction_notification','global'),(71,163,'_give_offline-donation-instruction_email_subject','{donation} - Offline Donation Instructions'),(72,163,'_give_offline-donation-instruction_email_header','Offline Donation Instructions'),(73,163,'_give_offline-donation-instruction_email_message','Dear {name},\r\n\r\nThank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:\r\n<ol>\r\n <li>Make a check payable to \"{sitename}\"</li>\r\n <li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\r\n <li>Please mail your check to:</li>\r\n</ol>\r\n{offline_mailing_address}\r\n\r\nOnce your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!\r\n\r\nSincerely,\r\n\r\n{sitename}'),(74,163,'_give_offline-donation-instruction_email_content_type','text/html'),(75,163,'_give_form_goal_progress','-1'),(76,163,'us_header_id','__defaults__'),(77,163,'us_header_sticky_override','0'),(78,163,'us_header_sticky',NULL),(79,163,'us_header_transparent_override','0'),(80,163,'us_header_transparent',NULL),(81,163,'us_header_shadow','0'),(82,163,'us_header_sticky_pos',''),(83,163,'us_titlebar_id',NULL),(84,163,'us_content_id','__defaults__'),(85,163,'us_sidebar_id',NULL),(86,163,'us_sidebar_pos',NULL),(87,163,'us_footer_id','__defaults__'),(88,163,'us_tile_bg_color',''),(89,163,'us_tile_text_color',''),(90,163,'us_tile_size','1x1'),(91,163,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(92,163,'us_tile_additional_image',''),(93,163,'_give_form_sales','0'),(94,163,'_give_form_earnings','0'); /*!40000 ALTER TABLE `wpmd_give_formmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_logmeta` -- DROP TABLE IF EXISTS `wpmd_give_logmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_logmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `log_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `log_id` (`log_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_logmeta` -- LOCK TABLES `wpmd_give_logmeta` WRITE; /*!40000 ALTER TABLE `wpmd_give_logmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_logmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_logs` -- DROP TABLE IF EXISTS `wpmd_give_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_logs` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `log_title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_parent` bigint(20) NOT NULL, `log_type` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_date` datetime NOT NULL, `log_date_gmt` datetime NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_logs` -- LOCK TABLES `wpmd_give_logs` WRITE; /*!40000 ALTER TABLE `wpmd_give_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_sequential_ordering` -- DROP TABLE IF EXISTS `wpmd_give_sequential_ordering`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_sequential_ordering` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `payment_id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_sequential_ordering` -- LOCK TABLES `wpmd_give_sequential_ordering` WRITE; /*!40000 ALTER TABLE `wpmd_give_sequential_ordering` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_sequential_ordering` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_give_sessions` -- DROP TABLE IF EXISTS `wpmd_give_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_give_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_give_sessions` -- LOCK TABLES `wpmd_give_sessions` WRITE; /*!40000 ALTER TABLE `wpmd_give_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_give_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_links` -- DROP TABLE IF EXISTS `wpmd_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_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 `wpmd_links` -- LOCK TABLES `wpmd_links` WRITE; /*!40000 ALTER TABLE `wpmd_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_options` -- DROP TABLE IF EXISTS `wpmd_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_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=28528 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_options` -- LOCK TABLES `wpmd_options` WRITE; /*!40000 ALTER TABLE `wpmd_options` DISABLE KEYS */; INSERT INTO `wpmd_options` VALUES (1,'siteurl','https://depak.org','yes'),(2,'home','http://depak.org','yes'),(3,'blogname','Batcon Pakistan - Wildlife Conservation and Zoonoses Awareness','yes'),(4,'blogdescription','Wildlife Conservation and Zoonoses Awareness','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@depak.org','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:178:{s:12:\"donations/?$\";s:30:\"index.php?post_type=give_forms\";s:42:\"donations/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=give_forms&feed=$matches[1]\";s:37:\"donations/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=give_forms&feed=$matches[1]\";s:29:\"donations/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=give_forms&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:54:\"give_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?give_log_type=$matches[1]&feed=$matches[2]\";s:49:\"give_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?give_log_type=$matches[1]&feed=$matches[2]\";s:42:\"give_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?give_log_type=$matches[1]&paged=$matches[2]\";s:24:\"give_log_type/([^/]+)/?$\";s:35:\"index.php?give_log_type=$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:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:34:\"category/(.+?)/give-api(/(.*))?/?$\";s:56:\"index.php?category_name=$matches[1]&give-api=$matches[3]\";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:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:31:\"tag/([^/]+)/give-api(/(.*))?/?$\";s:46:\"index.php?tag=$matches[1]&give-api=$matches[3]\";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: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:37:\"donations/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"donations/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"donations/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"donations/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"donations/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"donations/([^/]+)/trackback/?$\";s:37:\"index.php?give_forms=$matches[1]&tb=1\";s:50:\"donations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?give_forms=$matches[1]&feed=$matches[2]\";s:45:\"donations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?give_forms=$matches[1]&feed=$matches[2]\";s:38:\"donations/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?give_forms=$matches[1]&paged=$matches[2]\";s:45:\"donations/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?give_forms=$matches[1]&cpage=$matches[2]\";s:37:\"donations/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?give_forms=$matches[1]&give-api=$matches[3]\";s:43:\"donations/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:54:\"donations/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:34:\"donations/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?give_forms=$matches[1]&page=$matches[2]\";s:26:\"donations/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"donations/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"donations/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"donations/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"donations/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:39:\"index.php?us_portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?us_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?us_portfolio=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio/([^/]+)/give-api(/(.*))?/?$\";s:55:\"index.php?us_portfolio=$matches[1]&give-api=$matches[3]\";s:43:\"portfolio/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:54:\"portfolio/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?us_portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?us_portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?us_portfolio_category=$matches[1]&feed=$matches[2]\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?us_portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:43:\"index.php?us_portfolio_category=$matches[1]\";s:54:\"portfolio_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?us_portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?us_portfolio_tag=$matches[1]&feed=$matches[2]\";s:42:\"portfolio_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?us_portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio_tag/([^/]+)/?$\";s:38:\"index.php?us_portfolio_tag=$matches[1]\";s:64:\"us_testimonial_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?us_testimonial_category=$matches[1]&feed=$matches[2]\";s:59:\"us_testimonial_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?us_testimonial_category=$matches[1]&feed=$matches[2]\";s:52:\"us_testimonial_category/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?us_testimonial_category=$matches[1]&paged=$matches[2]\";s:34:\"us_testimonial_category/([^/]+)/?$\";s:45:\"index.php?us_testimonial_category=$matches[1]\";s:42:\"us_widget_area/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"us_widget_area/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"us_widget_area/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"us_widget_area/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"us_widget_area/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"us_widget_area/([^/]+)/trackback/?$\";s:41:\"index.php?us_widget_area=$matches[1]&tb=1\";s:43:\"us_widget_area/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?us_widget_area=$matches[1]&paged=$matches[2]\";s:50:\"us_widget_area/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?us_widget_area=$matches[1]&cpage=$matches[2]\";s:42:\"us_widget_area/([^/]+)/give-api(/(.*))?/?$\";s:57:\"index.php?us_widget_area=$matches[1]&give-api=$matches[3]\";s:48:\"us_widget_area/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:59:\"us_widget_area/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:39:\"us_widget_area/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?us_widget_area=$matches[1]&page=$matches[2]\";s:31:\"us_widget_area/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"us_widget_area/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"us_widget_area/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"us_widget_area/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"us_widget_area/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";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: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:40:\"vc_grid_item/([^/]+)/give-api(/(.*))?/?$\";s:55:\"index.php?vc_grid_item=$matches[1]&give-api=$matches[3]\";s:46:\"vc_grid_item/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:57:\"vc_grid_item/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";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: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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=22&cpage=$matches[1]\";s:19:\"give-api(/(.*))?/?$\";s:31:\"index.php?&give-api=$matches[2]\";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:28:\"comments/give-api(/(.*))?/?$\";s:31:\"index.php?&give-api=$matches[2]\";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:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:31:\"search/(.+)/give-api(/(.*))?/?$\";s:44:\"index.php?s=$matches[1]&give-api=$matches[3]\";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:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:34:\"author/([^/]+)/give-api(/(.*))?/?$\";s:54:\"index.php?author_name=$matches[1]&give-api=$matches[3]\";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: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:56:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/give-api(/(.*))?/?$\";s:84:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&give-api=$matches[5]\";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: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:43:\"([0-9]{4})/([0-9]{1,2})/give-api(/(.*))?/?$\";s:68:\"index.php?year=$matches[1]&monthnum=$matches[2]&give-api=$matches[4]\";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:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:30:\"([0-9]{4})/give-api(/(.*))?/?$\";s:47:\"index.php?year=$matches[1]&give-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s: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:27:\"(.?.+?)/give-api(/(.*))?/?$\";s:51:\"index.php?pagename=$matches[1]&give-api=$matches[3]\";s:33:\".?.+?/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:44:\".?.+?/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:27:\"([^/]+)/give-api(/(.*))?/?$\";s:47:\"index.php?name=$matches[1]&give-api=$matches[3]\";s:33:\"[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:44:\"[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:1;s:51:\"enable-gzip-compression/enable-gzip-compression.php\";i:2;s:13:\"give/give.php\";i:3;s:27:\"js_composer/js_composer.php\";i:5;s:23:\"revslider/revslider.php\";i:6;s:45:\"tiny-compress-images/tiny-compress-images.php\";i:7;s:39:\"us-header-builder/us-header-builder.php\";i:8;s:23:\"wp-rocket/wp-rocket.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','wpnull24','yes'),(41,'stylesheet','wpnull24','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}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:4:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:39:\"us-header-builder/us-header-builder.php\";s:14:\"ushb_uninstall\";s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','22','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','312','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wpmd_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:143:{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:17:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:18:\"edit_us_page_block\";b:1;s:18:\"read_us_page_block\";b:1;s:20:\"delete_us_page_block\";b:1;s:19:\"edit_us_page_blocks\";b:1;s:26:\"edit_others_us_page_blocks\";b:1;s:22:\"publish_us_page_blocks\";b:1;s:27:\"read_private_us_page_blocks\";b:1;s:21:\"delete_us_page_blocks\";b:1;s:29:\"delete_private_us_page_blocks\";b:1;s:31:\"delete_published_us_page_blocks\";b:1;s:28:\"delete_others_us_page_blocks\";b:1;s:27:\"edit_private_us_page_blocks\";b:1;s:29:\"edit_published_us_page_blocks\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:14:\"edit_give_form\";b:1;s:14:\"read_give_form\";b:1;s:16:\"delete_give_form\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:17:\"edit_give_payment\";b:1;s:17:\"read_give_payment\";b:1;s:19:\"delete_give_payment\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:60:{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:17:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";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:12:\"give_manager\";a:2:{s:4:\"name\";s:14:\"GiveWP Manager\";s:12:\"capabilities\";a:71:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:0;s:6:\"import\";b:0;s:19:\"delete_others_pages\";b:0;s:19:\"delete_others_posts\";b:0;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:17:\"edit_others_pages\";b:0;s:17:\"edit_others_posts\";b:0;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:0;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:14:\"edit_give_form\";b:1;s:14:\"read_give_form\";b:1;s:16:\"delete_give_form\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:17:\"edit_give_payment\";b:1;s:17:\"read_give_payment\";b:1;s:19:\"delete_give_payment\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;}}s:15:\"give_accountant\";a:2:{s:4:\"name\";s:17:\"GiveWP Accountant\";s:12:\"capabilities\";a:9:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:15:\"edit_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"view_give_reports\";b:1;s:19:\"export_give_reports\";b:1;s:18:\"edit_give_payments\";b:1;s:18:\"view_give_payments\";b:1;}}s:11:\"give_worker\";a:2:{s:4:\"name\";s:13:\"GiveWP Worker\";s:12:\"capabilities\";a:16:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:18:\"edit_give_payments\";b:1;s:17:\"delete_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;}}s:10:\"give_donor\";a:2:{s:4:\"name\";s:12:\"GiveWP Donor\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"default_sidebar\";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:13:\"array_version\";i:3;}','yes'),(102,'cron','a:9:{i:1602150767;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:1602154663;a:1:{s:23:\"rocket_purge_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rocket_purge\";s:4:\"args\";a:0:{}s:8:\"interval\";i:36000;}}}i:1602175121;a:2:{s:28:\"give_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:27:\"give_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1602177925;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:1602177975;a:3:{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: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:1602178238;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:1602189611;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1602866321;a:1:{s:29:\"give_monthly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'recovery_keys','a:0:{}','yes'),(113,'theme_mods_twentynineteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(122,'pagelayer_version','1.0.0','yes'),(123,'pagelayer_options','a:0:{}','yes'),(124,'pagelayer_promo_time','1570728333','yes'),(125,'restoneu-ex_promo_time','1570728333','yes'),(127,'wpsupercache_gc_time','1575370104','yes'),(129,'theme_mods_restoneu-ex','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1570645381;s:4:\"data\";a:2:{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\";}}}}','yes'),(151,'WPLANG','','yes'),(152,'new_admin_email','admin@depak.org','yes'),(161,'wpsc_feed_list','a:0:{}','yes'),(165,'current_theme','Premium WP Template','yes'),(166,'theme_mods_wpnull24','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1570645459;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"default_sidebar\";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:18:\"custom_css_post_id\";i:-1;}','yes'),(167,'theme_switched','','yes'),(168,'us_license_activated','1','yes'),(169,'usof_options_Premium WP Template','a:278:{s:16:\"maintenance_mode\";i:0;s:16:\"maintenance_page\";i:3;s:15:\"maintenance_503\";i:0;s:11:\"search_page\";s:7:\"default\";s:10:\"posts_page\";s:7:\"default\";s:8:\"page_404\";s:7:\"default\";s:9:\"site_icon\";s:8:\"312|full\";s:9:\"preloader\";s:1:\"1\";s:15:\"preloader_image\";s:0:\"\";s:15:\"rounded_corners\";i:1;s:15:\"links_underline\";i:0;s:22:\"keyboard_accessibility\";i:0;s:11:\"back_to_top\";i:1;s:15:\"back_to_top_pos\";s:5:\"right\";s:17:\"back_to_top_color\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"back_to_top_display\";s:5:\"100vh\";s:22:\"smooth_scroll_duration\";s:6:\"1000ms\";s:13:\"gmaps_api_key\";s:0:\"\";s:13:\"canvas_layout\";s:4:\"wide\";s:13:\"color_body_bg\";s:4:\"#eee\";s:13:\"body_bg_image\";s:0:\"\";s:18:\"body_bg_image_size\";s:5:\"cover\";s:20:\"body_bg_image_repeat\";s:6:\"repeat\";s:22:\"body_bg_image_position\";s:8:\"top left\";s:24:\"body_bg_image_attachment\";i:1;s:17:\"site_canvas_width\";s:6:\"1300px\";s:18:\"site_content_width\";s:6:\"1140px\";s:13:\"sidebar_width\";s:3:\"25%\";s:18:\"text_bottom_indent\";s:6:\"1.5rem\";s:10:\"row_height\";s:4:\"auto\";s:21:\"disable_effects_width\";s:5:\"900px\";s:17:\"responsive_layout\";b:1;s:22:\"columns_stacking_width\";s:5:\"768px\";s:13:\"header_layout\";s:8:\"simple_1\";s:13:\"header_sticky\";a:3:{i:0;s:7:\"default\";i:1;s:7:\"tablets\";i:2;s:7:\"mobiles\";}s:18:\"header_transparent\";i:0;s:16:\"header_fullwidth\";i:0;s:17:\"header_top_height\";s:4:\"40px\";s:24:\"header_top_sticky_height\";s:3:\"0px\";s:20:\"header_middle_height\";s:5:\"100px\";s:27:\"header_middle_sticky_height\";s:4:\"50px\";s:20:\"header_bottom_height\";s:4:\"50px\";s:27:\"header_bottom_sticky_height\";s:4:\"50px\";s:17:\"header_main_width\";s:5:\"300px\";s:22:\"header_invert_logo_pos\";i:0;s:18:\"header_search_show\";i:1;s:20:\"header_search_layout\";s:10:\"fullscreen\";s:20:\"header_contacts_show\";i:0;s:21:\"header_contacts_phone\";s:0:\"\";s:21:\"header_contacts_email\";s:0:\"\";s:9:\"logo_type\";s:4:\"text\";s:9:\"logo_text\";s:4:\"LOGO\";s:14:\"logo_font_size\";s:4:\"26px\";s:22:\"logo_font_size_tablets\";s:4:\"24px\";s:22:\"logo_font_size_mobiles\";s:4:\"20px\";s:10:\"logo_image\";s:0:\"\";s:11:\"logo_height\";s:4:\"60px\";s:18:\"logo_height_sticky\";s:4:\"60px\";s:19:\"logo_height_tablets\";s:4:\"40px\";s:19:\"logo_height_mobiles\";s:4:\"30px\";s:11:\"menu_source\";s:4:\"menu\";s:13:\"menu_fontsize\";s:4:\"16px\";s:12:\"menu_indents\";s:4:\"40px\";s:11:\"menu_height\";i:0;s:17:\"menu_sub_fontsize\";s:4:\"15px\";s:17:\"menu_mobile_width\";s:5:\"900px\";s:19:\"menu_togglable_type\";i:1;s:9:\"header_id\";i:9;s:11:\"titlebar_id\";s:0:\"\";s:10:\"content_id\";s:0:\"\";s:10:\"sidebar_id\";s:0:\"\";s:11:\"sidebar_pos\";s:5:\"right\";s:9:\"footer_id\";i:7;s:14:\"header_post_id\";s:12:\"__defaults__\";s:16:\"titlebar_post_id\";s:12:\"__defaults__\";s:15:\"content_post_id\";s:12:\"__defaults__\";s:15:\"sidebar_post_id\";s:12:\"__defaults__\";s:16:\"sidebar_post_pos\";s:5:\"right\";s:14:\"footer_post_id\";s:12:\"__defaults__\";s:19:\"header_portfolio_id\";s:12:\"__defaults__\";s:21:\"titlebar_portfolio_id\";s:12:\"__defaults__\";s:20:\"content_portfolio_id\";s:12:\"__defaults__\";s:20:\"sidebar_portfolio_id\";s:12:\"__defaults__\";s:21:\"sidebar_portfolio_pos\";s:5:\"right\";s:19:\"footer_portfolio_id\";s:12:\"__defaults__\";s:20:\"header_give_forms_id\";s:12:\"__defaults__\";s:22:\"titlebar_give_forms_id\";s:12:\"__defaults__\";s:21:\"content_give_forms_id\";s:12:\"__defaults__\";s:21:\"sidebar_give_forms_id\";s:12:\"__defaults__\";s:22:\"sidebar_give_forms_pos\";s:5:\"right\";s:20:\"footer_give_forms_id\";s:12:\"__defaults__\";s:17:\"header_archive_id\";s:0:\"\";s:19:\"titlebar_archive_id\";s:0:\"\";s:18:\"content_archive_id\";s:0:\"\";s:18:\"sidebar_archive_id\";s:0:\"\";s:19:\"sidebar_archive_pos\";s:5:\"right\";s:17:\"footer_archive_id\";s:0:\"\";s:22:\"header_tax_category_id\";s:12:\"__defaults__\";s:24:\"titlebar_tax_category_id\";s:12:\"__defaults__\";s:23:\"content_tax_category_id\";s:12:\"__defaults__\";s:23:\"sidebar_tax_category_id\";s:12:\"__defaults__\";s:24:\"sidebar_tax_category_pos\";s:5:\"right\";s:22:\"footer_tax_category_id\";s:12:\"__defaults__\";s:16:\"header_author_id\";s:12:\"__defaults__\";s:18:\"titlebar_author_id\";s:12:\"__defaults__\";s:17:\"content_author_id\";s:12:\"__defaults__\";s:17:\"sidebar_author_id\";s:0:\"\";s:18:\"sidebar_author_pos\";s:5:\"right\";s:16:\"footer_author_id\";s:12:\"__defaults__\";s:22:\"color_header_middle_bg\";s:7:\"#ffffff\";s:24:\"color_header_middle_text\";s:7:\"#07461a\";s:30:\"color_header_middle_text_hover\";s:7:\"#6b9726\";s:20:\"color_chrome_toolbar\";s:7:\"#f5f5f5\";s:19:\"color_header_top_bg\";s:7:\"#f5f5f5\";s:21:\"color_header_top_text\";s:7:\"#07461a\";s:27:\"color_header_top_text_hover\";s:7:\"#6b9726\";s:22:\"color_header_bottom_bg\";s:7:\"#f5f5f5\";s:24:\"color_header_bottom_text\";s:7:\"#07461a\";s:30:\"color_header_bottom_text_hover\";s:7:\"#6b9726\";s:29:\"color_header_transparent_text\";s:4:\"#fff\";s:35:\"color_header_transparent_text_hover\";s:4:\"#fff\";s:22:\"color_header_search_bg\";s:39:\"linear-gradient(135deg,#07461a,#6b9726)\";s:24:\"color_header_search_text\";s:4:\"#fff\";s:32:\"color_menu_transparent_active_bg\";s:11:\"transparent\";s:34:\"color_menu_transparent_active_text\";s:7:\"#ff6ba9\";s:19:\"color_menu_hover_bg\";s:11:\"transparent\";s:21:\"color_menu_hover_text\";s:7:\"#6b9726\";s:20:\"color_menu_active_bg\";s:11:\"transparent\";s:22:\"color_menu_active_text\";s:7:\"#e95095\";s:20:\"color_menu_button_bg\";s:7:\"#e95095\";s:22:\"color_menu_button_text\";s:4:\"#fff\";s:26:\"color_menu_button_hover_bg\";s:7:\"#07461a\";s:28:\"color_menu_button_hover_text\";s:7:\"#6b9726\";s:13:\"color_drop_bg\";s:4:\"#fff\";s:15:\"color_drop_text\";s:7:\"#07461a\";s:19:\"color_drop_hover_bg\";s:39:\"linear-gradient(135deg,#07461a,#6b9726)\";s:21:\"color_drop_hover_text\";s:4:\"#fff\";s:20:\"color_drop_active_bg\";s:11:\"transparent\";s:22:\"color_drop_active_text\";s:7:\"#6b9726\";s:16:\"color_content_bg\";s:7:\"#ffffff\";s:20:\"color_content_bg_alt\";s:7:\"#f5f5f5\";s:20:\"color_content_border\";s:7:\"#e8e8e8\";s:21:\"color_content_heading\";s:7:\"#1a1a1a\";s:18:\"color_content_text\";s:7:\"#07461a\";s:18:\"color_content_link\";s:7:\"#e95095\";s:24:\"color_content_link_hover\";s:7:\"#6b9726\";s:21:\"color_content_primary\";s:39:\"linear-gradient(135deg,#07461a,#6b9726)\";s:23:\"color_content_secondary\";s:39:\"linear-gradient(135deg,#7049ba,#e95095)\";s:19:\"color_content_faded\";s:4:\"#999\";s:20:\"color_alt_content_bg\";s:7:\"#f5f5f5\";s:24:\"color_alt_content_bg_alt\";s:4:\"#fff\";s:24:\"color_alt_content_border\";s:4:\"#ddd\";s:25:\"color_alt_content_heading\";s:7:\"#1a1a1a\";s:22:\"color_alt_content_text\";s:7:\"#07461a\";s:22:\"color_alt_content_link\";s:7:\"#e95095\";s:28:\"color_alt_content_link_hover\";s:7:\"#51701f\";s:25:\"color_alt_content_primary\";s:39:\"linear-gradient(135deg,#07461a,#6b9726)\";s:27:\"color_alt_content_secondary\";s:39:\"linear-gradient(135deg,#7049ba,#e95095)\";s:23:\"color_alt_content_faded\";s:4:\"#999\";s:18:\"color_subfooter_bg\";s:7:\"#1a1a1a\";s:22:\"color_subfooter_bg_alt\";s:4:\"#222\";s:22:\"color_subfooter_border\";s:7:\"#282828\";s:20:\"color_subfooter_text\";s:4:\"#999\";s:20:\"color_subfooter_link\";s:4:\"#ccc\";s:26:\"color_subfooter_link_hover\";s:4:\"#fff\";s:15:\"color_footer_bg\";s:4:\"#222\";s:19:\"color_footer_bg_alt\";s:7:\"#1a1a1a\";s:19:\"color_footer_border\";s:4:\"#333\";s:17:\"color_footer_text\";s:4:\"#999\";s:17:\"color_footer_link\";s:4:\"#ccc\";s:23:\"color_footer_link_hover\";s:4:\"#fff\";s:11:\"color_style\";i:1;s:16:\"body_font_family\";s:15:\"Georgia, serif|\";s:13:\"body_fontsize\";s:4:\"16px\";s:15:\"body_lineheight\";s:4:\"28px\";s:20:\"body_fontsize_mobile\";s:4:\"15px\";s:22:\"body_lineheight_mobile\";s:4:\"26px\";s:14:\"h1_font_family\";s:5:\"none|\";s:11:\"h1_fontsize\";s:6:\"3.0rem\";s:13:\"h1_lineheight\";s:3:\"1.2\";s:13:\"h1_fontweight\";s:3:\"400\";s:16:\"h1_letterspacing\";s:1:\"0\";s:18:\"h1_fontsize_mobile\";s:6:\"3.0rem\";s:16:\"h1_bottom_indent\";s:6:\"1.5rem\";s:12:\"h1_transform\";a:0:{}s:8:\"h1_color\";s:0:\"\";s:14:\"h2_font_family\";s:7:\"get_h1|\";s:11:\"h2_fontsize\";s:6:\"2.0rem\";s:13:\"h2_lineheight\";s:3:\"1.2\";s:13:\"h2_fontweight\";s:3:\"400\";s:16:\"h2_letterspacing\";s:1:\"0\";s:18:\"h2_fontsize_mobile\";s:6:\"2.0rem\";s:16:\"h2_bottom_indent\";s:6:\"1.5rem\";s:12:\"h2_transform\";a:0:{}s:8:\"h2_color\";s:0:\"\";s:14:\"h3_font_family\";s:7:\"get_h1|\";s:11:\"h3_fontsize\";s:6:\"1.7rem\";s:13:\"h3_lineheight\";s:3:\"1.2\";s:13:\"h3_fontweight\";s:3:\"400\";s:16:\"h3_letterspacing\";s:1:\"0\";s:18:\"h3_fontsize_mobile\";s:6:\"1.7rem\";s:16:\"h3_bottom_indent\";s:6:\"1.5rem\";s:12:\"h3_transform\";a:0:{}s:8:\"h3_color\";s:0:\"\";s:14:\"h4_font_family\";s:7:\"get_h1|\";s:11:\"h4_fontsize\";s:6:\"1.5rem\";s:13:\"h4_lineheight\";s:3:\"1.2\";s:13:\"h4_fontweight\";s:3:\"400\";s:16:\"h4_letterspacing\";s:1:\"0\";s:18:\"h4_fontsize_mobile\";s:6:\"1.5rem\";s:16:\"h4_bottom_indent\";s:6:\"1.5rem\";s:12:\"h4_transform\";a:0:{}s:8:\"h4_color\";s:0:\"\";s:14:\"h5_font_family\";s:7:\"get_h1|\";s:11:\"h5_fontsize\";s:6:\"1.4rem\";s:13:\"h5_lineheight\";s:3:\"1.2\";s:13:\"h5_fontweight\";s:3:\"400\";s:16:\"h5_letterspacing\";s:1:\"0\";s:18:\"h5_fontsize_mobile\";s:6:\"1.4rem\";s:16:\"h5_bottom_indent\";s:6:\"1.5rem\";s:12:\"h5_transform\";a:0:{}s:8:\"h5_color\";s:0:\"\";s:14:\"h6_font_family\";s:7:\"get_h1|\";s:11:\"h6_fontsize\";s:6:\"1.3rem\";s:13:\"h6_lineheight\";s:3:\"1.2\";s:13:\"h6_fontweight\";s:3:\"400\";s:16:\"h6_letterspacing\";s:1:\"0\";s:18:\"h6_fontsize_mobile\";s:6:\"1.3rem\";s:16:\"h6_bottom_indent\";s:6:\"1.5rem\";s:12:\"h6_transform\";a:0:{}s:8:\"h6_color\";s:0:\"\";s:11:\"custom_font\";s:0:\"\";s:11:\"font_subset\";s:5:\"latin\";s:14:\"uploaded_fonts\";s:0:\"\";s:7:\"buttons\";a:2:{i:0;a:19:{s:2:\"id\";s:1:\"1\";s:4:\"name\";s:14:\"Default Button\";s:5:\"hover\";s:4:\"fade\";s:8:\"color_bg\";s:7:\"#6b9726\";s:14:\"color_bg_hover\";s:7:\"#49661b\";s:12:\"color_border\";s:0:\"\";s:18:\"color_border_hover\";s:0:\"\";s:10:\"color_text\";s:7:\"#ffffff\";s:16:\"color_text_hover\";s:7:\"#ffffff\";s:6:\"shadow\";s:3:\"0em\";s:12:\"shadow_hover\";s:3:\"0em\";s:4:\"font\";s:4:\"body\";s:6:\"height\";s:5:\"0.8em\";s:10:\"text_style\";a:0:{}s:5:\"width\";s:5:\"1.8em\";s:11:\"font_weight\";s:3:\"700\";s:13:\"border_radius\";s:5:\"0.3em\";s:14:\"letter_spacing\";s:3:\"0em\";s:12:\"border_width\";s:3:\"2px\";}i:1;a:19:{s:2:\"id\";s:1:\"2\";s:4:\"name\";s:8:\"Button 2\";s:5:\"hover\";s:4:\"fade\";s:8:\"color_bg\";s:7:\"#ffffff\";s:14:\"color_bg_hover\";s:7:\"#6b9726\";s:12:\"color_border\";s:0:\"\";s:18:\"color_border_hover\";s:0:\"\";s:10:\"color_text\";s:7:\"#333333\";s:16:\"color_text_hover\";s:7:\"#ffffff\";s:6:\"shadow\";s:3:\"0em\";s:12:\"shadow_hover\";s:3:\"0em\";s:4:\"font\";s:4:\"body\";s:6:\"height\";s:5:\"0.8em\";s:10:\"text_style\";a:0:{}s:5:\"width\";s:5:\"1.8em\";s:11:\"font_weight\";s:3:\"700\";s:13:\"border_radius\";s:5:\"0.3em\";s:14:\"letter_spacing\";s:3:\"0em\";s:12:\"border_width\";s:3:\"2px\";}}s:26:\"portfolio_breadcrumbs_page\";s:0:\"\";s:14:\"portfolio_slug\";s:9:\"portfolio\";s:23:\"portfolio_category_slug\";s:18:\"portfolio_category\";s:18:\"portfolio_tag_slug\";s:13:\"portfolio_tag\";s:12:\"shop_catalog\";i:0;s:22:\"shop_primary_btn_style\";s:1:\"1\";s:24:\"shop_secondary_btn_style\";s:1:\"2\";s:15:\"product_gallery\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"zoom\";i:2;s:8:\"lightbox\";}s:17:\"header_product_id\";s:12:\"__defaults__\";s:19:\"titlebar_product_id\";s:12:\"__defaults__\";s:18:\"content_product_id\";s:0:\"\";s:18:\"sidebar_product_id\";s:12:\"__defaults__\";s:19:\"sidebar_product_pos\";s:5:\"right\";s:17:\"footer_product_id\";s:12:\"__defaults__\";s:14:\"header_shop_id\";s:12:\"__defaults__\";s:16:\"titlebar_shop_id\";s:12:\"__defaults__\";s:15:\"content_shop_id\";s:0:\"\";s:12:\"shop_columns\";s:1:\"3\";s:15:\"sidebar_shop_id\";s:12:\"__defaults__\";s:16:\"sidebar_shop_pos\";s:5:\"right\";s:14:\"footer_shop_id\";s:12:\"__defaults__\";s:9:\"shop_cart\";s:7:\"compact\";s:19:\"product_related_qty\";s:1:\"3\";s:8:\"img_size\";a:3:{i:0;a:3:{s:5:\"width\";s:5:\"350px\";s:6:\"height\";s:5:\"350px\";s:4:\"crop\";a:0:{}}i:1;a:3:{s:5:\"width\";s:5:\"600px\";s:6:\"height\";s:5:\"600px\";s:4:\"crop\";a:0:{}}i:2;a:3:{s:5:\"width\";s:5:\"600px\";s:6:\"height\";s:5:\"400px\";s:4:\"crop\";a:0:{}}}s:16:\"enable_portfolio\";i:1;s:19:\"enable_testimonials\";i:1;s:14:\"media_category\";i:0;s:10:\"og_enabled\";i:1;s:13:\"schema_markup\";i:1;s:23:\"enable_sidebar_titlebar\";i:0;s:9:\"lazy_load\";b:0;s:14:\"lazyload_fonts\";b:0;s:22:\"disable_jquery_migrate\";b:1;s:13:\"jquery_footer\";b:1;s:12:\"ajax_load_js\";b:1;s:16:\"disable_extra_vc\";b:1;s:15:\"remove_protocol\";b:1;s:15:\"optimize_assets\";b:0;s:6:\"assets\";a:47:{i:0;s:9:\"animation\";i:1;s:8:\"carousel\";i:2;s:7:\"columns\";i:3;s:8:\"comments\";i:4;s:7:\"filters\";i:5;s:5:\"forms\";i:6;s:6:\"header\";i:7;s:12:\"parallax-hor\";i:8;s:10:\"pagination\";i:9;s:9:\"preloader\";i:10;s:5:\"print\";i:11;s:6:\"popups\";i:12;s:6:\"scroll\";i:13;s:12:\"parallax-ver\";i:14;s:12:\"font-awesome\";i:15;s:14:\"material-icons\";i:16;s:9:\"actionbox\";i:17;s:7:\"buttons\";i:18;s:6:\"charts\";i:19;s:8:\"contacts\";i:20;s:7:\"counter\";i:21;s:8:\"dropdown\";i:22;s:7:\"flipbox\";i:23;s:5:\"gmaps\";i:24;s:5:\"lmaps\";i:25;s:4:\"grid\";i:26;s:7:\"gallery\";i:27;s:6:\"slider\";i:28;s:7:\"iconbox\";i:29;s:5:\"image\";i:30;s:5:\"itext\";i:31;s:4:\"menu\";i:32;s:7:\"message\";i:33;s:8:\"scroller\";i:34;s:6:\"person\";i:35;s:5:\"popup\";i:36;s:7:\"pricing\";i:37;s:7:\"progbar\";i:38;s:6:\"search\";i:39;s:9:\"separator\";i:40;s:7:\"sharing\";i:41;s:7:\"socials\";i:42;s:4:\"tabs\";i:43;s:5:\"video\";i:44;s:12:\"gravityforms\";i:45;s:12:\"tribe-events\";i:46;s:15:\"ultimate-addons\";}s:10:\"custom_css\";s:0:\"\";s:16:\"custom_html_head\";s:0:\"\";s:11:\"custom_html\";s:0:\"\";s:8:\"of_reset\";s:0:\"\";}','yes'),(170,'us_db_version','6.0.4','yes'),(171,'widget_us_contacts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(172,'widget_us_login','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(173,'widget_us_portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'widget_us_blog','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_us_socials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(178,'Premium WP Template_editor_caps_set','1','yes'),(179,'us_theme_options_css','@font-face{font-family:\'Font Awesome 5 Brands\';font-display:block;font-style:normal;font-weight:normal;src:url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-brands-400.woff2\") format(\"woff2\"),url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-brands-400.woff\") format(\"woff\")}.fab{font-family:\'Font Awesome 5 Brands\'}@font-face{font-family:\'fontawesome\';font-display:block;font-style:normal;font-weight:300;src:url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-light-300.woff2\") format(\"woff2\"),url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-light-300.woff\") format(\"woff\")}.fal{font-family:\'fontawesome\';font-weight:300}@font-face{font-family:\'fontawesome\';font-display:block;font-style:normal;font-weight:400;src:url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-regular-400.woff2\") format(\"woff2\"),url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-regular-400.woff\") format(\"woff\")}.far{font-family:\'fontawesome\';font-weight:400}@font-face{font-family:\'fontawesome\';font-display:block;font-style:normal;font-weight:900;src:url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-solid-900.woff2\") format(\"woff2\"),url(\"https://depak.org/wp-content/themes/wpnull24/fonts/fa-solid-900.woff\") format(\"woff\")}.fa,.fas{font-family:\'fontawesome\';font-weight:900}.style_phone6-1>div{background-image:url(https://depak.org/wp-content/themes/wpnull24/framework/img/phone-6-black-real.png)}.style_phone6-2>div{background-image:url(https://depak.org/wp-content/themes/wpnull24/framework/img/phone-6-white-real.png)}.style_phone6-3>div{background-image:url(https://depak.org/wp-content/themes/wpnull24/framework/img/phone-6-black-flat.png)}.style_phone6-4>div{background-image:url(https://depak.org/wp-content/themes/wpnull24/framework/img/phone-6-white-flat.png)}.leaflet-default-icon-path{background-image:url(https://depak.org/wp-content/themes/wpnull24/css/vendor/images/marker-icon.png)}html, .l-header .widget{font-family:Georgia, serif;font-weight:400;font-size:16px;line-height:28px}h1{font-weight:400;font-size:3.0rem;line-height:1.2;letter-spacing:0;margin-bottom:1.5rem}h2{font-weight:400;font-size:2.0rem;line-height:1.2;letter-spacing:0;margin-bottom:1.5rem}h3{font-weight:400;font-size:1.7rem;line-height:1.2;letter-spacing:0;margin-bottom:1.5rem}.widgettitle, .comment-reply-title, h4{font-weight:400;font-size:1.5rem;line-height:1.2;letter-spacing:0;margin-bottom:1.5rem}h5{font-weight:400;font-size:1.4rem;line-height:1.2;letter-spacing:0;margin-bottom:1.5rem}h6{font-weight:400;font-size:1.3rem;line-height:1.2;letter-spacing:0;margin-bottom:1.5rem}@media (max-width:767px){html{font-size:15px;line-height:26px}h1{font-size:3.0rem}h1.vc_custom_heading{font-size:3.0rem !important}h2{font-size:2.0rem}h2.vc_custom_heading{font-size:2.0rem !important}h3{font-size:1.7rem}h3.vc_custom_heading{font-size:1.7rem !important}h4,.widgettitle,.comment-reply-title{font-size:1.5rem}h4.vc_custom_heading{font-size:1.5rem !important}h5{font-size:1.4rem}h5.vc_custom_heading{font-size:1.4rem !important}h6{font-size:1.3rem}h6.vc_custom_heading{font-size:1.3rem !important}}body{background:#eee}body,.l-header.pos_fixed{min-width:1300px}.l-canvas.type_boxed,.l-canvas.type_boxed .l-subheader,.l-canvas.type_boxed .l-section.type_sticky,.l-canvas.type_boxed~.l-footer{max-width:1300px}.l-subheader-h,.l-section-h,.l-main .aligncenter,.w-tabs-section-content-h{max-width:1140px}.post-password-form{max-width:calc(1140px + 5rem)}@media screen and (max-width:1220px){.l-main .aligncenter{max-width:calc(100vw - 5rem)}}.wpb_text_column:not(:last-child){margin-bottom:1.5rem}@media (max-width:767px){.g-cols.reversed{flex-direction:column-reverse}.g-cols>div:not([class*=\" vc_col-\"]){width:100%;margin:0 0 1rem}.g-cols.type_boxes>div,.g-cols.reversed>div:first-child,.g-cols:not(.reversed)>div:last-child,.g-cols>div.has-fill{margin-bottom:0}.vc_wp_custommenu.layout_hor,.align_center_xs,.align_center_xs .w-socials{text-align:center}.align_center_xs .w-hwrapper>*{margin:0.5rem 0;width:100%}}@media (min-width:768px){.l-section.for_sidebar.at_left>div>.g-cols{flex-direction:row-reverse}}.tribe-events-button,button[type=\"submit\"]:not(.w-btn),input[type=\"submit\"]{font-weight:700;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:0.3em;padding:0.8em 1.8em;background:#6b9726;border-color:transparent;color:#ffffff!important}.tribe-events-button,button[type=\"submit\"]:not(.w-btn):before,input[type=\"submit\"]{border-width:2px}.no-touch .tribe-events-button:hover,.no-touch button[type=\"submit\"]:not(.w-btn):hover,.no-touch input[type=\"submit\"]:hover{box-shadow:0 0em 0em rgba(0,0,0,0.2);background:#49661b;border-color:transparent;color:#ffffff!important}.us-btn-style_1{font-family:Georgia, serif;font-weight:700;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:0.3em;padding:0.8em 1.8em;background:#6b9726;border-color:transparent;color:#ffffff!important;box-shadow:0 0em 0em rgba(0,0,0,0.2)}.us-btn-style_1:before{border-width:2px}.no-touch .us-btn-style_1:hover{box-shadow:0 0em 0em rgba(0,0,0,0.2);background:#49661b;border-color:transparent;color:#ffffff!important}.us-btn-style_2{font-family:Georgia, serif;font-weight:700;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:0.3em;padding:0.8em 1.8em;background:#ffffff;border-color:transparent;color:#333333!important;box-shadow:0 0em 0em rgba(0,0,0,0.2)}.us-btn-style_2:before{border-width:2px}.no-touch .us-btn-style_2:hover{box-shadow:0 0em 0em rgba(0,0,0,0.2);background:#6b9726;border-color:transparent;color:#ffffff!important}a,button,input[type=\"submit\"],.ui-slider-handle{outline:none !important}.w-header-show,.w-toplink{background:rgba(0,0,0,0.3)}body{-webkit-tap-highlight-color:rgba(7,70,26,0.2)}.l-subheader.at_top,.l-subheader.at_top .w-dropdown-list,.l-subheader.at_top .type_mobile .w-nav-list.level_1{background:#f5f5f5}.l-subheader.at_top,.l-subheader.at_top .w-dropdown.opened,.l-subheader.at_top .type_mobile .w-nav-list.level_1{color:#07461a}.no-touch .l-subheader.at_top a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.opened a:hover{color:#6b9726}.header_ver .l-header,.l-subheader.at_middle,.l-subheader.at_middle .w-dropdown-list,.l-subheader.at_middle .type_mobile .w-nav-list.level_1{background:#ffffff}.l-subheader.at_middle,.l-subheader.at_middle .w-dropdown.opened,.l-subheader.at_middle .type_mobile .w-nav-list.level_1{color:#07461a}.no-touch .l-subheader.at_middle a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover{color:#6b9726}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown-list,.l-subheader.at_bottom .type_mobile .w-nav-list.level_1{background:#f5f5f5}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown.opened,.l-subheader.at_bottom .type_mobile .w-nav-list.level_1{color:#07461a}.no-touch .l-subheader.at_bottom a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.opened a:hover{color:#6b9726}.l-header.bg_transparent:not(.sticky) .l-subheader{color:#fff}.no-touch .l-header.bg_transparent:not(.sticky) .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1:hover>.w-nav-anchor{color:#fff}.l-header.bg_transparent:not(.sticky) .w-nav-title:after{background:#fff}.w-search-form{background:linear-gradient(135deg,#07461a,#6b9726);color:#fff}.menu-item.level_1>.w-nav-anchor:focus,.no-touch .menu-item.level_1.opened>.w-nav-anchor,.no-touch .menu-item.level_1:hover>.w-nav-anchor{background:transparent;color:#6b9726}.w-nav-title:after{background:#6b9726}.menu-item.level_1.current-menu-item>.w-nav-anchor,.menu-item.level_1.current-menu-parent>.w-nav-anchor,.menu-item.level_1.current-menu-ancestor>.w-nav-anchor{background:transparent;color:#e95095}.l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1.current-menu-item>.w-nav-anchor,.l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1.current-menu-ancestor>.w-nav-anchor{background:transparent;color:#ff6ba9}.w-nav-list:not(.level_1){background:#fff;color:#07461a}.no-touch .menu-item:not(.level_1)>.w-nav-anchor:focus,.no-touch .menu-item:not(.level_1):hover>.w-nav-anchor{background:linear-gradient(135deg,#07461a,#6b9726);color:#fff}.menu-item:not(.level_1).current-menu-item>.w-nav-anchor,.menu-item:not(.level_1).current-menu-parent>.w-nav-anchor,.menu-item:not(.level_1).current-menu-ancestor>.w-nav-anchor{background:transparent;color:#6b9726}.btn.menu-item>a{background:#e95095 !important;color:#fff !important}.no-touch .btn.menu-item>a:hover{background:#07461a !important;color:#6b9726 !important}body.us_iframe,.l-preloader,.l-canvas,.l-footer,.l-popup-box-content,.g-filters.style_1 .g-filters-item.active,.w-pricing-item-h,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.no-touch .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .w-tabs.layout_ver .w-tabs-item.active:hover,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.leaflet-popup-content-wrapper,.leaflet-popup-tip,.wpml-ls-statics-footer,.select2-selection__choice,.select2-search input{background:#ffffff}.w-tabs.layout_modern .w-tabs-item:after{border-bottom-color:#ffffff}.w-iconbox.style_circle.color_contrast .w-iconbox-icon{color:#ffffff}input,textarea,select,.w-actionbox.color_light,.w-form-checkbox,.w-form-radio,.g-filters.style_1,.g-filters.style_2 .g-filters-item.active,.w-flipbox-front,.w-grid-none,.w-iconbox.style_circle.color_light .w-iconbox-icon,.w-pricing-item-header,.w-progbar-bar,.w-progbar.style_3 .w-progbar-bar:before,.w-progbar.style_3 .w-progbar-bar-count,.w-socials.style_solid .w-socials-item-link,.w-tabs.layout_default .w-tabs-list,.w-tabs.layout_ver .w-tabs-list,.no-touch .l-main .layout_ver .widget_nav_menu a:hover,.no-touch .owl-carousel.navpos_outside .owl-nav div:hover,.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,.smile-icon-timeline-wrap .timeline-feature-item.feat-item,.wpml-ls-legacy-dropdown a,.wpml-ls-legacy-dropdown-click a,.tablepress .row-hover tr:hover td,.select2-selection,.select2-dropdown{background:#f5f5f5}.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,.timeline-feature-item.feat-item .ult-timeline-arrow l{border-color:#f5f5f5}hr,td,th,.l-section,.vc_column_container,.vc_column-inner,.w-comments .children,.w-image,.w-pricing-item-h,.w-profile,.w-sharing-item,.w-tabs-list,.w-tabs-section,.widget_calendar #calendar_wrap,.l-main .widget_nav_menu .menu,.l-main .widget_nav_menu .menu-item a,.smile-icon-timeline-wrap .timeline-line{border-color:#e8e8e8}.w-separator.color_border,.w-iconbox.color_light .w-iconbox-icon{color:#e8e8e8}.w-flipbox-back,.w-iconbox.style_circle.color_light .w-iconbox-icon,.no-touch .wpml-ls-sub-menu a:hover{background:#e8e8e8}.w-iconbox.style_outlined.color_light .w-iconbox-icon,.w-person-links-item,.w-socials.style_outlined .w-socials-item-link,.pagination .page-numbers{box-shadow:0 0 0 2px #e8e8e8 inset}.w-tabs.layout_trendy .w-tabs-list{box-shadow:0 -1px 0 #e8e8e8 inset}h1, h2, h3, h4, h5, h6,.w-counter.color_heading .w-counter-value{color:#1a1a1a}.w-progbar.color_heading .w-progbar-bar-h{background:#1a1a1a}input,textarea,select,.l-canvas,.l-footer,.l-popup-box-content,.w-form-row-field>i,.w-iconbox.color_light.style_circle .w-iconbox-icon,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.leaflet-popup-content-wrapper,.leaflet-popup-tip,.select2-dropdown{color:#07461a}.w-iconbox.style_circle.color_contrast .w-iconbox-icon,.w-progbar.color_text .w-progbar-bar-h,.w-scroller-dot span{background:#07461a}.w-iconbox.style_outlined.color_contrast .w-iconbox-icon{box-shadow:0 0 0 2px #07461a inset}.w-scroller-dot span{box-shadow:0 0 0 2px #07461a}a{color:#e95095}.no-touch a:hover,.no-touch .tablepress .sorting:hover{color:#6b9726}.g-preloader,.l-main .w-contacts-item:before,.w-counter.color_primary .w-counter-value,.g-filters.style_1 .g-filters-item.active,.g-filters.style_3 .g-filters-item.active,.w-form-row.focused .w-form-row-field>i,.w-iconbox.color_primary .w-iconbox-icon,.w-separator.color_primary,.w-sharing.type_outlined.color_primary .w-sharing-item,.no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover .w-sharing-icon,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_trendy .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.w-tabs-section.active .w-tabs-section-header,.tablepress .sorting_asc,.tablepress .sorting_desc,.highlight_primary{color:#07461a}.l-section.color_primary,.us-btn-style_badge,.no-touch .post_navigation.layout_sided a:hover .post_navigation-item-arrow,.g-placeholder,.highlight_primary_bg,.w-actionbox.color_primary,.w-form-row input:checked + .w-form-checkbox,.w-form-row input:checked + .w-form-radio,.no-touch .g-filters.style_1 .g-filters-item:hover,.no-touch .g-filters.style_2 .g-filters-item:hover,.w-post-elm-placeholder,.w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .w-iconbox.style_outlined .w-iconbox-icon:before,.no-touch .w-person-links-item:before,.w-pricing-item.type_featured .w-pricing-item-header,.w-progbar.color_primary .w-progbar-bar-h,.w-sharing.type_solid.color_primary .w-sharing-item,.w-sharing.type_fixed.color_primary .w-sharing-item,.w-sharing.type_outlined.color_primary .w-sharing-item:before,.no-touch .w-sharing-tooltip .w-sharing-item:hover,.w-socials-item-link-hover,.w-tabs.layout_modern .w-tabs-list,.w-tabs.layout_trendy .w-tabs-item:after,.w-tabs.layout_timeline .w-tabs-item:before,.w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .w-header-show:hover,.no-touch .w-toplink.active:hover,.no-touch .pagination .page-numbers:before,.pagination .page-numbers.current,.l-main .widget_nav_menu .menu-item.current-menu-item>a,.rsThumb.rsNavSelected,.no-touch .tp-leftarrow.custom:before,.no-touch .tp-rightarrow.custom:before,.smile-icon-timeline-wrap .timeline-separator-text .sep-text,.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot,.select2-results__option--highlighted{background:linear-gradient(135deg,#07461a,#6b9726)}.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.owl-dot.active span,.rsBullet.rsNavSelected span,.tp-bullets.custom .tp-bullet{border-color:#07461a}.l-main .w-contacts-item:before,.w-iconbox.color_primary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_primary .w-sharing-item,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h{box-shadow:0 0 0 2px #07461a inset}input:focus,textarea:focus,select:focus,.select2-container--focus .select2-selection{box-shadow:0 0 0 2px #07461a}.no-touch .post_navigation.layout_simple a:hover .post_navigation-item-title,.w-counter.color_secondary .w-counter-value,.w-iconbox.color_secondary .w-iconbox-icon,.w-separator.color_secondary,.w-sharing.type_outlined.color_secondary .w-sharing-item,.no-touch .w-sharing.type_simple.color_secondary .w-sharing-item:hover .w-sharing-icon,.highlight_secondary{color:#7049ba}.l-section.color_secondary,.w-actionbox.color_secondary,.no-touch .us-btn-style_badge:hover,.w-iconbox.style_circle.color_secondary .w-iconbox-icon,.w-progbar.color_secondary .w-progbar-bar-h,.w-sharing.type_solid.color_secondary .w-sharing-item,.w-sharing.type_fixed.color_secondary .w-sharing-item,.w-sharing.type_outlined.color_secondary .w-sharing-item:before,.highlight_secondary_bg{background:linear-gradient(135deg,#7049ba,#e95095)}.w-separator.color_secondary{border-color:#7049ba}.w-iconbox.color_secondary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_secondary .w-sharing-item{box-shadow:0 0 0 2px #7049ba inset}blockquote:before,.w-form-row-description,.l-main .post-author-website,.l-main .w-profile-link.for_logout,.l-main .widget_tag_cloud,.highlight_faded{color:#999}.l-section.color_alternate,.color_alternate .g-filters.style_1 .g-filters-item.active,.color_alternate .w-pricing-item-h,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h{background:#f5f5f5}.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon{color:#f5f5f5}.color_alternate .w-tabs.layout_modern .w-tabs-item:after{border-bottom-color:#f5f5f5}.color_alternate input:not([type=\"submit\"]),.color_alternate textarea,.color_alternate select,.color_alternate .w-form-checkbox,.color_alternate .w-form-radio,.color_alternate .g-filters.style_1,.color_alternate .g-filters.style_2 .g-filters-item.active,.color_alternate .w-grid-none,.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,.color_alternate .w-pricing-item-header,.color_alternate .w-progbar-bar,.color_alternate .w-socials.style_solid .w-socials-item-link,.color_alternate .w-tabs.layout_default .w-tabs-list,.color_alternate .ginput_container_creditcard{background:#fff}.l-section.color_alternate,.color_alternate td,.color_alternate th,.color_alternate .vc_column_container,.color_alternate .vc_column-inner,.color_alternate .w-comments .children,.color_alternate .w-image,.color_alternate .w-pricing-item-h,.color_alternate .w-profile,.color_alternate .w-sharing-item,.color_alternate .w-tabs-list,.color_alternate .w-tabs-section{border-color:#ddd}.color_alternate .w-separator.color_border,.color_alternate .w-iconbox.color_light .w-iconbox-icon{color:#ddd}.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon{background:#ddd}.color_alternate .w-iconbox.style_outlined.color_light .w-iconbox-icon,.color_alternate .w-person-links-item,.color_alternate .w-socials.style_outlined .w-socials-item-link,.color_alternate .pagination .page-numbers{box-shadow:0 0 0 2px #ddd inset}.color_alternate .w-tabs.layout_trendy .w-tabs-list{box-shadow:0 -1px 0 #ddd inset}.l-section.color_alternate h1,.l-section.color_alternate h2,.l-section.color_alternate h3,.l-section.color_alternate h4,.l-section.color_alternate h5,.l-section.color_alternate h6,.l-section.color_alternate .w-counter-value{color:#1a1a1a}.color_alternate .w-progbar.color_contrast .w-progbar-bar-h{background:#1a1a1a}.l-section.color_alternate,.color_alternate input,.color_alternate textarea,.color_alternate select,.color_alternate .w-form-row-field>i,.color_alternate .w-iconbox.color_contrast .w-iconbox-icon,.color_alternate .w-iconbox.color_light.style_circle .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h{color:#07461a}.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon{background:#07461a}.color_alternate .w-iconbox.style_outlined.color_contrast .w-iconbox-icon{box-shadow:0 0 0 2px #07461a inset}.color_alternate a{color:#e95095}.no-touch .color_alternate a:hover{color:#51701f}.color_alternate .highlight_primary,.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-counter.color_primary .w-counter-value,.color_alternate .g-preloader,.color_alternate .g-filters.style_1 .g-filters-item.active,.color_alternate .g-filters.style_3 .g-filters-item.active,.color_alternate .w-form-row.focused .w-form-row-field>i,.color_alternate .w-iconbox.color_primary .w-iconbox-icon,.color_alternate .w-separator.color_primary,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_trendy .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.color_alternate .w-tabs-section.active .w-tabs-section-header{color:#07461a}.color_alternate .highlight_primary_bg,.color_alternate .w-actionbox.color_primary,.no-touch .color_alternate .g-filters.style_1 .g-filters-item:hover,.no-touch .color_alternate .g-filters.style_2 .g-filters-item:hover,.color_alternate .w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-icon:before,.color_alternate .w-pricing-item.type_featured .w-pricing-item-header,.color_alternate .w-progbar.color_primary .w-progbar-bar-h,.color_alternate .w-tabs.layout_modern .w-tabs-list,.color_alternate .w-tabs.layout_trendy .w-tabs-item:after,.color_alternate .w-tabs.layout_timeline .w-tabs-item:before,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .color_alternate .pagination .page-numbers:before,.color_alternate .pagination .page-numbers.current{background:linear-gradient(135deg,#07461a,#6b9726)}.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover{border-color:#07461a}.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-iconbox.color_primary.style_outlined .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h{box-shadow:0 0 0 2px #07461a inset}.color_alternate input:focus,.color_alternate textarea:focus,.color_alternate select:focus{box-shadow:0 0 0 2px #07461a}.color_alternate .highlight_secondary,.color_alternate .w-counter.color_secondary .w-counter-value,.color_alternate .w-iconbox.color_secondary .w-iconbox-icon,.color_alternate .w-separator.color_secondary{color:#7049ba}.color_alternate .highlight_secondary_bg,.color_alternate .w-actionbox.color_secondary,.color_alternate .w-iconbox.style_circle.color_secondary .w-iconbox-icon,.color_alternate .w-progbar.color_secondary .w-progbar-bar-h{background:linear-gradient(135deg,#7049ba,#e95095)}.color_alternate .w-iconbox.color_secondary.style_outlined .w-iconbox-icon{box-shadow:0 0 0 2px #7049ba inset}.color_alternate .highlight_faded,.color_alternate .w-profile-link.for_logout{color:#999}.color_footer-top{background:#1a1a1a}.color_footer-top input:not([type=\"submit\"]),.color_footer-top textarea,.color_footer-top select,.color_footer-top .w-form-checkbox,.color_footer-top .w-form-radio,.color_footer-top .w-socials.style_solid .w-socials-item-link{background:#222}.color_footer-top,.color_footer-top td,.color_footer-top th,.color_footer-top .vc_column_container,.color_footer-top .vc_column-inner,.color_footer-top .w-image,.color_footer-top .w-pricing-item-h,.color_footer-top .w-profile,.color_footer-top .w-sharing-item,.color_footer-top .w-tabs-list,.color_footer-top .w-tabs-section{border-color:#282828}.color_footer-top .w-separator.color_border{color:#282828}.color_footer-top .w-socials.style_outlined .w-socials-item-link{box-shadow:0 0 0 2px #282828 inset}.color_footer-top{color:#999}.color_footer-top a{color:#ccc}.no-touch .color_footer-top a:hover,.color_footer-top .w-form-row.focused .w-form-row-field>i{color:#fff}.color_footer-top input:focus,.color_footer-top textarea:focus,.color_footer-top select:focus{box-shadow:0 0 0 2px #fff}.color_footer-bottom{background:#222}.color_footer-bottom input:not([type=\"submit\"]),.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .w-form-checkbox,.color_footer-bottom .w-form-radio,.color_footer-bottom .w-socials.style_solid .w-socials-item-link{background:#1a1a1a}.color_footer-bottom,.color_footer-bottom td,.color_footer-bottom th,.color_footer-bottom .vc_column_container,.color_footer-bottom .vc_column-inner,.color_footer-bottom .w-image,.color_footer-bottom .w-pricing-item-h,.color_footer-bottom .w-profile,.color_footer-bottom .w-sharing-item,.color_footer-bottom .w-tabs-list,.color_footer-bottom .w-tabs-section{border-color:#333}.color_footer-bottom .w-separator.color_border{color:#333}.color_footer-bottom .w-socials.style_outlined .w-socials-item-link{box-shadow:0 0 0 2px #333 inset}.color_footer-bottom{color:#999}.color_footer-bottom a{color:#ccc}.no-touch .color_footer-bottom a:hover,.color_footer-bottom .w-form-row.focused .w-form-row-field>i{color:#fff}.color_footer-bottom input:focus,.color_footer-bottom textarea:focus,.color_footer-bottom select:focus{box-shadow:0 0 0 2px #fff}','yes'),(188,'recently_activated','a:2:{s:27:\"redirection/redirection.php\";i:1602099547;s:25:\"duplicator/duplicator.php\";i:1602097730;}','yes'),(197,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{i:6892199;a:17:{s:8:\"template\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:6:\"remote\";s:6:\"3.19.6\";s:7:\"version\";s:6:\"3.18.0\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:0:\"\";s:4:\"type\";s:6:\"plugin\";s:2:\"id\";s:7:\"6892199\";s:12:\"product_name\";s:41:\"Ultimate Addons for WPBakery Page Builder\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:10:\"short_name\";s:0:\"\";s:13:\"changelog_url\";s:46:\"http://changelog.brainstormforce.com/ultimate/\";s:12:\"purchase_url\";s:74:\"https://codecanyon.net/cart/add_items?item_ids=6892199&ref=BrainstormForce\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";}}}','yes'),(198,'bsf_force_check_extensions','','no'),(199,'ultimate_updater','disabled','yes'),(203,'revslider-valid','true','yes'),(204,'revslider-code','NULLED-BY-GANJAPARKER','yes'),(205,'revslider-temp-active-notice','false','yes'),(206,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:16:\"themepunch.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}','yes'),(207,'revslider_server_refresh','1600976367','yes'),(208,'revslider-update-check-short','1602093733','yes'),(209,'revslider-templates-check','1602093734','yes'),(213,'revslider-library-check','1601622427','yes'),(214,'rs-library','a:2:{s:7:\"objects\";a:179:{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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.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'),(215,'revslider_checktables','1','yes'),(216,'rs_tables_created','1','yes'),(217,'revslider_table_version','1.0.6','yes'),(218,'revslider-global-settings','a:0:{}','yes'),(219,'revslider_update_version','5.2.5.5','yes'),(220,'revslider-valid-notice','false','yes'),(221,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(222,'revslider-update-check','1602096910','yes'),(223,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1602096910;s:5:\"basic\";O:8:\"stdClass\":7:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:6:\"6.2.23\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:5:\"5.5.0\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"//updates.themepunch-ext-b.tools/revslider/logo.png?rev=6.2.23\";}s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:11:\"new_version\";s:6:\"6.2.23\";}s:4:\"full\";O:8:\"stdClass\":19:{s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.2.23\";s:4:\"high\";s:64:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.2.23\";}s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:3:\"4.2\";s:7:\"version\";s:6:\"6.2.23\";s:6:\"tested\";s:5:\"5.5.0\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2020-09-15\";s:12:\"last_updated\";s:10:\"2020-09-15\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:51:\"<a href=\"https://www.themepunch.com\">ThemePunch</a>\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:9:\"file_name\";s:13:\"revslider.zip\";s:15:\"active_installs\";i:7000100;s:8:\"homepage\";s:33:\"https://revolution.themepunch.com\";s:8:\"sections\";a:3:{s:11:\"description\";s:497:\"<h4>Slider Revolution WordPress Builder Plugin</h4>\n <p>Slider Revolution 6 is a new way to build rich & dynamic content for your websites. With our powerful visual editor, you can create modern designs in no time, and with no coding experience required.</p><p>Create Sliders & Carousels, Hero Headers, Content Modules, Full Websites, Dynamic Solutions and Special FX with our amazing Add-Ons.</p>\n <p>200+ templates are included in our online library. Cutting edge designs. Easily customized.</p>\";s:9:\"changelog\";s:325:\"<p>For Slider Revolution\'s changelog, please visit <a href=\"https://www.themepunch.com/slider-revolution/changelog/\" target=\"_blank\">this</a> site!</p><a href=\"https://www.themepunch.com/links/slider_revolution_wordpress_regular_license\"><img src=\"https://www.themepunch.com/wp-content/uploads/2019/10/slider_banner.jpg\"></a>\";s:3:\"faq\";s:2178:\"<div class=\"tp-faq-content\"><div class=\"tp-faq-column tp-faq-recent\"><h4>Recent Solutions</h4><ul class=\"tp-faq-recent-content ready\"><li><a href=\"https://www.youtube.com/watch?v=sCcnw5bZqYY&list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_&index=2&t=111s\" target=\"_blank\" title=\"Video Tutorials\">Video Tutorials</a></li><li><a href=\"https://www.themepunch.com/faq/responsive-content/\" target=\"_blank\" title=\"Responsive Content Setup\">Responsive Content Setup</a></li><li><a href=\"https://www.themepunch.com/faq/video-content-mobile/\" target=\"_blank\" title=\"Video Content & Mobile Considerations\">Video Content & Mobile Considerations</a></li><li><a href=\"https://www.themepunch.com/faq/how-to-change-the-timing-of-slides/\" target=\"_blank\" title=\"How to change the timing of Slides\">How to change the timing of Slides</a></li><li><a href=\"https://www.themepunch.com/faq/mouse-hovers-for-layer-content/\" target=\"_blank\" title=\"Mouse Hovers for Layer Content\"> Mouse Hovers for Layer Content</a></li></ul></div><div class=\"tp-faq-column tp-faq-popular\"><h4>Popular Solutions</h4><ul class=\"tp-faq-popular-content ready\"><li><a href=\"https://www.themepunch.com/faq/after-updating-make-sure-to-clear-all-caches/\" target=\"_blank\" title=\"After updating – Make sure to clear all caches\">After updating – Make sure to clear all caches</a></li><li><a href=\"https://www.themepunch.com/faq/purchase-code-registration-faqs/\" target=\"_blank\" title=\"Purchase Code Registration FAQ’s\">Purchase Code Registration FAQ’s</a></li><li><a href=\"https://www.themepunch.com/faq/ideal-image-size/\" target=\"_blank\" title=\"Ideal Image Size\">Ideal Image Size</a></li><li><a href=\"https://www.themepunch.com/faq/add-links-to-slides-and-layers/\" target=\"_blank\" title=\"How to Hyperlink Slides and Layers\">How to Hyperlink Slides and Layers</a></li><li><a href=\"https://www.themepunch.com/faq/where-to-find-the-purchase-code/\" target=\"_blank\" title=\"Where to find the Purchase Code\">Where to find the Purchase Code</a></li></ul></div><div style=\"clear: both\"></div><p><a class=\"button button-primary\" href=\"https://themepunch.com/support-center\"><strong>See All Faq\'s</strong></a></p></div>\";}s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:8:\"external\";i:1;}}','yes'),(229,'ultimate_row','enable','yes'),(230,'ultimate_animation','disable','yes'),(231,'ultimate_google_fonts','a:0:{}','yes'),(232,'ultimate_selected_google_fonts','a:0:{}','yes'),(233,'vc_version','5.7','yes'),(234,'bsf_local_transient','1602148110','yes'),(235,'_transient_timeout_bsf_check_product_updates','1602320910','no'),(236,'_transient_bsf_check_product_updates','1','no'),(237,'bsf-updater-version','1.22.62\r\n','yes'),(239,'bsf_local_transient_bundled','1601841021','yes'),(242,'brainstrom_bundled_products','a:0:{}','yes'),(243,'bsf_skip_braisntorm_menu','1','no'),(244,'ultimate_constants','a:3:{s:24:\"ULTIMATE_NO_UPDATE_CHECK\";b:0;s:28:\"ULTIMATE_NO_EDIT_PAGE_NOTICE\";b:1;s:30:\"ULTIMATE_NO_PLUGIN_PAGE_NOTICE\";b:1;}','yes'),(245,'ultimate_modules','a:43:{i:0;s:18:\"ultimate_animation\";i:1;s:16:\"ultimate_buttons\";i:2;s:18:\"ultimate_countdown\";i:3;s:17:\"ultimate_flip_box\";i:4;s:20:\"ultimate_google_maps\";i:5;s:22:\"ultimate_google_trends\";i:6;s:17:\"ultimate_headings\";i:7;s:22:\"ultimate_icon_timeline\";i:8;s:17:\"ultimate_info_box\";i:9;s:20:\"ultimate_info_circle\";i:10;s:18:\"ultimate_info_list\";i:11;s:20:\"ultimate_info_tables\";i:12;s:28:\"ultimate_interactive_banners\";i:13;s:29:\"ultimate_interactive_banner_2\";i:14;s:15:\"ultimate_modals\";i:15;s:17:\"ultimate_parallax\";i:16;s:23:\"ultimate_pricing_tables\";i:17;s:15:\"ultimate_spacer\";i:18;s:22:\"ultimate_stats_counter\";i:19;s:20:\"ultimate_swatch_book\";i:20;s:14:\"ultimate_icons\";i:21;s:18:\"ultimate_list_icon\";i:22;s:17:\"ultimate_carousel\";i:23;s:18:\"ultimate_fancytext\";i:24;s:22:\"ultimate_highlight_box\";i:25;s:20:\"ultimate_info_banner\";i:26;s:15:\"ultimate_ihover\";i:27;s:16:\"ultimate_hotspot\";i:28;s:21:\"ultimate_video_banner\";i:29;s:11:\"woocomposer\";i:30;s:20:\"ultimate_dual_button\";i:31;s:13:\"ultimate_link\";i:32;s:19:\"ultimate_fancy_text\";i:33;s:23:\"ultimate_hightlight_box\";i:34;s:20:\"ultimate_content_box\";i:35;s:24:\"ultimate_image_separator\";i:36;s:27:\"ultimate_expandable_section\";i:37;s:12:\"ultimate_tab\";i:38;s:23:\"ultimate_sticky_section\";i:39;s:13:\"ultimate_team\";i:40;s:21:\"ultimate_range_slider\";i:41;s:15:\"ultimate_videos\";i:42;s:16:\"ultimate_ribbons\";}','yes'),(246,'smile_fonts','a:1:{s:8:\"Defaults\";a:4:{s:7:\"include\";s:20:\"smile_fonts/Defaults\";s:6:\"folder\";s:20:\"smile_fonts/Defaults\";s:5:\"style\";s:21:\"Defaults/Defaults.css\";s:6:\"config\";s:11:\"charmap.php\";}}','yes'),(249,'usof_color_palette_Premium WP Template','a:8:{i:0;s:39:\"linear-gradient(135deg,#e95095,#7049ba)\";i:1;s:39:\"linear-gradient(135deg,#7049ba,#e95095)\";i:2;s:7:\"#1a1a1a\";i:3;s:4:\"#333\";i:4;s:4:\"#999\";i:5;s:7:\"#e8e8e8\";i:6;s:7:\"#f5f5f5\";i:7;s:4:\"#fff\";}','yes'),(274,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(278,'rs_cache_overlay','5.4.8.3','yes'),(291,'category_children','a:0:{}','yes'),(340,'supercache_stats','a:3:{s:9:\"generated\";i:1575059665;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}','yes'),(341,'wpsupercache_start','1570725760','yes'),(342,'wpsupercache_count','0','yes'),(495,'revslider-connection','1','yes'),(496,'revslider-latest-version','6.2.23','yes'),(497,'revslider-stable-version','4.2','yes'),(498,'revslider-notices','a:0:{}','yes'),(499,'revslider-dashboard','a:0:{}','yes'),(500,'revslider-addons','O:8:\"stdClass\":26:{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:\"1.0.6\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/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:77:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:73:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.2\";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:76:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:76:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.3\";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:77:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.1.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:80:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.5\";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:84:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.5\";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:71:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.6\";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:76:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.2\";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:75:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:70:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:77:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:76:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:72:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:77:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:73:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.3\";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:78:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.0.5\";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:74:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:75:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:74:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:73:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:73:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:78:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:77:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:76:\"//updates.themepunch-ext-b.tools/revslider/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:\"1.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:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(781,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@depak.org\";s:7:\"version\";s:5:\"5.3.4\";s:9:\"timestamp\";i:1591866311;}','no'),(2846,'admin_email_lifespan','1602353615','yes'),(2847,'db_upgraded','','yes'),(2852,'can_compress_scripts','1','no'),(2939,'give_settings','a:48:{s:12:\"base_country\";s:2:\"US\";s:9:\"test_mode\";s:7:\"enabled\";s:8:\"currency\";s:3:\"USD\";s:17:\"currency_position\";s:6:\"before\";s:16:\"session_lifetime\";s:6:\"604800\";s:12:\"email_access\";s:7:\"enabled\";s:19:\"thousands_separator\";s:1:\",\";s:17:\"decimal_separator\";s:1:\".\";s:15:\"number_decimals\";i:2;s:26:\"sequential-ordering_status\";s:7:\"enabled\";s:3:\"css\";s:7:\"enabled\";s:11:\"floatlabels\";s:8:\"disabled\";s:7:\"welcome\";s:7:\"enabled\";s:13:\"company_field\";s:8:\"disabled\";s:17:\"name_title_prefix\";s:8:\"disabled\";s:14:\"forms_singular\";s:7:\"enabled\";s:14:\"forms_archives\";s:7:\"enabled\";s:13:\"forms_excerpt\";s:7:\"enabled\";s:17:\"form_featured_img\";s:7:\"enabled\";s:12:\"form_sidebar\";s:7:\"enabled\";s:10:\"categories\";s:8:\"disabled\";s:4:\"tags\";s:8:\"disabled\";s:5:\"terms\";s:8:\"disabled\";s:13:\"admin_notices\";s:7:\"enabled\";s:5:\"cache\";s:7:\"enabled\";s:19:\"uninstall_on_delete\";s:8:\"disabled\";s:18:\"the_content_filter\";s:7:\"enabled\";s:14:\"scripts_footer\";s:8:\"disabled\";s:20:\"agree_to_terms_label\";s:15:\"Agree to Terms?\";s:14:\"agreement_text\";s:2484:\"<p>Acceptance of any contribution, gift or grant is at the discretion of the Depak - Wildlife Conservation and Zoonoses Awareness. The Depak - Wildlife Conservation and Zoonoses Awareness will not accept any gift unless it can be used or expended consistently with the purpose and mission of the Depak - Wildlife Conservation and Zoonoses Awareness.</p>\n <p>No irrevocable gift, whether outright or life-income in character, will be accepted if under any reasonable set of circumstances the gift would jeopardize the donor’s financial security.</p>\n <p>The Depak - Wildlife Conservation and Zoonoses Awareness will refrain from providing advice about the tax or other treatment of gifts and will encourage donors to seek guidance from their own professional advisers to assist them in the process of making their donation.</p>\n <p>The Depak - Wildlife Conservation and Zoonoses Awareness will accept donations of cash or publicly traded securities. Gifts of in-kind services will be accepted at the discretion of the Depak - Wildlife Conservation and Zoonoses Awareness.</p>\n <p>Certain other gifts, real property, personal property, in-kind gifts, non-liquid securities, and contributions whose sources are not transparent or whose use is restricted in some manner, must be reviewed prior to acceptance due to the special obligations raised or liabilities they may pose for Depak - Wildlife Conservation and Zoonoses Awareness.</p>\n <p>The Depak - Wildlife Conservation and Zoonoses Awareness will provide acknowledgments to donors meeting tax requirements for property received by the charity as a gift. However, except for gifts of cash and publicly traded securities, no value shall be ascribed to any receipt or other form of substantiation of a gift received by Depak - Wildlife Conservation and Zoonoses Awareness.</p>\n <p>The Depak - Wildlife Conservation and Zoonoses Awareness will respect the intent of the donor relating to gifts for restricted purposes and those relating to the desire to remain anonymous. With respect to anonymous gifts, the Depak - Wildlife Conservation and Zoonoses Awareness will restrict information about the donor to only those staff members with a need to know.</p>\n <p>The Depak - Wildlife Conservation and Zoonoses Awareness will not compensate, whether through commissions, finders\' fees, or other means, any third party for directing a gift or a donor to the Depak - Wildlife Conservation and Zoonoses Awareness.</p>\";s:21:\"babel_polyfill_script\";s:7:\"enabled\";s:19:\"paypal_verification\";s:7:\"enabled\";s:8:\"gateways\";a:3:{s:6:\"manual\";i:1;s:7:\"offline\";i:1;s:6:\"stripe\";i:1;}s:15:\"default_gateway\";s:6:\"manual\";s:31:\"global_offline_donation_content\";s:385:\"<p>In order to make an offline donation we ask that you please follow these instructions: </p><ol><li>Make a check payable to \"{sitename}\"</li><li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li><li>Please mail your check to:</li></ol>{offline_mailing_address}<br><p>All contributions will be gratefully acknowledged and are tax deductible.</p>\";s:43:\"give_offline_donation_enable_billing_fields\";s:8:\"disabled\";s:23:\"donor_default_user_role\";s:10:\"give_donor\";s:42:\"offline-donation-instruction_email_message\";s:385:\"<p>In order to make an offline donation we ask that you please follow these instructions: </p><ol><li>Make a check payable to \"{sitename}\"</li><li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li><li>Please mail your check to:</li></ol>{offline_mailing_address}<br><p>All contributions will be gratefully acknowledged and are tax deductible.</p>\";s:30:\"donation-receipt_email_message\";s:394:\"Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n\";s:26:\"new-donation_email_message\";s:280:\"Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}\n\";s:22:\"new-donation_recipient\";a:1:{i:0;s:15:\"admin@depak.org\";}s:30:\"new-offline-donation_recipient\";a:1:{i:0;s:15:\"admin@depak.org\";}s:28:\"new-donor-register_recipient\";a:1:{i:0;s:15:\"admin@depak.org\";}s:25:\"new-donation_notification\";s:7:\"enabled\";s:26:\"sequential-ordering_number\";i:1;s:12:\"success_page\";i:160;s:12:\"failure_page\";i:161;s:12:\"history_page\";i:162;}','no'),(2940,'wpmd_give_donors_db_version','1.0','no'),(2941,'wpmd_give_donormeta_db_version','1.0','no'),(2942,'give_completed_upgrades','a:38:{i:0;b:0;i:1;s:25:\"v18_upgrades_core_setting\";i:2;s:30:\"v220_rename_donation_meta_type\";i:3;s:30:\"upgrade_give_user_caps_cleanup\";i:4;s:32:\"upgrade_give_payment_customer_id\";i:5;s:27:\"upgrade_give_offline_status\";i:6;s:26:\"v18_upgrades_form_metadata\";i:7;s:30:\"v189_upgrades_levels_post_meta\";i:8;s:26:\"v1812_update_amount_values\";i:9;s:34:\"v1812_update_donor_purchase_values\";i:10;s:23:\"v1813_update_user_roles\";i:11;s:29:\"v1813_update_donor_user_roles\";i:12;s:43:\"v1817_update_donation_iranian_currency_code\";i:13;s:24:\"v1817_cleanup_user_roles\";i:14;s:39:\"v1818_assign_custom_amount_set_donation\";i:15;s:30:\"v1818_give_worker_role_cleanup\";i:16;s:26:\"v20_upgrades_form_metadata\";i:17;s:17:\"v20_logs_upgrades\";i:18;s:32:\"v20_move_metadata_into_new_table\";i:19;s:23:\"v20_rename_donor_tables\";i:20;s:23:\"v20_upgrades_donor_name\";i:21;s:25:\"v20_upgrades_user_address\";i:22;s:29:\"v20_upgrades_payment_metadata\";i:23;s:30:\"v201_upgrades_payment_metadata\";i:24;s:23:\"v201_add_missing_donors\";i:25;s:33:\"v201_move_metadata_into_new_table\";i:26;s:18:\"v201_logs_upgrades\";i:27;s:32:\"v210_verify_form_status_upgrades\";i:28;s:25:\"v213_delete_donation_meta\";i:29;s:28:\"v215_update_donor_user_roles\";i:30;s:22:\"v224_update_donor_meta\";i:31;s:31:\"v224_update_donor_meta_forms_id\";i:32;s:20:\"v230_move_donor_note\";i:33;s:23:\"v230_move_donation_note\";i:34;s:41:\"v230_delete_donor_wall_related_donor_data\";i:35;s:43:\"v230_delete_donor_wall_related_comment_data\";i:36;s:30:\"v240_update_form_goal_progress\";i:37;s:21:\"v241_remove_sale_logs\";}','no'),(2943,'give_version','2.5.10','no'),(2944,'give_default_api_version','v1','no'),(2945,'wpmd_give_comments_db_version','1.0','no'),(2946,'wpmd_give_commentmeta_db_version','1.0','no'),(2947,'wpmd_give_sessions_db_version','1.0','no'),(2948,'wpmd_give_logs_db_version','1.0','no'),(2949,'wpmd_give_logmeta_db_version','1.0','no'),(2950,'wpmd_give_formmeta_db_version','1.0','no'),(2951,'wpmd_give_sequential_ordering_db_version','1.0','no'),(2952,'wpmd_give_donationmeta_db_version','1.0','no'),(2955,'widget_give_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2957,'give_install_pages_created','1','no'),(2958,'_give_table_check','1602445821','no'),(3800,'p3-profiler_version','1.5.0','yes'),(3802,'p3-profiler_debug_log','a:0:{}','yes'),(3803,'p3-profiler_options','a:6:{s:17:\"profiling_enabled\";b:0;s:20:\"disable_opcode_cache\";b:1;s:14:\"use_current_ip\";b:1;s:10:\"ip_address\";s:0:\"\";s:12:\"cache_buster\";b:1;s:5:\"debug\";b:0;}','yes'),(3804,'p3_notices','a:0:{}','yes'),(3828,'p3_scan_','{\"url\":\"\\/wp-admin\\/admin-ajax.php\",\"ip\":\"119.160.96.31\",\"pid\":5436,\"date\":\"2019-11-29T18:44:45+00:00\",\"runtime\":{\"total\":21.968161106109619140625,\"wordpress\":6.98566436767578125e-5,\"theme\":0,\"plugins\":21.967670440673828125,\"profile\":0.030952930450439453125,\"breakdown\":{\"p3-profiler\":21.967670440673828125}},\"memory\":12582912,\"stacksize\":14,\"queries\":81}\n','yes'),(3832,'tinypng_compression_timing','background','yes'),(3834,'tinypng_api_key_pending','','yes'),(3835,'tinypng_api_key','MGbqPzREJYpYBmEsFnmHOJ8VvDqErUkq','yes'),(3836,'tinypng_status','31','yes'),(3837,'tinypng_sizes','a:10:{s:11:\"_tiny_dummy\";s:2:\"on\";i:0;s:2:\"on\";s:9:\"thumbnail\";s:2:\"on\";s:6:\"medium\";s:2:\"on\";s:5:\"large\";s:2:\"on\";s:9:\"1536x1536\";s:2:\"on\";s:9:\"2048x2048\";s:2:\"on\";s:10:\"us_350_350\";s:2:\"on\";s:10:\"us_600_600\";s:2:\"on\";s:10:\"us_600_400\";s:2:\"on\";}','yes'),(3838,'tinypng_resize_original','','yes'),(3839,'tinypng_preserve_data','','yes'),(3845,'tinypng_remaining_credits','384','yes'),(3846,'tinypng_paying_state','free','yes'),(3847,'tinypng_email_address','bilal2012s@gmail.com','yes'),(3863,'autoptimize_version','2.5.1','yes'),(3864,'autoptimize_service_availablity','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:26:\"https://cdn.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),(3866,'autoptimize_imgopt_launched','on','yes'),(3881,'autoptimize_html','on','yes'),(3882,'autoptimize_html_keepcomments','','yes'),(3883,'autoptimize_js','','yes'),(3884,'autoptimize_js_aggregate','on','yes'),(3885,'autoptimize_js_exclude','wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js','yes'),(3886,'autoptimize_js_trycatch','','yes'),(3887,'autoptimize_js_justhead','','yes'),(3888,'autoptimize_js_forcehead','','yes'),(3889,'autoptimize_js_include_inline','','yes'),(3890,'autoptimize_css','on','yes'),(3891,'autoptimize_css_aggregate','on','yes'),(3892,'autoptimize_css_exclude','wp-content/cache/, wp-content/uploads/, admin-bar.min.css, dashicons.min.css','yes'),(3893,'autoptimize_css_justhead','','yes'),(3894,'autoptimize_css_datauris','','yes'),(3895,'autoptimize_css_defer','','yes'),(3896,'autoptimize_css_defer_inline','','yes'),(3897,'autoptimize_css_inline','','yes'),(3898,'autoptimize_css_include_inline','on','yes'),(3899,'autoptimize_cdn_url','','yes'),(3900,'autoptimize_cache_clean','0','yes'),(3901,'autoptimize_cache_nogzip','on','yes'),(3902,'autoptimize_show_adv','1','yes'),(3903,'autoptimize_optimize_logged','on','yes'),(3904,'autoptimize_optimize_checkout','','yes'),(3905,'autoptimize_minify_excluded','on','yes'),(3971,'wp_rocket_settings','a:67:{s:12:\"cache_mobile\";i:1;s:9:\"cache_ssl\";i:0;s:19:\"purge_cron_interval\";i:10;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:11:\"minify_html\";i:1;s:19:\"minify_google_fonts\";i:1;s:10:\"minify_css\";i:1;s:11:\"exclude_css\";a:0:{}s:12:\"critical_css\";s:0:\"\";s:9:\"minify_js\";i:1;s:10:\"exclude_js\";a:0:{}s:17:\"defer_all_js_safe\";i:1;s:5:\"emoji\";i:1;s:6:\"embeds\";i:1;s:8:\"sitemaps\";a:0:{}s:12:\"dns_prefetch\";a:0:{}s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:27:\"automatic_cleanup_frequency\";s:0:\"\";s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:18:\"cloudflare_api_key\";s:0:\"\";s:16:\"cloudflare_email\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:12:\"consumer_key\";s:8:\"00000000\";s:14:\"consumer_email\";s:16:\"ganja@parker.com\";s:10:\"secret_key\";s:0:\"\";s:7:\"license\";s:0:\"\";s:16:\"secret_cache_key\";s:22:\"5de186ac4b173465385856\";s:14:\"minify_css_key\";s:22:\"5eb32c0def07f661716755\";s:13:\"minify_js_key\";s:22:\"5eb32c0def087066764090\";s:7:\"version\";s:7:\"3.0.5.1\";s:23:\"cloudflare_old_settings\";s:0:\"\";s:25:\"sitemap_preload_url_crawl\";s:6:\"500000\";s:7:\"do_beta\";i:0;s:17:\"cache_logged_user\";i:0;s:23:\"do_caching_mobile_files\";i:0;s:22:\"minify_concatenate_css\";i:0;s:21:\"minify_concatenate_js\";i:0;s:12:\"defer_all_js\";i:0;s:8:\"lazyload\";i:0;s:16:\"lazyload_iframes\";i:0;s:16:\"lazyload_youtube\";i:0;s:20:\"remove_query_strings\";i:0;s:9:\"async_css\";i:0;s:18:\"database_revisions\";i:0;s:20:\"database_auto_drafts\";i:0;s:22:\"database_trashed_posts\";i:0;s:22:\"database_spam_comments\";i:0;s:25:\"database_trashed_comments\";i:0;s:27:\"database_expired_transients\";i:0;s:23:\"database_all_transients\";i:0;s:24:\"database_optimize_tables\";i:0;s:26:\"schedule_automatic_cleanup\";i:0;s:14:\"manual_preload\";i:0;s:17:\"automatic_preload\";i:0;s:15:\"sitemap_preload\";i:0;s:18:\"cloudflare_devmode\";i:0;s:24:\"cloudflare_auto_settings\";i:0;s:27:\"cloudflare_protocol_rewrite\";i:0;s:13:\"do_cloudflare\";i:0;s:3:\"cdn\";i:0;s:18:\"varnish_auto_purge\";i:0;}','yes'),(4501,'gzip_compression','on','yes'),(11171,'revslider-deact-notice','1','yes'),(14542,'bsf_skip_author','','no'),(18488,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.1\";s:7:\"version\";s:5:\"5.5.1\";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:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.1\";s:7:\"version\";s:5:\"5.5.1\";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:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1602148107;s:15:\"version_checked\";s:5:\"5.3.4\";s:12:\"translations\";a:0:{}}','no'),(28316,'give_cache_give_add_ons_feed_addons-directory','a:2:{s:4:\"data\";s:42122:\"\n<!DOCTYPE html>\n<html>\n<head lang=\"en\">\n <meta charset=\"UTF-8\">\n <meta name=\"robots\" content=\"noindex\">\n <title>GiveWP Add-ons</title>\n</head>\n<body>\n\n\n <div class=\"post-354 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-must-have download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-must-have edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/recurring-donations/\" title=\"Recurring Donations\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Recurring-Donations-347x215.jpg\" alt=\"Recurring Donations\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/recurring-donations/\" title=\"Recurring Donations\" target=\"_blank\">Recurring Donations</a>\n </h3>\n <p>Create powerful subscription based donations with the GiveWP Recurring Donations add-on.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/recurring-donations/\" title=\"Recurring Donations\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-243 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-must-have download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-must-have edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/form-field-manager/\" title=\"Form Field Manager\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Form-Field-Manager-347x215.jpg\" alt=\"Form Field Manager\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/form-field-manager/\" title=\"Form Field Manager\" target=\"_blank\">Form Field Manager</a>\n </h3>\n <p>Customize donation form fields using an intuitive drag-and-drop custom field creation system.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/form-field-manager/\" title=\"Form Field Manager\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-114816 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-must-have download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-must-have edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/fee-recovery/\" title=\"Fee Recovery\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Fee-Recovery-347x215.jpg\" alt=\"Fee Recovery\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/fee-recovery/\" title=\"Fee Recovery\" target=\"_blank\">Fee Recovery</a>\n </h3>\n <p>Ask your donors to give a little extra to help cover the fees.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/fee-recovery/\" title=\"Fee Recovery\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-141019 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-must-have download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-must-have edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/tributes/\" title=\"Tributes\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Tributes-347x215.jpg\" alt=\"Tributes\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/tributes/\" title=\"Tributes\" target=\"_blank\">Tributes</a>\n </h3>\n <p>Allow donors to give to your Cause via customizable tributes like “In honor of,” “In memory of,” or any dedication your prefer. </p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/tributes/\" title=\"Tributes\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-196798 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/currency-switcher/\" title=\"Currency Switcher\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Currency-Switcher-347x215.jpg\" alt=\"Currency Switcher\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/currency-switcher/\" title=\"Currency Switcher\" target=\"_blank\">Currency Switcher</a>\n </h3>\n <p>Currency Switcher allows your donors to choose which currency they’d like to donate with.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/currency-switcher/\" title=\"Currency Switcher\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-438 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-must-have download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-must-have edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/pdf-receipts/\" title=\"PDF Receipts\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/PDF-Recipts-347x215.jpg\" alt=\"PDF Receipts\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/pdf-receipts/\" title=\"PDF Receipts\" target=\"_blank\">PDF Receipts</a>\n </h3>\n <p>Make it easy for your donors to print their tax deductible receipts by emailing receipts as a PDF.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/pdf-receipts/\" title=\"PDF Receipts\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-330663 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/annual-receipts/\" title=\"Annual Receipts\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Annual-Receipts-347x215.jpg\" alt=\"Annual Receipts\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/annual-receipts/\" title=\"Annual Receipts\" target=\"_blank\">Annual Receipts</a>\n </h3>\n <p>Provide your donors with an annual overview of their donations.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/annual-receipts/\" title=\"Annual Receipts\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-245 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/stripe-gateway/\" title=\"Stripe Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Stripe-347x215.jpg\" alt=\"Stripe Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/stripe-gateway/\" title=\"Stripe Gateway\" target=\"_blank\">Stripe Gateway</a>\n </h3>\n <p>Stripe is one of the most popular Gateways for a good reason. Accept credit card donations via Stripe with this add-on.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/stripe-gateway/\" title=\"Stripe Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-244 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/authorize-net-gateway/\" title=\"Authorize.Net Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Authorize.net_-347x215.jpg\" alt=\"Authorize.Net Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/authorize-net-gateway/\" title=\"Authorize.Net Gateway\" target=\"_blank\">Authorize.Net Gateway</a>\n </h3>\n <p>Authorize.Net is a well established payment gateway. This add-on allows you to accept credit card donations via Authorize.Net.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/authorize-net-gateway/\" title=\"Authorize.Net Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-1541 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/gift-aid/\" title=\"Gift Aid\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Gift-Aid-347x215.jpg\" alt=\"Gift Aid\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/gift-aid/\" title=\"Gift Aid\" target=\"_blank\">Gift Aid</a>\n </h3>\n <p>Donors in the UK can “Gift Aid” their donations which adds an extra 25% for your charity.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/gift-aid/\" title=\"Gift Aid\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-144226 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/donation-upsells-for-woocommerce/\" title=\"Donation Upsells for WooCommerce\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/edd/2020/08/Featured-Image-Final-365x205.png\" alt=\"Donation Upsells for WooCommerce\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/donation-upsells-for-woocommerce/\" title=\"Donation Upsells for WooCommerce\" target=\"_blank\">Donation Upsells for WooCommerce</a>\n </h3>\n <p>Add a donation “upsell” to your WooCommerce cart or checkout screen to allow your customers to also become donors.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/donation-upsells-for-woocommerce/\" title=\"Donation Upsells for WooCommerce\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-3031 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/google-analytics/\" title=\"Google Analytics Donation Tracking\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Google-Analytics-347x215.jpg\" alt=\"Google Analytics Donation Tracking\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/google-analytics/\" title=\"Google Analytics Donation Tracking\" target=\"_blank\">Google Analytics Donation Tracking</a>\n </h3>\n <p>Track your donations made on your site through Google Analytics Enhanced E-commerce.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/google-analytics/\" title=\"Google Analytics Donation Tracking\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-485482 download type-download status-publish has-post-thumbnail hentry download_category-marketing download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-marketing edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/activecampaign/\" title=\"ActiveCampaign\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/edd/2020/08/activecampaign-givewp-featured-347x215.png\" alt=\"ActiveCampaign\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/activecampaign/\" title=\"ActiveCampaign\" target=\"_blank\">ActiveCampaign</a>\n </h3>\n <p>Quickly and easily integrate GiveWP with ActiveCampaign’s powerful features.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/activecampaign/\" title=\"ActiveCampaign\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-242 download type-download status-publish has-post-thumbnail hentry download_category-marketing download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-marketing edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/mailchimp/\" title=\"MailChimp\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Mailchimp-347x215.jpg\" alt=\"MailChimp\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/mailchimp/\" title=\"MailChimp\" target=\"_blank\">MailChimp</a>\n </h3>\n <p>Boost your cause marketing by allowing users to subscribe to your MailChimp lists and groups when donating.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/mailchimp/\" title=\"MailChimp\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-46747 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/manual-donations/\" title=\"Manual Donations\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Manual-Donations-347x215.jpg\" alt=\"Manual Donations\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/manual-donations/\" title=\"Manual Donations\" target=\"_blank\">Manual Donations</a>\n </h3>\n <p>Manually create donation payments within Give. Support for Recurring Donations.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/manual-donations/\" title=\"Manual Donations\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-3116 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/zapier/\" title=\"Zapier\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Zapier-347x215.jpg\" alt=\"Zapier\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/zapier/\" title=\"Zapier\" target=\"_blank\">Zapier</a>\n </h3>\n <p>Use Zapier to connect Give to 1,000+ web services like Salesforce, MailChimp, Slack, and more!</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/zapier/\" title=\"Zapier\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-59024 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/email-reports/\" title=\"Email Reports\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Email-Reports-347x215.jpg\" alt=\"Email Reports\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/email-reports/\" title=\"Email Reports\" target=\"_blank\">Email Reports</a>\n </h3>\n <p>Receive comprehensive donation reports via email.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/email-reports/\" title=\"Email Reports\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-59603 download type-download status-publish has-post-thumbnail hentry download_category-tools download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-tools edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/per-form-gateways/\" title=\"Per Form Gateways\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Per-Form-Gateways-347x215.jpg\" alt=\"Per Form Gateways\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/per-form-gateways/\" title=\"Per Form Gateways\" target=\"_blank\">Per Form Gateways</a>\n </h3>\n <p>Choose on a per form basis which payment gateways you would like enabled for donors.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/per-form-gateways/\" title=\"Per Form Gateways\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-1485 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/2checkout-gateway/\" title=\"2Checkout Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/2Checkout-347x215.jpg\" alt=\"2Checkout Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/2checkout-gateway/\" title=\"2Checkout Gateway\" target=\"_blank\">2Checkout Gateway</a>\n </h3>\n <p>2Checkout is an international credit card merchant. It supports over 87 different currencies, 197 countries, and more than 15 languages.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/2checkout-gateway/\" title=\"2Checkout Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-1536 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/iats-gateway/\" title=\"iATS Payment Solutions\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/IATs-347x215.jpg\" alt=\"iATS Payment Solutions\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/iats-gateway/\" title=\"iATS Payment Solutions\" target=\"_blank\">iATS Payment Solutions</a>\n </h3>\n <p>iATS provides merchant account services exclusively for nonprofit organizations.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/iats-gateway/\" title=\"iATS Payment Solutions\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-246 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/paypal-pro-gateway/\" title=\"PayPal Pro Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/PayPal-347x215.jpg\" alt=\"PayPal Pro Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/paypal-pro-gateway/\" title=\"PayPal Pro Gateway\" target=\"_blank\">PayPal Pro Gateway</a>\n </h3>\n <p>Accept credit card donations directly through GiveWP using PayPal Pro.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/paypal-pro-gateway/\" title=\"PayPal Pro Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-107608 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/paytm-gateway/\" title=\"Paytm Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Paytm-347x215.jpg\" alt=\"Paytm Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/paytm-gateway/\" title=\"Paytm Gateway\" target=\"_blank\">Paytm Gateway</a>\n </h3>\n <p>Use the Paytm Gateway to accept online donations with Paytm and GiveWP. </p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/paytm-gateway/\" title=\"Paytm Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-212536 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/payfast-gateway/\" title=\"PayFast\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Payfast-347x215.jpg\" alt=\"PayFast\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/payfast-gateway/\" title=\"PayFast\" target=\"_blank\">PayFast</a>\n </h3>\n <p>PayFast is one of the most popular in South Africa. Accept credit card donations via PayFast with this add-on.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/payfast-gateway/\" title=\"PayFast\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-236949 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/mollie-payment-gateway/\" title=\"Mollie Payment Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Mollie-347x215.jpg\" alt=\"Mollie Payment Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/mollie-payment-gateway/\" title=\"Mollie Payment Gateway\" target=\"_blank\">Mollie Payment Gateway</a>\n </h3>\n <p>Accept donations through the Mollie Payment Gateway using the GiveWP WordPress donation plugin. </p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/mollie-payment-gateway/\" title=\"Mollie Payment Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-336539 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/moneris-gateway/\" title=\"Moneris Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Moneris-347x215.jpg\" alt=\"Moneris Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/moneris-gateway/\" title=\"Moneris Gateway\" target=\"_blank\">Moneris Gateway</a>\n </h3>\n <p>Accept donations quickly and easily through Canada’s leading payment processor, Moneris. Accept online donations using Moneris Moneris processes more than 3 billion credit and debit card transactions a year for more than 350,000 users throughout North America. Why use Moneris? Accept online donations in Canadian dollars Supports eFraud tools / address and card verification Accepts […]</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/moneris-gateway/\" title=\"Moneris Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-328060 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/square-gateway/\" title=\"Square Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Square-347x215.jpg\" alt=\"Square Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/square-gateway/\" title=\"Square Gateway\" target=\"_blank\">Square Gateway</a>\n </h3>\n <p>Accept credit card donations directly on your website using the Square payment gateway add-on for GiveWP.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/square-gateway/\" title=\"Square Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-144603 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/sofort/\" title=\"Sofort\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Sofort-347x215.jpg\" alt=\"Sofort\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/sofort/\" title=\"Sofort\" target=\"_blank\">Sofort</a>\n </h3>\n <p>Accept direct bank payments online via Sofort. Popular in Europe and Germany.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/sofort/\" title=\"Sofort\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-88556 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/payumoney-gateway/\" title=\"PayUmoney Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/PayU-347x215.jpg\" alt=\"PayUmoney Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/payumoney-gateway/\" title=\"PayUmoney Gateway\" target=\"_blank\">PayUmoney Gateway</a>\n </h3>\n <p>Accept donation payments in India with the top-rated PayUmoney gateway. Quick and easy setup, fully supported and documented. </p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/payumoney-gateway/\" title=\"PayUmoney Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-339 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/paymill-gateway/\" title=\"Paymill Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Paymill-347x215.jpg\" alt=\"Paymill Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/paymill-gateway/\" title=\"Paymill Gateway\" target=\"_blank\">Paymill Gateway</a>\n </h3>\n <p>Accept credit card donations directly through GiveWP using Paymill.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/paymill-gateway/\" title=\"Paymill Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-105271 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/gocardless-gateway/\" title=\"GoCardless Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/GoCardless-347x215.jpg\" alt=\"GoCardless Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/gocardless-gateway/\" title=\"GoCardless Gateway\" target=\"_blank\">GoCardless Gateway</a>\n </h3>\n <p>GoCardless is a popular gateway that offers a low-cost Direct Debit solution for accepting online donations. The gateway is built atop a modern platform and also supports recurring donations. About the GoCardless Gateway The GiveWP GoCardless gateway provides a turnkey solution for accepting Direct Debit donations on your website. This allows you to offer your […]</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/gocardless-gateway/\" title=\"GoCardless Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-107886 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/americloud-payments/\" title=\"AmeriCloud Payments\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Americloud-347x215.jpg\" alt=\"AmeriCloud Payments\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/americloud-payments/\" title=\"AmeriCloud Payments\" target=\"_blank\">AmeriCloud Payments</a>\n </h3>\n <p>This GiveWP add-on allows you to accept credit cards directly on your site via AmeriCloud Payments. When donors give through the AmeriCloud Payments gateway, users enter their credit card details during the donation process and never leave your site, resulting in a better experience for the user and more successful conversions for you. Why AmeriCloud […]</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/americloud-payments/\" title=\"AmeriCloud Payments\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-1680 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/braintree-payment-gateway/\" title=\"Braintree Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Braintree-347x215.jpg\" alt=\"Braintree Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/braintree-payment-gateway/\" title=\"Braintree Gateway\" target=\"_blank\">Braintree Gateway</a>\n </h3>\n <p>Collect donations directly on your website via Braintree. Pay zero fees before reaching $50,000 in donations.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/braintree-payment-gateway/\" title=\"Braintree Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-60430 download type-download status-publish has-post-thumbnail hentry download_category-marketing download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-marketing edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/aweber/\" title=\"AWeber\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/AWeber-347x215.jpg\" alt=\"AWeber\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/aweber/\" title=\"AWeber\" target=\"_blank\">AWeber</a>\n </h3>\n <p>Level up your email marketing lists by allowing donors to subscribe to your AWeber lists during the giving process.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/aweber/\" title=\"AWeber\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-64612 download type-download status-publish has-post-thumbnail hentry download_category-marketing download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-marketing edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/convertkit/\" title=\"ConvertKit\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Convert-Kit-347x215.jpg\" alt=\"ConvertKit\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/convertkit/\" title=\"ConvertKit\" target=\"_blank\">ConvertKit</a>\n </h3>\n <p>Allow donors to subscribe to your ConvertKit forms and tags during the giving process to help further your email marketing.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/convertkit/\" title=\"ConvertKit\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-1832 download type-download status-publish has-post-thumbnail hentry download_category-marketing download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-marketing edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/constant-contact/\" title=\"Constant Contact\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/08/Constant-Contact-347x215.jpg\" alt=\"Constant Contact\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/constant-contact/\" title=\"Constant Contact\" target=\"_blank\">Constant Contact</a>\n </h3>\n <p>Integrate Constant Contact with your donation forms. Subscribe donors to email lists when they donate to your Cause.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/constant-contact/\" title=\"Constant Contact\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-91724 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/razorpay-gateway/\" title=\"Razorpay Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/Razorpay-347x215.jpg\" alt=\"Razorpay Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/razorpay-gateway/\" title=\"Razorpay Gateway\" target=\"_blank\">Razorpay Gateway</a>\n </h3>\n <p>Accept online donation payments with Razorpay.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/razorpay-gateway/\" title=\"Razorpay Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n <div class=\"post-2060 download type-download status-publish has-post-thumbnail hentry download_category-payment-gateways download_category-basic download_category-plus download_category-pro edd-download edd-download-cat-payment-gateways edd-download-cat-basic edd-download-cat-plus edd-download-cat-pro\">\n\n <div class=\"featured-img\">\n\n \n <a href=\"https://givewp.com/addons/ccavenue-gateway/\" title=\"CCAvenue Gateway\" target=\"_blank\"><img src=\"https://givewp.com/wp-content/uploads/2020/03/CCAvenue-347x215.jpg\" alt=\"CCAvenue Gateway\"></a>\n\n \n </div>\n\n <div class=\"addon-content\">\n <h3 class=\"addon-heading\">\n <a href=\"https://givewp.com/addons/ccavenue-gateway/\" title=\"CCAvenue Gateway\" target=\"_blank\">CCAvenue Gateway</a>\n </h3>\n <p>CCAvenue is a popular India gateway for accepting donations in in 27+ major foreign currencies.</p>\n </div>\n\n <div class=\"addon-footer-wrap give-clearfix\">\n <a href=\"https://givewp.com/addons/ccavenue-gateway/\" title=\"CCAvenue Gateway\" class=\"button-secondary\" target=\"_blank\">Learn More <span class=\"dashicons dashicons-external\"></span></a>\n </div>\n\n </div>\n\n</body>\n</html>\";s:10:\"expiration\";i:1602180836;}','no'),(28317,'_site_transient_timeout_browser_ce4e9e986b0fbc713624d54b83c36283','1602337303','no'),(28318,'_site_transient_browser_ce4e9e986b0fbc713624d54b83c36283','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"85.0.4183.121\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(28319,'_site_transient_timeout_php_check_97f83d63b8a66f6e8c057d89a83d8845','1602337303','no'),(28320,'_site_transient_php_check_97f83d63b8a66f6e8c057d89a83d8845','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(28321,'give_cache__give_ajax_works','a:2:{s:4:\"data\";s:1:\"1\";s:10:\"expiration\";i:1602180856;}','no'),(28322,'give_cache_give_stats_c40203dfad50899','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1601736204;}','no'),(28323,'give_cache_give_stats_61718da2345dcdb','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1601736204;}','no'),(28324,'give_cache_give_stats_725f2d997f0e0d0','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1602098130;}','no'),(28325,'give_cache_give_stats_542f70e074b94cd','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1602098130;}','no'),(28326,'give_cache_give_stats_26e206091fb60cd','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1602098130;}','no'),(28389,'give_cache_give_stats_5cae9c96a739689','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1601844723;}','no'),(28390,'give_cache_give_stats_8f384b64f3c4ca4','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1602098130;}','no'),(28444,'rs-templates-new','','no'); INSERT INTO `wpmd_options` VALUES (28445,'rs-templates','a:2:{s:6:\"slider\";a:464:{i:0;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{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.1\";s:8:\"required\";s:6:\"6.2.22\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{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.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: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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{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.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: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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.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:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{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.1\";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\">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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{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.2\";s:8:\"required\";s:5:\"6.0.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:179:\"{\"1\":{\"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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{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:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{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.2\";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\">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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{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.3\";s:8:\"required\";s:6:\"6.2.22\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{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.2\";s:8:\"required\";s:5:\"6.1.6\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{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.5\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{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.3\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{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.1\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{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.1\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{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.1\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{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.1\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{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.1\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{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.1\";s:8:\"required\";s:5:\"6.1.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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{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.2\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{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.1\";s:8:\"required\";s:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{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:5:\"6.0.0\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{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.1\";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:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{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.1\";s:8:\"required\";s:6:\"6.2.22\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{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.2\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{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:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{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.1\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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: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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</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:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen 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\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</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:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</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:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</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:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral 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: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:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect 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-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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph 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: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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns 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: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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</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:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</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:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce 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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://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\";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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</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:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over 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\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant 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: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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</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: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:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</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:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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: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:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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: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:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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: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:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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: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:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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: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:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts 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: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:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:461:{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\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}}}','no'),(28456,'_site_transient_timeout_community-events-57915c47df7d565d07bda951d7e87f8d','1602137728','no'),(28457,'_site_transient_community-events-57915c47df7d565d07bda951d7e87f8d','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"119.160.96.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:75:\"Discussion Group: Writing a pitch for being accepted to speak at a WP event\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/273494834/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2020-10-07 10:00:00\";s:8:\"end_date\";s:19:\"2020-10-07 11:00:00\";s:20:\"start_unix_timestamp\";i:1602090000;s:18:\"end_unix_timestamp\";i:1602093600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:19:\"WordCamp Austin, TX\";s:3:\"url\";s:33:\"https://austin.wordcamp.org/2020/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-10-09 08:45:00\";s:8:\"end_date\";s:19:\"2020-10-09 08:45:00\";s:20:\"start_unix_timestamp\";i:1602251100;s:18:\"end_unix_timestamp\";i:1602251100;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:30.26715300000000041791281546466052532196044921875;s:9:\"longitude\";d:-97.743060799999994969766703434288501739501953125;}}}}','no'),(28458,'give_cache_give_stats_cb5b8ce7060b815','a:2:{s:4:\"data\";i:0;s:10:\"expiration\";i:1602098130;}','no'),(28459,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1602137730','no'),(28460,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Oct 2020 09:34:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.6-alpha-49096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2020/10/the-month-in-wordpress-september-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Oct 2020 09:34:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9026\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"This month was characterized by some exciting announcements from the WordPress core team! Read on to catch up with all the WordPress news and updates from September.  WordPress 5.5.1 Launch On September 1, the  Core team released WordPress 5.5.1. This maintenance release included several bug fixes for both core and the editor, and many other […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8713:\"\n<p>This month was characterized by some exciting announcements from the WordPress core team! Read on to catch up with all the WordPress news and updates from September. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.5.1 Launch</h2>\n\n\n\n<p>On September 1, the Core team released <a href=\"https://wordpress.org/news/2020/09/wordpress-5-5-1-maintenance-release/\">WordPress 5.5.1</a>. This maintenance release included several bug fixes for both core and the editor, and many other enhancements. You can update to the latest version directly from your WordPress dashboard or <a href=\"https://wordpress.org/download/\">download</a> it directly from WordPress.org. The next major release will be <a href=\"https://make.wordpress.org/core/5-6/\">version 5.6</a>.</p>\n\n\n\n<p>Want to be involved in the next release? You can help to build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and joining the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 9.1, 9.0, and 8.9 are out</h2>\n\n\n\n<p>The core team launched <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">version 9.0</a> of the Gutenberg plugin on September 16, and <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">version 9.1</a> on September 30. <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">Version 9.0</a> features some useful enhancements — like a new look for the navigation screen (with drag and drop support in the list view) and modifications to the query block (including search, filtering by author, and support for tags). <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">Version 9.1</a> adds improvements to global styles, along with improvements for the UI and several blocks. <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">Version 8.9</a> of Gutenberg, which came out earlier in September, enables the block-based widgets feature (also known as block areas, and was previously available in the experiments section) by default — replacing the default WordPress widgets to the plugin. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/09/03/whats-next-in-gutenberg-september/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Twenty Twenty One is the WordPress 5.6 default theme</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/09/23/introducing-twenty-twenty-one/\">Twenty Twenty One</a>, the brand new default theme for <a href=\"https://make.wordpress.org/core/5-6/\">WordPress 5.6</a>, has been announced! Twenty Twenty One is designed to be a blank canvas for the block editor, and will adopt a straightforward, yet refined, design. The theme has a limited color palette: a pastel green background color, two shades of dark grey for text, and a native set of system fonts. Twenty Twenty One will use a modified version of the <a href=\"https://wordpress.org/themes/seedlet/\">Seedlet theme</a> as its base. It will have a comprehensive system of nested CSS variables to make child theming easier, a native support for global styles, and full site editing. </p>\n\n\n\n<p>Follow the <a href=\"https://make.wordpress.org/core/\">Make/Core</a> blog if you wish to contribute to Twenty Twenty One. There will be weekly meetings every Monday at 15:00 UTC and triage sessions every Friday at 15:00 UTC in the #core-themes Slack channel. Theme development will happen <a href=\"https://github.com/wordpress/twentytwentyone.\">on GitHub</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>WordPress plugin authors can now <a href=\"https://meta.trac.wordpress.org/changeset/10255\">opt into confirming plugin updates via email</a>. This feature will allow plugin authors to approve any plugin updates over email before release.</li><li>September was the busiest month for online WordCamps so far, with seven events taking place: <a href=\"https://ogijima.wordcamp.org/2020/\">WordCamp Ogijima Online</a>, <a href=\"https://colombia.wordcamp.org/2020/\">WordCamp Colombia Online</a>, <a href=\"https://2020.asheville.wordcamp.org/2020/\">WordCamp Asheville, NC USA</a>, <a href=\"https://saopaulo.wordcamp.org/2020/\">WordCamp São Paulo, Brazil</a>, <a href=\"https://2020.virginiabeach.wordcamp.org/\">WordCamp Virginia Beach</a>, <a href=\"https://2020.lima.wordcamp.org/\">WordCamp Lima Peru</a>, and <a href=\"https://philadelphia.wordcamp.org/2020/\">WordCamp Philadelphia, PA, USA</a>. You can find live stream recaps of these events on their websites. The camps are also in the process of uploading their videos to <a href=\"https://wordpress.tv/\">WordPress.tv</a>. Check out the <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Schedule</a> to follow upcoming online WordCamps!</li><li>The Themes team has added a <a href=\"https://meta.trac.wordpress.org/changeset/10240\">delist feature</a> to the themes directory. The feature will allow a theme to be temporarily hidden from search, while still making it available. The team may delist themes if they violate the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">Theme Directory guidelines</a>. </li><li>The Themes Team has also released its <a href=\"https://make.wordpress.org/themes/2020/09/25/new-package-to-allow-locally-hosting-webfonts/\">new web fonts Loader project</a>. The webfonts loader will allow theme developers to load web fonts from the user’s site, rather than through a third-party CDN. The project lives in the team’s <a href=\"https://github.com/WPTT/webfont-loader\">GitHub repository</a>.</li><li>The Support team is discussing<a href=\"https://make.wordpress.org/support/2020/09/talking-point-allowing-self-archival-of-topics/\"> the level of control users should have</a> over their support forum topics. The team is thinking of allowing users to archive their topics and lengthen time-to-edit to remove any semi-sensitive data. In a separate, but related, post, Support team members have started discussing <a href=\"https://make.wordpress.org/support/2020/09/talking-point-handling-support-for-commercial-users-on-the-wordpress-forums/\">how to curb support requests for commercial products</a>.</li><li>The Mobile team <a href=\"https://make.wordpress.org/core/2020/09/21/proposal-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-0/\">came up with a proposal for dual licensing Gutenberg</a> under GPL 2.0 and MPL (Mozilla Public License) 2.0, so that non-WordPress software developers can potentially use it for their projects. </li><li>Since Facebook and Instagram are deprecating oEmbeds, the Core Team <a href=\"https://make.wordpress.org/core/2020/09/22/facebook-and-instagram-embeds-to-be-deprecated-october-24th/\">will be removing Facebook and Instagram’s oEmbed endpoints</a> from WordPress core code. </li><li>Following extensive discussion, the Documentation team <a href=\"https://make.wordpress.org/docs/2020/09/14/external-linking-policy-meeting-notes-august-25th/\">has tentatively decided to allow external and commercial links in the WordPress documentation</a>. The team aims to publish a formal proposal that will be left open for feedback before finalizing it.</li><li>Members of the Polyglots and Marketing teams are celebrating the <a href=\"https://make.wordpress.org/polyglots/2020/09/09/lets-celebrate-international-translation-day-together/\">International Translation Day</a> for WordPress over the week of September 28 – October 4! Community members can join or organize translation events, or contribute to WordPress core, theme, or plugin translations during this period. </li><li><a href=\"https://wpaccessibilityday.org/\">WP Accessibility day</a> — a 24-hour global online event dedicated to addressing website accessibility in WordPress, is being held on October 2. The event is open for all and has <a href=\"https://wpaccessibilityday.org/#talk-time\">experts from all over the world as speakers</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/09/wordpress-5-5-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Sep 2020 19:13:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8979\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:460:\"WordPress 5.5.1 is now available! This maintenance release features 34 bug fixes, 5 enhancements, and 5 bug fixes for the block editor. These bugs affect WordPress version 5.5, so you’ll want to upgrade. You can download WordPress 5.5.1 directly, or visit the Dashboard → Updates screen and click Update Now. If your sites support automatic background updates, they’ve already started the update process. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9020:\"\n<p>WordPress 5.5.1 is now available!</p>\n\n\n\n<p>This maintenance release features <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.5.1&group=status&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\" target=\"_blank\">34 bug fixes, 5 enhancements</a>, and <a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/pull/24828\" target=\"_blank\">5 bug fixes</a> for the block editor. These bugs affect WordPress version 5.5, so you’ll want to upgrade.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.5.1.zip\">download WordPress 5.5.1 directly</a>, or visit the<strong> Dashboard → Updates</strong> screen and click <strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.5.1 is a short-cycle maintenance release. The next major release will be <a href=\"https://make.wordpress.org/core/5-6/\">version 5.6</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.5.1&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">list on Trac</a>, read the <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-5-5-1-rc1/\">5.5.1 RC1</a> and <a href=\"https://make.wordpress.org/core/2020/08/31/wordpress-5-5-1-rc2/\">5.5.1 RC2</a> posts, or visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-5-1/\">5.5.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.5.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/johnbillion/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>johnbillion</a>, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.5.1 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey “Rarst” Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">O André</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">TwentyZeroTwo</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, and <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2020/09/the-month-in-wordpress-august-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Sep 2020 09:32:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8983\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"August was special for WordPress lovers, as one of the most anticipated releases, WordPress 5.5, was launched. The month also saw several updates from various contributor teams, including the soft-launch of the Learn WordPress project and updates to Gutenberg. Read on to find out about the latest updates from the WordPress world. WordPress 5.5 Launch […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9605:\"\n<p>August was special for WordPress lovers, as one of the most anticipated releases, WordPress 5.5, was launched. The month also saw several updates from various contributor teams, including the soft-launch of the Learn WordPress project and updates to Gutenberg. Read on to find out about the latest updates from the WordPress world.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.5 Launch</h2>\n\n\n\n<p>The team launched <a href=\"https://wordpress.org/news/2020/08/eckstine/\">WordPress 5.5</a> on August 11. The major release comes with a host of features like automatic updates for plugins and themes, enabling updates over uploaded ZIP files, a block directory, XML sitemaps, block patterns, inline image editing, and lazy-loading images, to name a few. WordPress 5.5 is now available in 50 languages too! You can update to the latest version directly from your WordPress dashboard or <a href=\"https://wordpress.org/download/\">download</a> it directly from WordPress.org. Subsequent to the 5.5 release, the <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-5-5-1-rc1/\">5.5.1 release candidate</a> came out on August 28, which will be followed by its official launch of the minor release on September 1.</p>\n\n\n\n<p>A record 805 people contributed to WordPress 5.5, hailing from 58 different countries. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/08/wordpress-5-5-core-stats-contributions-by-country-company/\">compiled many more stats like that</a> and they’re well worth a read!</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 8.7 and 8.8</h2>\n\n\n\n<p>The core team launched Gutenberg <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a> and <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>. Version 8.7 saw many improvements to the Post Block suite, along with other changes like adding a block example to the Buttons block, consistently autosaving edits, and updating the group block description. Version 8.8 offers updates to Global Styles, the Post Block suite, and Template management. The release significantly improves the back-compatibility of the new Widget Screen, and also includes other important accessibility and mobile improvements to user interfaces like the Toolbar, navigation menus, and Popovers. For full details on the latest versions of these Gutenberg releases, visit these posts about <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a> and <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Check out the brand new Learn WordPress platform!</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a brand new cross-team initiative led by the <a href=\"https://make.wordpress.org/community/\">WordPress Community team</a>, with support from the <a href=\"https://make.wordpress.org/training/\">training team</a>, the <a href=\"https://make.wordpress.org/tv/\">TV team</a>, and the <a href=\"https://make.wordpress.org/meta/\">meta team</a>. This platform is a learning repository on <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a>, where WordPress learning content will be made available. Video workshops published on the site will be followed up by supplementary discussion groups based on workshop content. The first of these discussion groups have been scheduled, and you can join an upcoming discussion <a href=\"https://www.meetup.com/learn-wordpress-discussions/events/\">on the dedicated meetup group</a>. The community team invites members to contribute to the project. You can apply to <a href=\"https://wordcampcentral.survey.fm/learn-wordpress-workshop-application\">present a workshop</a>, <a href=\"https://wordcampcentral.survey.fm/learn-wordpress-reviewer-application\">assist with reviewing</a> submitted workshops, and <a href=\"https://docs.google.com/spreadsheets/d/1A6BYIZAtqk3alBFtJBg-7Q7Y7NBLRnoRFbRTGho2rfI/edit\">add ideas for workshops</a> that you would like to see on the site. You can also apply<a href=\"https://wordcampcentral.survey.fm/learn-wordpress-discussion-group-leader-application\"> to be a discussion group leader</a> to organize discussions directly through the <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a> platform. We are also creating a dedicated Learn WordPress working group and have <a href=\"https://make.wordpress.org/community/2020/08/24/learn-wordpress-working-group-call-for-volunteers/\">posted a call for volunteers</a>. Meetup organizers can use <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> content for their meetup events (without applying as a discussion group leader). Simply ask your meetup group to watch one of the workshops in the weeks leading up to your scheduled event, and then host a discussion group for that content as your event.</p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>As <a href=\"https://make.wordpress.org/core/2020/03/11/all-women-release-squad/\">proposed previously</a>, WordPress 5.6 will have an all-women release squad. The team has <a href=\"https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/\">started work on the 5.6 release planning</a>.</li><li>The community team has decided to <a href=\"https://make.wordpress.org/community/2020/08/04/announcement-flagship-events-in-2021/\">cancel in-person flagship WordPress events</a> in 2021. While new applications for flagship events in 2021 will not be accepted, organizers of existing flagship events (such as WordCamp US, Europe, and Asia) will have the option to move their event online. </li><li>The core team is working on <a href=\"https://core.trac.wordpress.org/ticket/37110\">updating the jQuery version</a> that comes with WordPress. As the first step, the <a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\">team removed the jQuery Migrate 1.4.1 script </a>from WordPress 5.5. Those who wish to use jQuery migrate for maintaining plugin compatibility can install the <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">Enable jQuery Migrate Helper plugin</a>, which has currently reached the 100k installs mark. </li><li>The WordPress documentation team is continuing its discussion on modifying the external linking policy. The conversation is taking place on a <a href=\"https://docs.google.com/document/d/1i0ipOTmKPShSIMoFuEXnI3gkOOUrPJb9t4HMf30JWC0/edit#heading=h.l0cppyl5zvhs\">shared Google doc</a>. Feel free to add comments if you have any thoughts on the topic. </li><li>WordPress will <a href=\"https://core.trac.wordpress.org/ticket/51043#comment:7\">not drop support for PHP 5.6</a>, as initially decided, in order to maintain better version compatibility. The team has additionally come up with a <a href=\"https://make.wordpress.org/core/2020/08/24/proposal-dropping-support-for-old-php-versions-via-a-fixed-schedule/\">proposal to drop support for old PHP versions via a fixed schedule</a>.</li><li>The maiden edition of <a href=\"https://doaction.org/event/india-2020\">do_action India online</a> was held from August 15 to 23. The event, which was held online with collaboration tools, had 94 participants who built fully functional websites for five NGOs from across the country. You can read more about 2020 do_action events <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">on the WordPress Foundation blog</a>.</li><li>The Accessibility team has <a href=\"https://make.wordpress.org/accessibility/2020/08/25/accessibility-teams-goals-for-wordpress-5-6-and-beyond/\">published their goals for WordPress 5.6 and beyond</a> and has started working on them.</li><li><a href=\"https://minneapolis.wordcamp.org/2020/\">WordCamp Minneapolis/St. Paul</a> was held successfully on August 21. The event, which sold over 1400 tickets, had 18 speakers and 12 sponsors.</li><li>The Polyglots team has completed the translation <a href=\"https://make.wordpress.org/polyglots/2020/08/19/polyglots-handbook-reorganization-update/\">handbook structure organization</a>. The handbook now has clear guides for translators, PTEs/GTEs, global mentors, and Plugin/Theme authors.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8983\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.5 “Eckstine”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2020/08/eckstine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Aug 2020 19:03:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8799\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"Version 5.5 \"Eckstine\" of WordPress is available for download or update in your WordPress dashboard. With this release, your site gets new power in three major areas: \nspeed (lazy-loading images), search (sitemaps included by default), and security (auto-updates for plugins and themes), along with many new features and improvements to the block editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:48:\"https://s.w.org/images/core/5.5/auto-updates.mp4\";s:6:\"length\";s:6:\"238264\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:50:\"https://s.w.org/images/core/5.5/block-patterns.mp4\";s:6:\"length\";s:7:\"3518792\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\";s:6:\"length\";s:7:\"3145140\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:71062:\"\n<p>Here it is! Named “Eckstine” in honor of Billy Eckstine, this latest and greatest version of WordPress is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"514\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?resize=632%2C514&ssl=1\" alt=\"\" class=\"wp-image-8930\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?w=1000&ssl=1 1000w, https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?resize=300%2C244&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?resize=768%2C625&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f2edd4;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#f2edd4\">Welcome to WordPress 5.5.</p>\n\n\n\n<h3 class=\"has-text-align-center has-black-color has-text-color\">In WordPress 5.5, your site gets new power in three major areas: <br>speed, search, and security.</h3>\n</div></div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Speed</h2>\n\n\n\n<p><strong>Posts and pages feel faster, thanks to lazy-loaded images.</strong></p>\n\n\n\n<p>Images give your story a lot of impact, but they can sometimes make your site seem slow.</p>\n\n\n\n<p>In WordPress 5.5, images wait to load until they’re just about to scroll into view. The technical term is ‘lazy loading.’</p>\n\n\n\n<p>On mobile, lazy loading can also keep browsers from loading files meant for other devices. That can save your readers money on data — and help preserve battery life.</p>\n\n\n\n<h2>Search</h2>\n\n\n\n<p><strong>Say hello to your new sitemap.</strong></p>\n\n\n\n<p>WordPress sites work well with search engines.</p>\n\n\n\n<p>Now, by default, WordPress 5.5 includes an XML sitemap that helps search engines discover your most important pages from the very minute you go live.</p>\n\n\n\n<p>So more people will find your site sooner, giving you more time to engage, retain and convert them to subscribers, customers or whatever fits your definition of success.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Security</h2>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/auto-updates.mp4\"></video><figcaption>Now you can choose to update plugins and themes automatically–or pick just a few–from the screens you’ve always used.</figcaption></figure>\n\n\n\n<p><strong>Auto-updates for Plugins and Themes</strong></p>\n\n\n\n<p>Now you can set plugins and themes to update automatically — or not! — in the WordPress admin. So you always know your site is running the latest code available.</p>\n\n\n\n<p>You can also turn auto-updates on or off for each plugin or theme you have installed — all on the same screens you’ve always used.</p>\n\n\n\n<p><strong>Update by uploading ZIP files</strong></p>\n\n\n\n<p>If updating plugins and themes manually is your thing, now that’s easier too — just upload a ZIP file.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background\" style=\"background-color:#f2edd4\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Highlights from the block editor</h2>\n\n\n\n<p>Once again, the latest WordPress release packs a long list of exciting new features for the block editor. For example:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/block-patterns.mp4\"></video></figure>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Block patterns</h3>\n\n\n\n<p>New block patterns make it simple and fun to create complex, beautiful layouts, using combinations of text and media that you can mix and match to fit your story.</p>\n\n\n\n<p>You will also find block patterns in a wide variety of plugins and themes, with more added all the time. Pick any of them from a single place — just click and go!</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>The new block directory</h3>\n\n\n\n<p>Now it’s easier than ever to find the block you need. The new block directory is built right into the block editor, so you can install new block types to your site without ever leaving the editor.</p>\n\n\n\n<h3>Inline image editing</h3>\n\n\n\n<p>Crop, rotate, and zoom your photos right from the image block. If you spend a lot of time on images, this could save you hours!</p>\n</div>\n</div>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\"></video></figure>\n\n\n\n<h3>And so much more.</h3>\n\n\n\n<p>The highlights above are a tiny fraction of the new block editor features you’ve just installed. Open the block editor and enjoy!</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Accessibility</h2>\n\n\n\n<p>Every release adds improvements to the accessible publishing experience, and that remains true for WordPress 5.5.</p>\n\n\n\n<p>Now you can copy links in media screens and modal dialogs with a button, instead of trying to highlight a line of text.</p>\n\n\n\n<p>You can also move meta boxes with the keyboard, and edit images in WordPress with your assistive device, as it can read you the instructions in the image editor.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-black-color has-text-color has-background\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>For developers</h2>\n\n\n\n<p>5.5 also brings a big box of changes just for developers.</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Server-side registered blocks in the REST API</h3>\n\n\n\n<p>The addition of block types endpoints means that JavaScript apps (like the block editor) can retrieve definitions for any blocks registered on the server.</p>\n\n\n\n<h3>Defining environments</h3>\n\n\n\n<p>WordPress now has a standardized way to define a site’s environment type (staging, production, etc). Retrieve that type with <code>wp_get_environment_type()</code> and execute only the appropriate code.</p>\n\n\n\n<h3>Dashicons</h3>\n\n\n\n<p>The Dashicons library has received its final update in 5.5. It adds 39 block editor icons along with 26 others.</p>\n\n\n\n<h3>Passing data to template files</h3>\n\n\n\n<p>The template loading functions (<code>get_header()</code>, <code>get_template_part()</code>, etc.) have a new <code>$args</code> argument. So now you can pass an entire array’s worth of data to those templates.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>More changes for developers</h3>\n\n\n\n<ul><li>The PHPMailer library just got a major update, going from version 5.2.27 to 6.1.6.</li><li>Now get more fine-grained control of <code>redirect_guess_404_permalink()</code>.</li><li>Sites that use PHP’s OPcache will see more reliable cache invalidation, thanks to the new <code>wp_opcache_invalidate()</code> function during updates (including to plugins and themes).</li><li>Custom post types associated with the category taxonomy can now opt-in to supporting the default term.</li><li>Default terms can now be specified for custom taxonomies in <code>register_taxonomy()</code>.</li><li>The REST API now officially supports specifying default metadata values through <code>register_meta()</code>.</li><li>You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.</li></ul>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>The Squad</h2>\n\n\n\n<p>Leading this release were <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock,</a> and <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. Supporting them was this highly enthusiastic release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Ella Van Durpe (<a href=\'https://profiles.wordpress.org/ellatrix/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ellatrix</a>)</li><li><strong>Editor Design</strong>: Michael Arestad (<a href=\'https://profiles.wordpress.org/michael-arestad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>michael-arestad</a>)</li><li><strong>Core Tech</strong>: Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>)</li><li><strong>Media Tech: </strong>Andrew Ozz (<a href=\'https://profiles.wordpress.org/azaozz/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azaozz</a>)</li><li><strong>Accessibility Tech</strong>: JB Audras (<a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>)</li><li><strong>Docs Coordinator</strong>: Justin Ahinon (<a href=\'https://profiles.wordpress.org/justinahinon/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>justinahinon</a>)</li><li><strong>Marketing/Comms Coordinator</strong>: Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>)</li></ul>\n\n\n\n<p>Joining the squad throughout the release cycle were <strong>805 generous volunteer contributors</strong> who collectively worked on over <strong><a href=\"https://core.trac.wordpress.org/milestone/5.5\">523</a> tickets on Trac</strong> and <strong>over 1660 pull requests on GitHub</strong>.</p>\n\n\n\n<p>Put on a Billy Eckstine playlist, click that update button (or <a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/a2hosting/\">A2 Hosting</a>, <a href=\"https://profiles.wordpress.org/a4jpcom/\">a4jp . com</a>, <a href=\"https://profiles.wordpress.org/a6software/\">a6software</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/ibachal/\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed/\">achbed</a>, <a href=\"https://profiles.wordpress.org/achyuthajoy/\">Achyuth Ajoy</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/acsnaterse/\">acsnaterse</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/addyosmani/\">addyosmani</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/adrian/\">adrian</a>, <a href=\"https://profiles.wordpress.org/airamerica/\">airamerica</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/akbarhusen/\">akbarhusen</a>, <a href=\"https://profiles.wordpress.org/akbarhusen429/\">akbarhusen429</a>, <a href=\"https://profiles.wordpress.org/akhileshsabharwal/\">Akhilesh Sabharwal</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alishanvr/\">Ali Shan</a>, <a href=\"https://profiles.wordpress.org/ali11007/\">ali11007</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/amaschas/\">amaschas</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/anbumz/\">anbumz</a>, <a href=\"https://profiles.wordpress.org/andfinally/\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/argentite/\">argentite</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/ashiagr/\">ashiagr</a>, <a href=\"https://profiles.wordpress.org/ashour/\">ashour</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/ajoah/\">Aurélien Joahny</a>, <a href=\"https://profiles.wordpress.org/aussi/\">aussi</a>, <a href=\"https://profiles.wordpress.org/automaton/\">automaton</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bartekcholewa/\">bartekcholewa</a>, <a href=\"https://profiles.wordpress.org/bartkalisz/\">bartkalisz</a>, <a href=\"https://profiles.wordpress.org/bastho/\">Bastien Ho</a>, <a href=\"https://profiles.wordpress.org/bmartinent/\">Bastien Martinent</a>, <a href=\"https://profiles.wordpress.org/bcworkz/\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdbch/\">bdbch</a>, <a href=\"https://profiles.wordpress.org/bdcstr/\">bdcstr</a>, <a href=\"https://profiles.wordpress.org/empireoflight/\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/grapestain/\">Bence Szalai</a>, <a href=\"https://profiles.wordpress.org/bencroskery/\">bencroskery</a>, <a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a>, <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/bigcloudmedia/\">bigcloudmedia</a>, <a href=\"https://profiles.wordpress.org/bigdawggi/\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/billerickson/\">Bill Erickson</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bbrdaric/\">Boris Brdarić</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard/\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bruandet/\">bruandet</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/caiocrcosta/\">caiocrcosta</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/cameronamcintyre/\">cameronamcintyre</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/stuffradio/\">Carl Wuensche</a>, <a href=\"https://profiles.wordpress.org/carloslfu/\">Carlos Galarza</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sixhours/\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/carriganvb/\">Carrigan</a>, <a href=\"https://profiles.wordpress.org/ceyhun/\">ceyhun</a>, <a href=\"https://profiles.wordpress.org/shireling/\">Chad</a>, <a href=\"https://profiles.wordpress.org/cbutlerjr/\">Chad Butler</a>, <a href=\"https://profiles.wordpress.org/mackensen/\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cjbj/\">Christian Jongeneel</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/cklee/\">cklee</a>, <a href=\"https://profiles.wordpress.org/clayray/\">clayray</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/cliffpaulick/\">Clifford Paulick</a>, <a href=\"https://profiles.wordpress.org/codeforest/\">codeforest</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/cpasqualini/\">cpasqualini</a>, <a href=\"https://profiles.wordpress.org/cristovaov/\">Cristovao Verstraeten</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/curtisbelt/\">Curtis Belt</a>, <a href=\"https://profiles.wordpress.org/clarinetlord/\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/dperonne/\">D.PERONNE</a>, <a href=\"https://profiles.wordpress.org/dsixinetu/\">d6</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken/\">Daniel Hüsken</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/confridin/\">Daniel Roch</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dboy1988/\">Danny</a>, <a href=\"https://profiles.wordpress.org/darkog/\">Darko G.</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up/\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/desmith/\">David E. Smith</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davidvee/\">davidvee</a>, <a href=\"https://profiles.wordpress.org/dchymko/\">dchymko</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/derekakelly/\">derekakelly</a>, <a href=\"https://profiles.wordpress.org/pcfreak30/\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/emrikol/\">Derrick Tennant</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dimitrism/\">Dimitris Mitsis</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/djennez/\">djennez</a>, <a href=\"https://profiles.wordpress.org/dmenard/\">dmenard</a>, <a href=\"https://profiles.wordpress.org/dmethvin/\">dmethvin</a>, <a href=\"https://profiles.wordpress.org/doc987/\">doc987</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/doobeedoo/\">Doobeedoo</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drlightman/\">DrLightman</a>, <a href=\"https://profiles.wordpress.org/drprotocols/\">DrProtocols</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dustinbolton/\">Dustin Bolton</a>, <a href=\"https://profiles.wordpress.org/dvershinin/\">dvershinin</a>, <a href=\"https://profiles.wordpress.org/cyberhobo/\">Dylan Kuhn</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eddiemoya/\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/itsjusteileen/\">Eileen Violini</a>, <a href=\"https://profiles.wordpress.org/ekatherine/\">Ekaterina</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">elmastudio</a>, <a href=\"https://profiles.wordpress.org/emanuel_blagonic/\">Emanuel Blagonic</a>, <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgoric</a>, <a href=\"https://profiles.wordpress.org/enricosorcinelli/\">Enrico Sorcinelli</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/shamai/\">Eric</a>, <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion/\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/esemlabel/\">esemlabel</a>, <a href=\"https://profiles.wordpress.org/esoj/\">esoj</a>, <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/etruel/\">etruel</a>, <a href=\"https://profiles.wordpress.org/ev3rywh3re/\">Ev3rywh3re</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/fftfaisal/\">Faisal Ahmed</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/felix-edelmann/\">Felix Edelmann</a>, <a href=\"https://profiles.wordpress.org/ferdiesletering/\">ferdiesletering</a>, <a href=\"https://profiles.wordpress.org/finomeno/\">finomeno</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/truchot/\">Florian Truchot</a>, <a href=\"https://profiles.wordpress.org/florianatwhodunit/\">florianatwhodunit</a>, <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/francoist/\">Francois Thibaud</a>, <a href=\"https://profiles.wordpress.org/futtta/\">Frank Goossens</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankprendergast/\">Frank.Prendergast</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/franzarmas/\">Franz Armas</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/mintindeed/\">Gabriel Koen</a>, <a href=\"https://profiles.wordpress.org/gma992/\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/gmays/\">Gabriel Mays</a>, <a href=\"https://profiles.wordpress.org/gadgetroid/\">gadgetroid</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garavani/\">Garavani</a>, <a href=\"https://profiles.wordpress.org/garethgillman/\">garethgillman</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/geertdd/\">Geert De Deckere</a>, <a href=\"https://profiles.wordpress.org/geminilabs/\">Gemini Labs</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/giorgio25b/\">Giorgio25b</a>, <a href=\"https://profiles.wordpress.org/gisselfeldt/\">gisselfeldt</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldsounds/\">goldsounds</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/gkloveweb/\">Govind Kumar</a>, <a href=\"https://profiles.wordpress.org/greglone/\">Grégory Viguier</a>, <a href=\"https://profiles.wordpress.org/gradina/\">gradina</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/gregmulhauser/\">gregmulhauser</a>, <a href=\"https://profiles.wordpress.org/grierson/\">grierson</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/gsmumbo/\">gsmumbo</a>, <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/guidobras/\">guidobras</a>, <a href=\"https://profiles.wordpress.org/netsurfer2705/\">Gunther Pilz</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/halgatewood/\">Halacious</a>, <a href=\"https://profiles.wordpress.org/hankthetank/\">hankthetank</a>, <a href=\"https://profiles.wordpress.org/psdtohtmlguru/\">Hapiuc Robert</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/haukep/\">haukep</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/h71/\">Hector Farahani</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hlanggo/\">hlanggo</a>, <a href=\"https://profiles.wordpress.org/hommealone/\">hommealone</a>, <a href=\"https://profiles.wordpress.org/ryanshoover/\">Hoover</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hronak/\">Hronak Nahar</a>, <a href=\"https://profiles.wordpress.org/huntlyc/\">huntlyc</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart/\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ianjvr/\">ianjvr</a>, <a href=\"https://profiles.wordpress.org/ifrins/\">ifrins</a>, <a href=\"https://profiles.wordpress.org/infinum/\">infinum</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackfungi/\">jackfungi</a>, <a href=\"https://profiles.wordpress.org/jacklinkers/\">jacklinkers</a>, <a href=\"https://profiles.wordpress.org/jadonn/\">Jadon N</a>, <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jagirbahesh/\">jagirbahesh</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/foack/\">Jan Koch</a>, <a href=\"https://profiles.wordpress.org/janr/\">Jan Reilink</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a>, <a href=\"https://profiles.wordpress.org/strangerstudios/\">Jason Coleman</a>, <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a>, <a href=\"https://profiles.wordpress.org/coolmann/\">Jason Crouse</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/jaz_on/\">Jason Rouet</a>, <a href=\"https://profiles.wordpress.org/jaswsinc/\">JasWSInc</a>, <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a>, <a href=\"https://profiles.wordpress.org/shiki/\">Jayson Basanes</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">jbinda</a>, <a href=\"https://profiles.wordpress.org/jbouganim/\">jbouganim</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeff Chandler</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jenmylo/\">Jen</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jesin/\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jigneshnakrani/\">Jignesh Nakrani</a>, <a href=\"https://profiles.wordpress.org/jim_panse/\">Jim_Panse</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jivanpal/\">jivanpal</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/jdorner/\">John Dorner</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">John P. Green</a>, <a href=\"https://profiles.wordpress.org/rastaban/\">John Richards II</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/johnnyb/\">johnnyb</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/jchristopher/\">Jonathan Christopher</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jonkolbert/\">jonkolbert</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnybot/\">jonnybot</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephdickson/\">Joseph Dickson</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/procifer/\">Josh Smith</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a>, <a href=\"https://profiles.wordpress.org/jules-colle/\">Jules Colle</a>, <a href=\"https://profiles.wordpress.org/julianm/\">julianm</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jgrodel/\">Julka Grodel</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/devesine/\">Justin de Vesine</a>, <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/justnorris/\">justnorris</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kaira/\">Kaira</a>, <a href=\"https://profiles.wordpress.org/kaitlin414/\">Kaitlin Bolling</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/kamataryo/\">KamataRyo</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/properlypurple/\">Kavya Gokul</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer/\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennethroberson5556/\">kennethroberson5556</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/itzmekhokan/\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/ksoares/\">ksoares</a>, <a href=\"https://profiles.wordpress.org/kthmd/\">KT Cheung</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/lalitpendhare/\">lalitpendhare</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/laternastudio/\">Laterna Studio</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/offereins/\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/levdbas/\">Levdbas</a>, <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lex_robinson/\">Lex Robinson</a>, <a href=\"https://profiles.wordpress.org/linyows/\">linyows</a>, <a href=\"https://profiles.wordpress.org/lipathor/\">lipathor</a>, <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a>, <a href=\"https://profiles.wordpress.org/liuhaibin/\">liuhaibin</a>, <a href=\"https://profiles.wordpress.org/ljharb/\">ljharb</a>, <a href=\"https://profiles.wordpress.org/logig/\">logig</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/lwill/\">luiswill</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">Luke Walczak</a>, <a href=\"https://profiles.wordpress.org/lukestramasonder/\">lukestramasonder</a>, <a href=\"https://profiles.wordpress.org/asif2bd/\">M Asif Rahman</a>, <a href=\"https://profiles.wordpress.org/msafi/\">M.K. Safi</a>, <a href=\"https://profiles.wordpress.org/cloudstek/\">Maarten de Boer</a>, <a href=\"https://profiles.wordpress.org/aladin02dz/\">Mahfoudh Arous</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/manojlovic/\">manojlovic</a>, <a href=\"https://profiles.wordpress.org/targz-1/\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/neodjandre/\">maraki</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/pereirinha/\">Marco Pereirinha</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/netweblogic/\">Marcus</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/machouinard/\">Mark Chouinard</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markdubois/\">markdubois</a>, <a href=\"https://profiles.wordpress.org/markgoho/\">markgoho</a>, <a href=\"https://profiles.wordpress.org/vindl/\">Marko Andrijasevic</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/markusthiel/\">markusthiel</a>, <a href=\"https://profiles.wordpress.org/martijn-van-der-kooij/\">Martijn van der Kooij</a>, <a href=\"https://profiles.wordpress.org/martychc23/\">martychc23</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matheusfd/\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matjack1/\">matjack1</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattrad/\">Matt Radford</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer/\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/beatpanda/\">Matthew Gerring</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">Matthias Kittsteiner</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/matthieumota/\">Matthieu Mota</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/mcshane/\">mcshane</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/menakas/\">Menaka S.</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/lilmike/\">Michael</a>, <a href=\"https://profiles.wordpress.org/michaelarestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mfields/\">Michael Fields</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mikaumoto/\">mikaumoto</a>, <a href=\"https://profiles.wordpress.org/mihai2u/\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mike-haydon-swo/\">Mike Haydon</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mislavjuric/\">mislavjuric</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a>, <a href=\"https://profiles.wordpress.org/mohsinrasool/\">Mohsin Rasool</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrmist/\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mrtall/\">mrTall</a>, <a href=\"https://profiles.wordpress.org/msaggiorato/\">msaggiorato</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/narwen/\">narwen</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanrice/\">Nathan Rice</a>, <a href=\"https://profiles.wordpress.org/navidos/\">Navid</a>, <a href=\"https://profiles.wordpress.org/neonkowy/\">neonkowy</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/netpassprodsr/\">netpassprodsr</a>, <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/calvin_ngan/\">Ngan Tengyuen</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nigrosimone/\">nigro.simone</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikhilbhansi/\">Nikhil Bhansi</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a>, <a href=\"https://profiles.wordpress.org/niresh12495/\">Niresh</a>, <a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/numidwasnotavailable/\">NumidWasNotAvailable</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a>, <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/onokazu/\">onokazu</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a>, <a href=\"https://profiles.wordpress.org/p_enrique/\">p_enrique</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/paresh07/\">Paresh Shinde</a>, <a href=\"https://profiles.wordpress.org/parvand/\">Parvand</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pdfernhout/\">Paul Fernhout</a>, <a href=\"https://profiles.wordpress.org/djpaul/\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pessoft/\">Peter \"Pessoft\" Kolínek</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pderksen/\">Phil Derksen</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pigdog234/\">pigdog234</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/pingram3541/\">pingram</a>, <a href=\"https://profiles.wordpress.org/pionect/\">Pionect</a>, <a href=\"https://profiles.wordpress.org/piyushmca/\">Piyush Patel</a>, <a href=\"https://profiles.wordpress.org/pkarjala/\">pkarjala</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/pratik028/\">pratik028</a>, <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presslabs/\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/priyankkpatel/\">Priyank Patel</a>, <a href=\"https://profiles.wordpress.org/priyomukul/\">Priyo Mukul</a>, <a href=\"https://profiles.wordpress.org/prografika/\">ProGrafika</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/pvogel2/\">pvogel2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/raajtram/\">Raaj Trambadia</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/raineorshine/\">raine</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/ravatparmar/\">Ravat Parmar</a>, <a href=\"https://profiles.wordpress.org/ravenswd/\">ravenswd</a>, <a href=\"https://profiles.wordpress.org/rawrly/\">rawrly</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redsand/\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a>, <a href=\"https://profiles.wordpress.org/remzicavdar/\">Remzi Cavdar</a>, <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho</a>, <a href=\"https://profiles.wordpress.org/renggo888/\">renggo888</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/riasat/\">riasat</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/ringisha/\">Ringisha</a>, <a href=\"https://profiles.wordpress.org/ritterml/\">ritterml</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">Rob Migchels</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/robertpeake/\">Robert Peake</a>, <a href=\"https://profiles.wordpress.org/nullbyte/\">Robert Windisch</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/ruxandra/\">ruxandra</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryotasakamoto/\">Ryota Sakamoto</a>, <a href=\"https://profiles.wordpress.org/ryotsun/\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sachittandukar/\">Sachit Tandukar</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav/\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a>, <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvatoreformisano/\">Salvatore Formisano</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samueljseay/\">samueljseay</a>, <a href=\"https://profiles.wordpress.org/pacifika/\">Sander van Dragt</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/progremzion/\">Sanket Mehta</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/sayedwp/\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/scholdstrom/\">scholdstrom</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottsmith/\">Scott Smith</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/seayou/\">seayou</a>, <a href=\"https://profiles.wordpress.org/senatorman/\">senatorman</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/functionalrhyme/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/wpshades/\">Shantanu Desai</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/shawnz/\">shawnz</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shulard/\">shulard</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonwheatley/\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sjmur/\">sjmur</a>, <a href=\"https://profiles.wordpress.org/skarabeq/\">skarabeq</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/skoskie/\">skoskie</a>, <a href=\"https://profiles.wordpress.org/slushman/\">slushman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/seth17/\">SpearsMarketing</a>, <a href=\"https://profiles.wordpress.org/sphakka/\">sphakka</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/sreedoap/\">sreedoap</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sswells/\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/stephencronin/\">Stephen Cronin</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegibson12/\">stevegibson12</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenkussmaul/\">stevenkussmaul</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sum1/\">SUM1</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal/\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/sushyant/\">Sushyant Zavarzadeh</a>, <a href=\"https://profiles.wordpress.org/suzylah/\">suzylah</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tangrufus/\">Tang Rufus</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/tessawatkinsllc/\">Tessa Watkins LLC</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themiked/\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/theolg/\">theolg</a>, <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>, <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tiagohillebrandt/\">Tiago Hillebrandt</a>, <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tmoore41/\">tmoore41</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tofandel/\">Tofandel</a>, <a href=\"https://profiles.wordpress.org/tomdude/\">tomdude</a>, <a href=\"https://profiles.wordpress.org/tferry/\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, <a href=\"https://profiles.wordpress.org/truongwp/\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsimmons/\">tsimmons</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/vagios/\">Vagios Vlachos</a>, <a href=\"https://profiles.wordpress.org/valchovski/\">valchovski</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/vayu/\">Vayu Robins</a>, <a href=\"https://profiles.wordpress.org/veromary/\">veromary</a>, <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Szépe</a>, <a href=\"https://profiles.wordpress.org/vinkla/\">vinkla</a>, <a href=\"https://profiles.wordpress.org/virginienacci/\">virginienacci</a>, <a href=\"https://profiles.wordpress.org/planvova/\">Vladimir</a>, <a href=\"https://profiles.wordpress.org/vabrashev/\">Vladislav Abrashev</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/voyager131/\">voyager131</a>, <a href=\"https://profiles.wordpress.org/vtieu/\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware/\">webaware</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/wpdesk/\">wpdesk</a>, <a href=\"https://profiles.wordpress.org/wpdo5ea/\">WPDO</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">wppinar</a>, <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yashrs/\">yashrs</a>, <a href=\"https://profiles.wordpress.org/yoancutillas/\">yoancutillas</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>, <a href=\"https://profiles.wordpress.org/yuhin/\">yuhin</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/ysalame/\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zaheerahmad/\">zaheerahmad</a>, <a href=\"https://profiles.wordpress.org/zakkath/\">zakkath</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>, and <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>.\n\n\n\n<p> </p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.5. Their efforts bring WordPress fully translated to 46 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to learn more about volunteering with WordPress, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8799\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.5 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/08/wordpress-5-5-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2020 19:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8764\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"The second release candidate for WordPress 5.5 is here! WordPress 5.5 is slated for release on August 11, 2020, but we need your help to get there—if you haven’t tried 5.5 yet, now is the time! You can test the WordPress 5.5 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) Or download the release […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2503:\"\n<p>The second release candidate for WordPress 5.5 is here!</p>\n\n\n\n<p>WordPress 5.5 is slated for release on <strong>August 11, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.5 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.5 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.5-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.5 and update the <em>Tested up to</em> version in the readme file to 5.5. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.5, check out the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1/\">WordPress 5.5 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/07/30/wordpress-5-5-field-guide/\">WordPress 5.5 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.5 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">fill one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/08/the-month-in-wordpress-july-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Aug 2020 13:54:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8755\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"July was an action-packed month for the WordPress project. The month saw a lot of updates on one of the most anticipated releases – WordPress 5.5! WordCamp US 2020 was canceled and the WordPress community team started experimenting with different formats for engaging online events, in July. Read on to catch up with all the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11539:\"\n<p>July was an action-packed month for the WordPress project. The month saw a lot of updates on one of the most anticipated releases – WordPress 5.5! WordCamp US 2020 was canceled and the WordPress community team started experimenting with different formats for engaging online events, in July. Read on to catch up with all the updates from the WordPress world.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.5 Updates</h2>\n\n\n\n<p>July was full of WordPress 5.5 updates! The WordPress 5.5 <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1\">Beta 1</a> came out on July 7, followed by <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-2/\">Beta 2</a> on July 14, <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-3/\">Beta 3</a> on July 21, and <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-4/\">Beta 4</a> on July 27. Subsequently, the team also published the first <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-release-candidate/\">release candidate</a> of WordPress 5.5 on July 28. </p>\n\n\n\n<p>WordPress 5.5, which is slated for release on <a href=\"https://make.wordpress.org/core/5-5/\">August 11, 2020</a>, is a major update with features like <a href=\"https://make.wordpress.org/core/tag/feature-autoupdates/\">automatic updates for plugins and themes</a>, a <a href=\"https://make.wordpress.org/plugins/2020/07/22/proposed-block-directory-guidelines/\">block directory</a>, <a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">XML sitemaps</a>, <a href=\"https://make.wordpress.org/core/2020/07/16/block-patterns-in-wordpress-5-5/\">block patterns</a>, and <a href=\"https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/\">lazy-loading images</a>, among others. To learn more about the release, check out its <a href=\"https://make.wordpress.org/core/2020/07/30/wordpress-5-5-field-guide/\">field guide post</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 8.5 and 8.6</h2>\n\n\n\n<p>The core team launched Gutenberg <a href=\"https://make.wordpress.org/core/2020/07/08/whats-new-in-gutenberg-8-july/\">8.5</a> and <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>. Version 8.5 – the last plugin release will be included entirely (without experimental features) in WordPress 5.5, introduced improvements to block drag-and-drop and accessibility, easier updates for external images, and support for the block directory. Version 8.6 comes with features like Cover block video position controls and block pattern updates. For full details on the latest versions on these Gutenberg releases, visit these posts about <a href=\"https://make.wordpress.org/core/2020/07/08/whats-new-in-gutenberg-8-july/\">8.5</a> and <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Reimagining Online WordPress Events</h2>\n\n\n\n<p>The Community team made the difficult decision <a href=\"https://make.wordpress.org/community/2020/07/27/in-person-events-in-rest-of-year-2020/\">to suspend in-person WordPress events for the rest of 2020</a> in light of the COVID-19 pandemic. The team has also started working on <a href=\"https://make.wordpress.org/community/2020/07/13/reimagining-online-events/\">reimagining online events</a>. Based on <a href=\"https://make.wordpress.org/community/2020/07/13/reimagining-online-events/#comment-28505\">feedback from the community members</a>, the team decided to <a href=\"https://make.wordpress.org/community/2020/07/23/moving-forward-with-online-events/\">make changes to the current online WordCamp format</a>. Key changes include wrapping up financial support for A/V vendors, ending event swag support for newer online WordCamps, and suspending the Global Community Sponsorship program for 2020. The team encourages upcoming online WordCamps to experiment with their events to facilitate an effective learning experience for attendees while avoiding online event fatigue. The team is currently working on a proposal to organize community-supported <a href=\"https://make.wordpress.org/community/2020/07/23/building-community-beyond-events/\">recorded workshops and synchronous discussion groups</a> to help community members learn WordPress.<br><br>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog here</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a Meetup or WordCamp, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>. </p>\n\n\n\n<h2>WordCamp US 2020 is canceled</h2>\n\n\n\n<p>The organizers of WordCamp US 2020 have <a href=\"https://2020.us.wordcamp.org/2020/07/30/wcus-2020-an-update/\">canceled the event</a> in light of the continued pandemic and online event fatigue. The flagship event, which was originally scheduled for October 27-29 as an in-person event, had already planned to transition to an online event. Several WCUS Organizers will be working with the WordPress Community team to focus on other formats and ideas for online events, including a 24-hour contributor day, and contributing to the workshops initiative <a href=\"https://make.wordpress.org/community/2020/07/23/building-community-beyond-events/\">currently being discussed</a>. Matt Mullenweg’s State of the Word (which typically accompanies WordCamp US) is likely to take place in a different format later in 2020.</p>\n\n\n\n<h2>Plugin and theme updates are now available over zip files</h2>\n\n\n\n<p>After eleven years, WordPress now allows users to update plugins and themes by <a href=\"https://core.trac.wordpress.org/changeset/48390\">uploading a ZIP file, in WordPress 5.5</a>. The feature, which was merged on July 7, has been one of the most requested features in WordPress. Now, when a user tries to upload a plugin or theme zip file from the WordPress dashboard by clicking the “Install Now” button, WordPress will direct users to a new screen that compares the currently-installed extension with the uploaded versions. Users can then choose between continuing with the installation or canceling. WordPress 5.5 will also offer <a href=\"https://make.wordpress.org/core/tag/feature-autoupdates/\">automatic plugin and theme updates</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/plugins/2020/07/22/proposed-block-directory-guidelines/\">Block directory</a> is coming to WordPress with the 5.5 release. Plugin authors can now <a href=\"https://make.wordpress.org/plugins/2020/07/11/you-can-now-add-your-own-plugins-to-the-block-directory/\">submit their Block plugins to the directory</a>.</li><li>The Core team has opened up the <a href=\"https://make.wordpress.org/core/2020/07/31/wordpress-5-6-whats-on-your-wishlist/\">call for features</a> in the WordPress 5.6 release. You can <a href=\"https://make.wordpress.org/core/2020/07/31/wordpress-5-6-whats-on-your-wishlist/\">comment on the post</a> with features that you’d like to be included, current UX pain points, or maintenance tickets that need to be addressed. August 20 is the deadline for feature requests. </li><li>Editor features such as the new Navigation block, the navigation screen, and the widget screen that were originally <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">planned to be merged with WordPress 5.5</a> have been <a href=\"https://make.wordpress.org/core/2020/07/02/editor-features-for-wordpress-5-5-update/\">pushed for the next release</a>. </li><li>The Theme team is inviting proposals on whether to allow themes to <a href=\"https://make.wordpress.org/themes/2020/07/13/proposal-allow-themes-to-add-a-top-level-admin-menu/\">place an additional top-level menu link</a> in the admin.</li><li><a href=\"https://buddypress.org/2020/07/buddypress-6-2-0-beta/\">BuddyPress 6.2 beta </a>is out in the wild, and the team will soon release the stable version. The update includes changes that will make BuddyPress fully compatible with WordPress 5.5.</li><li>WordCamp EU 2021, which was being planned as an in-person event in Porto, Portugal, <a href=\"https://europe.wordcamp.org/2021/wordcamp-europe-2021-will-be-online/\">is moving online</a>. The team is considering an in-person WordCamp EU in 2022. </li><li>The Polyglots team has prepared and finalized a <a href=\"https://make.wordpress.org/polyglots/2020/07/09/translation-editor-locale-manager-vetting-criteria-page-draft/\">Translation Editor & Locale Manager Vetting Criteria</a> to provide more clarity on how global mentors assign PTE/GTE/Locale Managers and to help locale teams set their own guidelines. The document, which was finalized <a href=\"https://make.wordpress.org/polyglots/2020/07/09/translation-editor-locale-manager-vetting-criteria-page-draft/\">after a lot of discussion</a>, is now available in the <a href=\"https://make.wordpress.org/polyglots/handbook/translating/expectations/translation-editor-locale-manager-vetting-criteria/\">Polyglots handbook</a>.</li><li>Members of the Community team <a href=\"https://make.wordpress.org/community/2020/07/03/proposal-recognition-for-event-volunteers-and-attendees-in-wordpress-org-profile/\">are discussing</a> whether WordCamp volunteers, WordCamp attendees, or Meetup attendees should be awarded a WordPress.org profile badge. The ongoing discussion will be open for comments until August 13.</li><li>The <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which aims to create a better way to manage and deliver notifications to the relevant audience, is on to its next steps. The team has finalized the initial requirements, and is <a href=\"https://make.wordpress.org/core/2020/07/09/wp-notify-next-steps/\">kicking off the project build</a>.</li><li>The WordPress documentation team is <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\" target=\"_blank\">considering a ban on links to commercial websites</a> in a revision to its external linking policy. The policy change does not remove external links to commercial sites from WordPress.org and only applies to documentation sites. The idea is to protect documentation from being abused, and to prevent the WordPress project from being biased. Discussion on this post is still ongoing, and a decision has not yet been made. Feel free to<a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\"> comment on the discussion posts</a>, if you would like to share your thoughts on the topic. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8755\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2020/07/wordpress-5-5-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jul 2020 19:08:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8732\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"The first release candidate for WordPress 5.5 is now available! This is an important milestone in the community’s progress toward the final release of WordPress 5.5. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.5 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2970:\"\n<p>The first release candidate for WordPress 5.5 is now available!</p>\n\n\n\n<p>This is an important milestone in the community’s progress toward the final release of WordPress 5.5. </p>\n\n\n\n<p>“Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.5 is slated for release on <strong>August 11, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.5 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.5 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.5-RC1.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What’s in WordPress 5.5?</h2>\n\n\n\n<p>WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.5 and update the <em>Tested up to</em> version in the readme file to 5.5. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.5 Field Guide, due very shortly, will give you a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.5 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">fill one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8732\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2020 20:56:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8719\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"WordPress 5.5 Beta 4 is now available! This software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.5 Beta 4 in two ways: Try the WordPress Beta Tester plugin (choose the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"\n<p>WordPress 5.5 Beta 4 is now available!</p>\n\n\n\n<p id=\"block-81bd56b9-ea44-43ad-ab36-a5ae78b54375\"><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p id=\"block-7cc1bbc6-17f9-44c5-8f67-da4e3059ad69\">You can test WordPress 5.5 Beta 4 in two ways:</p>\n\n\n\n<ul id=\"block-4840af57-f44b-4d9f-aa64-c6a452392e42\"><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.5-beta4.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p id=\"block-a40528cb-eb3b-4c8a-8f5e-aa700f1ba086\">WordPress 5.5 is slated for release on <a href=\"https://make.wordpress.org/core/5-5/\">August 11th, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors who tested the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-3/\">beta 3</a> development release and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress. </p>\n\n\n\n<h2 id=\"block-15d6d57f-905d-4a47-9f66-839468a5375a\">Some highlights</h2>\n\n\n\n<p id=\"block-85da84ec-c841-42f9-8d3b-1a4537a61d10\">Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\">beta 3</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=07%2F22%2F2020..07%2F28%2F2020&milestone=5.5&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">43 bugs</a> have been fixed. Here are a few changes in beta 4:</p>\n\n\n\n<ul><li>Add <code>\"loading\"</code> as an allowed kses image attribute (see <a href=\"https://core.trac.wordpress.org/ticket/50731\">#50731</a>).</li><li>Add filter for the plugin/theme auto-update message in the Info tab of Site health (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/50663\">#50663</a>).</li><li><code>$_SERVER[\'SERVER_NAME\']</code> not a reliable when generating email host names (see <a href=\"https://core.trac.wordpress.org/ticket/25239\">#25239</a>)</li><li>Several backported fixes from Gutenberg are included in WordPress 5.5 Beta 4 (<a href=\"https://github.com/WordPress/gutenberg/pull/24218\">See PR #24218</a>)</li></ul>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-3ff83a77-8b54-4061-ae2d-45fc984cbd76\">Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2020 17:51:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8706\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"WordPress 5.5 Beta 3 is now available! This software is still in development,so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.5 Beta 3 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3876:\"\n<p>WordPress 5.5 Beta 3 is now available!</p>\n\n\n\n<p id=\"block-81bd56b9-ea44-43ad-ab36-a5ae78b54375\"><strong>This software is still in development,</strong>so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p id=\"block-7cc1bbc6-17f9-44c5-8f67-da4e3059ad69\">You can test WordPress 5.5 Beta 3 in two ways:</p>\n\n\n\n<ul id=\"block-4840af57-f44b-4d9f-aa64-c6a452392e42\"><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.5-beta3.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p id=\"block-a40528cb-eb3b-4c8a-8f5e-aa700f1ba086\">WordPress 5.5 is slated for release on <a href=\"https://make.wordpress.org/core/5-5/\">August 11th, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors who tested the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-2/\">beta 2</a> development release and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress. </p>\n\n\n\n<h2 id=\"block-15d6d57f-905d-4a47-9f66-839468a5375a\">Some highlights</h2>\n\n\n\n<p id=\"block-85da84ec-c841-42f9-8d3b-1a4537a61d10\">Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">beta 2</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=07%2F15%2F2020..07%2F21%2F2020&milestone=5.5&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">43 bugs</a> have been fixed. Here are a few changes in beta 3:</p>\n\n\n\n<ul><li>Plugin and theme versions are now shared in the emails when automatically updated (see <a href=\"https://core.trac.wordpress.org/ticket/50350\">#50350</a>).</li><li>REST API routes without a <code>permission_callback</code> now trigger a <code>_doing_it_wrong()</code> warning (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/50075\">#50075</a>).</li><li>Over 23 Gutenberg changes and updates (see <a href=\"https://github.com/WordPress/gutenberg/pull/24068\">#24068</a> and <a href=\"https://core.trac.wordpress.org/ticket/50712\">#50712</a>).</li><li>A bug with the new import and export database Dashicons has been fixed (see <a href=\"https://core.trac.wordpress.org/ticket/49913\">#49913</a>).</li></ul>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-3ff83a77-8b54-4061-ae2d-45fc984cbd76\">Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Jul 2020 17:24:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8681\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"WordPress 5.5 Beta 2 is now available! This software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.5 beta 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4552:\"\n<p id=\"block-000046ff-d8e6-40a8-9869-2dd39e50f270\"><br>WordPress 5.5 Beta 2 is now available!</p>\n\n\n\n<p id=\"block-81bd56b9-ea44-43ad-ab36-a5ae78b54375\"><strong><strong>This software is still in development,</strong> </strong>so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p id=\"block-7cc1bbc6-17f9-44c5-8f67-da4e3059ad69\">You can test WordPress 5.5 beta 2 in two ways:</p>\n\n\n\n<ul id=\"block-4840af57-f44b-4d9f-aa64-c6a452392e42\"><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.5-beta2.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p id=\"block-a40528cb-eb3b-4c8a-8f5e-aa700f1ba086\">WordPress 5.5 is slated for release on <a href=\"https://make.wordpress.org/core/5-5/\">August 11th, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1/\">beta 1</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress. Here are some of the changes since beta 1 to pay close attention to while testing.</p>\n\n\n\n<h2 id=\"block-15d6d57f-905d-4a47-9f66-839468a5375a\">Some highlights</h2>\n\n\n\n<p id=\"block-85da84ec-c841-42f9-8d3b-1a4537a61d10\">Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=07%2F08%2F2020..07%2F14%2F2020&milestone=5.5&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">48 bugs</a> have been fixed. Here is a summary of a few changes included in beta 2:</p>\n\n\n\n<ul><li>19 additional bugs have been fixed in the block editor (see <a href=\"https://github.com/WordPress/gutenberg/pull/23903\">#23903</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/23905\">#23905</a>).</li><li>The Dashicons icon font has been updated (see <a href=\"https://core.trac.wordpress.org/ticket/49913\">#49913</a>).</li><li>Broken widgets stemming from changes in Beta 1 have been fixed (see <a href=\"https://core.trac.wordpress.org/ticket/50609\">#50609</a>).</li><li>Query handling when counting revisions has been improved (see <a href=\"https://core.trac.wordpress.org/ticket/34560\">#34560</a>).</li><li>An alternate, expanded view was added for <code>wp_list_table</code> (see <a href=\"https://core.trac.wordpress.org/ticket/49715\">#49715</a>).</li><li>Some adjustments were made to the handling of default terms for custom taxonomies (see <a href=\"https://core.trac.wordpress.org/ticket/43517\">#43517</a>)</li></ul>\n\n\n\n<p>Several updates have been made to the block editor. For details, see <a href=\"https://github.com/WordPress/gutenberg/pull/23903\">#23903</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/23905\">#23905</a>.</p>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-3ff83a77-8b54-4061-ae2d-45fc984cbd76\">Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8681\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 07 Oct 2020 18:15:30 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 02 Oct 2020 09:34:04 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20201007181439\";}','no'),(28461,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1602137731','no'),(28462,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1602094531','no'),(28463,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1602137731','no'); INSERT INTO `wpmd_options` VALUES (28464,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: Jetpack 9.0 Introduces Loom Block, Twitter Threads Feature, and Facebook and Instagram oEmbeds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"https://wptavern.com/jetpack-9-0-introduces-loom-block-twitter-threads-feature-and-facebook-and-instagram-oembeds?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-9-0-introduces-loom-block-twitter-threads-feature-and-facebook-and-instagram-oembeds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4033:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Jetpack’s highly anticipated <a href=\"https://jetpack.com/2020/10/06/jetpack-9-0-continue-sharing-facebook-and-instagram-posts-on-your-site/\">9.0 release</a> has landed, introducing some of the new features the team has previewed over the past week. Users can now <a href=\"https://wptavern.com/jetpack-9-0-to-introduce-new-feature-for-publishing-wordpress-posts-to-twitter-as-threads\">publish WordPress posts to Twitter as threads</a>. This new feature is available as part of the Publicize module when you have connected a Twitter account. </p>\n\n\n\n<p>Posting Twitter threads is a feature that only works with the block editor, as it takes advantage of how content is naturally split into chunks (blocks). </p>\n\n\n\n<p>In the comments on his <a href=\"https://pento.net/2020/09/29/more-than-280-characters/\">demo post</a>, Automattic engineer Gary Pendergast gave a more detailed breakdown of the logic Jetpack uses to ensure full sentences aren’t broken up in the tweets. </p>\n\n\n\n<p>“With the mental model now being focused on mapping blocks to tweets, it’s much easier to make logical decisions about how to handle each block,” Pendergast said. “So, a paragraph block is the text of a tweet, if the paragraph is too long for a single tweet, it tries to split the paragraph up by sentences. If a sentence is too long, then it resorts to splitting by words. Then, if there’s an embed/image/video/gallery block following that paragraph, we can attach it to the tweet containing that paragraph. There are additional rules for other blocks, but that’s the basic process. It then just iterates over all of the supported blocks in the post.”</p>\n\n\n\n<p>Pendergast <a href=\"https://twitter.com/GaryPendergast/status/1310769596794908674\">published his post as thread</a> to demonstrate the new feature in action. The advantage of posting a thread from your WordPress site is that it doesn’t end up getting lost in Twitter’s fast-moving timeline. Most important Twitter threads evaporate from public consciousness almost as soon as they are published. Publishing threads from your website ensures they are better indexed and easier to reference in the future.</p>\n\n\n\n<h2>Jetpack Adds Loom Block for Embedding Screen Recordings </h2>\n\n\n\n<p><a href=\"https://www.loom.com/\">Loom</a> was <a href=\"https://github.com/Automattic/jetpack/pull/17137\">added to Jetpack</a> as a new oEmbed provider three weeks ago. The video recording service allows for recording camera, microphone, and desktop simultaneously. The service is especially popular in educational settings. Jetpack 9.0 introduces a new Loom block for embedding recordings. </p>\n\n\n\n<img />\n\n\n\n<p>“Loom is growing in popularity as it is being recommended more and more to assist in distance learning efforts,” Jetpack Director of Innovation Jesse Friedman said. “Now more than ever we want to be able to help those working, learning, and teaching from home. The Loom block was a natural addition to join the other Jetpack video blocks which now include YouTube, TikTok, DailyMotion, and Vimeo.”</p>\n\n\n\n<p>Loom’s free tier allows users to record up to 25 videos, but the Pro plan is free for educators. Friedman confirmed that Jetpack does not have any kind of partnership with Loom. The team decided to support the product to assist professionals, educators, and students. Having it available as a block also makes it more convenient for those using <a href=\"https://wordpress.com/p2/\">P2</a> for communication.</p>\n\n\n\n<p>As anticipated, Jetpack 9.0 also provides a seamless transition necessary to ensure Instagram and Facebook embeds will continue working after Facebook drops <a href=\"https://developers.facebook.com/docs/plugins/oembed-legacy\">unauthenticated oEmbed support</a> on October 24. The Jetpack team reports that it “partnered with Facebook” to make sure these embeds continue to work with the WordPress.com REST API.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2020 23:28:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Post Status: Joost de Valk on WordPress marketshare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=79914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://poststatus.com/joost-de-valk-on-wordpress-marketshare/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1193:\"<p>David Bisset makes his podcast debut for Post Status, as he interviews Joost de Valk, Founder and Chief Product Officer of Yoast, and discusses all things WordPress marketshare related.</p>\n\n\n\n\n\n\n\n<h3 id=\"h-links\">Links</h3>\n\n\n\n<ul><li>His blog, <a href=\"https://joost.blog/\">joost.blog</a></li><li><a href=\"https://yoast.com\">Yoast</a></li><li>On Twitter <a href=\"https://twitter.com/jdevalk\">@jdevalk</a></li><li>June 2020 <a href=\"https://joost.blog/cms-market-share-june-2020-analysis/\">CMS marketshare report</a></li></ul>\n\n\n\n<h3>Partner: <a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Jilt</a></h3>\n\n\n\n<p><a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Jilt</a> offers powerful email marketing built for eCommerce. From newsletters to highly segmented automations, Jilt is your one-stop show for eCommerce email. Join thousands of stores that have already earned tens of millions of dollars in extra sales using Jilt. <a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Try Jilt for free</a></p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2020 22:28:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: iThemes Buys WPComplete, Complementing Its Recent Restrict Content Pro Acquisition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/ithemes-buys-wpcomplete-complementing-its-recent-restrict-content-pro-acquisition?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-buys-wpcomplete-complementing-its-recent-restrict-content-pro-acquisition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4395:\"<p class=\"has-drop-cap\">Just one month after publicly announcing its <a href=\"https://wptavern.com/ithemes-enters-the-wordpress-membership-plugin-market-acquires-restrict-content-pro\">acquisition of Restrict Content Pro</a> (RCP), iThemes <a href=\"https://ithemes.com/wpcomplete-joining-ithemes-family/\">purchased WPComplete</a> for an undisclosed amount. The acquisition is for the product, website, and customers only.</p>\n\n\n\n<p>Paul Jarvis and Zack Gilbert created the <a href=\"https://wordpress.org/plugins/wpcomplete/\">WPComplete plugin</a> in 2016. However, it has outgrown what the duo could maintain and support alone. After the transition period in which the new owners take over, the two will step away from the project.</p>\n\n\n\n<p>In essence, <a href=\"https://wpcomplete.co/\">WPComplete</a> is a “course completion” plugin. Site owners can create online courses while allowing students/users to mark their work as completed. It also gives students a way to track their progress through courses, which can often boost the potential for them to finish.</p>\n\n\n\n<p>“Paul and Jack believe a key to their success has been their ability to keep their team small and manageable,” wrote Matt Danner, the COO at iThemes, in the announcement. “The growth of WPComplete has presented a number of challenges for a team of two people, so the decision was made to start looking towards alternative ownership solutions that could continue to grow WPComplete and provide it with a stable team. iThemes is a perfect fit.”</p>\n\n\n\n<p>iThemes customers who have a Plugin Suite or Toolkit membership will get automatic access to the pro version of the WPComplete plugin. For current WPComplete users, Danner said everything should be “business as usual.” However, iThemes has assigned a few of its team members to work on the product and site, so customers should see some new faces.</p>\n\n\n\n<p>RCP and WPComplete are obviously complementary products. RCP is a membership plugin that allows site owners to restrict content based on that membership. WPComplete allows site members to mark lessons or coursework as completed. “We’ll be rolling out a new bundle later this month that combines both RCP and WPComplete for course and membership creators to take advantage of these two plugins,” said AJ Morris, the Product Innovation and Marketing Manager at iThemes.</p>\n\n\n\n<p>WPComplete is still a young product. The free version of the plugin currently has 2,000+ active installs and a solid 4.7 rating on WordPress.org. If marketed as an extension of the RCP plugin, it automatically puts it in front of the eyes of 1,000s of more potential customers. It should be much easier to grow the plugin as part of a membership bundle.</p>\n\n\n\n<p>iThemes is making some bold moves in the membership space. It will be interesting to see if the company makes any other acquisitions that could strengthen its product line and help it become more dominant. There is still a ton of room for growth in the membership segment of the market. There is also the potential for integrations with other major plugins.</p>\n\n\n\n<p>“Adding WPComplete to the iThemes product lineup also allows us to move more quickly on some plans we have for Restrict Content Pro,” said Danner in the initial announcement. He also vaguely mentioned a couple of ideas the team had in the works but did not go into detail.</p>\n\n\n\n<p>With a little prodding, Morris provided some insight into what they are planning for the immediate future. The biggest first step is tackling integration with the block editor. Currently, WPComplete uses shortcodes. The team’s next step is likely to begin with creating block equivalents for those shortcodes.</p>\n\n\n\n<p>“After that, we’ve touched on a few deeper integrations with Restrict Content Pro, like the possibility to restrict courses to memberships,” said Morris.</p>\n\n\n\n<p>The iThemes team does not plan to stop with WPComplete as part of its product lineup. One of the goals is to use the plugin for the iThemes website itself. </p>\n\n\n\n<p>“We always try to eat our own dogfood when we can,” said Morris. “You’ll see that with RCP and WPComplete early next year as we look to integrate them into our <a href=\"https://training.ithemes.com\">iThemes Training</a> membership.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2020 20:59:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Exploring Full-Site Editing With the Q WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://wptavern.com/exploring-full-site-editing-with-the-q-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=exploring-full-site-editing-with-the-q-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7492:\"<p class=\"has-drop-cap\">I have been eagerly awaiting the moment when I could install a theme and truly test Gutenberg’s full-site editing feature. By and large, each time I have tested it over the past few months, the experience has felt utterly broken. This is why I have remained skeptical of seeing the feature land in WordPress 5.6 this December.</p>\n\n\n\n<p>The <a href=\"https://github.com/aristath/q\">Q theme</a> by Ari Stathopoulos is the first theme that seems to be a decent working example. Whether that is a stroke of luck with timing or that this particular theme is simply built correctly is hard to tell — Stathopoulos is a team rep for the Themes Team. <a href=\"https://wptavern.com/gutenberg-9-1-adds-patterns-category-dropdown-and-reverts-block-based-widgets-in-the-customizer\">Gutenberg 9.1</a> dropped last week with continued work toward site editing.</p>\n\n\n\n<p>Q is as experimental as it gets. The <a href=\"https://make.wordpress.org/themes/2020/03/01/call-for-experimental-themes/\">Themes Team put out an open call</a> for experimental, block-based themes as far back as March this year. However, not many have taken the team up on this offer. If approved, Q stands to be the first block-based theme to go live in the official WordPress directory. It still has to work its way through the standard <a href=\"https://themes.trac.wordpress.org/ticket/90263\">review process</a>, awaiting its turn in the coming weeks.</p>\n\n\n\n<p>On the whole, full-site editing remains a frustrating and confusing experience. I still remain skeptical about its readiness, even in beta form, to show off to the world in WordPress 5.6.</p>\n\n\n\n<p>However, Q is an interesting theme to explore at this point for both end-users and theme developers. Users can install it and start tinkering with the site editing screen via the Gutenberg plugin. Developers can learn how global styles, templates, and template parts fit together from a working theme.</p>\n\n\n\n<h2>Using the Site Editor</h2>\n\n\n\n<img />Editing a single post in the site editor.\n\n\n\n<p class=\"has-drop-cap\">The Q theme requires the Gutenberg plugin and its full-site editing mode to be enabled. Generally, requiring a plugin is not allowed for themes in the directory. However, experimental Gutenberg themes are allowed to bypass this guideline.</p>\n\n\n\n<p>Stathopoulos pointed out that the theme is highly experimental and should not be used on a production site. However, he is hopeful that it will get more eyes focused on full-site editing.</p>\n\n\n\n<p>He mentioned that several items are broken, such as category archives not showing the correct posts. This is a current limitation of the Query block in Gutenberg. However, one of the best ways to find and recognize these types of issues is to have a theme that stays up with the pace of development.</p>\n\n\n\n<p>Currently, the site editor feels like it is biting off more than it can chew. Not only can users edit the layout and design of the page, but they can also directly edit existing post content — don’t try this at home unless you are willing for your post titles to get switched to the hyphenated slug. Should the site editor be handling the double-duty of design and content editing? If so, should design and content editing be handled in separate locations in the long term or be merged into one feature?</p>\n\n\n\n<p>It feels raw. It is not geared toward users at this point.</p>\n\n\n\n<p>The bright spot with the site editor is the current progress on template parts in the editor. Template parts are essentially “modules” that handle one part of the page. For example, the typical theme will have a header and footer template part. Currently, end-users can insert custom template parts or switch one template part for another. This opens a world of possibilities, such as users choosing between multiple header designs (template parts) for their sites.</p>\n\n\n\n<img />Switching the header template part.\n\n\n\n<p>The downside to the entire template system is that it seems so divorced from the site editor that it is hard to believe the average user would understand what is going on. Templates and template parts reside under the Appearance menu in the admin. The Site Editor is a separate, top-level menu item. Without any preexisting knowledge of how these pieces work together, it can be confusing.</p>\n\n\n\n<p>Template parts worked for me in the site editor from the outset. However, they did not work on the front end at first. I continually received the “template part not found” message for hours. Then, at some point — whether through magic or a random save that pulled everything together — the feature began to output the previously-<em>missing</em> header and footer template parts.</p>\n\n\n\n<h2>Glimpse Into the Future of Theme Development</h2>\n\n\n\n<p class=\"has-drop-cap is-style-default\">The Q theme has a scant few style rules, which it loads directly in the <code><head></code> section of the site in lieu of adding an extra stylesheet. It relies on the stock Gutenberg block styles on the front end with a few minor overrides. Most other custom styles are handled via the global styles system, which pulls from the theme’s <code>experimental-theme.json</code> config file (will be <code>theme.json</code> in the future).</p>\n\n\n\n<p>It begs the question of whether themes will necessarily need much in the way of CSS when full-site editing lands.</p>\n\n\n\n<p>If WordPress allows users to configure most styles via block options and global styles overrides, themes may not need much more than their config files. After that, it would come down to registering custom block styles and patterns.</p>\n\n\n\n<p>If this is the future that we are headed toward, anyone could essentially create a WordPress theme. And, those pieces, such as template parts and patterns, could all be shared between any site. In that future, themes may simply not matter anymore.</p>\n\n\n\n<p>Last year, Mike Schinkel proposed <a href=\"https://mikeschinkel.me/2019/wordpress-should-deprecate-themes/\">deprecating the theme system</a> altogether and replacing it with web components.</p>\n\n\n\n<p>“Rather than look for a theme that has all the features one needs — which I have found always limits the choices to zero — a site owner could look for the components and modules they need and then assemble their site from those modules,” he said. “They could pick a header, a footer, a home-page hero, a set of article cards, a pricing module, and so on.”</p>\n\n\n\n<p>The more I tinker with full-site editing, the more it feels like that is the lane that it will ultimately merge into. Imagine a future where end-users could pick and choose the pieces they wanted and simply have it look right on the front end.</p>\n\n\n\n<p>It is exciting to think about that possibility. Both Schinkel and I have more of a background in programming than we do in design. It makes sense from that sort of analytical mindset to put everything into neat, reusable <em>boxes</em> because reuse is a cornerstone of smart programming.</p>\n\n\n\n<p>However, I worry about the state of design in such a system with so many replaceable parts. Will designers be able to take holistic approaches to theme development, creating truly intricate pieces of art? Will that system essentially create a web of cookie-cutter sites? Or, will designers simply find ways to think outside the box while within the constraints of the block system?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Oct 2020 21:21:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Virtual Jamstack Conf to Feature Fireside Chat with Matt Mullenweg and Matt Biilmann, October 6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:253:\"https://wptavern.com/virtual-jamstack-conf-to-feature-fireside-chat-with-matt-mullenweg-and-matt-biilmann-october-6?utm_source=rss&utm_medium=rss&utm_campaign=virtual-jamstack-conf-to-feature-fireside-chat-with-matt-mullenweg-and-matt-biilmann-october-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2618:\"<div class=\"wp-block-image\"><img />image credit: <a href=\"https://jamstackconf.com/\">Jamstack Conf</a></div>\n\n\n\n<p>The greater Jamstack community is coming together on October 6-7, 2020, for a <a href=\"https://jamstackconf.com/virtual/\">virtual conference</a>. Organizers expect more than 15,000 attendees from around the globe over a two-day span that includes keynotes, sessions, interactive topic tables, workshops, speaker Q&As, and networking opportunities. </p>\n\n\n\n<p>Matt Mullenweg will be joining Netlify CEO Matt Biilmann on <a href=\"https://jamstackconfvirtual2020.sched.com/event/eqVI\">day 1 at 12PM PDT</a> for a fireside chat moderated by<a href=\"https://css-tricks.com/\"> CSS-Tricks</a> Creator Chris Coyier. The chat will go deeper on recent topics of contention, including developer sentiment, complexity, security, and performance. Coyier also plans to discuss how the Jamstack and WordPress communities intersect through headless implementations of the CMS.</p>\n\n\n\n<p>A provocative post from <a href=\"https://thenewstack.io/wordpress-co-founder-matt-mullenweg-is-not-a-fan-of-jamstack/\">TheNewStack</a> at the end of August quoted Mullenweg as saying that “JAMstack is a regression for the vast majority of the people adopting it.” This sparked multiple heated exchanges across blogs and social media. Biilimann, who originally coined the term “Jamstack,” wrote a <a href=\"https://www.netlify.com/blog/2020/09/15/on-mullenweg-and-the-jamstack-regression-or-future/\">response</a> to Mullenweg’s remarks, hailing “the end of the WordPress era.” </p>\n\n\n\n<p>Live conversations tend to be more cordial than shots fired across the blogosphere. It will be interesting to see if Biilimann cares to join <a href=\"https://www.stackbit.com/\">Stackbit</a> CEO Ohad Eder-Pressman in his wager that Jamstack will become the <a href=\"https://wptavern.com/matt-mullenweg-and-jamstack-community-square-off-making-long-term-bets-on-the-predominant-architecture-for-the-web\">predominant architecture for the web by 2025</a>. The fireside chat should be recorded, in case you cannot catch the live session. Recordings of talks from the previous virtual Jamstack event held in May are <a href=\"https://www.youtube.com/playlist?list=PL58Wk5g77lF8jzqp_1cViDf-WilJsAvqT\">available on YouTube</a>.</p>\n\n\n\n<p>Today is the last call for registration. Many of the workshops have already sold out, but tickets to the regular sessions on October 6 are still available. <a href=\"https://ti.to/netlify/jamstack_virtual_oct\">Sign up</a> on the event website to get your free ticket. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Oct 2020 20:12:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Gutenberg 9.1 Adds Patterns Category Dropdown and Reverts Block-Based Widgets in the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"https://wptavern.com/gutenberg-9-1-adds-patterns-category-dropdown-and-reverts-block-based-widgets-in-the-customizer?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-1-adds-patterns-category-dropdown-and-reverts-block-based-widgets-in-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5615:\"<p class=\"has-drop-cap\">Gutenberg 9.1 was released to the public on Wednesday. The team announced over 200 commits from 77 contributors in its <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">release post</a> yesterday. One of the biggest changes to the interface was the addition of a new dropdown selector for block pattern categories. The team also reverted the block-based widgets section in the customizer and added an image size control to the Media & Text block.</p>\n\n\n\n<p>One of the main focuses of this release was improving the block-based widgets editor. The feature was taken out of the experimental stage in Gutenberg 8.9 and continues to improve. The widgets screen now uses the <a href=\"https://github.com/WordPress/gutenberg/pull/25681\">same inserter UI</a> as the post-editing screen. However, users can currently only insert regular blocks. Patterns and reusable blocks are still not included.</p>\n\n\n\n<p>Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/issues/20588\">control aspects of the block editor</a> via a custom <code>theme.json</code> file. This is part of the ongoing Global Styles project, which will allow theme authors to configure features for their users.</p>\n\n\n\n<p>The development team has also added an <a href=\"https://github.com/WordPress/gutenberg/pull/25115\">explicit box-sizing style rule</a> to the Cover and Group blocks. This is to avoid any potential issues with the new padding/spacing options. Theme authors who rely on the block editor styles should test their themes to make sure this change does not break anything.</p>\n\n\n\n<h2>Better Pattern Organization</h2>\n\n\n\n<img />New block patterns UI in the inserter.\n\n\n\n<p class=\"has-drop-cap\">I have been calling for the return of the tabbed pattern categories since <a href=\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\">Gutenberg 8.0</a>, which was a regression from previous versions. For 11 versions, users have had to scroll and scroll and scroll through every block pattern just to find the one they wanted. The development team has sought to address this issue by using a <a href=\"https://github.com/WordPress/gutenberg/pull/24954\">category dropdown selector</a>. When selecting a specific category, its patterns will appear.</p>\n\n\n\n<p>At first, I was unsure about this method over the old tabbed method. However, after some use, it feels like the right direction.</p>\n\n\n\n<p>As more and more theme and plugin authors add block pattern categories to users’ sites, the dropdown is a more sensible route. Even tabs could become unwieldy over time. The dropdown better organizes the list of categories and makes the UI cleaner. More than anything, I am enjoying the experience and look forward to this eventually landing in WordPress 5.6 later this year.</p>\n\n\n\n<h2>Customizer Widgets Reverted</h2>\n\n\n\n<img />Reverted widgets panel in the customizer.\n\n\n\n<p class=\"has-drop-cap\">On the subject of WordPress 5.6, one of its flagship features has been hitting some roadblocks. Block-based widgets are expected to land in core with the December release, but the team just reverted part of the feature. They had to remove the widgets block editor from the customizer they added just two major releases ago.</p>\n\n\n\n<p>It was for the best. The customizer’s block-based widgets editor was <a href=\"https://wptavern.com/gutenberg-8-9-brings-block-based-widgets-out-of-the-experimental-stage\">fundamentally broken</a>. It was not ready for primetime and should have remained in the experimental stage until it was somewhat usable.</p>\n\n\n\n<p>“I will approve this since the current state of the customizer in the Gutenberg plugin is broken, and there is no clear path forward about how to fix that,” wrote Andrei Draganescu in the <a href=\"https://github.com/WordPress/gutenberg/pull/25626\">reversion ticket</a>. “With this patch, the normal widgets can still be edited in the customizer and the block ones don’t break it anymore. This is NOT to mean that we won’t proceed with fixing the block editor in the customizer, that is still an ongoing discussion.”</p>\n\n\n\n<p>The current state of editing widgets via the customizer is at least workable with this change. If end-users add a block via the admin-side widgets editor, it will merely appear as an uneditable, <em>faux</em> widget named “Block” in the customizer. They will need to edit blocks via the normal widgets screen.</p>\n\n\n\n<p>There is no way that WordPress can ship the current solution when 5.6 rolls out. However, we are still two months out. This leaves plenty of time for a fix, but Draganescu’s note that “there is no clear path forward” may make some people a bit uneasy at this stage of development.</p>\n\n\n\n<h2>Control Image Size for Media & Text</h2>\n\n\n\n<img />Image size dropdown selector for the Media & Text block.\n\n\n\n<p class=\"has-drop-cap\">One of the bright spots in this update is the addition of an <a href=\"https://github.com/WordPress/gutenberg/pull/24795\">image size control</a> to the Media & Text block. Like the normal Image block, end-users can choose from any registered image size created for their uploaded image.</p>\n\n\n\n<p>This is a feature I have been looking forward to in particular. Previously, using the full-sized image often made the page weight a bit heftier than necessary. It is also nice to go along with themes that register sizes for both landscape and portrait orientations, giving users more options.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Oct 2020 20:56:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress.org blog: The Month in WordPress: September 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2020/10/the-month-in-wordpress-september-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8711:\"<p>This month was characterized by some exciting announcements from the WordPress core team! Read on to catch up with all the WordPress news and updates from September. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.5.1 Launch</h2>\n\n\n\n<p>On September 1, the Core team released <a href=\"https://wordpress.org/news/2020/09/wordpress-5-5-1-maintenance-release/\">WordPress 5.5.1</a>. This maintenance release included several bug fixes for both core and the editor, and many other enhancements. You can update to the latest version directly from your WordPress dashboard or <a href=\"https://wordpress.org/download/\">download</a> it directly from WordPress.org. The next major release will be <a href=\"https://make.wordpress.org/core/5-6/\">version 5.6</a>.</p>\n\n\n\n<p>Want to be involved in the next release? You can help to build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and joining the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 9.1, 9.0, and 8.9 are out</h2>\n\n\n\n<p>The core team launched <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">version 9.0</a> of the Gutenberg plugin on September 16, and <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">version 9.1</a> on September 30. <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">Version 9.0</a> features some useful enhancements — like a new look for the navigation screen (with drag and drop support in the list view) and modifications to the query block (including search, filtering by author, and support for tags). <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">Version 9.1</a> adds improvements to global styles, along with improvements for the UI and several blocks. <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">Version 8.9</a> of Gutenberg, which came out earlier in September, enables the block-based widgets feature (also known as block areas, and was previously available in the experiments section) by default — replacing the default WordPress widgets to the plugin. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/09/03/whats-next-in-gutenberg-september/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Twenty Twenty One is the WordPress 5.6 default theme</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/09/23/introducing-twenty-twenty-one/\">Twenty Twenty One</a>, the brand new default theme for <a href=\"https://make.wordpress.org/core/5-6/\">WordPress 5.6</a>, has been announced! Twenty Twenty One is designed to be a blank canvas for the block editor, and will adopt a straightforward, yet refined, design. The theme has a limited color palette: a pastel green background color, two shades of dark grey for text, and a native set of system fonts. Twenty Twenty One will use a modified version of the <a href=\"https://wordpress.org/themes/seedlet/\">Seedlet theme</a> as its base. It will have a comprehensive system of nested CSS variables to make child theming easier, a native support for global styles, and full site editing. </p>\n\n\n\n<p>Follow the <a href=\"https://make.wordpress.org/core/\">Make/Core</a> blog if you wish to contribute to Twenty Twenty One. There will be weekly meetings every Monday at 15:00 UTC and triage sessions every Friday at 15:00 UTC in the #core-themes Slack channel. Theme development will happen <a href=\"https://github.com/wordpress/twentytwentyone.\">on GitHub</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>WordPress plugin authors can now <a href=\"https://meta.trac.wordpress.org/changeset/10255\">opt into confirming plugin updates via email</a>. This feature will allow plugin authors to approve any plugin updates over email before release.</li><li>September was the busiest month for online WordCamps so far, with seven events taking place: <a href=\"https://ogijima.wordcamp.org/2020/\">WordCamp Ogijima Online</a>, <a href=\"https://colombia.wordcamp.org/2020/\">WordCamp Colombia Online</a>, <a href=\"https://2020.asheville.wordcamp.org/2020/\">WordCamp Asheville, NC USA</a>, <a href=\"https://saopaulo.wordcamp.org/2020/\">WordCamp São Paulo, Brazil</a>, <a href=\"https://2020.virginiabeach.wordcamp.org/\">WordCamp Virginia Beach</a>, <a href=\"https://2020.lima.wordcamp.org/\">WordCamp Lima Peru</a>, and <a href=\"https://philadelphia.wordcamp.org/2020/\">WordCamp Philadelphia, PA, USA</a>. You can find live stream recaps of these events on their websites. The camps are also in the process of uploading their videos to <a href=\"https://wordpress.tv/\">WordPress.tv</a>. Check out the <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Schedule</a> to follow upcoming online WordCamps!</li><li>The Themes team has added a <a href=\"https://meta.trac.wordpress.org/changeset/10240\">delist feature</a> to the themes directory. The feature will allow a theme to be temporarily hidden from search, while still making it available. The team may delist themes if they violate the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">Theme Directory guidelines</a>. </li><li>The Themes Team has also released its <a href=\"https://make.wordpress.org/themes/2020/09/25/new-package-to-allow-locally-hosting-webfonts/\">new web fonts Loader project</a>. The webfonts loader will allow theme developers to load web fonts from the user’s site, rather than through a third-party CDN. The project lives in the team’s <a href=\"https://github.com/WPTT/webfont-loader\">GitHub repository</a>.</li><li>The Support team is discussing<a href=\"https://make.wordpress.org/support/2020/09/talking-point-allowing-self-archival-of-topics/\"> the level of control users should have</a> over their support forum topics. The team is thinking of allowing users to archive their topics and lengthen time-to-edit to remove any semi-sensitive data. In a separate, but related, post, Support team members have started discussing <a href=\"https://make.wordpress.org/support/2020/09/talking-point-handling-support-for-commercial-users-on-the-wordpress-forums/\">how to curb support requests for commercial products</a>.</li><li>The Mobile team <a href=\"https://make.wordpress.org/core/2020/09/21/proposal-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-0/\">came up with a proposal for dual licensing Gutenberg</a> under GPL 2.0 and MPL (Mozilla Public License) 2.0, so that non-WordPress software developers can potentially use it for their projects. </li><li>Since Facebook and Instagram are deprecating oEmbeds, the Core Team <a href=\"https://make.wordpress.org/core/2020/09/22/facebook-and-instagram-embeds-to-be-deprecated-october-24th/\">will be removing Facebook and Instagram’s oEmbed endpoints</a> from WordPress core code. </li><li>Following extensive discussion, the Documentation team <a href=\"https://make.wordpress.org/docs/2020/09/14/external-linking-policy-meeting-notes-august-25th/\">has tentatively decided to allow external and commercial links in the WordPress documentation</a>. The team aims to publish a formal proposal that will be left open for feedback before finalizing it.</li><li>Members of the Polyglots and Marketing teams are celebrating the <a href=\"https://make.wordpress.org/polyglots/2020/09/09/lets-celebrate-international-translation-day-together/\">International Translation Day</a> for WordPress over the week of September 28 – October 4! Community members can join or organize translation events, or contribute to WordPress core, theme, or plugin translations during this period. </li><li><a href=\"https://wpaccessibilityday.org/\">WP Accessibility day</a> — a 24-hour global online event dedicated to addressing website accessibility in WordPress, is being held on October 2. The event is open for all and has <a href=\"https://wpaccessibilityday.org/#talk-time\">experts from all over the world as speakers</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Oct 2020 09:34:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Cloudflare Launches New Web Analytics Product Focusing on Privacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105446\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/cloudflare-launches-new-web-analytics-product-focusing-on-privacy?utm_source=rss&utm_medium=rss&utm_campaign=cloudflare-launches-new-web-analytics-product-focusing-on-privacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2448:\"<p>In pursuit of “<a href=\"https://www.cloudflare.com/web-analytics/\">democratizing web analytics</a>,” Cloudflare announced it is launching privacy-first analytics as a new standalone product. The company is entering a market that has been <a href=\"https://www.datanyze.com/market-share/web-analytics--1/Alexa%20top%201M\">dominated by Google Analytics</a> for years but with a major differentiating feature – it will not track individual users by a cookie or IP address to show unique visits.</p>\n\n\n\n<p>Cloudflare Web Analytics defines a visit as “a successful page view that has an <a rel=\"noreferrer noopener\" href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer\" target=\"_blank\">HTTP referer</a> that doesn’t match the hostname of the request.” It’s not the same as Google’s “unique” metric, and Cloudflare says it may differ from other reporting tools. Weeding out bots from the total traffic numbers is a nascent feature that Cloudflare is improving as part of its <a rel=\"noreferrer noopener\" href=\"https://www.cloudflare.com/products/bot-management/\" target=\"_blank\">Bot Management product</a>.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Cloudflare Web Analytics is launching with features that are largely similar to Google Analytics but with some unique ways of zooming into different traffic segments and time ranges to see where traffic is originating from. </p>\n\n\n\n<p>“The most popular analytics services available were built to help ad-supported sites sell more ads,” Cloudflare product manager Jon Levine said. “But, a lot of websites don’t have ads. So if you use those services, you’re giving up the privacy of your users in order to understand how what you’ve put online is performing.</p>\n\n\n\n<p>“Cloudflare’s business has never been built around tracking users or selling advertising. We don’t want to know what you do on the Internet — it’s not our business.”</p>\n\n\n\n<p>Paying customers on the Pro, Biz, and Enterprise plans can access their analytics from their dashboards immediately. Cloudflare is also offering the product for free as JavaScript-based analytics for users who are not currently customers. Those who want access to the free plan can sign up for the <a href=\"https://www.cloudflare.com/web-analytics/\">waitlist</a>. </p>\n\n\n\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Oct 2020 04:03:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Virtual WordPress Page Builder Summit Kicks Off October 5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/virtual-wordpress-page-builder-summit-kicks-off-october-5?utm_source=rss&utm_medium=rss&utm_campaign=virtual-wordpress-page-builder-summit-kicks-off-october-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6348:\"<p class=\"has-drop-cap\">From October 5 through October 9, the first <a href=\"https://summit.camp/\">Page Builder Summit</a> will open its virtual doors to all attendees for free. Nathan Wrigley, the podcaster behind WP Builds, and Anchen le Roux, the founder and lead developer of Simply Digital Design, are hosting the five-day online event that focuses on the vast ecosystem of page builders for WordPress.</p>\n\n\n\n<p>The summit will include 35 sessions spread out over the <a href=\"https://summit.camp/schedule/\">event schedule</a>. Each session will last around 30 minutes, so it will be easy to pop in and watch one in your downtime. Sessions will cover a range of builders, including the default WordPress block editor, Elementor, Beaver Builder, Oxygen, Brizy, and Divi.</p>\n\n\n\n<p>“It’s an event specifically for users of WordPress page builders, or those curious about what they can do,” said Wrigley. “I feel like a page builder style interface for creating websites is the future for our industry. WordPress itself is moving in this direction with the block editor (a.k.a. Gutenberg). With that in mind, it seemed like a good idea to create a dedicated event to share knowledge about this side of WordPress. We’ve tried to include presentations from as many page builders as we could.”</p>\n\n\n\n<p>Wrigley made sure to point out that it is not all geared toward developers, discussing the inner-workings of builders. Some of the sessions focus on marketing, optimization, and conversion, which provides a wider range of topics for potential attendees.</p>\n\n\n\n<p>The summit hosts created an <a href=\"https://summit.camp/page-builder-quiz/\">online quiz</a> for those who are unsure about which sessions to watch.</p>\n\n\n\n<p>There is a small catch. The sessions will be freely available only from the time they begin and the following 24 hours. After that, accessing the videos will come at a premium. Attendees can gain lifetime access to the PowerPack for $47 if they purchase within 15 minutes of signing up. Then, prices will rise to $97 until the event kicks off on October 5. Beyond, the price jumps to $147. The lifetime access includes access to the presentations, transcripts, a workbook, and other bonuses from the speakers.</p>\n\n\n\n<p>For those unsure about forking over the cash, they can still watch the sessions during the 24-hour window.</p>\n\n\n\n<p>The proceeds from the event will go out to paying affiliate commissions to speakers and partners. Some of it will go into planning and investing in a second summit down the road.</p>\n\n\n\n<p>“Both myself and Nathan have specific charities that we want to donate to after the event,” said le Roux. “It was part of our goals to be able to do this, but we didn’t want to make this an <em>official contribution</em>.”</p>\n\n\n\n<h2>Why a Page Builder Summit?</h2>\n\n\n\n<p class=\"has-drop-cap\">Both Wrigley and le Roux have their preferred builders. But, the goal of the summit is to offer a wide look at the tools available and help freelancers and agencies better streamline their businesses and create happier clients.</p>\n\n\n\n<p>“I’ve been a user of page builders for many years, but only at the point where they truly showed in the editing interface something that almost perfectly reflected what the end-user would see did I get really immersed,” said Wrigley. “Having come from a background in which I built entire websites from a collection of text files (HTML, CSS, PHP, etc.), I was fascinated that we’d reached a point where the learning curve for building a good website was significantly reduced.”</p>\n\n\n\n<p>He pointed out that it is not always so simple though. While the same level of coding skills may not be necessary, people must figure out how to navigate their preferred page builder, which can come with its own learning curve.</p>\n\n\n\n<p>“You need to learn their way of doing things and how to achieve your design choices,” he said. “It’s always going to work out better if you know the code, but the WordPress mission of democratizing publishing certainly seems to align quite nicely with the adoption of tools, like page builders, which mean that once-difficult tasks are now easier.”</p>\n\n\n\n<p>For le Roux, her interest in hosting the Page Builder Summit falls back to her design studio.</p>\n\n\n\n<p>“As a developer, my main reason for switching to page builders was around streamlining and creating more efficient but quality websites in the shortest amount of time,” she said. “Especially now that we focus on day rates, creating the best possible website that clients would love fast would not have been possible without page builders.”</p>\n\n\n\n<h2>The Hosts’ Go-To Builders</h2>\n\n\n\n<p>“We prefer using Beaver Builder with Themer at Simply Digital Design,” said le Roux. “We use Gutenberg for blog posts or where possible with custom post types or LMS software. However, we’ve also taken on a few Elementor projects where that’s the client’s preferred option.”</p>\n\n\n\n<p>Wrigley uses some of the same tools. His main work is on the WP Builds website where he hosts podcasts.</p>\n\n\n\n<p>“I have used Beaver Builder’s Themer to create templates for specific layouts, but for content creation within those layouts I’m using the block editor,” said Wrigley. “My content is mainly text and the WordPress editor is utterly remarkable in this situation. I kept the classic editor installed for a few months after WordPress 5.0 came about, but I soon realized that this was folly and that the editing interface of Gutenberg is superior. The ability to insert and move text, buttons, etc. is such a joy to work with, and the iterations that have been made in the last two years make it, in my opinion, the best text editing experience on the web.”</p>\n\n\n\n<p>Wrigley sees a future in which the WordPress block editor takes over much of the work that page builders are currently handling. However, that future is “still over the horizon.”</p>\n\n\n\n<p>“I’m excited about this future though, and we’ve got a few crystal ball-gazing presentations; trying to work out what that future might look like,” he said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2020 20:31:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Jetpack 9.0 to Introduce New Feature for Publishing WordPress Posts to Twitter as Threads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/jetpack-9-0-to-introduce-new-feature-for-publishing-wordpress-posts-to-twitter-as-threads?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-9-0-to-introduce-new-feature-for-publishing-wordpress-posts-to-twitter-as-threads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3318:\"<p>Jetpack 9.0, coming on October 6, will debut a new feature that allows users to <a href=\"https://github.com/Automattic/jetpack/pull/16699\">share blog posts as Twitter threads</a> in multiples tweets. A recent version of Jetpack introduced the ability to import and <a href=\"https://wptavern.com/jetpack-8-7-adds-new-tweetstorm-unroll-feature-improves-search-customization\">unroll tweetstorms for publishing inside a post</a>. The 9.0 release will run it back the other way so the content originates in WordPress, yet still reaps all the same benefits of circulation on Twitter as a thread. </p>\n\n\n\n<p>The new Twitter threads feature is being added as part of Jetpack’s Publicize module under the Twitter settings. After linking up a Twitter account, the Jetpack sidebar options for Publicize allow users to publish to Twitter as a link to the blog or a set of threaded tweets. It’s not just limited to text content – the threads feature will also upload and attach any images and videos included in the post. </p>\n\n\n\n<img />\n\n\n\n<p>When first introduced to the idea of publishing a Twitter thread from WordPress, I wondered if threads might lose their trademark pithy punch, since users aren’t forced to keep each segment to the standard length of a tweet. Would each tweet be separated in an odd, unreadable way? The Jetpack team anticipated this, so the thread option adds more information to the block editor to show where the paragraphs will be split into multiple tweets.</p>\n\n\n\n<p>“Threads are wildly underused on Twitter,” Gary Pendergast said in a <a href=\"https://pento.net/2020/09/29/more-than-280-characters/\">post</a> introducing the feature. “I think a big part of that is the UI for writing threads: while it’s suited to writing a thread as a series of related tweet-sized chunks, it doesn’t lend itself to writing, revising, and editing anything more complex.” The tool Pendergast has been working on for Jetpack gives users the best of both worlds.</p>\n\n\n\n<p>In response to a comment requesting Automattic “concentrate on tools to get people off social media,” Pendergast said, “If we’re also able to improve the quality of conversations on social media, I think it’d be remiss of us to not do so.” He also credits IndieWeb discussions on <a href=\"https://indieweb.org/tweetstorm\">Tweetstorms</a> and <a href=\"https://indieweb.org/POSSE\">POSSE</a> (Publish (on your) Own Site, Syndicate Elsewhere) as inspirations for the feature.</p>\n\n\n\n<p>For years, blogging advocates have tried to convince those who post lengthy tweetstorms to switch to a publishing medium that is more suitable to the length of their thoughts. The problem is that Twitter users lose so much of the immediate feedback and momentum that their thoughts would have generated when composed as a tweetstorm.</p>\n\n\n\n<p>Instead of lecturing people about how they should really be blogging instead of tweetstorming, Jetpack is taking a fresh approach by enabling full content ownership with effortless social syndication. You can test out the experience for yourself by adding the <a href=\"https://jetpack.com/download-jetpack-beta/\">Jetpack Beta Testers</a> plugin and running the 9.0 RC version on your site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2020 02:56:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Ask the Bartender: How To WordPress in a Block World?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105491\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://wptavern.com/ask-the-bartender-how-to-wordpress-in-a-block-world?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-wordpress-in-a-block-world\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9755:\"<blockquote class=\"wp-block-quote\"><p>I love your articles. And now, in the middle of the WordPress revolution, I realized I’m constantly searching for an answer regarding WP these days.</p><p>So many things are being said, so many previsions of the future, problems, etc., but, right now, I think I, as a designer, just want to understand one thing that seemed answered already but it’s never clear:</p><p>Is WordPress a good choice to build a client’s template where he just has to insert the info that will show in the frontend where I want to? And he doesn’t have to worry about formatting blocks? I love blocks, don’t get me wrong, but will normal templating end?</p><p>I just think that having a super CMS, HTML, CSS, and being able to play with a database with ACF is so powerful, that I’m wondering if it’s lost. After so much reading, I still don’t understand if this paradigm is going to disappear.</p><p>Right now, I don’t know if it’s best to stop making websites as I used to and adopt block patterns instead.</p><cite>Ricardo</cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">WordPress is definitely changing. Over the past two years, we have seen much of it reshaped into something different from the previous decade and more. However, this is not new. WordPress has always been a constantly-changing platform. It just feels far too different this time around, almost foreign to many. The platform had to make a leap. Otherwise, it would have started falling behind.</p>\n\n\n\n<p>And, it is a big <em>ask</em> of the existing community to come along with it, to take that leap together.</p>\n\n\n\n<p>It can be scary as a developer whose livelihood has depended on things working a certain way or who has built tools and systems around pre-block WordPress. Many freelancers and agencies had their world turned upside down with the launch of the block editor. It is perfectly OK to feel a bit lost.</p>\n\n\n\n<p>Now, it is time for a little tough love. It has been two years. As a professional, you need to have a plan in place already. Whether that is an educational plan for yourself or a transitional plan for your clients, you should already be tackling projects that leverage the block editor. If you are at a point where you have not been building with blocks, you are now behind. However, you can still catch up and continue advancing in your WordPress career.</p>\n\n\n\n<p>There are so many changes coming down the pipeline that anyone who plans to develop for WordPress will be in continual education mode for years to come.</p>\n\n\n\n<p>When building for clients, the biggest thing to remember is that it is not about you. It is about getting something into the hands of your clients that addresses their specific needs. Freelancers and agencies need to often be the Jacks and Jills of all trades. Sometimes, this even means having a backup CMS or two that you can use that are not named WordPress. It helps to be well-rounded enough to jump around when needed, especially if you are not at a point in your career where you can demand specific work and pass on jobs that would put food on the table.</p>\n\n\n\n<p>It is also easy to look at every job as a nail and WordPress as the hammer. Or, even specific plugins as the tool that will always get the job done. I have seen developers in the past rely on tools like ACF, CMB2, or Meta Box but could not code a custom metadata solution when necessary to save their life. Sometimes a bigger toolbox is necessary.</p>\n\n\n\n<p>Every WordPress developer needs a solid, foundational understanding of the languages that WordPress uses. Gone are the days of skating by on HTML, CSS, and PHP knowledge. You need to learn JavaScript deeply. Matt Mullenweg, the co-founder of WordPress, was not joking around when he <a href=\"https://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\">said this back in 2015</a>. It holds true more and more each day. In another five years, it will tough to be a developer in the WordPress world without knowing JavaScript, at least for backend work.</p>\n\n\n\n<p>It also depends on what types of sites you are building. If you are primarily handling front-end design, you will likely be able to get by with a lower skill level. You will just need to know the “WordPress way” of building themes.</p>\n\n\n\n<p>Within the next year, you should be able to build just about any theme design with decent CSS and HTML knowledge along with an understanding of how the block system works. Full-site editing and block-based themes will change how we build the front end of the web. It is going to be a challenging transition at first, especially for those of us who are steeped in traditional theme development, but client sites will often be far easier to build. I highly recommend the twice-monthly <a href=\"https://make.wordpress.org/themes/\">block-based themes meetings</a> if your focus is on the front end.</p>\n\n\n\n<h2>Block Templates</h2>\n\n\n\n<p class=\"has-drop-cap\">Based on your question, I am going to make some assumptions. You have a history of essentially building out meta boxes via ACF where the client just pops in their data. Then, you format that data on the front end. You are likely mixing this with custom post types (CPTs). This is a fairly common scenario.</p>\n\n\n\n<p>One of the great things about the block system is that you can lock the post editor for individual CPTs. WordPress already has you covered with its <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-templates/\">block templates feature</a>, which allows you to define just what a post should look like. You can set up which blocks you want to appear and have the client drop their content in. At the moment, this feature is limited to the post type level. However, it should grow more robust over time, particularly when it works alongside the traditional “page templates” system.</p>\n\n\n\n<p>Block templates are a powerful tool in the ol’ toolbox that will come in handy when building client sites.</p>\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p class=\"has-drop-cap\">You do not have to stop making websites as you are accustomed to at the moment. However, you should start leveraging new block features as they become available and make sense for a specific project. I am a fanatic when it comes to <a href=\"https://wptavern.com/block-patterns-will-change-everything\">block patterns</a>, so my bias will definitely show.</p>\n\n\n\n<p>The biggest thing with block patterns and clients is education. For the uninitiated, you will need to spend some time teaching them how to insert a pattern and how it can be used to their advantage. That is the hurdle you must jump.</p>\n\n\n\n<p>For many of the users that I have seen introduced to well-designed patterns, they have fallen in love with the feature. Even many who were reluctant to switch to the block editor became far more comfortable working with it after learning how patterns worked. This is not the case for every user or client, but it has been a good introduction point to the block editor for many.</p>\n\n\n\n<p>To answer your question regarding patterns: yes, you should absolutely begin to adopt them.</p>\n\n\n\n<h2>ACF Is Evolving</h2>\n\n\n\n<p class=\"has-drop-cap\">Because you are accustomed to ACF, you should be aware that the framework is evolving to keep up with the block editor. <a href=\"https://wptavern.com/advanced-custom-fields-5-8-0-introduces-acf-blocks-a-php-framework-for-creating-gutenberg-blocks\">Version 5.8.0</a> introduced a PHP framework for creating custom blocks over a year ago. And, it has been improving ever since. There are even projects like <a href=\"https://wptavern.com/acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro\">ACF Blocks</a>, which will provide even more tools for your arsenal.</p>\n\n\n\n<p>It is important to learn from what some of the larger agencies are doing. Read up on how <a href=\"https://webdevstudios.com/2020/09/08/gutenberg-first/\">WebDevStudios is tackling block development</a>. The company also has an open-source <a href=\"https://github.com/WebDevStudios/wds-acf-blocks\">block library</a> for ACF.</p>\n\n\n\n<h2>Solving Problems</h2>\n\n\n\n<p class=\"has-drop-cap\">Your job as a developer is to be a problem solver. Whatever system you are building with is merely a part of your toolset. You need to be able to solve issues regardless of what tool you are using. At the end of the day, it is just code. If you can learn HTML, you can learn CSS. If you can learn those, you can learn PHP. And, if you can manage PHP, you can certainly pick up JavaScript.</p>\n\n\n\n<p>A decade or two from now, you will need to learn something else to stay relevant in your career. Web technology changes. You must change with it. Always consider yourself a student and continue your education. Surround yourself and learn from those who are more advanced than you. Emulate, borrow, and steal good ideas. Use what you have learned to make them great.</p>\n\n\n\n<p>There is no answer I can give that will be perfect for every scenario. Each client is unique, and you will need to decide the best direction for each.</p>\n\n\n\n<p>However, yes, you should already be on the path to building with a block-first mindset if you plan to continue working with WordPress for the long haul. Immerse yourself in the system. Read, study, and build something any chance you get.</p>\n\n\n\n<p class=\"has-white-color has-blue-700-background-color has-text-color has-background text-white bg-blue-700\">This is the first post in the Ask the Bartender series. Have a question of your own? <a href=\"https://wptavern.com/contact-me/ask-the-bartender\">Shoot it over</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Sep 2020 20:35:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Supercharge the Default WordPress Theme With Twentig, a Toolbox for Twenty Twenty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:225:\"https://wptavern.com/supercharge-the-default-wordpress-theme-with-twentig-a-toolbox-for-twenty-twenty?utm_source=rss&utm_medium=rss&utm_campaign=supercharge-the-default-wordpress-theme-with-twentig-a-toolbox-for-twenty-twenty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6455:\"<img />Custom page pattern from the Twentig plugin.\n\n\n\n<p class=\"has-drop-cap\">I am often on the hunt for those hidden gems when it comes to block-related plugins. I like to see the interesting places that plugin authors venture. That is why it came as a surprise when <a href=\"https://twitter.com/Gtarafdarr/status/1310240580140556290\">someone recommended</a> I check out the <a href=\"https://wordpress.org/plugins/twentig/\">Twentig plugin</a> a few days ago. Somehow, it has flown under my radar for months. And, it has managed to do this while being one of the more interesting plugins for WordPress I have seen in the past year.</p>\n\n\n\n<p>Twentig is a plugin that essentially gives superpowers to the default Twenty Twenty theme. Diane and Yann Collet are the sibling co-founders and brains behind the plugin.</p>\n\n\n\n<p>While I have been generally a fan of Twenty Twenty since it was <a href=\"https://wptavern.com/twenty-twenty-bundled-in-core-beta-features-overview\">first bundled in core</a>, it was almost a bit of a letdown in some ways. It was supposed to be the theme that truly showcased what the block editor could do — and it does a fine job of styling the default blocks — but there was a lot of potential left on the table. The Twentig plugin turns Twenty Twenty into something worthier of a showcase for the block editor. It is that missing piece, that extra mile in which WordPress should be marching its default themes.</p>\n\n\n\n<p>While the new <a href=\"https://wptavern.com/first-look-at-twenty-twenty-one-wordpresss-upcoming-default-theme\">Twenty Twenty-One</a> default theme is just around the corner, Twentig is breathing new life into the past year’s theme. The developers behind the plugin are still fixing bugs and bringing new features users.</p>\n\n\n\n<p>Of its 34 reviews on WordPress.org, Twentig has earned a solid five-star rating. That is a nice score for a plugin with only 4,000 active installations. As I said, it has flown under the radar a bit, but the users who have found it have obviously discovered something that adds those extra touches to their sites they need.</p>\n\n\n\n<h2>What Does Twentig Do?</h2>\n\n\n\n<p class=\"has-drop-cap\">It is a toolbox for Twenty Twenty. The headline feature is its block editor features, such as custom patterns and page layouts. It also offers a slew of customizer options that allow end-users to put their own design spin on the default theme. However, my interest is primarily in how it extends the block editor. </p>\n\n\n\n<p>Let’s get this out of the way up front. Twentig’s one downside is that it adds a significant amount of additional CSS on top of the already-heavy Twenty Twenty and block editor styles. I will blame the current lack of a full design system from WordPress on most of this. Styling for the block editor can easily bloat a stylesheet. Adding an extra 100+ kb per page load might be a blocker for some who would like to try the plugin. Users will need to weigh the trade-offs between the additional features and the added page size.</p>\n\n\n\n<p>The thing that makes Twentig special is its extensive patterns and pages library, which offers one-click access to hundreds of layouts specifically catered to the Twenty Twenty theme.</p>\n\n\n\n<img />Inserting one of the hero patterns.\n\n\n\n<p>It took me a few minutes to figure out how to access the patterns — mainly because I did not read the manual. I expected to find them mixed in with the core patterns inserter. However, the plugin adds a new sidebar panel to the editor, which users can access by clicking the “tw” icon. After seeing the list of options, I can understand why they probably would not fit into WordPress’s limited block and patterns inserter UI.</p>\n\n\n\n<p>It would be easier to list what the plugin does not have than to go through each of the custom patterns and pages.</p>\n\n\n\n<p>The one thing that truly sets this plugin apart from the dozens of other block-library types of plugins is that there are no hiccups with the design. Almost every similar plugin or tool I have tested has had CSS conflicts with themes because they are trying to be a tool for every user. Twentig specifically targets the Twenty Twenty theme, which means it does not have to worry about whether it looks good with the other thousands of themes out there. It has one job, which is to extend its preferred theme, and it does it with well-designed block output.</p>\n\n\n\n<p>The other aspect of this is that it does not introduce new blocks. Every pattern and page layout option uses the core WordPress blocks, which includes everything from hero sections to testimonials to pricing tables to event listings. And more.</p>\n\n\n\n<p>Twentig does not stop adding features to the block editor with custom patterns. The useful and sometimes fun bits are on the individual block level, and I have yet to explore everything. I continue to discover new settings each time I open my editor.</p>\n\n\n\n<p>Whether it is custom pullquote styles, a photo image frame, or an inner border tweak to the Cover block (shown below), the plugin adds little extras that push what users can do with their content.</p>\n\n\n\n<img />Inner border style for the Cover block.\n\n\n\n<p>Each block also gets some basic top and bottom margin options, which comes in handy when laying out a page. At this point, I am simply looking forward to discovering features I have yet to find.</p>\n\n\n\n<h2>Areas Themes Should Explore</h2>\n\n\n\n<p class=\"has-drop-cap\">One of the things I dislike about many of these features being within the Twentig plugin is that I would like to see them within the Twenty Twenty theme instead. Obviously not every feature belongs in the theme — some features firmly land in plugin territory. The default WordPress themes should also leave some room for plugin authors to explore. But, shipping some of the more prominent patterns and styles with Twenty Twenty would make a more robust experience for the average end-user looking to get the most out of blocks.</p>\n\n\n\n<p>Block patterns were not a core WordPress feature when Twenty Twenty landed. However, for the upcoming Twenty Twenty-One theme, which is expected to bundle some unique patterns, the design team should explore what the Twentig plugin has brought to the current default. That is the direction that theme development should be heading, and theme developers can learn a lot by <s>stealing</s> borrowing from this plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Sep 2020 22:00:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Coming in Jetpack 9.0: Shortcode Embeds Module Updated to Handle Facebook and Instagram oEmbeds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105381\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:253:\"https://wptavern.com/coming-in-jetpack-9-0-shortcode-embeds-module-updated-to-handle-facebook-and-instagram-oembeds?utm_source=rss&utm_medium=rss&utm_campaign=coming-in-jetpack-9-0-shortcode-embeds-module-updated-to-handle-facebook-and-instagram-oembeds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2938:\"<p>Facebook and Instagram are <a href=\"https://wptavern.com/upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24\">dropping unauthenticated oEmbed support</a> on October 24. WordPress will be removing both Facebook and Instagram as oEmbed providers in an upcoming release. After evaluating third-party solutions, WordPress VIP is <a href=\"https://lobby.vip.wordpress.com/2020/09/28/updates-and-recommendations-facebook-and-instagram-changing-oembed-to-require-authentication/\">recommending</a> its partners enable Jetpack’s <a href=\"https://jetpack.com/support/shortcode-embeds/\">Shortcode Embeds</a> module. Jetpack will be shipping the update in its <a href=\"https://github.com/Automattic/jetpack/milestone/166\">9.0 release</a>, which is anticipated to land prior to the October 24th deadline.</p>\n\n\n\n<p>The module is being <a href=\"https://github.com/Automattic/jetpack/pull/16814\">updated</a> to provide a seamless transition for users who might otherwise be negatively impacted by Facebook’s upcoming API change. WordPress contributors have run some simulations but are not yet sure what will happen to the display for previously embedded content.</p>\n\n\n\n<p>“It is possible that they change the contents of the JS file to manipulate cached embeds, perhaps to display a warning that the site is using an old method to embed content or that the request is not properly authenticated,” Jonathan Desrosiers commented on the trac <a href=\"https://core.trac.wordpress.org/ticket/50861#comment:35\">ticket</a> for removing the oEmbed providers.</p>\n\n\n\n<p>WordPress.com VIP roughly outlined what users can expect if they do not enable a solution to begin authenticating oEmbeds:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>By default, WordPress caches oEmbed contents in post metadata. These embeds will continue to display in previously-published content. If you edit older posts in the Block Editor, regardless of whether you update the post by saving changes, the embeds in the post will no longer be cached and will stop displaying. If you view these older posts using the Classic Editor, so long as the post is not re-saved, the embeds will continue to function and display properly. If you update the post content, the embed will cease functioning unless you have a mitigation installed.</p></blockquote>\n\n\n\n<p>Although WordPress VIP recommends using the Jetpack module as the best solution, self-hosted WordPress users may want to investigate other options if they are not already using Jetpack. <a href=\"https://wordpress.org/plugins/oembed-plus/\">oEmbed Plus</a> is a free plugin created specifically for solving the problem of WordPress dropping Facebook and Instagram as oEmbed providers but it is more work to set up and configure. It requires users to register as a Facebook developer and create an app to get API credentials.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Sep 2020 21:18:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: W3C Selects Craft CMS for Redesign Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/w3c-selects-craft-cms-for-redesign-project?utm_source=rss&utm_medium=rss&utm_campaign=w3c-selects-craft-cms-for-redesign-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9407:\"<p>W3C has <a href=\"https://w3c.studio24.net/docs/cms-selection-report/\">selected Craft CMS</a> over Statamic for its redesign project, after <a href=\"https://wptavern.com/w3c-drops-wordpress-from-consideration-for-redesign-narrows-cms-shortlist-to-statamic-and-craft\">dropping WordPress from consideration</a> in an earlier round of elimination: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In the end, our decision mostly came down to available resources. Craft had already committed to reach AA compliance in Craft 4 (it is currently on version 3.5, the release of version 4 is planned for April 2021). They had also arranged for an external agency to provide them with accessibility issues to tackle weekly. In the end, they decided instead to hire an in-house accessibility specialist to perform assessments and assist the development team in adopting accessibility patterns in the long run.</p><cite><a href=\"https://w3c.studio24.net/docs/cms-selection-report/\">W3C CMS Selection Report</a></cite></blockquote>\n\n\n\n<p>Last week we published a <a href=\"https://wptavern.com/w3c-drops-wordpress-from-consideration-for-redesign-narrows-cms-shortlist-to-statamic-and-craft\">post</a> urging W3C to revisit Gutenberg for a fair shake against the proprietary CMS’s or consider adopting another open source option. During the selection process, Studio 24, the agency contracted for the redesign, cited its extensive experience with WordPress as the reason for not performing any accessibility testing on more recent versions of Gutenberg. </p>\n\n\n\n<p>When asked if the team contacted anyone from WordPress’ Accessibility Team during the process or put Gutenberg through the same tests as the proprietary CMS’s, Studio 24 founder Simon Jones <a href=\"https://twitter.com/simonrjones/status/1309817109636157440\">confirmed</a> they had not. </p>\n\n\n\n<p>“No, we only reached out to the two shortlisted CMS’s” Jones said. “I’m afraid we didn’t have time to do more. We did test GB a few months ago based on editing content – though it wasn’t the only factor in our choice. As an agency we do plan to keep reviewing GB in the future.” </p>\n\n\n\n<p>In response to our concerns regarding licensing, Jones penned an update titled “<a href=\"https://w3c.studio24.net/updates/on-not-choosing-wordpress/\">On not choosing WordPress,</a>” which further elaborated on the reasons why the agency was not inclined towards using or evaluating the new editor:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>From a business perspective I also believe Gutenberg creates a complexity issue that makes it challenging for use by many agencies who create custom websites for clients; where we have a need to create lots of bespoke blocks and page elements for individual client projects.</p><p>The use of React complicates front-end build. We have very talented front-end developers, however, they are not React experts – nor should they need to be. I believe front-end should be built as standards-compliant HTML/CSS with JavaScript used to enrich functionality where necessary and appropriate.</p><p>As of yet, we have not found a satisfactory (and profitable) way to build custom Gutenberg blocks for commercial projects. </p></blockquote>\n\n\n\n<p>The CMS selection report also stated that W3C needs the CMS to be “usable by non-sighted users” by the launch date, since some members of the staff who contribute to the website are non-sighted. </p>\n\n\n\n<p>Since the most recent version of WordPress was not tested in comparison with the proprietary CMS’s, it’s unclear how much better they handle accessibility. Ultimately, W3C and Studio 24 were more comfortable moving forward with a proprietary vendor that was able to make certain assurances about the future accessibility of its authoring tool, despite having a smaller pool of contributors.</p>\n\n\n\n<p>“[I’m] also deeply curious since the cursory notes on accessibility for both of the reviewed CMSes seem to highlight a ton of issues like ‘Buttons and Checkboxes are built using div elements’ or most inputs lacking clear focus styles,” Gutenberg technical lead Matías Ventura said. “An element like the <em>Calendar</em> for choosing a post date seems entirely inoperable with keyboard on Craft, for example, while WordPress’ has had significant effort and rounds of feedback poured into that element alone to make it fully operable.”</p>\n\n\n\n<p>WordPress developer Anthony Burchell commented on how using a relatively new proprietary CMS seemed counter to W3C’s stated goal to select an option on the basis of longevity. Craft CMS’s continued success is contingent upon its business model and the company’s ability to remain profitable. </p>\n\n\n\n<p>“FOSS have the same opportunity of direct access to developers,” Burchell <a href=\"https://twitter.com/antpb/status/1309883204728430593?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1309883204728430593%7Ctwgr%5Eshare_3&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D105265action%3Dedit\">said</a>. “I recognize there are many accessibility shortcomings in popular software, but I think it’s more constructive to rally behind and contribute, not use a proprietary CMS that boasts beer budget in their guidelines.” </p>\n\n\n\n<p>On the other side of the issue, accessibility advocates took the W3C’s decision as a referendum on Gutenberg’s continued struggles to meet WCAG AA standards. WordPress accessibility specialist Amanda Rush <a href=\"https://www.customerservant.com/w3c-is-prioritizing-accessibility-over-its-open-source-licensing-preferences-why-is-that-a-bad-thing-again/\">said</a> it was “nice to see the W3C flip tables over this.”</p>\n\n\n\n<p>“Gutenberg is not mature software,” accessibility consultant and WordPress contributor Joe Dolson said in a <a href=\"https://www.joedolson.com/2020/09/the-w3c-drops-wordpress-from-consideration/\">post</a> elaborating on his comments at WPCampus 2020 Online. He emphasized the lack of stability in the project that Studio 24 alluded to when documenting the reasons against using WordPress.</p>\n\n\n\n<p>“It is still undergoing rapid changes, and has grand goals to add a full-site editing experience for WordPress that almost guarantees that it will continue to undergo rapid changes for the next few years,” Dolson said. “Why would any organization that is investing a large amount into a site that they presumably hope will last another 10 years want to invest in something this uncertain?”</p>\n\n\n\n<p>Dolson also said the accessibility improvements he referenced regarding the audit were only a small part of the whole picture. </p>\n\n\n\n<p>“They only encompass issues that existed in the spring of 2019,” he said. “Since then, many features have been added and changed, and those features both resolve issues and have created new ones. The accessibility team is constantly playing catch up to try and provide enough support to improve Gutenberg. And even now, while it is more or less accessible, there are critical features that are not yet implemented. There are entirely new interface patterns introduced on a regular basis that break prior accessibility expectations.”</p>\n\n\n\n<p>WordPress is also being used by millions of people who are constantly reporting issues to fuel the software’s continued refinement, which increases the <a href=\"https://github.com/WordPress/gutenberg/labels/Accessibility%20%28a11y%29\">backlog of issues</a>. Unfortunately, Studio 24 did not properly evaluate Gutenberg against the proprietary CMS’s in order to determine if these software projects are in any better shape. </p>\n\n\n\n<p>Instead, they decided that Craft CMS’s community was more receptive to collaborating on issues without reaching out to WordPress. Given the W3C’s stated preference for open source software, WordPress, as the only CMS under consideration with an <a href=\"https://opensource.org/licenses\">OSD-compliant license</a>, should have received the same accessibility evaluation.</p>\n\n\n\n<p>“I can’t make any statements that would be meaningful about the other content management systems under consideration; but if WordPress wants to be taken seriously in environments where accessibility is a legal, ethical, and mission imperative, there’s still a lot of work to be done,” Dolson said.</p>\n\n\n\n<p>Studio 24’s evaluation may not have been equitable to the only open source CMS under consideration, but the situation serves to highlight a unique quandary: when using open source software becomes the impractical choice for organizations requiring a high level of accessibility in their authoring tools.</p>\n\n\n\n<p>“Studio 24 ultimately determined that working with a CMS to make it better was more possible with a smaller, proprietary vendor than with a large open-source project,” accessibility advocate Brian DeConinck said. “Project leadership would be more receptive, and the smaller community means changes can be made more quickly. That should prompt a lot of soul-searching for…well, everyone. What does that say about the future of open source?”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Sep 2020 04:56:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Gary: More than 280 characters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://pento.net/2020/09/29/more-than-280-characters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5187:\"<p>It’s hard to be nuanced in 280 characters.</p>\n\n\n\n<p>The Twitter character limit is a major factor of what can make it so much fun to use: you can read, publish, and interact, in extremely short, digestible chunks. But, it doesn’t fit every topic, ever time. Sometimes you want to talk about complex topics, having honest, thoughtful discussions. In an environment that encourages hot takes, however, it’s often easier to just avoid having those discussions. I can’t blame people for doing that, either: I find myself taking extended breaks from Twitter, as it can easily become overwhelming.</p>\n\n\n\n<p>For me, the exception is Twitter threads.</p>\n\n\n\n<h2>Twitter threads encourage nuance and creativity.</h2>\n\n\n\n<p>Creative masterpieces like this Choose Your Own Adventure are not just possible, they rely on Twitter threads being the way they are.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Being Beyoncé’s assistant for the day: DONT GET FIRED THREAD <a href=\"https://t.co/26ix05Hkhp\">pic.twitter.com/26ix05Hkhp</a></p>— green chyna (@CORNYASSBITCH) <a href=\"https://twitter.com/CORNYASSBITCH/status/1142591156884127744?ref_src=twsrc%5Etfw\">June 23, 2019</a></blockquote>\n</div>\n\n\n\n<p>Publishing a short essay about your experiences in your job can bring attention to inequality.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">DOWNTOWN BROOKLYN: I\'m working arraignments tonight, representing poor New Yorkers who were arrested yesterday on Thanksgiving. <br /><br />It was the coldest Thanksgiving in more than a century. Tonight\'s also bitterly cold, even in the courtroom. I\'m wearing my scarf & coat.</p>— Rebecca Kavanagh (@DrRJKavanagh) <a href=\"https://twitter.com/DrRJKavanagh/status/1066144860619636736?ref_src=twsrc%5Etfw\">November 24, 2018</a></blockquote>\n</div>\n\n\n\n<p>And Tumblr screenshot threads are always fun to read, even when they take a turn for the epic (over 4000 tweets in this thread, and it isn’t slowing down!)</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Tumblr textposts thread, probably?</p>— we are a family forged in bureaucracy (@ex_aItiora) <a href=\"https://twitter.com/ex_aItiora/status/1165987806621184002?ref_src=twsrc%5Etfw\">August 26, 2019</a></blockquote>\n</div>\n\n\n\n<p>Everyone can think of threads that they’ve loved reading.</p>\n\n\n\n<p>My point is, threads are wildly underused on Twitter. I think I big part of that is the UI for writing threads: while it’s suited to writing a thread as a series of related tweet-sized chunks, it doesn’t lend itself to writing, revising, and editing anything more complex.</p>\n\n\n\n<p>To help make this easier, I’ve been working on a tool that will help you publish an entire post to Twitter from your WordPress site, as a thread. It takes care of transforming your post into Twitter-friendly content, you can just… write. <img src=\"https://s.w.org/images/core/emoji/13.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>It doesn’t just handle the tweet embeds from earlier in the thread: it handles handle uploading and attaching any images and videos you’ve included in your post.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><img width=\"3264\" height=\"2448\" src=\"https://pento.net/wp-content/uploads/2018/12/mvimg_20181231_0910291833340677198697139.jpg\" alt=\"A selfie of me feeding a giraffe.\" class=\"wp-image-3608\" /></li><li class=\"blocks-gallery-item\"><img width=\"4000\" height=\"3000\" src=\"https://pento.net/wp-content/uploads/2018/12/GOPR0365.jpg\" alt=\"A selfie of me on an iceberg south of the Antarctic circle.\" class=\"wp-image-3591\" /></li><li class=\"blocks-gallery-item\"><img width=\"3264\" height=\"2448\" src=\"https://pento.net/wp-content/uploads/2018/12/00006IMG_00006_BURST20181002212033_COVER.jpg\" alt=\"A selfie of me with a fire breathing dragon at the Harry Potter themed amusement park in Orlando, Florida.\" class=\"wp-image-3604\" /></li><li class=\"blocks-gallery-item\"><img width=\"1793\" height=\"469\" src=\"https://pento.net/wp-content/uploads/2018/12/48944769_986954175890_2085904447019417600_o.jpg\" alt=\"A panoramic view of sunset over Nairobi National Park.\" class=\"wp-image-3554\" /></li></ul>\n\n\n\n<p>All sorts of embeds work, too. <img src=\"https://s.w.org/images/core/emoji/13.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"></div>\n</div>\n\n\n\n<p>It’ll be coming in Jetpack 9.0 (due out October 6), but you can try it now in <a href=\"https://jetpack.com/download-jetpack-beta/\">the latest Jetpack Beta</a>! Check it out and tell me what you think. <img src=\"https://s.w.org/images/core/emoji/13.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>This might not fix all of Twitter’s problems, but I hope it’ll help you enjoy reading and writing on Twitter a little more. <img src=\"https://s.w.org/images/core/emoji/13.0.0/72x72/1f496.png\" alt=\"💖\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Sep 2020 02:33:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: Themes Team Releases a Web Fonts Loader, Likely To Prohibit Hotlinking Any Off-Site Assets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/themes-team-releases-a-web-fonts-loader-likely-to-prohibit-hotlinking-any-off-site-assets?utm_source=rss&utm_medium=rss&utm_campaign=themes-team-releases-a-web-fonts-loader-likely-to-prohibit-hotlinking-any-off-site-assets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5815:\"<p class=\"has-drop-cap\">Last Friday, the WordPress Themes Team <a href=\"https://make.wordpress.org/themes/2020/09/25/new-package-to-allow-locally-hosting-webfonts/\">announced the release</a> of its new <a href=\"https://github.com/WPTT/webfont-loader\">Webfonts Loader project</a>. It is a drop-in script that allows theme authors to load web fonts from the user’s site instead of a third-party CDN. The secondary message included in the team’s announcement is that it no longer plans to allow themes to hotlink Google Fonts in the future.</p>\n\n\n\n<p>Throughout most of the team’s history, it has not allowed themes to hotlink or use CDNs for hosting theme assets, such as CSS, JavaScript, and fonts. The one <a href=\"https://make.wordpress.org/themes/handbook/review/required/#stylesheets-and-scripts\">exception to this rule</a> was the use of Google Fonts. This allowed themes to have richer typography options at their disposal from what the team has generally declared a reliable source.</p>\n\n\n\n<p>“The exception was made because there was no practical way to not have the exception at the time,” said Aria Stathopoulos, a Themes Team representative and developer behind the Webfonts Loader project. “The exception for Google Fonts was made out of necessity. Now that there is another way, the exception will not be necessary.”</p>\n\n\n\n<p>In effect, disallowing the Google Fonts CDN would not be a new ban. It would be a removal of an exception to the existing ban.</p>\n\n\n\n<p>Google Fonts has become so embedded into the theme developer toolset over the years, there was no way the team could simply pull the plug and prohibit the use of the CDN overnight. If the Themes Team members wanted to focus more on privacy, they would need to build a tool that made it dead simple for theme authors to use.</p>\n\n\n\n<p>There is no hard deadline for when the team will remove the exception for Google Fonts, and it is not set in stone at this point. Stathopoulos said removing it has been the goal from the beginning, disallowing all CDNs. However, it took a while to find an efficient way to handle this. With a viable alternative in place, they can discuss moving forward.</p>\n\n\n\n<h2>Webfonts Loader for Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">The Webfonts Loader project keeps it simple for theme authors. It introduces a new <code>wptt_get_webfont_styles()</code> function that developers can plug in a stylesheet URL. Once a page is loaded with that function call, it will download the fonts locally to a <code>/fonts</code> folder in the user’s <code>/wp-content</code> directory. This way, fonts will always be served from the user’s site.</p>\n\n\n\n<p>The system is not limited to Google Fonts either. Any URL that serves CSS with an <code>@font-face {}</code> rule will work. It does not currently include authentication for CDNs that require API keys, such as Adobe Fonts. However, that is something the team might add in the future.</p>\n\n\n\n<p>“For end-users, moving away from CDNs and locally hosting web fonts will improve performance (fewer handshake roundtrips for SSL), and is the privacy-conscious choice,” said Stathopoulos. “The only ‘valid privacy concern’ is that the web fonts’ CDN does not disclose information that is fundamental to the GDPR: what information gets logged, for how long these logs remain, how they are processed, if there is any cross-referencing with all the other wealth of information the company has from users, etc. The concern is a lack of disclosure and information. If a site owner doesn’t know what kind of information a third-party logs for its visitors, then they should ethically not enforce that on their visitors. With this package, the CDN is removed from the equation and the font still gets served fast — if not faster.”</p>\n\n\n\n<h2>A Path to Core WordPress</h2>\n\n\n\n<p class=\"has-drop-cap\">Today, there is now a broader focus on privacy concerns related to third-party resources, particularly with tech giants like Google. Such concerns extend to whether third parties are tracking users or collecting data. Additional concerns are around whether sites are disclosing the use of third-party resources, which may be required in some jurisdictions. Site owners who are often unable to work through the web of potential issues are stuck in the middle.</p>\n\n\n\n<p>Jono Alderson opened a ticket to <a href=\"https://core.trac.wordpress.org/ticket/46370\">create an API</a> for loading web fonts locally in core WordPress in February 2019. It is a lengthy and detailed proposal, but it has yet to see much buy-in outside of a handful of developers.</p>\n\n\n\n<p>“If such a script is standardized and included in WordPress core, one of the main benefits would be more respect for the end-user’s privacy,” said Stathopoulos. “In the end, that’s all privacy is about: respecting users.”</p>\n\n\n\n<p>A standard API like Alderson proposes could solve some issues. Namely, it would virtually eliminate any privacy concerns. However, loading fonts locally could allow WordPress to optimize font loading and would create a shared system where plugins and themes do not load duplicate assets because of the current limitations of the enqueuing system. A standard API would also put the responsibility of efficiently loading fonts on WordPress’s shoulders instead of theme and plugin developers.</p>\n\n\n\n<p>The Themes Team’s new project is a solid start and strengthens the current proposal.</p>\n\n\n\n<p>“If we’re serious about WordPress becoming a fast, privacy-friendly platform, we can’t rely on theme developers to add and manage fonts without providing a framework to support them,” wrote Alderson in the ticket.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Sep 2020 20:58:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Fuxia Scholz First to Pass 100K Reputation Points on WordPress Stack Exchange\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"https://wptavern.com/fuxia-scholz-first-to-pass-100k-reputation-points-on-wordpress-stack-exchange?utm_source=rss&utm_medium=rss&utm_campaign=fuxia-scholz-first-to-pass-100k-reputation-points-on-wordpress-stack-exchange\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5096:\"<p><a href=\"https://stackexchange.com/users/113787/fuxia\">Fuxia Scholz</a>, a prolific <a href=\"https://wordpress.stackexchange.com/\">WordPress Stack Exchange</a> (WPSE) contributor, is the first member to reach 100,000 reputation points. The popular Q&A community site rewards expert advice by floating the highest quality answers to the top, allowing users to earn reputation points. The gamified help community has proven to be more motivating for developers than many traditional forums, since the upvotes communicate how useful their answers are to others.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Scholz started on Stack Overflow a few months before WordPress had its own site. She wrote around 50 answers and made connections with other WordPress developers ahead of the site’s <a href=\"https://area51.stackexchange.com/proposals/1500/wordpress-development\">beta phase in June 2010</a>. Once the site graduated and got its own logo and design, Scholz started writing more.</p>\n\n\n\n<p>“One core idea for all Stack Exchange sites is gamification: You earn reputation, and you get access to <a href=\"https://wordpress.stackexchange.com/help/privileges\">certain privileges</a>,” Scholz said.</p>\n\n\n\n<p>“You can say I got a bit addicted. My favorite questions were about problems for which I didn’t know the answer, and couldn’t find one with a search engine, because no one else had solved that before. I used my answers to teach myself, and I learned a lot this way! In May 2011 <a href=\"https://stackexchange.com/users/113787/fuxia?tab=reputation\">my reputation on WPSE was already higher than on Stack Overflow</a>, and for the next years it went up in a steep curve.” Ten years after WPSE launched, Scholz has become the first to reach 100,000 reputation points.</p>\n\n\n\n<p>“What reputation and karma do is send a message that this is a community with norms, it’s not just a place to type words onto the internet. (That would be 4chan.)” Stack Overflow co-creator Joel Spolsky <a href=\"https://www.joelonsoftware.com/2018/04/13/gamification/\">said</a>. “We don’t really exist for the purpose of letting you exercise your freedom of speech. You can get your freedom of speech somewhere else. Our goal is to get the best answers to questions. All the voting makes it clear that we have standards, that some posts are better than others, and that the community itself has some norms about what’s good and bad that they express through the vote.”</p>\n\n\n\n<p>The reputation points were originally inspired by Reddit Karma. Spolsky admits that the points not a perfect system but they do tend to “drive a tremendous amount of good behavior.” Gamification can shape and encourage certain behaviors but Spolsky said it’s a weak force that cannot motivate people to do things they are not already interested in doing. For Scholz, it was the community aspect and an earned sense of ownership and responsibility that kept her hooked.</p>\n\n\n\n<p>“In 2012, the community elected me as a moderator, and that changed a lot,” she said. “Now it wasn’t just a game anymore, it was a duty. I felt responsible for the site. I still do. I also found some friends on there. We met at WordCamps and in private, and worked together on different projects.”</p>\n\n\n\n<p>Scholz no longer works in development and said she doesn’t care about WordPress anymore, but she is still a regular contributor on the WPSE.</p>\n\n\n\n<p>“I switched careers and work as a writer, translator, and community manager for <a rel=\"noreferrer noopener\" href=\"https://t.co/mIhjlVjPv4?amp=1\" target=\"_blank\">Chess24.com</a> now,” she said. “But I still care about the site WordPress Stack Exchange! I keep an eye on new tags, handle flagged posts and comments, try to make every new user feel welcome, and I search for people who are abusing the system — vote fraud and spam. And, very rarely, I even write an answer, because I still know all this stuff. </p>\n\n\n\n<p>“Checking the site has become a part of my daily routine, like feeding the cat.” </p>\n\n\n\n<p>This daily habit has snowballed into Scholz racking up more than 2,000 answers. She is getting upvotes on many of her old answers nearly every day, which is what pushed her over the 100k milestone.</p>\n\n\n\n<p>“There is a lot to say about the way our site developed over the years,” Scholz said. “I’m not happy about some things. The enthusiasm of the early days is gone. We don’t have enough regulars, there is no discussion about the site on <a href=\"https://t.co/tlRekl6sOt?amp=1\">WordPress Development Meta Stack Exchange</a>, and our chat, once very active, funny, and friendly, is now almost dead. </p>\n\n\n\n<p>“Maybe that’s normal, I don’t know. But it’s still ‘my’ site. Reputation and badges don’t really mean anything for a long time now, but keeping the site working, useful and friendly is more important.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2020 15:27:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: PhotoPress Plugin Seeks to Revolutionize Photography for WordPress Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/photopress-plugin-seeks-to-revolutionize-photography-for-wordpress-users?utm_source=rss&utm_medium=rss&utm_campaign=photopress-plugin-seeks-to-revolutionize-photography-for-wordpress-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5638:\"<p class=\"has-drop-cap\">Peter Adams, the owner of the <a href=\"https://wordpress.org/plugins/photopress/\">PhotoPress plugin</a>, announced a couple of weeks ago that <a href=\"https://www.photopressdev.com/its-time-for-photopress/\">now is the time for his project</a> to take center stage. “It’s Time for PhotoPress,” read the title of his post in which he laid out a four-phase plan for the future of his project.</p>\n\n\n\n<p>Adams is no stranger to manipulating WordPress to suit the needs of photographers. He described photography as his first love and second career. He initially found the art of taking photos in high school and set off to college to become a professional photographer in the early ’90s.</p>\n\n\n\n<p>As his university graduation loomed, he was recruited to run web development for an internet ad agency that built websites for Netscape, Bill Clinton’s White House, and dozens of Fortune 500 companies. He spent the next 15 years starting or running tech companies before returning to his roots as a photographer.</p>\n\n\n\n<p>Today, he photographs for various magazines and companies. And, that’s where his PhotoPress project comes in.</p>\n\n\n\n<p>“As far as WordPress has come, it is at risk of losing an entire generation of photographers to photo website services such as Photoshelter, SmugMug, Squarespace, and PhotoFolio,” he said. Adams wants to change that, making WordPress the go-to platform for photographers around the world.</p>\n\n\n\n<h2>The Jetpack of Photography Plugins</h2>\n\n\n\n<p class=\"has-drop-cap\">If you dig into the history of the PhotoPress plugin on WordPress.org, it seems to have a 15-year history. However, this is not the same plugin that was published a decade and a half ago by a different developer. The original plugin is now defunct, and Adams took over when the name was freed up on the directory.</p>\n\n\n\n<p>Adams wrote in his announcement post that WordPress has done a great job of delivering several media features over the years. “Yet despite that, there are still many rough edges and missing features that keep WordPress from being the first choice for a photographer that needs to publish a beautiful portfolio of their work, put their image catalog/archive online, or showcase a photo editorial/project.”</p>\n\n\n\n<p>He outlined a list of 10 specific problem areas that he wants to address in a “Jetpack-like” plugin for photographers. This is the bread and butter of the first of the planned four phases, which he said is about 80% finished. He had originally planned to develop PhotoPress as a series of separate plugins, each addressing a specific problem. Now, it is a single plugin with modules than can be enabled or disabled.</p>\n\n\n\n<p>When asked why the “right time” is now, Adams explained it is because the Gutenberg (block editor) project is a giant leap forward in usability in terms of creating photography blogs.</p>\n\n\n\n<img />PhotoPress Gallery block in the editor.\n\n\n\n<p>“Photogs are a rare breed of non-technical users with high design sense,” he said. “Things that I used to have to teach photographers to do using shortcode syntax and custom CSS can now be simple controls with live feedback inside a Gutenberg block. It’s really a game-changer for getting people comfortable with customizing things like gallery styling — which is the number one thing photographers need to do.”</p>\n\n\n\n<p>The primary piece of the PhotoPress plugin is its custom PhotoPress Gallery block. It allows users to choose between a range of gallery styles, such as columns, masonry, justified, and mosaic. Each style has its own options. Images can also be launched into a slideshow when one is clicked.</p>\n\n\n\n<p>Based on some quick tests, the block’s front-end output will go farther with some themes than others. This is mainly because of conflicting CSS and issues which can be solved by testing against more themes.</p>\n\n\n\n<p>Aside from the block, the plugin can automatically extract image metadata and group that data through custom taxonomies, such as cameras, lenses, locations, keywords, and more. WordPress stores this information out of the box, but it is hidden away as post meta. The plugin uses the taxonomy system to make it manageable for end-users.</p>\n\n\n\n<p>Ultimately, Adams set out to create a photography plugin that fits in with the WordPress admin user interface and experience, which he has accomplished.</p>\n\n\n\n<h2>The Future of PhotoPress</h2>\n\n\n\n<p class=\"has-drop-cap\">The project is still a work in progress. Adams is still moving through Phase I of the four-phase plan. Once it is complete, he can move on to the next steps in the process.</p>\n\n\n\n<p>Phase II is to create themes that are designed specifically to work with the PhotoPress plugin. He has three planned thus far. One for handling portfolio sites. Another for creating a stock photo archive. And the last for photojournalism and exhibits. Each will be built on top of his <a href=\"https://github.com/photopress-dev/frame\">photography theme framework</a>.</p>\n\n\n\n<p>The themes in Phase II will likely be commercial products. Adams said he needs a way to fund the next phases of the project. He hopes to have this step underway by the end of the year.</p>\n\n\n\n<p>For 2021, he wants to begin tackling Phases III and IV. The former will be a website-as-a-service (WaaS) similar to WordPress.com but for photographers. It will begin as a paid project but could have some free options for emerging photographers and students. The final phase is to build an onboarding system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Sep 2020 19:08:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Google Officially Releases Its Web Stories for WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105227\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/google-officially-releases-its-web-stories-for-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=google-officially-releases-its-web-stories-for-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5593:\"<img />Web Stories for WordPress dashboard.\n\n\n\n<p class=\"has-drop-cap\">Two and a half months after the <a href=\"https://wptavern.com/google-launches-beta-of-amp-powered-web-stories-plugin-for-wordpress\">launch of its public beta</a>, Google <a href=\"https://blog.google/web-creators/create-compelling-web-stories-wordpress/\">released its Web Stories</a> for WordPress plugin. So far, the plugin has over 10,000 active installations and has garnered a solid five-star rating from four reviews.</p>\n\n\n\n<p>Google created the Web Stories format through its AMP Project to allow publishers to create visually-rich stories. It is primarily geared toward mobile site visitors, allowing them to quickly jump through story pages with small chunks of content.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/web-stories/\">Web Stories plugin</a> creates a visual interface within WordPress for creating Stories. It breaks away from the traditional WordPress interface and introduces users to an almost Photoshop-like experience for building out individual Stories. The Stories editor is completely drag-and-drop.</p>\n\n\n\n<p>The plugin also offers eight predesigned templates out of the box that cover a small range of niches. However, according to Google’s announcement, the company plans to add more templates in future updates.</p>\n\n\n\n<h2>Web Stories Are for Storytelling</h2>\n\n\n\n<p>“Firstly…the power of Stories,” wrote Jamie Marsland, founder of Pootlepress, in a <a href=\"https://twitter.com/pootlepress/status/1309020235102597122\">Twitter thread</a>. “Stories are how we (humans) see the world and share our experiences. Up to now the platforms that we have to tell stories have been limited to books/films/tv/websites/blogs/instagram stories etc.”</p>\n\n\n\n<p>“Websites are ok for telling stories but in many ways the format doesn’t really fit the linear arc of storytelling. When Marshall McLuhan said ‘the medium is the message’ in 1964 he was talking about how the medium itself has a social impact, and change the communication itself…and the possibilities for what is communicated and how it is perceived. But we should keep coming back to Stories. Stories are the key here imo. Now we have an open format to tell Stories, and we have an open platform (WordPress) where those Stories can be told easily.”</p>\n\n\n\n<p>Marsland finished his thread by saying that using Stories as a replacement for a brochure or website is a missed opportunity. He said that it was a platform for storytelling and should be used as such.</p>\n\n\n\n<p>It is far too early to tell if Web Stories will simply be a fad or still in wide use years from now. The technology certainly lends itself well to telling stories, particularly in mobile format, but I doubt we have seen the best of what is possible on the web. The format feels too limited to be the end-all-be-all of storytelling. It is merely one medium that will live and die by its popularity with users.</p>\n\n\n\n<p>With the right design skills, some people will craft beautiful Web Stories. And, that is just what Marsland has done with the <a href=\"https://jamiemarsland.staging.wpengine.com/web-stories/wilson-and-pootle/\">first Story he shared</a>:</p>\n\n\n\n<img />Page from the Wilson and Pootle Web Story by Jamie Marsland.\n\n\n\n<p>I agree with his conclusion. Web Stories should be about storytelling. When you move outside of that zone, the technology feels out of place.</p>\n\n\n\n<p>Where I disagree is that websites are not ideal for storytelling. Ultimately, the WordPress block editor will allow artistic end-users to craft intricate stories, mixing content and design in ways that we have not seen. We are just now scratching the surface. I expect our community of developers to build more intricate tools than what the Web Stories plugin currently allows, and we can do so in a way that revolutionizes storytelling on the web.</p>\n\n\n\n<h2>New Features</h2>\n\n\n\n<img />Story editor with Unsplash photo integration.\n\n\n\n<p class=\"has-drop-cap\">The Web Stories plugin now adds support for Unsplash images and Coverr videos out of the box. The plugin adds a new tab with a “media” icon. For users of the first beta version of the plugin, this may be a bit confusing. The previous media icon was for a tab that displayed the user’s media. Now, the user’s media is under the tab with the “upload” icon.</p>\n\n\n\n<p>It is also not immediately clear that the Unsplash images and Coverr videos are not hosted on the site itself. There is a “powered by” notice at the bottom of the tab, but it can be easy to miss because it blends in with the media in the background.</p>\n\n\n\n<p>Media from Unsplash and Coverr is hosted off-site and not downloaded to the user’s WordPress media library. I could find no mention of this in the plugin’s documentation. Such hotlinking was a <a href=\"https://wptavern.com/unsplash-responds-to-image-licensing-concerns-clarifies-reasons-for-hotlinking-and-tracking\">cause for debate</a> over the recent official release of the Unsplash plugin.</p>\n\n\n\n<p>Google also announced it planned to add more “stock media integrations” in the near future. According to a <a href=\"https://docs.google.com/document/d/1q8rkYYMKZh3R2eqkpwgGkx6QX0oSXoLYtIO6ml1BFD0/edit#heading=h.xqcejitqohdk\">document</a> shared via a GitHub <a href=\"https://github.com/google/web-stories-wp/issues/3909#issuecomment-674053068\">ticket</a>, such future integrations may include Google Photos and GIF-sharing site Tenor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Sep 2020 21:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: W3C Drops WordPress from Consideration for Redesign, Narrows CMS Shortlist to Statamic and Craft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:255:\"https://wptavern.com/w3c-drops-wordpress-from-consideration-for-redesign-narrows-cms-shortlist-to-statamic-and-craft?utm_source=rss&utm_medium=rss&utm_campaign=w3c-drops-wordpress-from-consideration-for-redesign-narrows-cms-shortlist-to-statamic-and-craft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11563:\"<p>The <a href=\"https://www.w3.org/\">World Wide Web Consortium</a> (<em>W3C</em>), the international standards organization for the web, is redesigning its website and will soon be selecting a new CMS. Although WordPress is already used to manage W3C’s <a href=\"https://www.w3.org/blog/\">blog</a> and <a href=\"https://www.w3.org/blog/news/\">news</a> sections of the website, the organization is open to adopting a new CMS to meet its list of preferences and <a href=\"https://w3c.studio24.net/docs/cms-strategy-and-requirements/\">requirements</a>. </p>\n\n\n\n<p>Studio 24, the digital agency selected for the redesign project, narrowed their consideration to three CMS candidates:</p>\n\n\n\n<ol><li><a href=\"https://w3c.studio24.net/docs/w3c-cms-selection-process-update/#statamic\">Statamic</a></li><li><a href=\"https://w3c.studio24.net/docs/w3c-cms-selection-process-update/#craft-cms\">Craft CMS</a></li><li><a href=\"https://w3c.studio24.net/docs/w3c-cms-selection-process-update/#wordpress\">WordPress</a></li></ol>\n\n\n\n<p>Studio 24 was aiming to finalize their recommendations in July but found that none of them complied with the W3C’s authoring tool <a href=\"https://www.w3.org/WAI/standards-guidelines/atag/\">accessibility guidelines</a>. The CMS’s that were better at compliance with the guidelines were not as well suited to the other project requirements.</p>\n\n\n\n<p>In the most recent project <a href=\"https://w3c.studio24.net/updates/weeknotes-11-sept/\">update</a> posted to the site, Studio 24 reported they have shortlisted two CMS platforms. Coralie Mercier, Head of Marketing and Communications at W3C, confirmed that these include Statamic and Craft CMS.</p>\n\n\n\n<p>WordPress was not submitted to the same review process as the Studio 24 team claims to have extensive experience working with it. In the summary of their concerns, Studio 24 cited Gutenberg, accessibility issues, and the fact that the Classic Editor plugin will <a href=\"https://make.wordpress.org/core/2018/11/07/classic-editor-plugin-support-window/\">stop being officially maintained on December 31st, 2021</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>First of all, we have concerns about the longevity of WordPress <strong>as we use it</strong>. WordPress released a new version of their editor in 2018: Gutenberg. We have already rejected the use of Gutenberg in the context of this project due to accessibility issues.</p><p>If we choose to do away with Gutenberg now, we cannot go back to it at a later date. This would amount to starting from scratch with the whole CMS setup and theming.</p><p>Gutenberg is the future of WordPress. The WordPress core development team keeps pushing it forward and wants to roll it out to all areas of the content management system (navigation, sidebar, options etc.) as opposed to limiting its use to the main content editor as is currently the case.</p><p>This means that if we want to use WordPress long term, we will need to circumvent Gutenberg and keep circumventing it for a long time and in more areas of the CMS as time goes by. </p></blockquote>\n\n\n\n<p>Another major factor in the decision to remove WordPress from consideration was that they found “no elegant solution to content localization and translation.”</p>\n\n\n\n<p>Studio 24 also expressed concerns that tools like ACF, Fewbricks, and other plugins might not being maintained for the Classic Editor experience “in the context of a widespread adoption of Gutenberg by users and developers.”</p>\n\n\n\n<p>“More generally, we think this push to expand Gutenberg is an indication of WordPress focusing on the requirements of their non-technical user base as opposed to their audience of web developers building custom solutions for their clients.”</p>\n\n\n\n<p>It seems that the digital agency W3C selected for the project is less optimistic about the future of Gutenberg and may not have reviewed recent improvements to the overall editing experience since 2018, including those related to accessibility. </p>\n\n\n\n<p>Accessibility consultant and WordPress contributor Joe Dolson recently gave an <a href=\"https://www.youtube.com/watch?v=EKZulmYKYJg\">update on Gutenberg accessibility audit</a> at WPCampus 2020 Online. He reported that while there are still challenges remaining, many issues raised in the audit have been addressed across the whole interface and 2/3 of them have been solved. “Overall accessibility of Gutenberg is vastly improved today over what it was at release,” Dolson said.</p>\n\n\n\n<p>Unfortunately, Studio 24 didn’t put WordPress through the same content creation and accessibility tests that it used for Statamic and Craft CMS. This may be because they had already planned to use a Classic Editor implementation and didn’t see the necessity of putting Gutenberg through the paces. </p>\n\n\n\n<p>These <a href=\"https://w3c.studio24.net/docs/w3c-cms-selection-process-update/#the-review-process\">tests</a> involved creating pages with “flexible components” which they referred to as “blocks of layout,” for things like titles, WYSIWYG text input, and videos. It also involved creating a template for news items where all the content input by the user would be displayed (without formatting). </p>\n\n\n\n<p>Gutenberg would lend itself well to these uses cases but was not formally tested with the other candidates, due to the team citing their “extensive experience” with WordPress. I would like to see the W3C team revisit Gutenberg for a fair shake against the proprietary CMS’s. </p>\n\n\n\n<h2>W3C Is Prioritizing Accessibility Over Its Open Source Licensing Preferences</h2>\n\n\n\n<p>The document outlining the CMS requirements for the project states that “W3C has a strong preference for an open-source license for the CMS platform” as well as “a CMS that is long-lived and easy to maintain.” This preference may be due to the economic benefits of using a stable, widely adopted CMS, or it may be inspired by the undeniable symbiosis between open source and open standards.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“The industry has learned by experience that the only software-related standards to fully achieve [their] goals are those which not only permit but encourage open source implementations. Open source implementations are a quality and honesty check for any open standard that might be implemented in software…”</p><cite><a href=\"https://opensource.org/osr-rationale\">Open Source Initiative</a></cite></blockquote>\n\n\n\n<p>WordPress is the only one of the three original candidates to be distributed under an <a href=\"https://opensource.org/licenses\">OSD-compliant license</a>. (CMS code available on GitHub isn’t the same.)</p>\n\n\n\n<p>Using proprietary software to publish the open standards that underpin the web isn’t a good look. While proprietary software makers are certainly capable of implementing open standards, regardless of licensing, there are a myriad of benefits for open standards in the context of open source usage: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“The community of participants working with OSS may promote open debate resulting in an increased recognition of the benefits of various solutions and such debate may accelerate the adoption of solutions that are popular among the OSS participants. These characteristics of OSS support evolution of robust solutions are often a significant boost to the market adoption of open standards, in addition to the customer-driven incentives for interoperability and open standards.”</p><cite><a href=\"http://airccse.org/journal/ijsea/papers/0111ijsea01.pdf\">International Journal of Software Engineering & Applications</a></cite></blockquote>\n\n\n\n<p>Although both Craft CMS and Statamic have their code bases available on GitHub, they share similarly restrictive licensing models. The Craft CMS <a href=\"https://github.com/craftcms/cms/blob/develop/CONTRIBUTING.md\">contributing document</a> states:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Craft isn’t FOSS</strong><br />Let’s get one thing out of the way: Craft CMS is <strong>proprietary software</strong>. Everything in this repo, including community-contributed code, is the property of Pixel & Tonic.</p><p>That comes with some limitations on what you can do with the code:</p><p>– You can’t change anything related to licensing, purchasing, edition/feature-targeting, or anything else that could mess with our alcohol budget.<br />– You can’t publicly maintain a long-term fork of Craft. There is only One True Craft.</p></blockquote>\n\n\n\n<p>Statamic’s contributing docs have similar restrictions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Statamic is not Free Open Source Software. It is <strong>proprietary</strong>. Everything in this and our other repos on Github — including community-contributed code — is the property of Wilderborn. For that reason there are a few limitations on how you can use the code:</p></blockquote>\n\n\n\n<p>Projects with this kind of restrictive licensing often fail to attract much contribution or adoption, because the freedoms are not clear. </p>\n\n\n\n<p>In a GitHub issue <a href=\"https://github.com/craftcms/cms/issues/842\">requesting Craft CMS go open source</a>, Craft founder and CEO Brandon Kelly said, “Craft isn’t closed <em>source</em> – all the source code is right here on GitHub,” and claims the license is relatively unrestrictive as far as proprietary software goes, that contributing functions in a similar way to FOSS projects. This rationale is not convincing enough for some developers commenting on the thread.</p>\n\n\n\n<p>“I am a little hesitant to recommend Craft with a custom open source license,” Frank Anderson said. “Even if this was a MIT+ license that added the license and payment, much like React used to have. I am hesitant because the standard open source licenses have been tested.”</p>\n\n\n\n<p>When asked about the licensing concerns of Studio 24 narrowing its candidates to two proprietary software options, Coralie Mercier told me, “we are prioritizing accessibility.” A recent project <a href=\"https://w3c.studio24.net/updates/weeknotes-11-sept/\">update</a> also reports that both CMS suppliers W3C is reviewing “have engaged positively with authoring tool accessibility needs and have made progress in this area.”</p>\n\n\n\n<p>Even if you have cooperative teams at proprietary CMS’s that are working on accessibility improvements as the result of this high profile client, it cannot compare to the massive community of contributors that OSD-compliant licensing enables. </p>\n\n\n\n<p>It’s unfortunate that the state of open source CMS accessibility has forced the organization to narrow its selections to proprietary software options for its first redesign in more than a decade. </p>\n\n\n\n<p>Open standards go hand in hand with open source. There is a mutually beneficial connection between the two that has caused the web to flourish. I don’t see using a proprietary CMS as an extension of W3C values, and it’s not clear how much more benefit to accessibility the proprietary options offer in comparison. W3C may be neutral on licensing debates, but in the spirit of openness, I think the organization should adopt an open source CMS, even if it is not WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Sep 2020 20:13:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: First Look at Twenty Twenty-One, WordPress’s Upcoming Default Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/first-look-at-twenty-twenty-one-wordpresss-upcoming-default-theme?utm_source=rss&utm_medium=rss&utm_campaign=first-look-at-twenty-twenty-one-wordpresss-upcoming-default-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6907:\"<blockquote class=\"wp-block-quote\"><p>Fashion is ephemeral. Art is eternal. Indeed what is a fashion really? A fashion is merely a form of ugliness so absolutely unbearable that we have to alter it every six months!</p></blockquote>\n\n\n\n<p>Thus wrote Oscar Wilde on Victorian-era fashion in an article titled “The Philosophy of Dress” for the <em>New-York Tribune</em> in 1885.</p>\n\n\n\n<p>In many ways, WordPress theming is the same as the ever-changing landscape of fashion. Rounded corners are in one day and out the next. Box shadows are in one year after being frowned up just months earlier. Perhaps web design is so intolerable that we must change it every six months. Or, at least freshen it up every year in the case of WordPress.</p>\n\n\n\n<p>If art is eternal, there are only two default, Twenty* themes that I can truly recall from past years: Twenty Ten and Twenty Fourteen — yes, Twenty Twenty is memorable, but it is also still the current default. Twenty Ten was a classic that paid homage to WordPress’s past. Twenty Fourteen was such a leap away from tradition that it is hard to forget. Everything else has seemed to fade to varying degrees.</p>\n\n\n\n<p>With WordPress 5.6 and the end of the year looming, it is time to look forward to the latest trend. As Mel Choyce-Dwan noted in the <a href=\"https://make.wordpress.org/core/2020/09/23/introducing-twenty-twenty-one/\">announcement of Twenty Twenty-One</a>, the next default theme, “<a href=\"https://www.garnishstudios.com/\">Pastels</a> and <a href=\"https://www.designbyparker.com/\">muted</a> <a href=\"https://westportcondos.ca/\">colors</a> are <a href=\"https://arisacoba.com/\">pretty</a> <a href=\"https://www.collaborativechange.global/\">in</a> <a href=\"https://paradigmacreation.com/\">right</a> <a href=\"https://taregrocery.com/\">now</a>.”</p>\n\n\n\n<p>She is not wrong. The colors are a refreshing change of pace. Now that we are into the second day of autumn, I am getting <em>the good kind of vibes</em> from some of the more earthy-tones from a couple of the color palettes expected to ship with the theme.</p>\n\n\n\n<img />Potential color palette options for Twenty Twenty-One.\n\n\n\n<p>Whether Twenty Twenty-One will be a fashionable theme for the year or art that we can remember a decade from now, only history will be able to judge. For now, let’s enjoy the creation and take a look at what we should expect from the next default WordPress theme.</p>\n\n\n\n<h2>The Current Twenty Twenty-One</h2>\n\n\n\n<p class=\"has-drop-cap\">The new default theme is a fork of <a href=\"https://wordpress.org/themes/seedlet/\">Automattic’s Seedlet</a>, a project in which I lauded as the <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">next step in the evolution of theming</a>. It is a theme that is focused on WordPress’s future of being completely comprised of blocks. It gives us an ideal insight into where theme development is heading. It makes sense as the foundation for the new default. Few other themes would make for a good starting point right now. With WordPress theme development in flux, Seedlet is simply ahead of the pack in terms of foundational elements.</p>\n\n\n\n<img />Seedlet WordPress theme screenshot.\n\n\n\n<p>“This provides us with a thorough system of nested CSS variables to make child theming easier, and to help integrate with the global styles functionality that’s under development for full-site editing,” wrote Choyce-Dwan of using Seedlet as a starting point.</p>\n\n\n\n<p>There are no plans to spin up a Google Web Font for this theme. The design team is going native and sticking with the default system font stack. Choyce-Dwan listed several reasons for the choice, such as keeping a neutral font that allows broad use, speed, and customizability via a child theme.</p>\n\n\n\n<p>Despite the neutral font, the default pastel green is a fairly opinionated design decision. It will not be used broadly across industries. However, the team plans to create multiple color palettes that will give it more range. Presumably, these palettes can also be overwritten.</p>\n\n\n\n<img />Pastel green color scheme on single post view.\n\n\n\n<p>Other than the colors, the design is relatively simple. Choyce-Dwan said that the theme’s block patterns support is where it will be truly unique.</p>\n\n\n\n<p>I was initially <a href=\"https://wptavern.com/decision-time-what-block-patterns-should-ship-with-wordpress-5-5\">unhappy with the patterns</a> that were going to ship with WordPress 5.5. However, an 11th-hour <a href=\"https://wptavern.com/gutenberg-8-7-adds-minor-changes-updates-block-pattern-designs-and-continues-full-site-editing-work\">update improved the situation</a> so that they did not feel entirely experimental. The foundational Seedlet theme for Twenty Twenty-One has some unique patterns that begin to scratch the surface of what’s possible with this WordPress feature. My hope is that the new default theme steps it up a notch.</p>\n\n\n\n<p>Currently, the theme does not register any custom patterns. However, it has a placeholder file and a note that they are a work in progress. Choyce-Dwan shared some patterns the team has already designed in the announcement.</p>\n\n\n\n<img />Currently-designed block patterns.\n\n\n\n<p>“We’ll be relying on our talented community designers for more ideas,” she wrote. The team has also created a GitHub template for anyone to <a href=\"https://github.com/WordPress/twentytwentyone/issues\">contribute pattern design ideas</a>.</p>\n\n\n\n<p>Currently, the theme does not support the upcoming full-site editing feature of WordPress. After the Beta 1 release of WordPress 5.6, the team plans to begin exploring the addition of this support. WordPress is expected to ship a public beta of full-site editing in its <a href=\"https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/\">next major release</a>, but it is unclear whether it will be far enough along to be a headline feature for the Twenty Twenty-One theme.</p>\n\n\n\n<p>The team and volunteers have less than a month before the October 20th deadline for committing the new theme to trunk, the core WordPress development branch. At that stage, the theme should be nearly complete and ready for production. Of course, there will be several rounds of patches, bug fixes, and updates before WordPress 5.6 lands in December. Right now is the best time for anyone who wants to get involved with Twenty Twenty-One to do so.</p>\n\n\n\n<p>Useful links with more information:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/twentytwentyone\">GitHub Repository</a></li><li><a href=\"https://www.figma.com/file/Fv7BODXobfo2prksqRDySy/Introducing-Twenty-Twenty-One?node-id=0%3A1\">Theme Mockups via Figma</a></li><li><a href=\"https://www.pinterest.com/melchoyce/tt1/\">Twenty Twenty-One Idea Pinterest Board</a></li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Sep 2020 20:01:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"HeroPress: Hello World – Hevo Nyika\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3308\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=hello-world-discovering-the-world-through-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14438:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/092220-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Find your purpose, pursue it relentlessly\" /><p><a href=\"https://heropress.com/feed/#shona\"><span class=\"css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0\">Unokwanisa kuverenga rondedzero iyi muChiShona</span></a></p>\n<p>So I chose a career in Web Development!!</p>\n<p>To be honest it’s kind of funny when I think about it and quite surreal to be here talking about my story. It has been a journey and I would like to share my story with you.</p>\n<p>I have been lucky in the Dad department. My Dad encouraged me to work hard and dream big from a very young age. I remember occasionally having ‘when I grow up’ talks.</p>\n<p>For quite some time I wanted to be a Judge, however awesome this dream sounds it was not very inspired. After binge-watching Judge Judy for a whole weekend, I started calling myself Judge Thelma. Though I don’t remember much of this my sister says that I used to say I would arrest all the men in the World if I ever became a Judge. HAHAHA! (clearly I didn’t understand how the World works)</p>\n<p>I did not understand what being a Judge meant or what was required for me to start banging that gavel to my heart’s desire. Eventually, I learnt that I had to become a lawyer first then magistrate before I could be nominated to be a Judge and let us just say that is how I sentenced that dream to a lifetime down the drain.</p>\n<p>See what I did there? hahaha!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/tandd-min.jpg\"><img /></a>With Daddy Dearest\n<p>A few years later, I was in High School and that is when I decided to pursue a career in Computer Science. I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in ICT. I wrote my first line of code when I was 16 years old.</p>\n<p>This was after I had joined the school’s computer class, initially, I thought I would be learning about Excel Sheets and Word Documents until I was assigned to write my first program in C (talk about a double-take!!). It was not easy but it was very exciting, l remember writing up simple code for a Video Club – a simple check-in/out for VHS tapes and CDs. Dear World, thus began my fascination with computers.</p>\n<p>Seven years later, I was now in university studying ICT as I had always wanted. I was doing a Bachelors in Business Management & Information Technology. In my third year, I was interning at a local Webdesign and hosting company. This was never my plan, I only took on that job after I had failed to get a job with local banks or telecommunications companies. Before I was introduced to Website Design I envisioned myself suiting up and working in IT Audit or offering IT support. Even though things did not go as I had planned, I am glad they did not exactly go my way in that aspect. So in 2017, I was designing websites using HTML, CSS, PHP, JavaScripts and Joomla which was the prefered content management system at that company. I knew about WordPress but I was not using it for anything. People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.</p>\n<h3>Finding my tribe</h3>\n<p>One day when I was working at the front desk <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a> came to give a colleague of mine a purple WooCommerce pen. I did not know what WooCommerce was at that time but I was taken by the purple shirt and pen he was carrying. I asked him about it and he explained what WooCommerce was and that what he was carrying was called ‘swag’. So the love of freebies led me to the WordCamp Harare website, instead of buying a ticket I applied to volunteer. I learnt more about WordPress, I was a volunteer, without any knowledge on WordPress.org or WordPress.com. I only started using WordPress because of the awesome people that l had met at that Wordcamp.</p>\n<p>Everyone was so welcoming, a week later with help from Thabo I designed my first ever WP website.</p>\n<p>Soon after I was part of the community and a bit more involved in the meetups. We had our first-ever Women Who WordPress meetup in 2018. So many ladies came on board bloggers and developers alike. We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/20180324_105352-min.jpg\"><img /></a></p>\n<h3>Establishing roots</h3>\n<p>In 2018, Harare had its first-ever female Lead Organiser <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a> whoop whoop! I was also part of the organising team that year, I was assigned to handle Harare’s first Kids Camp. The planning process was stressful because the economic crisis in Zimbabwe was getting worse, luckily we had over 8 months to plan and with help from sponsors, we managed to pull through. In the end, everything turned out great. I wrote an article about the <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\">Kids Camp here</a>.</p>\n<p>After the first Kids Camp, we had several WordPressors that were enthusiasts about encouraging kids to embrace ICT. In 2019 we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre a week after our WordCamp. We had the outreach at the <a href=\"https://cttzim.org/\">Centre for Total Transformation</a> which is a non-formal school that caters for underprivileged and vulnerable children. We taught them about WordPress, Computer Hardware and Software.</p>\n<p>Here is a small video I took with Ellen when we were about to leave. Did l mention that I am terrible on camera? hahaha!</p>\n<div class=\"wp-video\"><a href=\"https://thelmachido.me/vid.mp4\">https://thelmachido.me/vid.mp4</a></div>\n<p><a href=\"https://thelmachido.wordpress.com/2020/09/18/kids-camp-2019-centre-for-total-transformation/\">Kids Camp 2019 – Centre for Total Transformation</a></p>\n<p>I have fallen deeply for WordPress because of the Community, I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I need to attend before l kick the bucket, hopefully. Last year I managed to cross WordCamp</p>\n<p>Johannesburg off my bucket list. This year I was going to attend WordCamp Capetown but unfortunately, 2020 had other plans for the whole world. Anyway when everything is back to normal my plan to travel to WordCamps will proceed. (fingers crossed)</p>\n<h3>Reaping Fruits</h3>\n<p>Meanwhile, my plan to improve my developing skills has not been on hold. Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. My IQ is not way up there, however, I try to do my best where I can and I am happy to say it has paid off so far.</p>\n<p>Around November last year, I was designing as a freelancer while job hunting. Out of the blue l got a call for a job offer from <a href=\"https://zw.linkedin.com/in/trust-nhokovedzo\">Trust Nhokovenzo</a> who is big on <a href=\"https://afrodigital.org/\">Digital marketing</a> and also part of the WordPress Community. He had asked someone in the community about developers and my name happened to come up. So since February, I have been part of his team at <a href=\"https://calmlock.co.zw/\">Calmlock Digital Marketing Agency</a>.</p>\n<p>There is so much more in the world of WordPress that l am yet to tap into so even though I am ending my write up here, for now, my story is going to continue …</p>\n<p>Until next time…</p>\n<h1 id=\"shona\">Hevo Nyika</h1>\n<p>Saka ini ndakasarudza kugadzira mawebhusayiti.</p>\n<p>Ndakaita rombo rakanaka pana baba vandakapihwa naMwari. Baba vangu vaindikurudzira kuti ndishande nesimba. Ndinoyeuka pano neapo tichiita hurukuro dzedu dzekuti ‘kana ndakura ndoda kuveyi’.</p>\n<p>Kwenguva yakati rebei ndaida kuve Mutongi. Kunyangwe ini ndisingazvirangariri mukoma wangu anotaura kuti ndaiti ndaizosunga varume vese vari pasi rino kana ndikangoita mutongi HAHAHA zveshuwa handaiziva kuti mitemo yenyika inofambiswa seyi.<br />\nNdanga ndisinga nzwisisi kuti kuva mutongi kwairevei kana zvaidikanwa kwandiri kuti nditange kurova iro ghavheu kuchishuwo chemoyo wangu. Pakupedzisira, ndakadzidza kuti ndaifanirwa kuzoita gweta ipapo magistrate ndisati ndasarudzwa kuita Mutongi naizvozvo ndokupera kwakaita chiroto chekuva Mutongi.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/tandd-min-1.jpg\"><img /></a>Na Baba Vangu\n<p>Gare gare papfura makore mashoma pandakanga ndave kuHigh School ndakanga ndakuda kuita basa rema kombiyuta. Ndakanyora mutsara wekutanga wekodhi pandaive nemakore gumi nematanhatu. Izvi zvakaitika mushure mekunge ndapinda mukirasi yemakombiyuta, pakutanga ndaifunga kuti ndinenge ndichidzidza nezveExcel Sheets neWord zvisineyi ndakaona ndakunyora kodhi yangu yekutanga muC. Zvaisave nyore kunyora kodhi asi zvainakidza kwazvo, ndorangarira ndichinyora kodhi yeVhidhiyo Kirabhu.</p>\n<p>Makore manomwe apfura, ndakanga ndava kuyunivhesiti ndichidzidza ICT zvandakagara ndakaronga. Ndaiita Bachelors muBusiness Management & Information Technology. Mugore rangu rechitatu ndainge ndave kushanda kune imwe kambani yaita zvekugadzira mawebhusaiti. Ndakawana basa iri mushure mekunge ndatadza kuwana basa kumabhanga. Kunyangwe hazvo zvinhu zvisina kuenda sezvandaive ndakaronga, ndinofara kuti hazvina kunyatso enda nenzira yangu. Saka muna 2017 ndaigadzira mawebhusaiti ndichishandisa HTML, CSS, PHP, JavaScript uye Joomla iyo yaive iyo inokurudzirwa kukambani kwandaive. Panguva iyi ndaiziva nezve WordPress asi ndakanga ndisingaishandisi.</p>\n<h3>Kuwanana neWordPress</h3>\n<p>Rimwe zuva pandakanga ndichishanda ndakaona <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a> akauya kuzopa mumwe mukomana wandayishanda naye chinyoreso cheWooCommerce. Ndakanga ndisingazive kuti WooCommerce yaive chii asi ndakafarira chinyoreso nehembe ye WooCommerce yaanga akapfeka. Ndakamubvunza nezvazvo akatsanangura kuti WooCommerce yaive chii. Saka nekudawo zvakanaka, zvemahara ndakaenda pawebhusaiti yeWordCamp Harare ndikabata zvimbo zvegore iroro. Ndakazvipira kubatsirawo vamwe vekuWordPress kuWordCamp Harare. Nerubatsiro kubva kunaThabo ndakagadzira webhusaiti yangu yekutanga yeWordPress vhiki rakatevera .</p>\n<p>Mushure mekunge ndaitawo chipato cheavo vanoshandisa WordPress ndakanga ndakuenda kumisangano yeWordPress yaitwa muHarare. Takaita musangano wevakadzi chete muna 2018. Vakadzi vazhinji vakauya kumusangano uyu. Tainga takasununguka kukurukura zvinhu zvakawanda. Takakurukura pamusoro pemutsauko uripo pakati peWordPress.com neWordPress.org takagovana maonero ekugadzirisa rusarura kubasa nezvimwewo.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/20180324_105352-min.jpg\"><img /></a></p>\n<h3>Nguva yandakatanga kushandisa WordPress</h3>\n<p>Muna 2018, kurongwa kweWordCamp Harare kwakatungamirwa kekutanga nemusikana ainzi <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a> (waiva mufaro mukuru). Ndakanga ndiri mumwe wevairongawo naye. Hurongwa hwekuronga WordCamp Harare mugore iri hwainetsa pamusaka pekuoma kwehupfumi wemuZimbabwe, zvisineyi takaita rombo rakanaka nokuti takawana rubatsiro kubva kunevamwewo vanhu vakatiwedzera mari. Pakupedzisira, zvese zvakabudirira zvakanaka. Takarongawo WordCamp yevana varipasi pemakore gumi nechishanu, munokwanisa kuverenga pamusoro pezuva iri <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\">pawebhisaiti yangu apa</a>.</p>\n<p>Mushure mekuita WordCamp yevana, takave nevamwe vanhu veWordPress aifarira kukurudzira vana kuti vagamuchire ICT. Muna 2019 takanga tisina kuronga kuve neWordCamo yeVana nekuda kwezvimhingamupinyi zvemari asi chakatishamisa ndechekuti takawana mari kubvawo kune vamwe. Takaita Camp iyi pa<a href=\"https://cttzim.org/\">Centre for Total Transformation</a> chinova chikoro chisiri chepamutemo chinodzidzisa vana vanotambura. Tadzidzisa vana ava pamusoro peWordPress, Computer Hardware uye Software.</p>\n<div class=\"wp-video\"><a href=\"https://thelmachido.me/vid.mp4\">https://thelmachido.me/vid.mp4</a></div>\n<p>Ndofarira WordPress zvakanyanya nekuda kweavo varimu nharaunda yacho, ini ndinonakidzwa nekuenda kumaWordCampi, kusangana nevanhu vatsva uye kungo dzidza zvinhu zvitsva. Gore rakapera ndakakwanisa kuyambuka muganhu weZimbabwe ndichienda kuWordCamp Johannesburg, dai pasina kuti 2020 nyika dzepasi rino dzakawirwa nedenda reCOVID 19 zvimwe ndingadayi ndakaenda kuWordCamp Capetown. Zvisinei hazvo kana denda ranani zvimwe ndichakwanisa kufamba ndichienda kumaWordCamp edzimwe nyika.</p>\n<h3>Kukowa zvandakadyara</h3>\n<p>Zvichakadaro, chirongwa changu chekuvandudza hunyanzvi hwangu hachina kumira. Kunyangwe ini ndichiri kukwanisa kubika kodhi muC uye Java, ikozvino, ndasanganisirawo WordPress PHP. Zvaive zvisiri nyore kusvika apa, zvakatora kuzvishingisa nekushanda nesimba. Ndinofara mwari aiva neni pamufambo wangu uyu.</p>\n<p>Muna Mbudzi gore rakapera, ndaive ndichigadzira mawebhusayiti apo nditsvaga basa. Pasina nguva ndakataura na<a href=\"https://zw.linkedin.com/in/trust-nhokovedzo\">Trust Nhokovenzo</a> uyo akaandipa basa mukambani yake, kambani iyi inonzi <a href=\"https://calmlock.co.zw/\">Calmlock Digital Marketing Agency</a>.</p>\n<p>Pane zvimwe zvakawanda kuWordPress zvandisati ndapinda mazviri. Nhaizvozvo kunyangwe ndiri kupedzisa kunyora kwangu apa, nyaya yehupenyu wangu ichaenderera mberi…</p>\n<p>Kusvikira nguva inotevera …</p>\n<p><strong>…. tsvaga chinangwa chako, chiite mushe mushe ..</strong></p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\">Hello World – Hevo Nyika</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Sep 2020 06:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: WordPress Contributors Debate Dashboard Notice for Upcoming Facebook oEmbed Provider Removal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"https://wptavern.com/wordpress-contributors-debate-dashboard-notice-for-upcoming-facebook-oembed-provider-removal?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributors-debate-dashboard-notice-for-upcoming-facebook-oembed-provider-removal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5885:\"<p>WordPress contributors are discussing different strategies for responding to Facebook and Instagram <a href=\"https://wptavern.com/upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24\">dropping unauthenticated oEmbed support</a> on October 24. WordPress will be removing both Facebook and Instagram as oEmbed providers. When a user attempts to embed content by pasting a URL as they have in the past, they may not understand why it no longer works. They may assume that WordPress broke embeds, causing an increase in the support burden for this change.</p>\n\n\n\n<p>A few participants on the <a href=\"https://core.trac.wordpress.org/ticket/50861\">trac ticket</a> for this issue have suggested WordPress detect users who will be impacted and attempt to warn them with a notice.</p>\n\n\n\n<p>“Since this may impact users unknowingly, it is possible to push a dashboard notice to users who have Facebook/Instagram embeds in their content, showing for site admins, as a one-off that can be dismissed,” Marius Jensen said.</p>\n\n\n\n<p>“We’ve previously done post-update-processing to clean up comments, so the idea of looking over content for an embed isn’t completely outlandish, and would help with those who don’t follow WordPress’ usual channels to learn of this.”</p>\n\n\n\n<p>Others don’t see the necessity. “Why should we make exception here?” Milan Dinić said. “It’s not the first time oEmbed support was discontinued for a provider, and I don’t remember anything specific was done then.”</p>\n\n\n\n<p>There is still some uncertainty about what will happen with existing oEmbeds after Facebook updates its API. During a recent core developer meeting, Helen Helen Hou-Sandí confirmed that WordPress does not clear oEmbed caches regularly. “Technically oEmbed caches are cleared if you save and a valid response is returned, we do not do cron-based garbage collection,” Hou-Sandí said.</p>\n\n\n\n<p>In a post today on the core development blog, Jake Spurlock assured users and developers that the existing embeds added before Facebook’s API change should still work:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Because oEmbed responses are cached in the database using the hidden <code>oembed_cache</code> post type, any embed added prior to the October 24th deadline will be preserved past the deprecation date. These posts are not purged by default in WordPress Core, so the contents of the embed will persist unless manually deleted.</p></blockquote>\n\n\n\n<p>Marius Jensen cautioned that there is still the possibility that existing embeds may not work going, depending on what Facebook does.</p>\n\n\n\n<p>“We don’t know how they plan on implementing the use of unauthorized embed attempts,” Jensen said. “It could not return an embed code and your link would remain a plain link, or maybe they decide to return some kind of embedded ‘unauthorized’ content. I don’t think anyone has heard any specifics on how Facebook plans on doing this, so we’re all just kinda waiting to either hear more, or see what happens.”</p>\n\n\n\n<p>Jensen said WordPress doesn’t re-check the cached results except when something changes with the post, but there may be plugins that clean up temporary data that may create an unpredictable outcome.</p>\n\n\n\n<p>“The reliability of the caches are hard to determine (and being caches, it’s sort of in the term that it’s not guaranteed to always be there, but rather fetched and saved for a while when needed),” Jensen said.</p>\n\n\n\n<p>Ideally WordPress’ oEmbed caches will prevent millions of embeds from breaking, but it’s still unknown how Facebook and third party plugins could change things.</p>\n\n\n\n<p>Coming off a rocky 5.5 core update that deprecated jQuery Migrate and flooded official support forums with <a href=\"https://wordpress.org/search/5.5?in=support_forums\">reports of broken sites</a>, some contributors are wary of having another situation where users are left in the dark.</p>\n\n\n\n<p>“I think a dashboard notice is desirable,” Jon Brown said. “Otherwise we’re not preemptively warning people in a way they can prepare and transition to another solution. We’re letting them know the same instant it’s going to break (when editing a specific post). I don’t think we can safely assume cached data is going to persist forever either, plenty of routines out there purge transient data before its stated expiration date.</p>\n\n\n\n<p>“I see this as potentially being similar to the problems seen in dropping JQM. It’ll cause <em>avoidable and silent breakage</em> client side without even any error logging for a site developer to pick up on. In hindsight, what ideally would have happened with JQM would have been incorporating the detection code from Enable jQuery Migrate Helper into core temporarily, or simply installing that plugin automatically on behalf of users.”</p>\n\n\n\n<p>Brown suggested WordPress detect calls to the cached embeds and warn users before the calls have the chance to fail so they can consider enabling a plugin to keep their embeds working more reliably.</p>\n\n\n\n<p>The discussion remains open in the make.wordpress.org/core <a href=\"https://make.wordpress.org/core/2020/09/22/facebook-and-instagram-embeds-to-be-deprecated-october-24th/\">post</a> and the corresponding <a href=\"https://core.trac.wordpress.org/ticket/50861\">trac ticket</a>. Spurlock said WordPress will likely remove Facebook and Instagram oEmbed providers in the upcoming 5.6 release (scheduled for December 8) but it could also be shipped in a 5.x minor release that happens after October 24. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Sep 2020 04:28:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Gutenberg Hub Launches Landing Page Templates Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-hub-launches-landing-page-templates-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7657:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Munir Kamal has created <a href=\"https://wptavern.com/copy-and-paste-editor-blocks-via-gutenberghubs-block-library\">copy-and-paste blocks</a>. He has built <a href=\"https://wptavern.com/gutenberg-hub-launches-collection-of-100-block-templates\">sections or “patterns”</a> from those blocks. He has created a plugin that allows users to completely customize the two features via block options. Yesterday, he <a href=\"https://gutenberghub.com/introducing-gutenberg-landing-page-templates/\">released an initial offering</a> of 22 landing page templates that build upon his earlier work.</p>\n\n\n\n<p>Gutenberg Hub can almost be called his <em>magnum opus</em>, at least at this stage of his career. It is a continually growing library of free tools for WordPress’s block editor.</p>\n\n\n\n<p>Like previous projects, Gutenberg Hub’s landing templates require the <a href=\"https://wptavern.com/control-block-design-via-the-editorplus-wordpress-plugin\">EditorPlus plugin</a>. This plugin is essentially a suite of design controls for the core WordPress blocks. The templates make use of these options by default. Given the limitations of the block editor’s current design controls, the use of such a plugin is necessary. Otherwise, there would be few other ways to realistically create a template system like this.</p>\n\n\n\n<p>Currently, users must copy the block code — via a convenient “copy” button — from the Gutenberg Hub website and then paste it in the editor. It is not an ideal situation, and I have been asking Kamal whether he would consider building a template inserter for months now.</p>\n\n\n\n<p>This time around, he preemptively said, “And, by the way, I am already working on adding a Template Inserter in my EditorPlus plugin. That will allow users to browse and insert these templates directly from Gutenberg without leaving the website.”</p>\n\n\n\n<p>He knew the question was coming. No need for me to ask again. He was unable to share a current screenshot of what the inserter looks like, but he is asking for feedback on what people expect of the user experience and interface.</p>\n\n\n\n<p>“Earlier, I created a template inserter similar to other blocks plugins, but later I changed my mind and thought that I should integrate with the Gutenberg Patterns API and load the templates into the ‘patterns’ panel in the block inserter,” he said. “But, I am having a few issues and thinking about going back to the original idea to have a Templates button on the top toolbar that opens a popup window to browse and filter templates that users can insert on a click.”</p>\n\n\n\n<p>For now, it is still early. However, at least it is on the long-term roadmap and being worked on.</p>\n\n\n\n<h2>The Landing Page Templates</h2>\n\n\n\n<img />Testing the photography template (with minor adjustments).\n\n\n\n<p class=\"has-drop-cap\">At the moment, Gutenberg Hub offers <a href=\"https://gutenberghub.com/template-category/pages/\">22 landing page templates</a>. The “page” terminology may not mean “full page.” It simply depends on the active theme. Some themes have an open-canvas type of template that allows users to create the entire page via the editor. However, that is not a common feature, so these page templates will be confined to the post content area in most cases.</p>\n\n\n\n<p>The templates also work better with themes that have at least a full-width or no-sidebar option. End-users will want a lot of breathing room to use the templates and tinker with their designs.</p>\n\n\n\n<p>Kamal has built templates that stretch across a variety of industries. From restaurants to gyms to education to fashion, there is a lot to choose from right now. He promises more are on the way and at least a 23rd template in the next few days.</p>\n\n\n\n<p>“For the niches, I did some research from the top WordPress and HTML marketplaces and found the following most common or popular niches,” he said. “I think I will stick with these niches unless I get some more recommendations.”</p>\n\n\n\n<p>In comparison, <a href=\"https://wptavern.com/redux-framework-relaunches-focuses-efforts-on-gutenberg-templates\">Redux Templates</a> offers access to over 1,000 sections and templates. Of course, there are trade-offs, such as some of those being commercial and the plugin typically requiring other third-party plugins. While quantity is not the only thing to look at, it proves there are miles of landscape that Gutenberg Hub’s templates have not yet explored. But, it is merely the beginning.</p>\n\n\n\n<p>Gutenberg Hub’s full-page templates are not quite as plug-and-play as its blocks and section templates. This is not so much a fault from the developer’s end. It is an issue of the platform, which is constantly being updated, and the range of support from current themes. End-users will start seeing some of the current limitations of the system when a layout does not quite look right with one theme but does with another. Or, if their theme has not been updated to support a new feature, such as the Social Links block, the typical horizontal menu design will likely be a normal vertical list of links instead.</p>\n\n\n\n<p>These are not insurmountable issues. Gutenberg and themes need more time to mature before projects like Gutenberg Hub’s landing templates are perfect or at least as close to perfect as can be expected.</p>\n\n\n\n<p>There are some things that Gutenberg Hub could improve with its templates. With several that I tested, I needed to switch specific blocks to be full width. This should be set up as the default with templates that are clearly meant to be full width in the example screenshots available on the site. It is a minor issue, but correcting this in the editor fixed several layout issues I was having when using the templates.</p>\n\n\n\n<h2>Monetization Plans</h2>\n\n\n\n<p class=\"has-drop-cap\">The second question that Kamal has not been prepared to answer fully over the past several months is how he will monetize Gutenberg Hub. Eventually, developers need some return on their investment when building tons of free tools. Many would do it all for free as long as their bills somehow got paid, but the reality is that there will come a tipping point where their projects need funding for long-haul maintenance.</p>\n\n\n\n<p>Kamal said he has laid the groundwork for funding but has not finalized anything yet. Currently, he is working on three ideas:</p>\n\n\n\n<ul><li>Creating a pro version of his EditorPlus plugin.</li><li>Offering premium templates and blocks but is looking for a talented designer to work with.</li><li>Using ads specific to Gutenberg users, but he is not a fan of going this route or ads in general.</li></ul>\n\n\n\n<p>He is open to feedback on how to best monetize the website and its projects. However, he said he is unwilling to compromise on giving away current and future free templates and tools.</p>\n\n\n\n<h2>Future Gutenberg Projects</h2>\n\n\n\n<p class=\"has-drop-cap\">Kamal said he does not have any new Gutenberg-related projects in the pipeline. The current plan is to work on what he has already created, which is a large ecosystem of Gutenberg tools that somehow work together.</p>\n\n\n\n<p>Outside of blocks, templates, and plugins, he is beginning to write more free tutorials on the Gutenberg Hub blog and focusing on <a href=\"https://www.youtube.com/GutenbergHub\">creating videos</a> around the project, including a new tutorial <a href=\"https://www.youtube.com/playlist?list=PLfVnkTCddAJ2HMmjw1o12XP7TAEoOV5oE\">series for beginners</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2020 21:05:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: WordPress Mobile Engineers Propose Dual Licensing Gutenberg under GPL v2.0 and MPL v2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:239:\"https://wptavern.com/wordpress-mobile-engineers-propose-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-0?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-mobile-engineers-propose-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6556:\"<p>During a Q&A session at WordCamp Europe 2020 online, Matt Mullenweg mentioned that Gutenberg contributors were considering dual licensing for embedding Gutenberg in mobile apps, along with the requirement that they would need to get an agreement from all contributors. WordPress mobile engineer <a href=\"https://bia.is/\">Maxime Biais</a> has just published a <a href=\"https://make.wordpress.org/core/2020/09/21/proposal-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-0/\">proposal</a> for discussion, recommending dual licensing the editor under GPL v2.0 and MPL v2.0.</p>\n\n\n\n<p>“The GPL v2.0 license is a blocker for distributing the Gutenberg library in proprietary mobile apps,” Biais said in the corresponding <a href=\"https://github.com/WordPress/gutenberg/issues/23651\">GitHub issue</a>. “Currently the only known users of Gutenberg on mobile are the WordPress mobile apps which are under GPL v2.0 (<a href=\"https://github.com/wordpress-mobile/WordPress-Android\">WordPress for Android</a>, <a href=\"https://github.com/wordpress-mobile/WordPress-iOS\">WordPress for iOS</a>). Mobile apps under the GPL v2.0 are not common and this limits Gutenberg usage in many apps.</p>\n\n\n\n<p>“Rich text editor libraries in the mobile space are lacking. There is no well known open source rich text editor for Android or iOS. We believe that Gutenberg could be a key library for many mobile apps, but that will never happen with the GPL v2.”</p>\n\n\n\n<p>Mobile app developers are limited by the GPL, because it requires the entire app to be distributed under the same license. The team is proposing dual licensing under MPL v2.0, a weaker copyleft license that is often considered to be more “business-friendly.” It allows users to combine the software with proprietary code. MPL v2.0 requires the source code for any changes to be available under the MPL, ensuring improvements are shared back to the community. The rest of the app can be distributed under any terms with the MPL v2.0 code included as part of a “larger work.”</p>\n\n\n\n<p>“The idea here is to keep some of the WordPress-specific modules under the GPL v2.0 only; some of them are not needed and not relevant for using Gutenberg in another software. Ideally, there would be a different way of bundling the project for being used in WordPress or in a non-GPL software,” Biais said.</p>\n\n\n\n<p>The GitHub ticket has several comments from developers who hope to be able to use the editor in their own projects. Radek Pietruszewski, tech lead for a collaborative todo app called <a href=\"https://nozbe.com/\">Nozbe Teams</a>, has been requesting a relicensing of Gutenberg since October 2019.</p>\n\n\n\n<p>“Our tech stack is essentially React on web and React Native on iOS and Android,” Pietruszewski said. “We’re a tiny company, and so we share >80% of app’s codebase between these 3 platforms.</p>\n\n\n\n<p>“Our app sorely lacks a WYSIWYG editor. We had a working implementation on web, but we decided to scrap it, because there was no way to port it on iOS and Android. There are pretty much no viable rich text editors for iOS or Android, yet alone both. But even then, shipping three completely separate, but somehow compatible editors would be a vast amount of work.”</p>\n\n\n\n<p>When Peitruszewski originally made his case to the mobile team, he identified Gutenberg/Aztec as a basic infrastructure that has the potential to enable many different apps:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>And that infrastructure is sorely lacking. There are very few rich text editor libraries on both iOS and Android — and most of them suck. And if you want an editor that has a shared API for both platforms… you’re stuck. There are no options – Gutenberg is the only game in town (and it’s really good).</p><p>And it’s very hard to create this infrastructure. WYSIWYG editors are very hard, and it takes entire teams years to develop them (and they still usually suck). Almost no-one has the resources to develop it just for themselves, and if they do, they’re unwilling to open-source it.</p></blockquote>\n\n\n\n<p>Automattic’s mobile app engineers have <a href=\"https://twitter.com/danroundhill/status/1296941098393190401\">struggled to get regular contributions to the apps</a>, despite them being open source. Dual licensing Gutenberg could open up a new world of contributors with the editor being used more widely across the industry.</p>\n\n\n\n<p>“While we might not be big enough to be able to tackle a challenge of developing a rich text editor from scratch, we’re big enough to contribute features and bug fixes to open source projects,” Pietruszewski said.</p>\n\n\n\n<p>Matt Mullenweg was the first comment on Biais’ post in favor of the change: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I think Gutenberg has a chance to become a cross-CMS standard, giving users a familiar interface any place they currently have a rich text box. There are hundreds and hundreds of engineers at other companies solving similar problems in a proprietary way, it would be amazing to get them working together but a huge barrier now is supporting Gutenberg in mobile apps, which every modern web service or CMS has. (Hypothetically, think of Mailchimp as a possible consumer and collaborator here, but it could be any company, SaaS, or other open source CMS.)</p></blockquote>\n\n\n\n<p>Unless any major blockers come up in further discussion, this dual licensing change appears to be on track to move forward. Biais noted that a <a href=\"https://github.com/wordpress-mobile/AztecEditor-Android/pull/922\">similar license change has already happened on Aztec-Android</a> and <a href=\"https://github.com/wordpress-mobile/AztecEditor-iOS/issues/1299\">Aztec-iOS</a>. The last hurdle is gaining the approval of all the original code contributors or rewriting the code for those who decline to give approval. </p>\n\n\n\n<p>Once Gutenberg can be used under the MPL v2.0, the editor will gain a broader reach, with people already on deck wanting to use it. Other companies and projects that are normally outside WordPress’ open source orbit will also have the opportunity to enrich Gutenberg’s ecosystem with contributions back to the project. At the same time, the MPL 2.0 protects Gutenberg from companies that would try to re-release the code as a closed-source project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2020 22:59:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"WPTavern: GitHub to Use ‘Main’ Instead of ‘Master’ as the Default Branch on All New Repositories Starting Next Month\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=105014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/github-to-use-main-instead-of-master-as-the-default-branch-on-all-new-repositories-starting-next-month?utm_source=rss&utm_medium=rss&utm_campaign=github-to-use-main-instead-of-master-as-the-default-branch-on-all-new-repositories-starting-next-month\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4844:\"<p class=\"has-drop-cap\">In August, GitHub <a href=\"https://github.blog/changelog/2020-08-26-set-the-default-branch-for-newly-created-repositories/\">announced that it would change</a> the “master” branch name for all new repositories created on the platform to “main” starting October 1. The date is less than two weeks away, and WordPress developers need to be prepared for the change if they use the service for version control or project management.</p>\n\n\n\n<p>The larger tech and web development community began conversations through various venues in June, a time in which the Black Lives Matter was gaining more traction in the U.S. and worldwide. The discussion centered on removing any terminology that could be discriminatory or oppressive to specific groups of people. This ongoing discussion has shown that there is a deep division over whether such changes are necessary or even helpful.</p>\n\n\n\n<p>The WordPress community is dealing with this division itself. Aaron Jorbin <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/\">proposed a change</a> at the same time to rename the default branch name on WordPress-owned repositories. Through discussion on his post and elsewhere, the community landed on “trunk,” which keeps WordPress projects in line with its SVN roots.</p>\n\n\n\n<p>“To close the circle on this, a decision was made in June and earlier today (August 19),” <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/#comment-39524\">wrote Helen Hou-Sandí</a>, a lead WordPress developer, in the comments of the original proposal. “I updated the default branch name for new GitHub repositories under the WordPress organization to be trunk after GitHub enabled early access to that feature.”</p>\n\n\n\n<p>As evidenced by the comments on the <a href=\"https://wptavern.com/proposal-to-rename-the-master-branch-from-wordpress-owned-git-repositories\">Tavern’s coverage of the proposal</a> and those on the original post, the WordPress development community as a whole did not support this decision.</p>\n\n\n\n<p>Jorbin has updated several of WordPress’s repositories and switched them to use <code>trunk</code> instead of <code>master</code>. However, there are still some lingering projects yet to be updated, including the primary <a href=\"https://github.com/WordPress/WordPress\">WordPress</a> and <a href=\"https://github.com/WordPress/wordpress-develop\">WordPress Develop</a> repositories. He left a <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/#comment-38817\">comment with an updated lis</a>t in June. There is no public word on whether the existing, leftover projects will be changed.</p>\n\n\n\n<h2>WordPress Developer Preparations</h2>\n\n\n\n<img />Customizing the default branch for a user’s GitHub repositories.\n\n\n\n<p class=\"has-drop-cap\">GitHub is merely changing the default branch name for new repositories starting on October 1. This change does not affect existing repositories. Individual users, organization owners, and enterprise administrators can customize the default branch via their account settings now before the switch is made. Owners can also change the default branch name for individual repositories.</p>\n\n\n\n<p>The biggest thing that developers need to watch out for is their tooling or other integrations that might still require the master branch. There may be cases where an alternative default branch name will break workflows. If planning to use a different branch name, the best thing to do right now is to spin up the tools you use on a test repository. If something breaks, check to see whether the particular tool you are using will be getting an update. In most cases, this should not be a problem because customized default branch names will be an industry standard.</p>\n\n\n\n<p>The great thing about how GitHub is rolling out this feature is that it offers a choice. Those who believe that “master” is oppressive can change the branch name to something they feel is more inclusive. For those who believe otherwise, they can keep their master branch. But, everyone can use the branch name they prefer.</p>\n\n\n\n<p>For existing repositories, GitHub is asking that developers be patient for now. The company is investing in tools to make this a seamless experience <a href=\"https://github.com/github/renaming#later-this-year\">later this year</a>. There are a few technical hurdles to clear first.</p>\n\n\n\n<p>Developers should read the full GitHub guide on <a href=\"https://docs.github.com/en/github/administering-a-repository/setting-the-default-branch\">setting the default branch</a> for more information.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2020 20:39:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"WPTavern: Matt Mullenweg and Jamstack Community Square Off, Making Long-Term Bets on the Predominant Architecture for the Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:293:\"https://wptavern.com/matt-mullenweg-and-jamstack-community-square-off-making-long-term-bets-on-the-predominant-architecture-for-the-web?utm_source=rss&utm_medium=rss&utm_campaign=matt-mullenweg-and-jamstack-community-square-off-making-long-term-bets-on-the-predominant-architecture-for-the-web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19953:\"<p>Over the past two weeks, Matt Mullenweg and Jamstack community leaders have forged a new rivalry, after Mullenweg told <a href=\"https://thenewstack.io/wordpress-co-founder-matt-mullenweg-is-not-a-fan-of-jamstack/\">The New Stack</a> that he sees Jamstack as “a regression for the vast majority of the people adopting it.” </p>\n\n\n\n<p>“The usability and functionality is actually lower,” Mullenweg said to Richard MacManus in an email. “Even rebuilding sites in Jamstack harkens back to the Movable Type days, where the bigger your site gets the slower it is to rebuild or update templates.” </p>\n\n\n\n<p>Mullenweg also described a “fragile” chain of services required to run Jamstack sites.</p>\n\n\n\n<p>“You can patch together a dozen services, each with its own account and billing, for hundreds of dollars a month, to get a similar result you’d have for a few dollars a month using WordPress on shared hosting,” he said. “And it would be more fragile, because the chain is only as strong as its weakest link. You are chaining together different toolsets, logins, billing, hosting… any part of it going down can break the entire flow.”</p>\n\n\n\n<p>Mullenweg has since further <a href=\"https://wptavern.com/matt-mullenweg-clarifies-jamstack-remarks\">clarified his comments</a> while also doubling down on his original premise, saying that “there isn’t a vast number of people adopting Jamstack in the first place, and those who do are probably fully aware of the tradeoffs.” He outlined how he sees WordPress providing a better experience for users in terms of performance, security, scaling, and developer experience. </p>\n\n\n\n<p>Mullenweg’s provocative remarks set off a chain of open letters from the CEO’s of Jamstack-related services. They are convinced that the LAMP stack is on its way out and that Jamstack is on the precipice of replacing its incumbent as the most dominant architecture of the web. </p>\n\n\n\n<p>Ohad Eder-Pressman, co-founder and CEO of <a href=\"https://www.stackbit.com/\">Stackbit</a>, was the first to fire back. He believes that Jamstack is a “disruptive innovation” that may appear to be inferior now because it is still relatively low level and new when compared to a 17-year old product like WordPress.</p>\n\n\n\n<p>“We should be asking whether Jamstack is a better architecture than LAMP and what gaps currently exist with products and solutions built on top of the Jamstack,” Eder-Pressman said. He agreed that Jamstack tools are still largely focused on developers but makes a bold prediction on the stack’s future reach:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The achievements of WordPress in terms of market share and how it democratized early web publishing are amazing. When it comes to architecture I think it was best in class for the early 2000s but it’s time to move forward. We already see cohorts of websites where Jamstack adoption crosses 20% – it’s no longer a question of if the Jamstack becomes the predominant architecture for the web but a question of when. The cliche is a cliche but it also rings true – <strong>First, they ignore you, then they laugh at you (we are here), then you win</strong>.</p></blockquote>\n\n\n\n<p>Eder-Pressman agreed with Mullenweg regarding Jamstack’s lower usability and functionality but touted the architecture as “infinitely more resilient” due to being hosted on a CDN. He admitted that rebuilding larger sites can be slow but cited developments like build parallelization, build cache, partial rebuild, and incremental static regeneration as optimizations as efforts the Jamstack ecosystem is exploring to solve this known issue.</p>\n\n\n\n<p>Netlify CEO Mathias Biilmann, who originally coined the term “Jamstack,” goes so far as to hail “the end of the WordPress era” in his <a href=\"https://www.netlify.com/blog/2020/09/15/on-mullenweg-and-the-jamstack-regression-or-future/\">article</a> refuting Mullenweg’s remarks. </p>\n\n\n\n<p>“There’s often a moment right around the time when an old technology is about to be displaced by the next thing, where the main leader in the field goes out and makes a strong argument that absolutely nothing is happening,” Biilmann said. “A moment that ends up looking like a turning point where the new was undeniably present enough to be worth being in denial about.”</p>\n\n\n\n<h2>The Bet: By September 2025, what will be the predominant architecture for the web?</h2>\n\n\n\n<p>In a brief exchange on Twitter, Mullenweg and Eder-Pressman made a wager for five years into the future, to see if Eder-Pressman’s prediction will hold up, as measured by the Alexa top 10k. In order for Jamstack to become the predominant architecture for the web, it will need to surpass WordPress’ numbers, which are currently hovering at <a href=\"https://trends.builtwith.com/cms/WordPress\">39.75%</a> (via BuiltWith) and <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">38.4%</a> (via w3techs).</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">They currently have us ~37% of top 10k. I wonder if you\'re undercounting us with YC companies too? <a href=\"https://t.co/ki9Ng3DGqI\">https://t.co/ki9Ng3DGqI</a></p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1302048647882784769?ref_src=twsrc%5Etfw\">September 5, 2020</a></blockquote>\n</div>\n\n\n\n<p>“I’m happy to make a long bet: 1 year, 5 years, 10 years,” Mullenweg said in another <a href=\"https://twitter.com/photomatt/status/1306368508792504321\">thread</a> in response to Netlify’s CEO. “We’re building and rebuilding WordPress to be generational. We’ve navigated and created bigger architectural shifts in the past, and will do so in the future.”</p>\n\n\n\n<p>“I’m a developer, founder, and investor in the space of web technologies – if I’m not willing to engage in a public discussion and share my predictions for where the web is heading then what merit does my work have?” Eder-Pressman said when I asked him why he was willing to make this public wager.</p>\n\n\n\n<p>“I felt compelled given Mullenweg’s comments and what I believe is the lack of appreciation for how much adoption and momentum Jamstack technologies already have. If anything I would say that my bet is actually pretty cautious.”</p>\n\n\n\n<p>Eder-Pressman and his team at Stackbit are working on a tool to track Jamstack adoption across the web, as BuiltWith does not yet have a Jamstack stat panel that correctly aggregates all the technologies associated with this relatively new category of websites.</p>\n\n\n\n<p>“We’ve built an internal tool that tracks adoption of Jamstack technologies across different cohorts of websites which we find informative,” he said. “This isn’t unlike what say Builtwith provides except that we track a few technologies that they don’t and we bundle this into a Jamstack adoption indicator. We’ve used this internally up until now and are planning to release some public facing version of it later this year.”</p>\n\n\n\n<p>As the CEO of Stackbit, a service that cranks out Jamstack sites in 60 seconds while bypassing any requirement to use the command line or download npm packages, Eder-Pressman is actively engaged in trying to bring this technology stack to the masses. The company aims to solve the very problems that Mullenweg identified in his critical comments, as is evident in the marketing copy on the Stackbit website. It acknowledges that piecing together a Jamstack website can be challenging even for developers:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“In a fragmented Jamstack environment, developers struggle to glue products together when trying out the latest tech. Stackbit connects the best tools on the market, and helps them play together.”</p></blockquote>\n\n\n\n<p>A year ago, Stackbit caught my attention and I contacted them to find out when WordPress would land among their list of CMS import options. At that time they said they were considering WordPress as a headless CMS option but did not have it on the immediate roadmap. One year later, Stackbit is no closer to building import capabilities for the most popular CMS on the web.</p>\n\n\n\n<p>“It’s on the horizon but its not something we’ve prioritized,” Eder-Pressman said. “WordPress is a full blown monolithic CMS. It has been used before as a headless CMS but there are better headless CMS choices out there. Even Mullenweg <a href=\"https://twitter.com/photomatt/status/1302028302530404353\">agrees</a> it’s a complicated premise.”</p>\n\n\n\n<p>When asked if his recent conversations have changed the company’s plans to support WordPress imports, he said, “No, it doesn’t make us want to do this any more or less. I really enjoyed the conversation and am glad that Mullenweg recognizes the rise of the Jamstack so much so that he found it necessary to take aim at it. We as a company are driven by the market, user demand, growth opportunities and a healthy vision for the future of the web.”</p>\n\n\n\n<p>Jamstack will need to make itself accessible to the wide world of non-technical website owners if its advocates hope to capture any meaningful segment of the Alexa top 10k marketshare. Stackbit, for one, is still grossly underestimating WordPress’ ability to sustain its <a href=\"https://joost.blog/cms-market-share-june-2020-analysis/\">phenomenal growth</a>, and doesn’t see the necessity for creating a simple path to convert WordPress users. Eder-Pressman believes that making Jamstack accessible starts with developers.</p>\n\n\n\n<p>“The Jamstack is an architecture which is winning the minds of developers around the world and across the web development stack,” he said. “Adoption for new architectures often begins with developers so I’m excited to see a company like say Netlify boast over 1 million developers on its Jamstack platform.” </p>\n\n\n\n<p>Eder-Pressman’s tool for measuring Jamstack adoption will need to produce some compelling data on the stack’s growth, if his bet is going to materialize. While nearly every offering in the Jamstack ecosystem still falls squarely within the realm of experienced developers, it doesn’t seem likely that five years is enough time for it to overtake WordPress as the predominant architecture for the web. WordPress hasn’t achieved its dominance by prioritizing developer happiness over usability.</p>\n\n\n\n<p>Looking at the numbers five years from now, will we see Jamstack overtake WordPress as the most popular way to build a website? Will Jamstack grow with developer usage and then plateau once it fails to reach regular people who don’t have a git-based workflow at the top of their wishlists? Are we going to find Jamstack and WordPress neck and neck in the battle for the predominant architecture for the web? Those who work with a hybrid of both technologies see no need for this kind of rivalry.</p>\n\n\n\n<h2>Shifting the conversation towards collaboration: “Jamstack can be an opportunity for our industry, rather than a threat.”</h2>\n\n\n\n<p>“Reading Mullenweg’s comments and the responses from CEOs in the Jamstack community make me feel caught in the middle and a bit frustrated,” <a href=\"https://www.getshifter.io/\">Shifter</a> COO Daniel Olson said. “I see friction between two communities that have so much in common.”</p>\n\n\n\n<p>Olson has been a proponent of using Jamstack with WordPress for the past four years since launching Shifter, a static site generator and hosting company that supports headless WordPress sites on the Jamstack. </p>\n\n\n\n<p>“If you look for the most secure, cost-effective way to build and host a high-traffic website today, the cross-section you’ll arrive at is the Jamstack. Looking at how it offers each of those benefits, you will find inspiration and ways WordPress could do the same,” Olson said. “Rather than write something off wholesale, see what you can learn and apply it.”</p>\n\n\n\n<p>Olson said his mission is to bridge the gaps between WordPress and the benefits Jamstack offers, while working through its early days and messy parts, innovating on the tools that work.</p>\n\n\n\n<p>“We should be working together to address specific challenges and worry less about how we get there,” Olson said. “Some technologies are indeed a better fit for solving each of those challenges but you don’t need to leave one ecosystem for the other to do it. You can share knowledge and best practices and discover what’s possible. There’s a good chance you’ll end up creating something new, which is part of that innovation we need in our communities.”</p>\n\n\n\n<p>Jamstack hosting services for WordPress are eager to remind users that they don’t have to go all in on the technology. You can have your JAM and spread it on top of WordPress, accommodating developers’ love for experimenting with new frontend technologies, while preserving the dynamic publishing power that has been refined over the past 17 years. These hybrid hosting companies aim to enable this without leaving users behind. </p>\n\n\n\n<p>“Matt is absolutely right that the usability and functionality of the Jamstack is lower,” <a href=\"https://www.strattic.com/\">Strattic</a> co-founder and CEO Miriam Schwab said. “The Jamstack is a great example of technology that is incredibly appealing to developers, but the actual end users – writers, marketers, business owners – cannot use it. I’ve heard many stories of major companies that have come to the decision to adopt Jamstack for all web development as a company-wide policy, only to find that their marketing team has gone rogue and is installing WordPress sites in order to get their job done.</p>\n\n\n\n<p>“The reason for this is like Matt said: every Jamstack site is a compilation of layers of services, and each layer has dozens of options available: you need a static site generator, a CMS, static hosting, and a CDN – and you need to tie it all together with version control. This is all cool and shiny, and the output is truly fantastic because when you have a site that’s a collection of pre-rendered static files served up through a CDN it’s fast, secure, scalable and stable. But then along comes marketing and they want to set up a landing page and they are totally dependent on their dev team and can’t move forward without them. That defeats the purpose of a CMS-driven website! With WP, you get all the layers in one platform…but you don’t get the awesome output.”</p>\n\n\n\n<p>Schwab said she sees WordPress having its age work both for it and against it, but ultimately she believes in enabling real world users to manage their own websites without having to rely on developers. </p>\n\n\n\n<p>“I’ve seen many companies abandon WP for the shiny new stack, and then come back to it,” Schwab said. “Github is a good example of this – yes Github, the modern repository of cutting-edge code moved their blog off of WordPress, and then came back because it truly is the best tool for just getting your content out there. There aren’t a zillion steps and integrations – you write content, click Publish, and that’s it. It gets the job done, and the fanciest tools will never beat something that just gets the job done.”</p>\n\n\n\n<p>At the same time, WordPress needs to be open to enabling diverse frontend implementations, if it wants to remain relevant for the next decade. “WP is running on legacy architecture,” Schwab said. “It’s showing its age, and it’s not appealing to new generations of developers. We need to keep WordPress appealing and interesting to developers in order to secure its future for years to come. If we don’t make developers excited, we will inevitably see a decline.” She encourages the WordPress community to embrace Jamstack as “a breath of fresh air.” </p>\n\n\n\n<p>“Jamstack can be an opportunity for our industry, rather than a threat,” Schwab said. “There are ways for the two industries to collaborate, like in the case of headless WP deployments using Gatsby.”</p>\n\n\n\n<p>Unlike many other Jamstack service companies, the team behind Gatsby has <a href=\"https://wptavern.com/gatsby-raises-15m-plans-to-invest-more-heavily-in-wordpress-and-cms-integrations\">more readily embraced WordPress</a> as a data source and a critical component of its continued success. The company <a href=\"https://wptavern.com/jason-bahl-joins-the-gatsby-team-to-work-on-wpgraphql-full-time\">hired Jason Bahl</a>, creator of the GraphQL for WordPress project, to work on WPGraphQL (and its immediate ecosystem) full-time, while providing a bridge to the WordPress world.</p>\n\n\n\n<p>“Maybe I’m getting caught up in semantics, but the JAM in JAMStack means JavaScript, APIs and Markup,” Bahl said. “It wasn’t long ago when Matt prescribed the WordPress ecosystem to ‘Learn JavaScript Deeply,’ and not long after that when a Jamstack application called Gutenberg was merged into WordPress core, along with React. Gutenberg is the JavaScript, the WP REST API is the API and the end result is markup. Jamstack isn’t a regression, it’s a future that Automattic is helping drive WordPress toward.”</p>\n\n\n\n<p>When Mullenweg says he is ready to build and rebuild WordPress to be generational, it’s a promise he has already delivered on by introducing the React-based Gutenberg editor two years ago, successfully pushing past an enormous amount of resistance from the developer community.</p>\n\n\n\n<p>Bahl said he sees this continued legacy of improvement happening over and over again in various ways, made possible by WordPress’ pluggable system:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordPress ships with a lot of APIs, but often they are replaced with something newer and better. For example, it’s common for sites to offload images to a CDN instead of use the built-in file system for media. Or instead of using built-in WordPress MySQL search, users will reach for ElasticSearch, Algolia or Solr. In the case of WordPress and the JAMStack, reaching for Next, Gatsby or Gridsome to replace the built-in Theme API isn’t a regression, it’s using newer technology to handle things that built-in parts of WordPress might not do as well. The Theme API of WordPress is just one API and replacing it with technology that does the job better isn’t a regression.</p></blockquote>\n\n\n\n<p>Gatsby’s build step, which has received <a href=\"https://twitter.com/tesseralis/status/1293649015020457984\">negative attention in the news</a> recently, is one example of what Bahl thinks Mullenweg was referring to as a regression for users. Bahl is working with Gatsby to reduce the friction associated with decoupled architectures when using WordPress as the API in Jamstack.</p>\n\n\n\n<p>“I don’t see Jamstack competing against WordPress,” Bahl said. “In my mind, Jamstack with WordPress as the API is the future of the web. WordPress is the best CMS. Gatsby specifically is trying to embrace this. This isn’t a zero sum game. If the Gatsby + WordPress experience can allow users to use the best CMS in the world while using modern dev tooling, it’s a win all around.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2020 18:54:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Matt Mullenweg Clarifies Jamstack Remarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/matt-mullenweg-clarifies-jamstack-remarks?utm_source=rss&utm_medium=rss&utm_campaign=matt-mullenweg-clarifies-jamstack-remarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6205:\"<p>Two weeks ago, Matt Mullenweg made some pointed remarks in an article from <a href=\"https://thenewstack.io/wordpress-co-founder-matt-mullenweg-is-not-a-fan-of-jamstack/\">The New Stack</a>, calling Jamstack “a regression for the vast majority of the people adopting it.” In preparation for an upcoming article that will include comments from leaders across both the WordPress and Jamstack communities, I asked Mullenweg if he stands by his remarks characterizing Jamstack as a regression. His response was lengthy and is printed here in its entirety to preserve cohesion.</p>\n\n\n\n<p><strong>Q: Do you stand by your remarks that Jamstack is a regression for the vast majority of the people adopting it?</strong></p>\n\n\n\n<p><strong>Answer:</strong></p>\n\n\n\n<p>“Vast majority of people adopting it” was probably too harsh, because there isn’t a vast number of people adopting Jamstack in the first place, and those who do are probably fully aware of the tradeoffs. There are some good reasons, for certain situations, to decouple and add complexity to your architecture, and WordPress’ REST API works fantastically as a backend there. But I worry they are over-selling the promise of what’s really an architectural decision. If <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://jamstack.org/\">you look at the benefits they purport</a>, it’s better performance, security, scaling, and developer experience:</p>\n\n\n\n<img />\n\n\n\n<p><strong>Better Performance:</strong> You can achieve the same performance by putting a great CDN like Cloudflare on top of WordPress, and your life will be infinitely easier when you want to add dynamic features like a store or comments. You can also easily find a static WordPress host like <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.strattic.com/\">Strattic</a> or <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.getshifter.io/\">Shifter</a>.</p>\n\n\n\n<p><strong>Higher security:</strong> I don’t believe that introducing a number of proprietary and sub-scale SaaS services like Netlify into your stack will make your site more secure. I believe the most secure thing you can do is run fully open source code, as widely vetted and used as possible, on servers you control, or from the fewest number of vendors possible. WordPress securely runs some of the most attacked websites on the internet, including major media, Facebook, and <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://whitehouse.gov/\">WhiteHouse.gov</a>. Having this many moving parts doesn’t inspire confidence:</p>\n\n\n\n<img />\n\n\n\n<p><strong>Cheaper, easier scaling:</strong> CDNs are more expensive than normal hosting accounts, and you can get WordPress running on a decent host for less than $5/mo. And there are even more powerful offerings: The personal plan on <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wp.com/\">WP.com</a> can serve tens of millions of visitors per day, to the website or the headless API, includes a global CDN, and a domain name for $4/mo, and we still have a profit margin. <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://graphcms.com/pricing\">GraphCMS starts at $29/mo and only gives you “5,000 entities,”</a> whatever that means. <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.contentstack.com/pricing\">Contentstack is $3,500/mo</a>. And that’s just for the headless CMS part! You still need to sign up and pay for a bunch of the other stuff in that graphic before you have a website a human can visit in a browser.</p>\n\n\n\n<p><strong>Better developer experience:</strong> If your developer wants to copy and paste updates from marketing to the website, sure, but if they want people to be able to update the website without their help, they should go with something easier for users like WordPress. If you’re curious about the developer experience, or an investor thinking about this space, I really suggest you watch this three hour and thirty minute tutorial to really understand what is being sold under the premise of “better”:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Have I ever built stuff like that? Totally! It can be a ton of fun, like building a rocket at home or fixing up an old car. I’ve seen some awesome sites built on decoupled architectures or static publishing, using headless WordPress rather than the CMS’s above, but still a similar idea. People are trying to paint me as being against Jamstack, but that is as foreign to me as being against duct tape — it’s good for some things, bad for others, and it’s not going away. I just wish they would be more intellectually rigorous and honest when marketing it. I expect a Jamstack-like approach to exist forever, just like the ideas behind Jamstack pre-date it getting jammed down our throats by Netlify’s marketing team.</p>\n\n\n\n<p>Biilmann has got the Ballmer / iPhone story backwards — Microsoft’s mistake there was they made something too complicated, and the iPhone simplified it. Jamstack introduces numerous vendors, build steps, network calls, interfaces, even billing relationships for something that’s a single button press in WordPress.</p>\n\n\n\n<p>The reason services like <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.com/\">WordPress.com</a> and Shopify are growing so much is they are taking things that were complicated and making them simpler and accessible to a much wider audience. My mission is to democratize publishing and commerce, to make it radically accessible to everyone regardless of technical or economic ability, and increase the freedom and openness on the internet. <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/photomatt/status/1306368508792504321\">As I said on Twitter</a>, the first 15 years of WordPress were just the first few chapters. I’m looking forward to building and rebuilding the platform the rest of my lifetime, and when that comes to an end I hope future generations will carry the torch.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2020 22:49:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Gutenberg’s Custom Spacing Should Be Theme Controlled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104867\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/gutenbergs-custom-spacing-should-be-theme-controlled?utm_source=rss&utm_medium=rss&utm_campaign=gutenbergs-custom-spacing-should-be-theme-controlled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5679:\"<img />Adjusting padding on a Group block.\n\n\n\n<p class=\"has-drop-cap\">When <a href=\"https://wptavern.com/gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block\">Gutenberg 9.0 landed</a> earlier this week, it came with an experimental <a href=\"https://github.com/WordPress/gutenberg/pull/24966\">padding control</a> for the Group block. Most users will not see it unless their theme has opted into supporting the feature using the <code>experimental-custom-spacing</code> flag.</p>\n\n\n\n<p>This was not the first that we have seen of the padding option on a block. <a href=\"https://wptavern.com/gutenberg-8-3-updates-block-categories-includes-parent-block-selector-and-adds-new-design-controls\">Gutenberg 8.3</a> introduced it for the Cover block. Since then, nothing has changed with the implementation.</p>\n\n\n\n<p>The problem with the custom spacing/padding option is that it creates an inline style that does not adjust based on the design of the theme. Fortunately, the feature is still experimental. This means that we have time to reevaluate how it works.</p>\n\n\n\n<p>Unless we’re doing away with any remaining illusion that themes will play an important aspect of WordPress’s future and front-end design becomes fully entrenched within core, theme authors need some level of control. And, even if themes are going the way of the dinosaur, custom padding numbers on the block level will create design consistency issues down the road. Using 100 pixels of padding might make sense within a site’s current design, but 96 pixels might make sense within a future design. When a user adds dozens or hundreds of blocks with custom padding today, it will wreak havoc on tomorrow’s spacing and rhythm.</p>\n\n\n\n<p>Besides that, the average user has little concept of design rules. Having a standardized system for spacing would give theme authors control over the output while giving end-users the ability to customize the look.</p>\n\n\n\n<p>I have argued that WordPress needs some sort of <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">design framework</a>. For example, Tailwind CSS has specific padding classes. So does Bootstrap and nearly every other CSS framework. The web development community has been down this road. It is a well-trodden path, and WordPress is not innovating by using inline styles.</p>\n\n\n\n<p>If the WordPress platform is going to put this sort of power into the hands of its users, it should do so in a way that allows designers to do their thing and not push users toward semi-permanent, inline-style soup in their content.</p>\n\n\n\n<p>Pre-Gutenberg, I would have been entirely against the idea of WordPress introducing any sort of CSS or design framework. However, the platform is consistently moving toward becoming a UI-based design tool rather than simply a way to manage content. Users will have design-related options on a global scale all the way down to individual blocks. Users should absolutely have the ability to adjust a block’s padding in such a system. They should not need an understanding of CSS to do so. Instead, for most use cases, users should be able to adjust padding based on whether they want larger or smaller spacing, not specific CSS values.</p>\n\n\n\n<p>I propose a full set of standardized padding classes. The same would go for margins or other design-related options down the road. Gutenberg/WordPress should create a set of default values for these classes, which theme authors could override based on their design.</p>\n\n\n\n<p>This is not a new concept. Dave Smith, a developer for Automattic, introduced a <a href=\"https://github.com/WordPress/gutenberg/pull/16730\">patch in 2019</a> that used named selectors for spacing on the Group block. He gave the following reasoning for choosing this approach over absolute values:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Imagine you are a Theme designer. You craft your CSS with spacing that is perfect for the design. You want to ensure that is consistent throughout your Theme, even if the page layout is being created by the end-user in the Block Editor.</p><p>With the approach I’ve taken here, when a size is selected only classes are added to the Block in the DOM. This affords the Theme creator the opportunity to provide custom sizes in CSS that are suitable for their Theme. If they opt not to do this then sensible defaults are provided.</p><p>With the pixels approach, we’re locking users of the Block into absolute values and asking them to make a lot of decisions that they’d probably prefer not to have to make. It could also lead to an inconsistent visual experience.</p></blockquote>\n\n\n\n<p>This ship has already sailed and sunk with custom colors and font sizes. Gutenberg had an opportunity to standardize class names for these options but left it to theme authors. As a result, there is no standard across the theme market, which means that choosing the “large” font size or the “blue” text color provided by the theme will likely not carry across to the user’s next theme. Now, we are on the cusp of far more design-related options as WordPress moves toward full-site editing. It is time to consider some standards on design-related class names and provide a framework that all themes can use.</p>\n\n\n\n<p>Gutenberg could still provide a <em>custom</em> padding option just like it does for colors and font sizes. Users who choose to go this route would be making an explicit choice to work outside of the standard. But, let’s not go down this road of allowing users to set absolute spacing values as the default option.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2020 18:49:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: GoDaddy Acquires SkyVerge, Creator of Over 60 WooCommerce Add-Ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/godaddy-acquires-skyverge-creator-of-over-60-woocommerce-add-ons?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-acquires-skyverge-creator-of-over-60-woocommerce-add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4911:\"<p class=\"has-drop-cap\">On September 14, GoDaddy <a href=\"https://aboutus.godaddy.net/newsroom/news-releases/press-release-details/2020/GoDaddy-Acquires-SkyVerge-to-Help-Everyday-Entrepreneurs-Sell-Online-with-WordPress-and-WooCommerce/default.aspx\">announced it had acquired SkyVerge</a>, a major WooCommerce-focused development company, for an undisclosed amount. At the moment, GoDaddy is playing it close to the vest in terms of its future plans. It has not publicly announced anything beyond a continued commitment to current customers.</p>\n\n\n\n<p>The initial announcement makes note that SkyVerge’s free plugins on WordPress.org have been downloaded more than 3.1 million times. However, the company’s <a href=\"https://profiles.wordpress.org/skyverge/#content-plugins\">nine plugins in the directory</a> currently have over 155,000 active installs. Nevertheless, SkyVerge’s real value is in its team and its impressive array of free and commercial add-on plugins available directly from its site.</p>\n\n\n\n<p>WooCommerce is a cash cow for companies with the right products and marketing at the moment. GoDaddy seems to be going all-in on the back of WordPress’s most popular eCommerce solution. It launched a <a href=\"https://wptavern.com/godaddy-launches-ecommerce-hosting-plan-in-partnership-with-woocommerce\">managed WooCommerce hosting plan</a> in October 2019. The hosting company has now added over 60 WooCommerce extensions to its inventory in one swoop.</p>\n\n\n\n<p>“As more small businesses and entrepreneurs go online, having a highly performant eCommerce experience is becoming more important than ever,” said Rich Tabor, Senior Product Manager of WordPress Experience at GoDaddy. “Late last year we launched a Managed WooCommerce offering, bundling many WooCommerce extensions in the Managed WordPress environment.”</p>\n\n\n\n<p>SkyVerge has quietly become a massively successful WordPress and WooCommerce business. It was bringing in <a href=\"https://www.starterstory.com/develop-ecommerce-tools\">$350,000 per month</a> at the end of 2019. There was no response on how well the business has performed thus far in 2020.</p>\n\n\n\n<p>The entire SkyVerge team came along for the transition to GoDaddy. “We’re just beginning to deliver more capabilities and an even better setup and ongoing usage experience for our customers,” said Tabor. “The SkyVerge team will lead and accelerate those plans. They are an incredibly talented and innovative team that lives and breathes WooCommerce. Joining forces with them advances GoDaddy’s WordPress strategy and enhances our ability to deliver intuitive eCommerce experiences that help everyday entrepreneurs sell online.”</p>\n\n\n\n<p>With so many extensions in place, the big question for average users is whether those extensions will become a part of GoDaddy’s eCommerce hosting bundle. Tabor either did not or could not let slip any plans in the works. “We’re just beginning to determine how to best deliver SkyVerge’s wonderful products to GoDaddy customers. SkyVerge brings a lot of great software. It’s reasonable to expect we’ll be delivering that to our customers who are selling online.”</p>\n\n\n\n<p>It is doubtful that GoDaddy went into this acquisition without at least some short-term plans or visions for how its managed hosting service would use these extensions. For now, we will have to wait and see.</p>\n\n\n\n<p>It seems that the immediate plan will be to maintain business as usual. Tabor said GoDaddy had no changes to announce related to SkyVerge’s products and website. “We are committed to continuing support of SkyVerge’s customers and investing in the SkyVerge software,” he said.</p>\n\n\n\n<p>SkyVerge also created <a href=\"https://jilt.com/\">Jilt</a>, which is an email marketing platform for eCommerce sites. The platform currently supports WooCommerce, Easy Digital Downloads, Shopify, and Shopify Plus. Tabor did not directly respond to what the future looked like for Jilt’s non-WooCommerce customers nor did he give any indication of whether there were plans to expand Jilt to other eCommerce systems.</p>\n\n\n\n<p>He did say that GoDaddy would continue to invest in its priority eCommerce platforms, which are WooCommerce and GoDaddy Websites + Marketing.</p>\n\n\n\n<p>Max Rice, co-founder of SkyVerge, did leave some indication of Jilt’s future in his <a href=\"https://www.skyverge.com/blog/skyverge-joins-godaddy/\">announcement post</a>. “We made a commitment to be there for your business with software you can depend on, and we’re sticking to it,” he said. “We’ll continue to support our existing WooCommerce plugins and Jilt. While we’ll be building something new at GoDaddy, everything we’ve already built is a big part of that.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Sep 2020 20:59:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Gutenberg 9.0 Brings Major Improvements to Navigation Screen and Query Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://wptavern.com/gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2749:\"<p>If you haven’t played around with Gutenberg’s experiments lately, the Navigation block is getting some exciting updates. Version 9.0 was released today with drag-and-drop support added to the list view of navigation items. </p>\n\n\n\n<img />\n\n\n\n<p>Contributors have been <a href=\"https://github.com/WordPress/gutenberg/issues/24875\">working through several different prototypes</a> aimed at unifying the controls and simplifying the menu building process. The Navigation screen included in version 9.0 has been redesigned to <a href=\"https://github.com/WordPress/gutenberg/issues/25014\">improve the “Create Menu” flow</a> and includes the following changes:</p>\n\n\n\n<ul><li>New <em>Header</em> and <em>Toolbar</em> components.</li><li><em>Manage Locations</em> has been rewritten and is now a popover.</li><li><em>Add New</em> form has been rewritten and now appears inline in the toolbar.</li><li><em>Automatically Add Pages</em> checkbox and <em>Delete menu</em> button has been rewritten and now appears in the block inspector.</li></ul>\n\n\n\n<p>The screen is starting to take shape but is still very much a work in progress. If you want to test it, you can enable it under Gutenberg > Experiments.</p>\n\n\n\n<p>The Query block was another main focus fr the 9.0 release. It is taking a giant leap forward with new features like search, filtering by author, support for order/order by (date + title), and tags. This block should be tested locally and is still behind the <code>__experimentalEnableFullSiteEditing</code> flag since it requires full site editing blocks to display queried content.</p>\n\n\n\n<img />\n\n\n\n<p>Other notable UI enhancements include <a href=\"https://github.com/WordPress/gutenberg/pull/24852\">a new drag handle added to block toolbar</a> for drag-and-drop capability. (It is not visible on the top toolbar). Blocks can be dragged to other areas of a post as an alternative to using the up/down arrows.</p>\n\n\n\n<img />\n\n\n\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/24472\">removes the Facebook and Instagram blocks</a> from the inserter, as Facebook will be <a href=\"https://wptavern.com/upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24\">dropping unauthenticated oEmbed support</a> on October 24. WordPress core is also set to remove Facebook and Instagram as an oEmbed provider in an upcoming release.</p>\n\n\n\n<p>For a full list of all the enhancements, bug fixes, experiments, and documentation updates, check out the <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">9.0 release post</a> on WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Sep 2020 03:18:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"HeroPress: How To Become A Freelancer – A Few Things I Learned Before I Gave Up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"https://heropress.com/essays/how-to-become-a-freelancer-a-few-things-i-learned-before-i-gave-up/#utm_source=rss&utm_medium=rss&utm_campaign=how-to-become-a-freelancer-a-few-things-i-learned-before-i-gave-up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28154:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/09/091620-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I realized that freelancing is not the only way to achieve my goals.\" /><p><a href=\"https://heropress.com/feed/#serbian\">Članak je takođe dostupan na sprskom jeziku.</a></p>\n<p>Everyone’s story is unique. Our life journeys differ in so many aspects and these experiences shape us into who we are now. Therefore, things that we, as individuals, learn along the way can’t always apply to someone else’s life goals, potentials, aspirations, and struggles.</p>\n<p>But, sometimes, knowing about other people’s mistakes and successes can help us navigate through our life challenges better. We can avoid making the same mistakes and, even better, we can get inspired to accomplish similar achievements.</p>\n<p>That is why I decided to share a few things that I have learned by trying to become a freelancer. Spoiler alert – I’m a corporate employee now.</p>\n<p>My career path was a bit unusual. I wasn’t quite tech-savvy until 5 years ago and my entire focus was around the fitness industry from 2006 until 2015. Being a fitness trainer was a dream job for me when I was 26 but, by the age of 35, it became somehow, well, boring.</p>\n<p>Then I had a huge epiphany – numerous opportunities come with WordPress and freelancing was one of them. So, if you are at the stage of your life when becoming a freelancer seems like a good idea, read on.</p>\n<p>I will try to break down 5 things that helped me in starting my freelance career. They are formulated as general tips for beginners but some of them can also be applied when changing the course of your career. So, let’s dive right in.</p>\n<h3>Question your motives</h3>\n<p>The first and the most important thing that you should ask yourself before you do anything in your life is why. “Why am I doing this?”</p>\n<p>So, why do you want to become a freelancer?</p>\n<p>Is it because you need an extra income? Or maybe because of flexible working hours. Or because you will be able to work from different locations? Or you see freelancing as just a phase before you get enough experience to open your agency and have others working for you.</p>\n<blockquote><p>Be honest with yourself. List all the reasons why you want to become a freelancer. This will help you later on in choosing the right jobs or maybe in considering some other alternatives to freelancing.</p></blockquote>\n<p>For example, these are my top 3 motives to become a freelancer:</p>\n<ul>\n<li>Opportunity to grow intellectually and learn new things</li>\n<li>Flexible working hours (by not being forced to work 9 am to 5 pm every day, I was able to avoid the boring routine)</li>\n<li>Peaceful and quiet working environment – quite opposite to the gym where everything is so loud</li>\n</ul>\n<p>So, after you question your goals and motives, and you are certain that you want to become a freelancer what’s next? My suggestion is – develop WordPress related skills.</p>\n<h3>Get the skills – choose WordPress</h3>\n<p>Why WordPress you might ask? Well, for a start, WordPress gives various opportunities and it is not a developer-only niche.</p>\n<p>Although, when someone thinks of freelancing and WordPress, web developer and web designer are first associations, there is a huge variety of WordPress related freelance jobs:</p>\n<ul>\n<li>Web developer (coding websites, themes, and plugins)</li>\n<li>Web implementor (creating websites from existing themes without coding)</li>\n<li>Web designer (designing website mockups, editing images or creating infographics for websites)</li>\n<li>Client support professional (helping people with their websites)</li>\n<li>Website maintenance professional (takes care of the website to make sure that WordPress, themes, and plugins are up to date and new backups are created regularly)</li>\n<li>WordPress teacher (teaching clients how to use WordPress or teaching other web professionals)</li>\n<li>Content writer</li>\n<li>Accessibility specialist (making sure that certain standards are met and suggesting solutions for accessibility barriers)</li>\n<li>SEO consultant</li>\n<li>Statistics consultant (especially for webshops)</li>\n<li>WordPress assistant (adding new content and editing existing posts)</li>\n<li>Website migration specialist (moving websites from one server to another)</li>\n<li>Web security specialist</li>\n</ul>\n<p>Another reason why WordPress is great for freelancers is a strong community that exists around this CMS. There are regular meetups, WordCamps, and other events (they are now switched to online), where you can get a ton of useful information, and also get to ask like-minded people literally anything. The community is so large and diverse, that you will definitely find the answer to any question. It’s much easier to start your freelance career when you have such a great community around you.</p>\n<h3>Plan in advance</h3>\n<p>Now that you know where the opportunity lies, you can start planning your career.</p>\n<p>Becoming a freelancer is a process. At the beginning of that process, you should acquire or improve relevant skills that will make you stand out in the freelance market. And, of course, as you learn and grow, you will be able to take more challenging and better-paid jobs.</p>\n<p>Which skill should you focus on? If you already have a basic skill set for at least one of the previously listed jobs, you can improve your knowledge in that direction and specialize in that area.</p>\n<p>However, if you don’t have any relevant skills, in my opinion, it would be the easiest to step into the freelancing world with a job that has a shorter learning curve and build your knowledge around that. Example – you can start with either content writing or as a web implementer since these jobs have a shorter learning curve than SEO related jobs or web development. Then, from content writing, you can expand your knowledge towards SEO and from a web implementer, you can become a developer. Just don’t stop learning.</p>\n<p>Also, if you have specific talents or hobbies like writing or design, you can base your career on that.</p>\n<blockquote><p>There is nothing better than doing what you love.</p></blockquote>\n<p>Additionally, it would be a good idea to analyze the market before you jump into the learning process.</p>\n<p>For example, now it would not be the best time to specialize in writing travel-related content, while it would be a great moment for any job related to webshops and online sales.</p>\n<p>If you want to learn web development, web design, web security, or SEO, you should always focus on new trends, so your skills can be useful in the future as well.</p>\n<p>For different jobs, working terms often vary so you should take this into consideration when choosing your career path. At some jobs, you can work flexible hours while at others you have to be available during predefined hours. This is what you should have in mind when specializing in a certain area or looking for a first job.</p>\n<h3>Hurray, it’s time to get a first freelancing job</h3>\n<p>If you currently have a job, it would be wise to either save some money before you quit your job to become a full-time freelancer or try freelancing for a few hours per week, in the beginning, to see if you like it or not. If you become successful and decide that freelancing is something that fits your needs, only then quit your job, not before.</p>\n<blockquote><p>Although some people do benefit when taking a risk, think twice before you take any irreversible actions.</p></blockquote>\n<p>And here are some tactics that worked for me when trying to get my first freelancing job:</p>\n<p><i>Use a freelancing platform</i> – although this is not mandatory, it is much easier to get the first job when you are using a freelancing platform. My choice was Upwork back in the day, but there are several platforms that you can use to get the first job faster.</p>\n<p><i>Triple-check your resume</i> – I guess that this is not something that I should mention but I will anyway, just in case. Don’t make spelling mistakes in your resume, it will give the impression that you are not thorough and that you will oversee mistakes in your other work as well.</p>\n<p><i>Present yourself in a professional manner</i> – Take the time to present your professional skills in the best possible light but still stay humble. Don’t write: “Best WordPress developer that never wrote a bad code”. This is not evidence-based, and it will make you seem arrogant. Instead, you can write: “Web developer with 3 years of experience and over 50 satisfied clients, specialized in WordPress.” This statement is based on facts and it shows your credibility.</p>\n<p><i>Fill up your portfolio</i> – If you have any previous work (that is presentable, of course) you should put it in your portfolio. Emphasis on presentable. If not, you can make a few websites, designs, or write some example texts if you are a content writer in order to showcase your skills. This is not applicable to all jobs, like SEO consultants or customer support but if you have the opportunity to create a portfolio, use the opportunity.</p>\n<p><i>Use video material</i> – Short introductory video will make you stand out since making promotional video material is not something that many freelancers do. It will help you create a more human professional approach. For your clients, you will not be just a list of skills and previous experiences, but a real person that has these skills and experiences and that provides a certain service for them.</p>\n<p><i>Have a detailed strategy when choosing your first employer –</i> Choose your first employer wisely, very wisely. I can’t emphasize enough how important this is so I will give you an example. When I had to apply for my first job, I considered the following:</p>\n<ul>\n<li>How this employer was rated by other freelancers which worked for him previously</li>\n<li>How the employer rated other freelancers</li>\n<li>How much money he had already spent on this platform and if he posts regular job offers</li>\n<li>The number of open positions for this job and the number of freelancers that have already applied. In my case, the job had about 10 open positions so that amplified my chances of getting hired, even if the competition is high.</li>\n</ul>\n<p><i>The first job is not all about the money –</i> Don’t get greedy on your first job. If you get good reviews, your second job can be paid 2-3 times more. And your third job can go up to 5 times more. That was my experience at least.</p>\n<h3>Be careful, you are an adult</h3>\n<p>Individual responsibility is key when it comes to freelancing. You have the freedom to choose who you are going to work for, what kind of job are you going to take, and how it is going to be delivered. And freedom often comes with responsibility. They are like two sides of the same coin.</p>\n<p>You should never miss a deadline. If you are not sure that you are going to be able to deliver, don’t take the job or as an alternative have someone very reliable as a backup, just in case. When you miss a deadline, your client loses money, and they have every right to be angry. This will very likely affect your reviews after the job is complete. And then, the opportunity to get your next job and so on. This can start a downward spiral for your career.</p>\n<p>However, we are all humans and unpredictable things can happen. If for some reason you are not able to complete your work in a timely manner, let your client know immediately so they can have enough time to hire someone else.</p>\n<p>Also, it is important to make everything clear in advance, before you accept the job. Let your clients know what your expectations are and make sure that you understand what they expect from you. For example, if you are a content writer, make sure that you know the length of the text in characters or words, ask if some keywords should be used and how frequently, what writing style your client prefers, and so on. And if you are a designer, specify how many revisions are included in the price.</p>\n<blockquote><p>The clearer the initial arrangement is, the more satisfied both you and your client will be at the end.</p></blockquote>\n<p>If you have flexible working hours, don’t let other people interrupt you. If your friends and family wouldn’t show up in your office every day if you were a bank clerk, they shouldn’t interrupt you when you work from home. It’s the same principle and it’s up to you to set the boundaries and let them know about your working schedule. It’s not up to them.</p>\n<p>So, these are some basic guidelines that helped me in starting my freelance career and I hope that they will be helpful for you as well.</p>\n<blockquote><p>There is no unique recipe and one size doesn’t fit all when it comes to the path you ought to take.</p></blockquote>\n<p>It’s just important to stay focused on your goals and to be open to new opportunities.</p>\n<p>If you were wondering why I’m not a freelancer anymore, this is where the answer lies. By constantly being interested in different opportunities, I realized that freelancing is not the only way to achieve my goals. There are companies that offer flexible working hours and peaceful work environment while stimulating professional growth and creative thinking.</p>\n<p>Plus I gained something very precious by joining a team – my colleagues became my support system both professionally and privately, and that is what I have been missing while being a freelancer.</p>\n<p>I wish you a lot of luck and success in the future, regardless of the path you choose to take.</p>\n<h1 id=\"serbian\">Kako postati frilenser – stvari koje sam naučila pre nego što sam odustala</h1>\n<p>Naše životne priče su različite. Svako od nas ima svoj jedinstveni životni put, a iskustva koja steknemo oblikuju nas u osobe koje smo danas. Zbog toga, stvari koje mi, kao pojedinci, naučimo na svom putu ne mogu uvek lako da se primene na situacije kroz koje prolazi neko drugi.</p>\n<p>Ipak, ponekad sagledavanje tuđih uspeha i grešaka može da nam pomogne da se bolje snađemo u sopstvenim životnim izazovima. Možemo da izbegnemo da napravimo istu grešku koju je napravio naš prijatelj ili, još bolje, možemo postati motivisani da postignemo jednak ako ne i veći uspeh kao neko iz našeg okruženja.</p>\n<p>Zbog toga sam odlučila da sa vama podelim ono što sam naučila pokušavajući da postanem frilenser. Spoiler alert – sada sam zaposlena u korporacji.</p>\n<p>Moja karijera je isla pomalo neuobičajenim putem. Nisam uopšte bila naklonjena informatici do pre pet godina. Tačnije nisam znala skoro ništa o toj oblasti. Bila sam potpuno fokusirana na fitnes industriju i radila sam isključivo kao fitnes trener od 2006. do 2015. To je za mene bio posao iz snova dok sam bila mlađa ali mi je oko moje 35. godine već pomalo dosadio.</p>\n<p>Tada sam otkrila WordPress i shvatila da se mnogobrojne prilike otvaraju bas sa poznavanjem ove platforme. A frilensing je jedna od njih. Tako da, ako ste trenutno u fazi kada vam se frilensovanje čini kao dobra ideja, nastavite da čitate.</p>\n<p>Pokušaću da detaljno opišem pet stvari koje sam naučila pokušavajući da postanem frilenser. Formulisala sam ih kao uopštene savete za početnike, ali neki od njih mogu da se primene i kada menjate kurs svoje frilens karijere.</p>\n<h3>Preispitajte svoje motive</h3>\n<p>Prva i najvažnija stvar koju treba da se zapitate pre nego što uradite išta u životu je zašto. “Zašto to radim?” Zbog čega želite da postanete frilenseri? Da li zbog toga što vam treba dodatni prihod? Ili zbog fleksibilnog radnog vremena? Ili da biste mogli da radite sa bilo koje lokacije na svetu? Ili frilensing vidite kao fazu pre nego što steknete dovoljno iskustva da možete da otvorite svoju agenciju.</p>\n<blockquote><p>Budite iskreni prema sebi. Popišite koji su to razlozi zbog kojih želite da budete frilenser. Ovo će vam kasnije pomoći pri izboru adekvatnog frilensing posla ili pri razmatranju neke druge alternative.</p></blockquote>\n<p>Na primer, ovo su bila moja tri glavna razloga:</p>\n<ul>\n<li>Prilika da naučim nesto novo i da se intelektualno razvijam u nekom novom pravcu</li>\n<li>Fleksibilno radno vreme – time što sam imala fleksibilno radno vreme bila sam u mogućnosti da izbednem dosadnu “od 9 do 5” rutinu</li>\n<li>Tiho i mirno radno okruženje, potpuno u suprotnosti sa teretanama u kojima je uvek bučno</li>\n</ul>\n<p>Nakon što ste preispitali svoje ciljeve i motive, i sigurni ste da želite da se bavite frilensingom, šta dalje? Moj predlog je naučite nešto što je vezano za WordPress.</p>\n<h3>Steknite znanja vezana za WordPress</h3>\n<p>Sada se možda pitate zašto baš WordPress. Za početak, zato što WordPress nudi mnoštvo raznovrsnih prilika, i to ne samo za developere.</p>\n<p>Iako, kad se pomene WordPress, prvo što će nekome pasti na pamet je ili developer ili web dizajner, postoji veliki broj različitih poslova vezanih za WordPress:</p>\n<ul>\n<li>Web developer (kodira sajtove, teme i dodatke)</li>\n<li>Web implementator (pravi sajtove od gotovih tema bez kodiranja)</li>\n<li>Web dizajner (dizajnira skice sajtova, edituje slike i kreira infografike za sajtove)</li>\n<li>Korisnička podrška (pomaže klijentima kada se nešto desi sa sajtom)</li>\n<li>Održavanje sajtova (redovno održava sajt, kreira bekape, ažurira teme, dodatke i sam WordPress)</li>\n<li>WordPress predavač (uči klijente kako da koriste WordPress ili uči druge web profesionalce koji se usavršavaju u nekoj oblasti)</li>\n<li>Pisac tekstova za sajtove</li>\n<li>Specijalista za aksesibilnost (vodi računa da određeni standardi budu ispunjeni i predlaže rešenja za barijere u aksesibilnosti)</li>\n<li>SEO konsultant</li>\n<li>Statističar (najčešće radi za velike onlajn prodavnice)</li>\n<li>WordPress asistent (unosi novi sadržaj i menja postojći)</li>\n<li>Specijalista za migracije (seli sajtove sa servera na server)</li>\n<li>Specjalista za web bezbednost</li>\n</ul>\n<p>Još jedan razlog zbog kojeg mislim da je dobro izabrati WordPress je jaka zajednica koja se okupila oko ovog CMS-a. Redovno se održavaju manja okupljanja (trenutno na daljinu) ali i ona veća koja su nazvana WordCamp (takođe na daljinu do daljnjeg) na kojima možete dobiti pregršt korisnih informacija i pitati druge profesionalce sve što vas interesuje. Zajednica je toliko velika i raznolika da ćete tu pronaći odgovor na skoro svako stručno pitanje. Mnogo je lakse započeti frilens karijeru kada su sjajni ljudi oko vas.</p>\n<h3>Planirajte unapred</h3>\n<p>Sada kada znate u kom ćete pravcu ići, vreme je da počnete da planirate svoju karijeru.</p>\n<p>Postati frilenser je proces. Na početku tog procesa potrebno je da steknete ili dodatno unapredite svoje veštine kojima ćete se istaći u odnosu na konkurenciju. I naravno kako učite i napredujete, moći ćete da prihvatate izazovnije i bolje plaćene poslove.</p>\n<p>Na koja se onda znanja fokusirati? Ukoliko već imate neko predznanje za neki od prethodno navedenih poslova, možete se dalje razvijati u tom pravcu i specijalizovati se za tu oblast.</p>\n<p>S druge strane, ukoliko nemate nikakvo relevantno predznanje, po mom mišljenju bi najlakše bilo započeti sa poslom koji ima kraći period učenja pa da kasnije nadograđujete znanje. Na primer, možete početi kao pisac tekstova za sajtove ili kao implementator jer se ti poslovi brže savladavaju nego poslovi vezani za SEO ili web development. Onda od pisanja sadržaja za sajtove možete proširiti znanje na SEO a od implementatora vremenom postati developer. Samo budite radoznali i ne prestajte da učite.</p>\n<p>Takođe, ukoliko imate specifične talente ili neki hobi kao npr. pisanje ili dizajn, možete da bazirate karijeru oko toga.</p>\n<blockquote><p>Najlepše je kad neko zarađuje od nečega što inače voli da radi.</p></blockquote>\n<p>Uz to, valjalo bi da proučite tržište pre nego što se “bacite” na učenje.</p>\n<p>Na primer, sada nije trenutak da se specijalizujete za pisanje sadržaja koji je vezan za putovanja, a pravi je momenat za sticanje veština koje, na bilo koji način, imaju veze sa onlajn prodavnicama i prodajom putem Interneta.</p>\n<p>Ukoliko želite da savladate web development, SEO, web dizajn ili web bezbednost, bitno je da se fokusirate na nove trendove, tehnologije i alate, kako bi vaše veštine bile primenljive i u budućnosti.</p>\n<p>Za različite poslove, uslovi rada mogu biti veoma različiti, pa bi i to valjalo imati na umu. Za neke vrste posla, radno vreme je fleksibilno, dok za druge, morate biti raspoloživi tokom određenog doba dana (ako radite kao korisnička podrška, na primer). I ovo bi trebalo da uzmete u obzir kada birate za koju oblast ćete se specijalizovati.</p>\n<h3>Konačno! Vreme je za prvi posao!</h3>\n<p>Ako ste zaposleni, bilo bi pametno da prištedite novac pre nego što napustite posao da biste se bavili isključivo frilensingom. Druga pametna opcija bi bila da vam na početku frilensing bude dodatni posao uz ono što već radite kako biste videli da li vam takav način rada odgovara ili ne. Ako postanete uspešni i shvatite da je frilensing nešto što odgovara vašim potrebama, tek tada napustite trenutni posao, ne pre toga.</p>\n<blockquote><p>Iako neki ljudi profitiraju kada rizikuju, dobro razmislite pre nego što preduzmete korake posle kojih nema nazad.</p></blockquote>\n<p>Evo nekoliko taktika koje su mi pomogle kada sam pokušavala da dobijem svoj prvi posao kao frilenser:</p>\n<p><i>Koristite platformu za frilensere</i> – iako nije obavezno, mnogo je lakše doći do prvog posla kada koristite neku platformu namenjenu frilenserima. U to doba, moj izbor je bio Upwork. Svakako, sada postoji i nekoliko drugih platformi pomoću kojih možete brže doći do prvog posla.</p>\n<p><i>Triput proverite svoju biografiju</i> – pretpostavljam da to nije nešto što bi trebalo da pomenem, ali svejedno ću naglasiti, za svaki slučaj. Ne pravite pravopisne greške u biografiji jer ćete time stvoriti utisak da niste temeljni i da će vam se greške lako potkrasti i dok obavljate svoj posao.</p>\n<p><i>Predstavite se profesionalno</i> – Uložite trud da svoje profesionalne veštine predstavite u najboljem mogućem svetlu, ali i dalje budite skromni. Nemojte napisati: “Najbolji WordPress developer koji nikada nije napisao loš kod”. Ovo nije zasnovano na dokazima i učiniće da izgledate arogantno. Umesto toga, možete napisati: “Web programer sa 3 godine iskustva i preko 50 zadovoljnih klijenata, specijalizovan za WordPress.” Ova izjava je zasnovana na činjenicama i deluje verodostojno.</p>\n<p><i>Popunite portfolio</i> – Ako imate bilo kakav prethodni rad (koji je naravno reprezentativan), trebalo bi da ga dodate u portfolio. Naglasak je na reprezentativan. Ako ne, možete da napravite nekoliko sajtova, dizajnirate skice sajtova ili napišete primere tekstova kako biste prikazali svoje veštine. Ovo se ne odnosi na sve poslove, kao što su SEO konsultanti ili korisnička podrška, ali ako imate priliku da napravite portfolio, iskoristite priliku.</p>\n<p><i>Koristite video materijale</i> – Kratki uvodni video će skrenuti pažnju na vas jer izrada promotivnog video materijala nije nešto što mnogi frilenseri rade. Pomoći će vam da delujete ljudskije i profesionalnije. Za svoje klijente nećete biti samo lista veština i prethodnih iskustava, već stvarna osoba koja zaista ima te veštine i iskustva i koja im pruža određenu uslugu.</p>\n<p><i>Imajte detaljnu strategiju pri izboru prvog poslodavca</i> – Birajte svog prvog poslodavca mudro. Ne mogu dovoljno da naglasim koliko je ovo važno, pa ću vam dati primer. Kada sam se prijavljivala za svoj prvi posao, uzela sam u obzir sledeće:</p>\n<ul>\n<li>Kako su ovog poslodavca ocenili drugi frilenseri koji su ranije radili za njega</li>\n<li>Kako je poslodavac ocenio druge frilensere</li>\n<li>Koliko novca je već potrošio na ovoj platformi i da li redovno objavljuje ponude za posao</li>\n<li>Broj otvorenih pozicija za ponuđeni posao i broj frilensera koji su se već prijavili. U mom slučaju, posao je imao oko 10 otvorenih radnih mesta, što je povećalo moje šanse za zapošljavanje, čak i u slučaju da je konkurencija velika.</li>\n</ul>\n<p>Kod prvog posla nije bitan samo novac – nemojte biti pohlepni. Ako budete dobro ocenjeni, vaš drugi posao može biti plaćen 2-3 puta više. A vaš treći posao može biti vrednovan i do 5 puta više. To je barem bilo moje iskustvo.</p>\n<h3>Vodite računa, odrasla ste osoba</h3>\n<p>Individualna odgovornost je ključna kada je u pitanju uspeh u frilensingu. Imate slobodu da izaberete za koga ćete raditi, kakav ćete posao prihvatiti i kako ćete isporučiti dogovoreno. A uz slobodu često dolazi i odgovornost. Oni su poput dve strane iste medalje.</p>\n<p>Nikada ne smete propustiti rok. Ako niste sigurni da ćete uspeti da završite, nemojte ni prihvatati posao ili, umesto toga, za svaki slučaj imajte nekoga vrlo pouzdanog da priskoči u pomoć ako zatreba. Kada propustite rok, vaš klijent gubi novac i ima puno pravo da se naljuti. Ovo će vrlo verovatno uticati na vaše ocene nakon obavljenog posla. A posledično, i na priliku da dobijete sledeći posao i tako dalje. To može pokrenuti silaznu spiralu za vašu karijeru.</p>\n<p>Međutim, svi smo ljudi i mogu se dogoditi nepredvidive stvari. Ako iz nekog razloga niste u mogućnosti da svoj posao obavite u roku, odmah obavestite svog klijenta kako bi imao dovoljno vremena da zaposli nekog drugog.</p>\n<p>Takođe je važno da sve bude jasno definisano unapred, pre nego što prihvatite posao. Obavestite svoje klijente o svojim očekivanjima i uverite se da razumete šta oni očekuju od vas. Na primer, ako treba da pišete tekst za sajt, uverite se da znate dužinu teksta u karakterima ili rečima, pitajte da li treba koristiti neke ključne reči i koliko često, koji stil pisanja preferira vaš klijent itd. A ako ste dizajner, navedite koliko je revizija uključeno u cenu.</p>\n<blockquote><p>Što je početni dogovor jasniji, to ćete na kraju biti zadovoljniji i vi i vaši klijenti.</p></blockquote>\n<p>Ako imate fleksibilno radno vreme, ne dozvolite da vas drugi ljudi prekidaju. Ako se vaši prijatelji i porodica ne bi svakodnevno pojavljivali u vašoj kancelariji da ste bankarski službenik, ne bi trebalo da vas prekidaju ni kada radite od kuće. To je isti princip i na vama je da postavite granice i obavestite ih o svom radnom vremenu. To nije njihov zadatak.</p>\n<p>Ovo su neke osnovne smernice koje su mi pomogle u započinjanju karijere frilensera i nadam se da će biti korisne i vama.</p>\n<blockquote><p>Ne postoji jedinstveni recept i jedna veličina ne odgovara svima kada je reč o putu kojim treba da krenete.</p></blockquote>\n<p>Važno je samo ostati fokusiran na svoje ciljeve i biti otvoren za nove mogućnosti.</p>\n<p>Ako ste se pitali zašto više nisam frilenser, evo odgovora. Stalnim sagledavanjem različitih mogućnosti, shvatila sam da frilensing nije jedini način da postignem svoje ciljeve. Postoje kompanije koje nude fleksibilno radno vreme i mirno radno okruženje, istovremeno stimulišući profesionalni rast i kreativno razmišljanje.</p>\n<p>Uz to, stekla sam nešto vrlo dragoceno pridruživanjem timu – moje kolege su postale moj sistem podrške i profesionalno i privatno, i to je ono što mi je nedostajalo dok sam bila frilenser.</p>\n<p>Želim vam puno sreće i uspeha u budućnosti, bez obzira na put koji ste odabrali!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/how-to-become-a-freelancer-a-few-things-i-learned-before-i-gave-up/\">How To Become A Freelancer – A Few Things I Learned Before I Gave Up</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Sep 2020 06:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Tijana Andrejic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: Upcoming API Change Will Break Facebook and Instagram oEmbed Links Across the Web Beginning October 24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24?utm_source=rss&utm_medium=rss&utm_campaign=upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5294:\"<p>In an extraordinarily inconvenient API change, Facebook and Instagram will be <a href=\"https://developers.facebook.com/docs/plugins/oembed-legacy\">dropping unauthenticated oEmbed support</a> on October 24, breaking content across millions of websites. The change will force users to generate an app ID with a developer account in order to continue embedding links via oEmbed:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Changes to tokenless access for User Picture and FB/IG OEmbed endpoints:</strong> By October 24, 2020, developers must leverage a user, app, or client token when querying Graph API for user profile pictures via UID, FB OEmbeds and IG OEmbeds. Developers should provide a user or app token when querying for profile pictures via a UID or ASID, though client tokens are supported as well. Please visit our changelog for <a href=\"https://developers.facebook.com/docs/graph-api/changelog/version8.0#users\">User Picture</a>, <a href=\"https://developers.facebook.com/docs/graph-api/changelog/version8.0#social-plugins\">Facebook OEmbed</a> and <a href=\"https://developers.facebook.com/docs/graph-api/changelog/version8.0#instagram\">Instagram OEmbed</a> for details on how to start calling these Graph API endpoints today.</p><cite><a href=\"https://developers.facebook.com/blog/post/2020/08/04/Introducing-graph-v8-marketing-api-v8/\">Facebook for Developers blog</a></cite></blockquote>\n\n\n\n<p>In 2008, Leah Culver, one of the collaborators on the <a href=\"https://oembed.com/\">oEmbed</a> spec, <a href=\"https://blog.leahculver.com/2008/05/announcing-oembed-an-open-standard-for-embedded-content.html\">said</a> it was created to be “an open web API standard for fetching embed code based on a URL.” Requiring authentication in order to use oEmbed links seems like a violation of its intended purpose. For more than a decade, oEmbed has made it possible for users to easily share media across websites and social networks, without having to touch any code. It underpins a flourishing, connected landscape of web sharing that opens up new audiences for posts that might otherwise be buried in a social network’s fast-moving timeline.</p>\n\n\n\n<p>In pursuit of a more secure walled garden, Facebook will now require all publishers to obtain developer app credentials in order to embed content that was previously available through simple URLs. Many users will be understandably frustrated when they find they can no longer embed Facebook and Instagram links the way they could in the past. Some will not be motivated to surmount the hurdle of setting up a Facebook app and may resort to posting screenshots or omitting the content altogether. A feature so widely used by non-technical users should not be suddenly locked away behind developer credentials.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Facebook turning off its oEmbed endpoint for FB and Instagram is another brick in the wall around Facebook reality.</p>— ⚫ Your roots are in the infinite (@thejaymo) <a href=\"https://twitter.com/thejaymo/status/1305960256082784259?ref_src=twsrc%5Etfw\">September 15, 2020</a></blockquote>\n</div>\n\n\n\n<p>At the time of publishing, none of the original oEmbed spec authors were available for comment regarding Facebook’s API change, but we will update the post as new information becomes available.</p>\n\n\n\n<h2>WordPress to Remove Facebook and Instagram oEmbed Providers</h2>\n\n\n\n<p>In response to Facebook’s API change, WordPress will be <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/50861\" target=\"_blank\">removing Facebook as an oEmbed provider</a> in an upcoming core release. This will break a lot of content – many years’ worth of posts in some instances, and will require users to install a fallback plugin. WordPress plugin developer <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> has created a new plugin called <a href=\"https://wordpress.org/plugins/oembed-plus/\">oEmbed Plus</a> that brings back support for Facebook and Instagram content embedding. It guides users through the process of setting up Facebook developer app credentials.</p>\n\n\n\n<p>For those who are using the Gutenberg plugin, the Facebook and Instagram blocks have been <a href=\"https://github.com/WordPress/gutenberg/pull/24472\">removed</a> as part of tomorrow’s version 9.0 release. oEmbed links will continue to work until Facebook’s API change goes into effect.</p>\n\n\n\n<p>Moving forward, publishers will need to re-examine how they include social media links within their content. <a href=\"https://wptavern.com/wordpress-5-5-to-remove-hulu-from-list-of-supported-oembed-providers\">Hulu recently dropped oEmbed support</a> after being available as an oEmbed provider in WordPress for the past 11 years. As major players like Facebook and Instagram follow suit in abandoning open web API’s, the web is growing increasingly more fragmented. Facebook’s upcoming API change will leave millions of broken embeds in its wake, with little pieces of embedded history lost along the way, in instances where website owners are no longer updating their content.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2020 22:47:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Digging Into Recipe Card Blocks, WPZOOM’s Solution for Recipe Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/digging-into-recipe-card-blocks-wpzooms-solution-for-recipe-bloggers?utm_source=rss&utm_medium=rss&utm_campaign=digging-into-recipe-card-blocks-wpzooms-solution-for-recipe-bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8785:\"<p class=\"has-drop-cap\">After publishing a post about the new <a href=\"https://wptavern.com/start-a-recipe-blog-with-the-recipe-block-wordpress-plugin\">Recipe Block</a> plugin last week, several people were quick to point out that WPZOOM had released a recipe-related block plugin two years ago. Among them, was the plugin author, Pavel Ciorici. I had previously tested the <a href=\"https://wordpress.org/plugins/recipe-card-blocks-by-wpzoom/\">Recipe Card Blocks</a> plugin and thought it fit into that “overly complex” category that is not ideal for the average user who wants to share a recipe here or there. However, it may fit the bill for more dedicated recipe bloggers.</p>\n\n\n\n<p>Over the past few days, I have been testing the plugin and giving it a more in-depth second look.</p>\n\n\n\n<p><em>My thoughts on the plugin?</em> Not much has changed. I would still recommend the Recipe Block plugin that I covered last week for its simplicity and ease of use. However, this is not a comparison post. There is a lot to like about WPZOOM’s Recipe Card Blocks plugin, and it caters to a similar but somewhat different audience. It is also not a single block plugin and would never be in the official WordPress block directory in its current form. Instead, it is a more fully-featured recipe plugin. Blocks are merely its primary component.</p>\n\n\n\n<p>Recipe Card Blocks is packed full of options and features. If that’s your thing, it might interest you as a potential user. And, the pro version tacks on tons more, such as star ratings, social sharing, and adjustable serving sizes from the front end.</p>\n\n\n\n<h2>Recipe Card Blocks</h2>\n\n\n\n<img />Using the Recipe Card block in the editor.\n\n\n\n<p class=\"has-drop-cap\">The primary feature of the plugin is its Recipe Card block, which outputs Schema markup. This could give a search results boost or at least help search engines understand that you have a recipe on the site. For serious recipe bloggers, this is probably one of the most important features this plugin offers.</p>\n\n\n\n<p>The question is really if the plugin’s Recipe Card block is worth using. For users who want options, options, and more options, the plugin offers at least a couple dozen of them for this one block alone. It has a plethora of toggles, inputs, buttons, and other things to customize. The downside is that it can be a bit overwhelming. With so many options, it also means the plugin developers must maintain tighter control over the elements within the block, which can mean less flexibility in other ways.</p>\n\n\n\n<p>The block includes the standard fields that one might expect for a recipe card, such as servings, cook and prep time, ingredients and directions lists, and an image. However, it goes above and beyond by including extra features like:</p>\n\n\n\n<ul><li>Grouping for ingredients and directions.</li><li>Recipe video section.</li><li>Notes section.</li><li>Pinterest button.</li><li>Print button.</li></ul>\n\n\n\n<p>One of my favorite features of the Recipe Card block is that site readers can check off ingredients on the front end. For ingredient-heavy recipes, this can be a time-saver in the kitchen as you gather the things you need to get started.</p>\n\n\n\n<img />Ticking items off the ingredients checklist on the front end.\n\n\n\n<p>The default design is beautiful. There is ample spacing between elements. The sections are clearly separate so that there’s no confusion for the reader. It simply looks good.</p>\n\n\n\n<p>However, there are some limitations and issues. At times, the default design is too opinionated, overruling theme styles. It also does not support wide alignment and has a hard limit on its maximum width of 750 pixels. This could make it undesirable with some site designs. Nevertheless, the plugin team made generally smart design decisions. It should work well within most contexts.</p>\n\n\n\n<p>What makes the Recipe Card block tough to use is that end-users must jump back and forth between the post content area and the block options in the right sidebar panel. For example, users must add the course, cuisine, and difficulty text in the sidebar but add the servings, prep time, and cooking time in the content editor.</p>\n\n\n\n<p>Entering items in the ingredients or directions lists also requires more work than one might think. Typically, in visual editors, simply hitting the <code>Enter</code> key should create a new list item. This is not the case with the Recipe Card block. Even tabbing moves users to other controls instead of hopping between items in the list. It is particularly frustrating if you prefer to use the keyboard over the mouse.</p>\n\n\n\n<p>These usability issues keep the plugin from being simply a <em>good</em> plugin rather than a <em>great</em> plugin. User experience issues are not insurmountable. They can be addressed, and I hope the team can continue iterating on and improving the experience.</p>\n\n\n\n<p>I would also like to see the block opened up for the addition of other inner, sub-blocks. Currently, the layout is locked in place. While it may be suitable for some users, locking the block template means that users can neither move the current elements around nor add custom sections that suit their needs. Locking the block means that the plugin author retains control over much of the output, which can sometimes be a good thing — quality control. However, it makes the block less flexible.</p>\n\n\n\n<p>This inflexibility is somewhat mitigated with the plugin’s other blocks. While the Recipe Card block is the primary feature of the plugin, it does break its sub-elements down into individual blocks that users can use to create their own layout by dropping them into a Group or other container-type block. It offers the following extra blocks:</p>\n\n\n\n<ul><li>Details</li><li>Directions</li><li>Ingredients</li><li>Jump to Recipe</li><li>Print Recipe</li><li>Nutrition</li></ul>\n\n\n\n<img />Separate Nutrition block in the editor.\n\n\n\n<p>With a little ingenuity and perhaps a plugin like <a href=\"https://wordpress.org/plugins/block-pattern-builder/\">Block Pattern Builder</a> (a plugin that I maintain), end-users could create custom, reusable recipe layouts.</p>\n\n\n\n<h2>The Big Issue</h2>\n\n\n\n<p class=\"has-drop-cap\">The thing I dislike about the plugin the most is that it outputs a “RECIPE CARD PLUGIN BY WPZOOM” message in the front-end post content output. This message is hidden in the editor view. Plugin users can see it only on the front end. For the average user, there is no easy way to remove this message without upgrading to the pro version of the plugin, which costs at least $69.</p>\n\n\n\n<p>Frankly, commercializing the removal of a credit link a shady business practice. It is a tactic that preys on those who do not know how to code. <em>Sorry, I got no love to give for this.</em></p>\n\n\n\n<p>This was frowned up 10-15 years ago when theme authors were doing it. It should be frowned upon today when plugin authors do the same.</p>\n\n\n\n<p>Upsell custom branding. Upsell a 100 other things that <em><strong>add value</strong></em>. Don’t upsell removing a credit link that you are outputting in the user’s post content. This one problem with the plugin paints a stain over everything else that is good about it.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p class=\"has-drop-cap\">I do not want to end on a negative note. Recipe Card Blocks is a useful plugin for those who want more than a basic recipe block. It is almost more of a recipe management tool but not quite.</p>\n\n\n\n<p>I would have taken a different route with some of the development based on the publicly-known plans for the plugin. For example, I could see creating a recipe custom post type separate from the block system. Then, allow users to insert these “recipe posts” into the block editor. With plans to add custom taxonomies to the plugin, it makes sense to keep the whole data layer separate.</p>\n\n\n\n<p>It seems the plugin is torn between being a recipe block and a full recipe management plugin. I would like to see it fully commit to the latter because that seems to be the direction it is heading. However, from an architectural standpoint, it will need work to get there. It can still be done, despite two years of legacy code, and it has the opportunity to carve out its own space in the ecosystem.</p>\n\n\n\n<p>If the plugin’s development team would remove the upsell of the credit link, I would absolutely recommend this plugin to people who want to run a serious, full-time recipe blog. It has those extra features like a nutrition label, a print button, and Schema markup that give it an edge over some of the competition. For users who simply want to add a recipe on their blog from time to time, it is overkill.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2020 21:25:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Akismet: Introducing updated Akismet plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://blog.akismet.com/2020/09/15/introducing-updated-akismet-plans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3109:\"<p>Since Akismet launched nearly 15 years ago, it has <a href=\"https://blog.akismet.com/2020/07/06/akismet-five-hundred-billion-with-a-b-spam/\">blocked 500 billion spam comments</a>. We’re proud to have saved you countless hours of moderation time, reduced frustration for millions of people, and helped make the web a more beautiful place.</p>\n<p>Akismet is the most powerful solution on the market for stopping spam, but spammers are continually inventing new ways to get past our filters. Adding new spam detection techniques will ensure we keep Akismet one step ahead of bad actors, but it will require additional investment. We don’t take changing prices lightly. In fact, we haven’t changed the price of the entry-level plan since it was introduced in 2005.</p>\n<p>For commercial sites, the price of Akismet will be better aligned to API usage. This means that as you use Akismet more, the cost per API call will decrease.</p>\n<p>For those that use Akismet on your personal sites — we’re 100% committed to offer Akismet at a price you can afford. Spam is a menace to the internet and we feel that everyone should have the ability to stop spam on their websites. Even if you’re not making money from your site, we want you to have the best spam filter available. We will continue to provide the option to pay what you can, and we thank you for helping to contribute to this project.</p>\n<p><strong>To our current customers, you don’t need to do anything now.</strong> Your plan will remain at its original price and API limits at least into 2021. If you’d like to switch plans or start a new account, your plan will start at the new price.</p>\n<p><img /></p>\n<p><strong>What’s different?</strong></p>\n<p><span>Personal</span></p>\n<p>No changes. For sites that don’t sell anything, advertise, or have affiliate links, Akismet is available for whatever amount you are able to pay.</p>\n<p><span>Plus</span></p>\n<p>Akismet will block spam on one site for up to 10,000 API calls and provide priority support for $8.33 per month billed yearly. The price for monthly billing is $10. That’s equal to two months free for selecting yearly billing.</p>\n<p><span>Enterprise</span></p>\n<p>We’re decreasing the price of our Enterprise plan! Yearly plans will now be $41.66 per month, with the total yearly cost at $500 instead of $550. For monthly billing, the price is staying the same at $50 per month. For enterprise plans, Akismet will block spam on multiple sites for up to 60,000 API calls per month, as well as provide priority support on all sites.</p>\n<p><span>Enterprise Plus</span></p>\n<p>For our largest customers, we’re happy to provide discounted pricing and dedicated support through this new plan. If your sites have more than 60,000 API calls per month, <a href=\"mailto:partners@akismet.com\">contact us</a> and we’ll be happy to set you up.</p>\n<p>Thank you for your continued support of Akismet. If you have questions specifically related to your own Akismet account or API key, then <a href=\"https://docs.akismet.com/\">please visit our Support page</a>.</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2020 15:59:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Josh Smith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Podcasting During the Pandemic: Castos Sees 300% Growth in New Podcasters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=102111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/podcasting-during-the-pandemic-castos-sees-300-growth-in-new-podcasters?utm_source=rss&utm_medium=rss&utm_campaign=podcasting-during-the-pandemic-castos-sees-300-growth-in-new-podcasters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6841:\"<img />“My Podcast Set I” by brainblogger is licensed with <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0.</a> \n\n\n\n<p>Podcasting, like many other industries during the pandemic, is seeing a strong shift over the past six months, which has resulted in more shows and fewer listeners. While some avid podcast fans have taken solace in listening to their favorite shows to stay connected, many listeners who previously had podcasts built into their routines have turned to other forms of media consumption in the absence of a daily commute.</p>\n\n\n\n<p>In April, global podcast listening was <a href=\"https://blog.voxnest.com/coronavirus-impact-on-podcast-listening/\">up 42%</a> (and 53% in Europe) as lockdowns began in the U.S. and other parts of the world. Although listening in the U.S. went down 20%, certain verticals remained strong, such as true crime, music interviews, science, medicine, religion and spirituality, and self-improvement. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">worst part of still quarantining is the fact that I don’t drive anywhere so im super behind on my podcasts</p>— Brad Parbs (@bradparbs) <a href=\"https://twitter.com/bradparbs/status/1301571407437074433?ref_src=twsrc%5Etfw\">September 3, 2020</a></blockquote>\n</div>\n\n\n\n<p>Prior to the pandemic, the podcasting industry was experiencing a boom, with experts projecting marketers to spend <a href=\"https://www.searchenginejournal.com/marketers-will-spend-1-billion-on-podcast-advertising-by-2021-report/316499/#close\">over $1 billion in advertising by 2021</a>. The pandemic has thrown a wrench into the industry’s growth. In the months of continued isolation and social distancing, E-marketer recorded its first contraction in time spent listening since it began tracking in 2015 but estimates a rebound in the coming years.</p>\n\n\n\n<img /><strong><em>Source:</em></strong> <a rel=\"noreferrer noopener\" href=\"https://www.emarketer.com/\" target=\"_blank\">eMarketer</a>, June 2020 (<a rel=\"noreferrer noopener\" href=\"https://www.emarketer.com/content/time-spent-with-podcasts-will-dip-amid-pandemic-should-rebound-by-2022?ecid=NL1001\" target=\"_blank\">https://www.emarketer.com/content/time-spent-with-podcasts-will-dip-amid-pandemic-should-rebound-by-2022?ecid=NL1001</a>)\n\n\n\n<p>The pandemic may have temporarily stunted the growth of listeners, but the team at <a href=\"https://castos.com/\">Castos</a> is witnessing a new trend emerging: individual creators and businesses are finding the time and inspiration for firing up new shows. From April until now, the podcast hosting company has seen a 300% increase in new trials, and a 102% increase in MRR over last two years. Castos currently has nearly 2,000 paying customers. </p>\n\n\n\n<p>The company started in 2017 after non-technical founder Craig Hewitt acquired the <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin from its original creator, Hugh Lashborooke. Hewitt expanded the platform to allow both WordPress and non-WordPress users to create podcasts, and has grown the business to support seven remote, full-time employees. He attributes most of the industry’s fresh infusion of new shows to companies that are exploring new ways of getting into customers’ homes.</p>\n\n\n\n<p>“Many brands are finding that traditional marketing efforts are falling short in these turbulent times, but great content that serves a specific audience always has an impact,” Hewitt said. “Many companies are pivoting from more conventional paid acquisition approaches to building stronger and longer lasting relationships with their audiences through podcasting.”</p>\n\n\n\n<p>Hewitt said he expects the trend to continue after the pandemic subsides. Many of the companies Castos works with have reported that podcasting is likely to become a core part of their marketing efforts for the long haul, in both B2B and B2C environments. </p>\n\n\n\n<p>“Like the move to remote work many companies are seeing that podcasting isn’t hard to do, and provides great returns for them in terms of branding and as a top of funnel customer acquisition strategy,” Hewitt said. “Whether in the midst of Coronavirus or afterwards this will continue to be true and the momentum that podcasting has gained should continue.”</p>\n\n\n\n<p>Approximately 70% of Castos’ hosting customers are using the Seriously Simple Podcasting plugin. The hosting platform is unique in the podcasting market in that it automates YouTube Republishing, transcriptions, and Headliner integration, while allowing users to manage it all via WordPress. Castos recently hired Matt Medeiros, an experienced podcaster and YouTube creator, to help new podcasters keep pushing with their shows and convert into longterm customers. He shares Hewitt’s optimistic outlook on the future of the industry.</p>\n\n\n\n<p>“There were early reports that podcast download stats dropped in tandem with listener commute times, but I think that opened up opportunity for creators to really capture their most loyal audiences,” Medeiros said.</p>\n\n\n\n<p>“The other side of that coin are the businesses that needed to stay top of mind with the customers while their doors were closed. Spinning up a podcast is a perfect way to do that. Podcasts come in all shapes and sizes, so building one that’s tailored to your customers is what really matters and will survive through our post-pandemic ‘new normal.\'”</p>\n\n\n\n<p>Portability is the common denominator for podcasts – people are listening from their desktops, mobile devices, and smart speakers, using a variety of different apps. But audiences vary in their appetites for staying informed, educated, and entertained through the podcasting medium. Medeiros advises both new and established podcasters to find out what kind of show their customers want them to produce.</p>\n\n\n\n<p>“Podcasts don’t have to be cookie cutter,” Medeiros said. “If you spend time getting feedback from your customers or audience, you want to tailor the show around that. Do they like 15 minute news highlights or 3 hour 1-on-1 interviews? Do they want hard news or laugh out loud entertainment? What’s in it for them as a listener? What’s in it for you as a creator?</p>\n\n\n\n<p>“At the end of the day, the biggest opportunity for podcasting is that it opens the door to having your favorite creators and fans in the same room every time you publish an episode. It’s a chance to (literally) have a conversation and build trust through creative storytelling – your brand’s digital handshake.” </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2020 01:44:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Plugin Authors Can Opt Into Email Confirmation for WordPress Plugin Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/plugin-authors-can-opt-into-email-confirmation-for-wordpress-plugin-updates?utm_source=rss&utm_medium=rss&utm_campaign=plugin-authors-can-opt-into-email-confirmation-for-wordpress-plugin-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5149:\"<p class=\"has-drop-cap\">Overnight, the Meta Team for WordPress.org <a href=\"https://meta.trac.wordpress.org/changeset/10255\">flipped the switch</a> for a new plugin author feature in the official directory. It allows plugin authors to opt into confirming plugin updates via email. Release confirmations will strengthen security and make sure any updates sent in are intentional.</p>\n\n\n\n<p>Dion Hulse opened the <a href=\"https://meta.trac.wordpress.org/ticket/5352\">original ticket</a> six weeks ago with a detailed proposal and set of questions. <a href=\"https://wptavern.com/wordpress-5-5-eckstine-introduces-block-directory-block-patterns-and-automatic-updates-for-themes-and-plugins\">WordPress 5.5</a> introduced <a href=\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\">automatic updates</a> for plugin and theme authors. While auto-updates are completely opt-in for end-users, Hulse wanted to make sure that WordPress.org was on top of any potential disasters that may arise from the new system, such as accidental or even malicious plugin releases.</p>\n\n\n\n<p>“I’d like to propose that we add an extra optional step into the release flow for plugins, not intended on adding friction, but intending to ensure that plugin releases only get made when they’re intended to,” he wrote. “A simple Email confirmation.”</p>\n\n\n\n<p>At the moment, release confirmation via email is merely an opt-in feature that all plugin authors can take advantage of. However, the original proposal required it for high-usage plugins — there was never a definitive minimum install count that constituted “high usage” in the ticket.</p>\n\n\n\n<p>The general agreement on how this feature should work seems to be:</p>\n\n\n\n<ul><li>Opt-in for all plugin authors now.</li><li>Forced opt-in and no opt-out for high-usage plugins soon.</li><li>Opt-out for all other plugins in the future.</li></ul>\n\n\n\n<p>For larger plugins with multiple committers, there was some discussion on requiring confirmation from a separate committer who did not push the code live. This would essentially require two people to confirm that a plugin update is valid. This could potentially add to the friction that Hulse wanted to avoid in the original proposal. However, some friction for plugins with millions of installs might not always be such a bad thing. These plugins serve a massive user base and can damage WordPress’s reputation if a malicious actor gained commit access somehow. Having two people confirm an update is <em>a good kind</em> of friction in some cases.</p>\n\n\n\n<p>However, requiring two-person confirmation is a more nuanced discussion that will need to happen. For example, Chris Christoff brought up examples in the ticket of not being able to send updates for plugins with two committers when one is on vacation or when the committers live in different time zones. Perhaps this will be an opt-in feature for plugin companies that choose to go this route in the future, depending on what fits their release flow best.</p>\n\n\n\n<p>On the whole, the current implementation is a good starting position that will allow the community to iron out further details. This is about making WordPress more secure. If there is an extra step involved in publishing a code update, plugin authors should be on board with the process. Verifying the validity of a release sounds like a common-sense security feature. I would welcome WordPress.org making this a hard requirement — neither opt-in nor opt-out — in the long run after the feature has gone through a few rounds of real-world testing.</p>\n\n\n\n<p>Theme developers do not have access to this feature at this time. However, the theme authors do not have access to SVN and must submit updates via a ZIP file. It is a much more manual process and should not be subjected to the same number of potential mishaps as plugin updates.</p>\n\n\n\n<h2>How Plugin Authors Can Enable Release Confirmation Emails</h2>\n\n\n\n<img />Enable email release confirmation form for plugin authors.\n\n\n\n<p class=\"has-drop-cap\">Plugin authors should now see a new administration option for each of their projects listed in the official plugin directory. The Danger Zone section of the Advanced View tab should display a new sub-section for enabling release confirmation emails. From there, authors merely need to click a button to turn them on.</p>\n\n\n\n<p>It is important to note that, once enabled, release confirmation emails cannot be disabled from the same screen. Plugin authors are presented with the following notice before enabling the feature:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Warning: Enabling release confirmations is intended to be a permanent action. There is no way to disable this without contacting the plugins team.</p></blockquote>\n\n\n\n<p>Do not let the warning put you off if you are a plugin author. This is a good thing. Go ahead and enable it on at least one plugin if you want to test it first. I already have done so for one of my plugins. It is a simple process and helps add one additional layer of security over your plugins.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Sep 2020 20:34:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WordPress Themes Directory Adds New “Delist” Status for Non-Compliant Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/wordpress-themes-directory-adds-new-delist-status-for-non-compliant-themes?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-themes-directory-adds-new-delist-status-for-non-compliant-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4182:\"<p>In August, following the <a href=\"https://wptavern.com/astra-theme-suspended-and-reinstated-themes-team-works-toward-delisting-strategy-for-guideline-violations\">suspension of the popular Astra theme</a>, WordPress Meta contributors opened a ticket to add a new “delisting” status for non-compliant themes. Astra’s infraction, breaking the directory’s ban on affiliate links, put more than a million users at risk of not getting theme updates just as WordPress 5.5 was on deck for release. This week the team <a href=\"https://meta.trac.wordpress.org/changeset/10240\">committed a patch</a> for a delist status that will temporarily hide a theme from search, while still making it available directly. Alex Shiels outlined how the new status will work:</p>\n\n\n\n<ul><li>Delist is only available from a <code>published</code> state.</li><li>Relist will set the status back to <code>publish</code>.</li><li>Delisted themes are excluded from site search.</li></ul>\n\n\n\n<p>While a full suspension may seem like the best retributive action when theme authors violate directory guidelines, the necessity for users to be able to continue to get updates outweighs throwing the book at the author, especially for a first-time offense. A delisting policy is more restorative in that it seeks to maintain the connection that users have with the theme’s author instead of merely imposing a penalty that might ultimately have a negative impact on everyone involved.</p>\n\n\n\n<p>In the past, the Themes Team has been limited on available actions for responding to violations. Ionut Neagu, CEO of ThemeIsle, had his company’s popular Zerif Lite theme <a href=\"https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates\">suspended from the directory in 2016</a> for a five-month period that left 300,000+ users without maintenance and security updates. It also resulted in a 63% decline in the company’s revenue for that theme, since ThemeIsle was using WordPress.org as the primary channel for distribution.</p>\n\n\n\n<p>Neagu remarked on how the new “delist” status provides a less severe transition back into the directory for popular themes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The practice of delisting is something that’s already been done by other companies in similar situations. For instance, delisting is what Google does all the time when they find a website that doesn’t comply. Then, the website is allowed to come back and appear on the ranking pages again when the issues are fixed.</p><p>In the end, I think this is a move in the right direction and an improvement to the process of what happens with a problematic theme.</p></blockquote>\n\n\n\n<p>Despite the controversial decision that slashed ThemeIsle’s revenue from $120k/month to $45k/month in 2017, the company continued to support the theme, as well as new products, with WordPress.org as the main place to find them. Neagu reported that when the theme was reinstated, its revenue continued to be hard hit. It lost momentum and was unable to ride the wave of its initial success. Astra faired much better in the aftermath of its violation, given its short-lived suspension.</p>\n\n\n\n<p>WordPress Themes Team member Alexandru Cosmin requested the ticket for adding the delisting status receive prompt attention, as the team is set to <a href=\"https://meta.trac.wordpress.org/ticket/5362#comment:13\">introduce some new policies</a> and requirements that are tied to it. The patch was committed and then reverted temporarily to review how it impacted theme trac tickets, but the bugs appear to be unrelated to the patch.</p>\n\n\n\n<p>The volunteer Themes Team has essentially been the de facto guardians of the WordPress.org marketplace that sends millions of dollars to theme authors, and they perform a great service to the community. But in the interest of supporting and accelerating the growth of the WordPress ecosystem, the team needs to adopt policies that create a more restorative path for violators, instead of obstructing the growth of products where issues have been quickly resolved.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Sep 2020 22:59:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: Addressing the Theme Design Problem With Gutenberg’s New Block-Based Widgets System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"https://wptavern.com/addressing-the-theme-design-problem-with-gutenbergs-new-block-based-widgets-system?utm_source=rss&utm_medium=rss&utm_campaign=addressing-the-theme-design-problem-with-gutenbergs-new-block-based-widgets-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5655:\"<p class=\"has-drop-cap\">I could hardly sleep last night. Once in a blue moon, I have an idea I want to try out. While my day job as a writer means I spend far less time breaking sites through the rigorous trials and errors of building plugins and themes, some problems bug me with WordPress, the sort that keeps me from dozing into restful and peaceful dreams.</p>\n\n\n\n<p>Last week, Gutenberg 8.9 <a href=\"https://wptavern.com/gutenberg-8-9-brings-block-based-widgets-out-of-the-experimental-stage\">dropped the experimental flag</a> from its block-based widgets system. Overall, it was a solid first outing for a feature that should land in WordPress 5.6 this December. However, the largest problem centered on how theme authors would be able to style widgets in traditional fashion. Because actual widgets are being phased out and replaced with blocks, theme authors will no longer have access to the standard widget and widget title classes. This is problematic because there is no predictable way to style all widgets of a particular sidebar to look the same.</p>\n\n\n\n<p>The classic example is of the <em>boxed</em> widget design. Many themes, such as the popular <a href=\"https://wordpress.org/themes/colibri-wp/\">Colibri</a>, employ such a design for their sidebars as shown in the following screenshot.</p>\n\n\n\n<img />Boxed widget design in right sidebar of Colibri theme.\n\n\n\n<p>In its current state, there is no reliable way for theme authors to create such a sidebar design via the block-based widgets system. Because there is no way to exert any sort of control over the structure of whatever content users will drop into a sidebar, it would be easy to look at this situation and think that theme designers are losing control.</p>\n\n\n\n<p>Based on a recent <a href=\"https://github.com/WordPress/gutenberg/issues/25174\">GitHub ticket</a> and a related <a href=\"https://wordpress.slack.com/archives/C02QB2JS7/p1599661386001500\">Slack discussion</a> from earlier this week, it does not appear that the Gutenberg development team intends to create parity between the old and new widgets systems, at least as far as theme design is concerned.</p>\n\n\n\n<p>It bears repeating. I am a fervent supporter of <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">handing over this type of ultimate control</a> to the user. However, we need to balance that with helping them to make smart choices.</p>\n\n\n\n<p>Theme authors must begin thinking about how this impacts the work they do and come up with creative solutions for sidebars, widgets, and other areas that will be affected by full-site editing in the future.</p>\n\n\n\n<h2>A Potential Solution</h2>\n\n\n\n<p class=\"has-drop-cap\">That thing that kept me up last night was an idea of combining block patterns, <a href=\"https://wptavern.com/block-patterns-will-change-everything\">one of my favorite features</a>, with widgets. The trouble was that the block-based widgets system does not currently support block patterns. And, until a quick discussion with Mark Uraine, one of Gutenberg’s designers, on a <a href=\"https://github.com/WordPress/gutenberg/issues/22875#issuecomment-689601857\">GitHub ticket</a>, the idea did not seem to even be on the table.</p>\n\n\n\n<p>For theme authors, the traditional sidebar and widget system of the past was nothing more than a pattern. WordPress provided theme devs with the ability to set a wrapping HTML element for the entire widget and the widget title. It was a rigid and inflexible system, but it was a reliable standard.</p>\n\n\n\n<p>Block-based widgets are the complete opposite. They are essentially a free-for-all where users can drop arbitrary content into a “block area.”</p>\n\n\n\n<p><em>What happens when we combine the structure of patterns with the flexibility of blocks inside of sidebars?</em></p>\n\n\n\n<p>That was the idea that got me out of bed and behind the computer screen early this morning after my restless night. It was such a simple concept. Theme authors could provide a “widget” pattern to their end-users. This would provide users with a choice between what the theme author thinks best and forging their own path — the best of both worlds.</p>\n\n\n\n<img />Simple example of recreating a boxed “widget” pattern.\n\n\n\n<p>And, here is where the beauty of the block system really comes in. Theme authors can create any number of patterns. This provides even more options for users.</p>\n\n\n\n<p>Regardless of whether the Gutenberg plugin currently supports patterns for the block-based widget system, the idea was simple to test. In a sidebar on the new widgets screen, I merely needed to add a new Group block with the <code>widget</code> class. Then, I added an H3 Heading block with the <code>widget__title</code> class. Those classes may even be unnecessary in the context of patterns unless theme authors want to directly target them. Outside of the custom classes, I added a simple background to the Group block and changed the text color of the Heading. I also inserted an empty paragraph where the user’s custom content would go.</p>\n\n\n\n<p>Afterward, it was a simple matter of testing it with various blocks.</p>\n\n\n\n<img /><em>Faux</em> block pattern in the widgets block editor.\n\n\n\n<p>I would love to know what theme authors and the Gutenberg team think of the idea. I think it has some merit while soothing some of the transitional pains between traditional widgets and block-based widgets.</p>\n\n\n\n<p>The biggest issue I see is the discoverability aspect. Will end-users know these “widget/block patterns” exist if theme authors went this route?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Sep 2020 18:56:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: AMP Plugin 2.0 Adds Onboarding Wizard and Expanded Reader Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/amp-plugin-2-0-adds-onboarding-wizard-and-expanded-reader-mode?utm_source=rss&utm_medium=rss&utm_campaign=amp-plugin-2-0-adds-onboarding-wizard-and-expanded-reader-mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4008:\"<p>The <a href=\"https://wordpress.org/plugins/amp/\">official AMP plugin for WordPress</a> recently crossed the 2.0 milestone, a major release that <a href=\"https://github.com/ampproject/amp-wp/milestone/28?closed=1\">closed 141 issues and merged 174 pull requests</a>. The release was originally planned for v1.6 but due to the number of major changes the team decided to bump it to 2.0.</p>\n\n\n\n<p>One of the most significant updates in this release is the expansion of the Reader Mode. The plugin has a lot of AMP-specific terminology associated with it and unless you are working with it every day, it’s easy to get confused by the different modes. Standard Mode is an AMP-first site where all URLs are presented as AMP pages. Transitional Mode uses one theme but canonical non-AMP URLs may offer a separate AMP version. Reader Mode uses two themes with the active one for canonical non-AMP URLs and a separate “Reader” theme for AMP URLs.</p>\n\n\n\n<p>Version 2.0 introduces a new AMP Customizer for customizing the Reader theme. It loads with a mobile view and does not support widgets or homepage settings, as they are not applicable for the AMP version. The AMP Customizer makes it easy for site owners to make tweaks and changes that will only apply to the AMP version of URLs.</p>\n\n\n\n<img />\n\n\n\n<p>The Reader Mode is especially useful for sites that are not using <a href=\"https://amp-wp.org/ecosystem/themes/\">AMP-compatible themes</a>. Google engineer Weston Ruter described the expanded Reader Mode as follows:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Reader mode now allows for any AMP-compatible theme to be used to serve AMP pages, rather than just the legacy post templates. This allows for long-requested features including nav menus, logos, commenting, and template design variations. It also makes it possible to serve all URLs of a Reader-mode site in AMP, as opposed to just singular posts. </p></blockquote>\n\n\n\n<p>One major usability update in version 2.0 is the addition of an onboarding wizard and revamped Settings screen that guides users through the different templating modes when configuring the plugin. Users who are routed to Reader Mode will be presented with a selection of themes for serving AMP pages and the wizard will handle installation. The final step of the configuration process allows users to review their choices in a preview screen.</p>\n\n\n\n<img />\n\n\n\n<p>Given the complexity of the AMP plugin and its many configuration options, the onboarding wizard was a critical addition if the plugin is going to grow past 500,000 active installs to reach a larger number of non-technical users.</p>\n\n\n\n<p>Another notable update in this release includes a feature called “Plugin Suppression” that allows administrators to turn certain plugins off for AMP pages if they are causing validation errors. It also introduces mobile redirection for Transitional/Reader mode sites where AMP is intended to be the mobile version.</p>\n\n\n\n<p>AMP is still far from a plug-and-play experience for WordPress users but the plugin does a lot of the heavy lifting and is evolving towards becoming more approachable for non-technical users. To that end, the AMP plugin team just announced a new video series that will focus on success with WordPress as a content creator, as well as performance and usability.</p>\n\n\n\n<p>“We are crafting it with an audience in mind that covers both technical and non-technical users,” Google Developer Advocate Alberto Medina said. “The 2.0 version of the plugin makes an emphasis on providing options for users that are non technical but still want to take advantage of AMP to bring great page experiences to their users.” </p>\n\n\n\n<p>The series will launch next week on <a href=\"https://www.youtube.com/c/TheAMPProject\">Google’s AMP YouTube channel</a>. Medina is also working on another series geared towards content creators that will cover topics like Web Stories in the first episodes. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2020 22:44:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Start a Recipe Blog With the Recipe Block WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://wptavern.com/start-a-recipe-blog-with-the-recipe-block-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=start-a-recipe-blog-with-the-recipe-block-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4468:\"<p>“Organize your quarantine-inspired baking blog with a ‘Recipe’ block!” read the opening description of Kelly Choyce-Dwan’s new plugin, <a href=\"https://wordpress.org/plugins/recipe-block/\">Recipe Block</a>. That was enough to pique my interest. I love food. I love baking — mostly pizza and bread. Food-related plugins and themes almost inspire me to spin up a recipe blog of my own. <em>Almost.</em></p>\n\n\n\n<p>At least with plugins like this, I can dream of building that site. Or, I can vicariously live through those who have the inclination, passion, and drive to post recipes regularly.</p>\n\n\n\n<p>For far too long, building a recipe blog has required specialized themes or overly complex plugins. I have been eagerly awaiting a simple recipe block because I have known since Day 1 of Gutenberg’s launch that it would be well-suited to such a feature. Choyce-Dwan’s Recipe Block plugin makes the complex simple and brings recipe-blogging to any WordPress user.</p>\n\n\n\n<h2>Using the Recipe Block</h2>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Recipe Block</li><li class=\"blocks-gallery-item\"><img />Cover + Recipe Block</li><li class=\"blocks-gallery-item\"><img />EditorPlus + Recipe Block</li></ul>\n\n\n\n<p class=\"has-drop-cap\">Within a couple of minutes of installing and activating the plugin, I had a quick pizza recipe set up and published on my test install. It worked well with the several themes I tested it against. I did make a couple of spacing adjustments via CSS for my personal theme, but that is not uncommon for plugins that have front-end output.</p>\n\n\n\n<p>Technically, the plugin adds four blocks:</p>\n\n\n\n<ul><li><strong>Recipe:</strong> Primary block that houses other blocks.</li><li><strong>Information:</strong> Sub-block for adding servings, time, and difficulty level.</li><li><strong>Ingredients:</strong> Sub-block for listing ingredients.</li><li><strong>Directions:</strong> Sub-block for listing directions.</li></ul>\n\n\n\n<p>The Recipe block also makes use of the core Image and Heading blocks. It is as simple to use as nearly any other block. Add the block to a post via the inserter or the <code>/recipe</code> slash command. From there, end-users can customize the output to their heart’s content.</p>\n\n\n\n<p>Because the Recipe block itself lacks any custom colors or other stylistic options outside of wide and full-width alignment, the easiest way to spruce up the design a bit is to drop it into a Cover or Group block. Doing so provides a wider range of design options. For those users who need even more design control, Munir Kamal’s <a href=\"https://wptavern.com/control-block-design-via-the-editorplus-wordpress-plugin\">EditorPlus plugin</a> is a nice addition when wrapping it with the Group block.</p>\n\n\n\n<p>One of the best things about the Recipe block is that it is not locked. End-users can move sub-blocks around to their liking. It even allows nesting of other blocks. Not everyone creates the exact same type of recipe cards, so it makes sense to have some extra customizability.</p>\n\n\n\n<p>The block is also flexible enough for recipes that have multiple ingredients and directions lists. <em>So, that pie and pie crust recipe you want to share?</em> No problem. You can split the ingredients and directions so that your readers are not accidentally dropping lard into the pie filling.</p>\n\n\n\n<h2>Missing Features</h2>\n\n\n\n<p class=\"has-drop-cap\">The Recipe Block plugin is by no means ideal for every situation. Some features could make it stand out a bit more. For the most part, I wanted a few additional styling options.</p>\n\n\n\n<p>Choyce-Dwan makes it clear in the plugin description that it does not support Schema or structured content. That would make a nice block option for those who want to enable it.</p>\n\n\n\n<p>I would like to be able to change the text and background color of the main Recipe block. However, this is easily done by wrapping it with the core Group block. Ultimately, I would like to have the option to add some different styles to it, such as a custom border. Such a feature should probably land in core WordPress first so that there is a standard.</p>\n\n\n\n<p>It would be nice to allow users to change the font size and colors within the Information, Ingredients, and Directions blocks similar to how the core Paragraph block works. Again, you can wrap this with the Group block and at least set the colors at a higher level.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2020 21:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Deque Systems to Host Axe-Con Virtual Accessibility Conference, March 10-11, 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/deque-systems-to-host-axe-con-virtual-accessibility-conference-march-10-11-2021?utm_source=rss&utm_medium=rss&utm_campaign=deque-systems-to-host-axe-con-virtual-accessibility-conference-march-10-11-2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3263:\"<p><a rel=\"noreferrer noopener\" href=\"https://www.deque.com/\" target=\"_blank\">Deque Systems</a>, a widely respected accessibility firm that has <a href=\"https://wptavern.com/wordpress-accessibility-team-to-host-hackathon-with-deque-systems-at-wordcamp-us-2018\">contributed</a> to setting up automated accessibility testing for WordPress core, will be hosting a new “<a href=\"https://www.deque.com/axe-con/\">Axe-con</a>” virtual conference focusing on digital accessibility. Axe-con is named for the company’s <a href=\"https://github.com/dequelabs/axe-core\">axe-core</a> project, an open source library and accessibility testing engine that can be customized to integrate with all modern browsers and testing frameworks. It’s happening March 10-11th, 2021, and tickets are free.</p>\n\n\n\n<p>Learning how to create accessible experiences for the web is challenging. Axe-con will bring together experts from around the world who can accelerate that journey for developers, designers, business owners, accessibility professionals, and anyone involved in the team effort required to make digital experiences accessible. The event will feature multiple tracks with a variety of topics, including sustainable accessibility, compliance, best practices, and case studies from organizations leading large-scale accessibility efforts.</p>\n\n\n\n<p>For those interested in obtaining or maintaining IAAP (International Association of Accessibility Professionals) certification, attendance at Axe-con sessions can count towards <a href=\"https://www.accessibilityassociation.org/content.asp?contentid=395\">IAAP continuing education (CE)</a> credits.</p>\n\n\n\n<p>The event will also include a hackathon where attendees will have the opportunity to network with each other while coding and collaborating on accessibility projects. A few examples include testing open source component libraries and logging issues, building new axe integrations, and working on personal projects.</p>\n\n\n\n<p>Deque Systems is hosting this new conference the same week as the CSUN Assistive Technology Conference. The company is has attended and sponsored the event in the past but sees the need for a conference focused more on building accessible digital experiences. Deque could no longer meet this need by tackling those topics in a single sponsorship room limited to 100 people. When its CSUN 2020 sessions were forced to go virtual, the team discovered that thousands were able to join in on topics more related to digital accessibility.</p>\n\n\n\n<p>Organizers anticipate that attendees will join both CSUN and axe-con in 2021. By scheduling the events in the same week, they are hoping to help attendees make more efficient use of their time that would normally be set aside for traveling to an in-person conference.</p>\n\n\n\n<p><a href=\"https://www.deque.com/axe-con/register/\">Registration</a> is open and last week organizers reported there were already <a href=\"https://twitter.com/dboudreau/status/1301610760951431168\">more than 2,000 people signed up</a>. The Call for Papers will be open until 8:00PM ET Friday, October 23rd, 2020, and speakers will be notified by November 23. Talks will be broadcast in the Eastern timezone but international speakers are welcome.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2020 05:23:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Exploring Seedlet, Automattic’s Block-First WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=exploring-seedlet-automattics-block-first-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5580:\"<img />\n\n\n\n<p class=\"has-drop-cap\">On August 26, Automattic <a href=\"https://wordpress.com/blog/2020/08/26/seedlet-wordpress-theme/\">launched a new theme titled Seedlet</a> that focused on integrating with the WordPress block editor. A few days later, it was also <a href=\"https://wordpress.org/themes/seedlet/\">live in the WordPress.org theme directory</a>. The theme development team wanted to produce a theme that would be in a good position to transition to full-site editing later this year as WordPress 5.6 lands.</p>\n\n\n\n<p>Seedlet makes wide use of features that integrate with the block editor. It does so in what is the simplest of ways, which is a testament to how much easier theme development is becoming in the dawn of the block-based themes era. The theme makes liberal use of theme-supported features like custom font sizes, colors, and gradients. It takes its integration an extra step by registering block styles and patterns.</p>\n\n\n\n<p>Seedlet almost feels like a skin around the block editor. It is a prime example of the future that we’re hurtling toward, which will mean less focus on code and more focus on design configuration. Themes will not be <em>themes</em> in the traditional sense. I use the term “skin” because it harkens to various systems in days gone by where designers simply added CSS to skin a site. WordPress themes will always be a bit more complex than a simple stylesheet but not much more so. We will be getting back to the basics of CSS and HTML.</p>\n\n\n\n<p>That is what I see when I look through the Seedlet theme’s code. While it still has copious PHP, there is an unmistakable structure that clearly says that that theme development is changing — and here is what it looks like as we transition.</p>\n\n\n\n<p>I have seen many themes that developers have built to work with the block editor. However, I have seen only a few that have taken a block-editor-first approach. It is almost subtle, and unless you have been neck-deep into theme development for years, you may miss it. Automattic’s theme team is riding the winds of change. Theme authors who want to ride along should pay attention to where this project goes in the coming months.</p>\n\n\n\n<p>The one thing I do not understand is why Automattic did not choose to add the “Block Editor Styles” tag to the theme. It clearly adds such styles. This is a missed opportunity to help users find themes compatible with the block editor.</p>\n\n\n\n<p>The theme will not suit everyone’s taste. It is a basic blogging theme at its core. However, its wide-open canvas makes it suitable for a variety of sites. The theme’s typography is on point, creating a comfortable reading pace for longer-form work. There is a lot to like about the theme, but I am primarily interested in what the development team has built for the block editor.</p>\n\n\n\n<p>Kjell Reigstad, the primary designer on the theme, also <a href=\"https://themeshaper.com/2020/08/31/introducing-seedlet/\">announced the team is working</a> on a completely block-based version called <a href=\"https://github.com/Automattic/themes/tree/master/seedlet-blocks\">Seedlet Blocks</a>. The current plan is to continue iterating on it and launching it as a separate, standalone theme in the future.</p>\n\n\n\n<h2>Experimenting With Block Patterns</h2>\n\n\n\n<p class=\"has-drop-cap\">While Seedlet includes only three block patterns, they immediately stood out to me. The patterns are not overly complex, but they are unique designs that make use of core blocks with a mixture of the theme’s presets, such as custom gradients and block styles.</p>\n\n\n\n<p>The “Group with Split Background” pattern uses a Group block with the theme’s preset diagonal gradient to create a background for an Image block. It is not a particularly groundbreaking design. However, the beauty is in the simplicity. It shows that theme authors can create interesting designs without adding extra CSS code.</p>\n\n\n\n<img />Group with Split Background pattern in the editor.\n\n\n\n<p>The theme’s “Group with Image Overlap” pattern kicks it up a notch in complexity. Starting with the same concept of a Group block with another custom gradient preset, it throws in a Columns block. In the left column, users can add two images, stacked. In the right column, users can add one image. The end result is a custom layout — primarily because of the gradient background — where the two images from the left column overlap the solid background.</p>\n\n\n\n<img />Front-end output of the Group with Image Overlap pattern.\n\n\n\n<p>The technique is simple in terms of code, but it takes a good designer to create the concept. We are just now scratching the surface of what theme designers will be able to accomplish when they begin thinking about applying various techniques to the block system. Seedlet has some of that sort of outside-the-box thinking with its use of gradients. We need to see more of that from the theming community.</p>\n\n\n\n<p>Admittedly, I am not a fan of the third pattern the theme adds. “Alternating Grid of Latest Posts” inserts the Latest Posts block into the editor with the theme’s custom “Alternating Grid” style. Mostly, I just do not care for the layout, but that is simply based on my personal taste.</p>\n\n\n\n<img />Alternating Grid of Latest Posts pattern in the editor.\n\n\n\n<p>On the whole, I love what the theme is doing with block patterns. This type of exploration is exactly what the WordPress community needs right now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2020 21:10:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"WPTavern: Jetpack Launches Email Marketing Tools with Creative Mail Integration, WooCommerce-Triggered Store Emails Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:297:\"https://wptavern.com/jetpack-launches-email-marketing-tools-with-creative-mail-integration-woocommerce-triggered-store-emails-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-email-marketing-tools-with-creative-mail-integration-woocommerce-triggered-store-emails-coming-soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6173:\"<p>Jetpack is firing up a new suite of email marketing tools in partnership with Endurance International Group’s Constant Contact brand. Last week <a href=\"https://wptavern.com/jetpack-8-9-adds-donations-block-newsletter-form-and-social-previews\">version 8.9</a> of the plugin introduced a new newsletter signup form inside its Form block, based on an integration with the <a href=\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\">Creative Mail</a> plugin that Constant Contact recently launched as a solution tailored specifically to WordPress and WooCommerce. </p>\n\n\n\n<img />\n\n\n\n<p>The release post highlighted the ability to add WordPress posts and WooCommerce products into email marketing campaigns, but today the Jetpack team <a href=\"https://jetpack.com/2020/09/08/introducing-creative-mail-for-jetpack/\">elaborated</a> on where they are taking the integration. The features Creative Mail has on deck for future releases are heavily geared towards e-commerce stores. The initial launch includes the ability for store owners to sync their contacts to their email lists in order to market to them directly. Curt Raffi, Senior VP of Product Innovation at EIG, said WooCommerce-triggered store emails are on the way.</p>\n\n\n\n<p>“Soon, we’ll add automated customer lifecycle marketing journeys that are geared toward more advanced marketers and eCommerce seller,” Raffi said. The planned features include the following: </p>\n\n\n\n<ul><li>Create triggered, multi-step customer lifecycle marketing journeys</li><li>Send WooCommerce abandoned cart emails</li><li>Send post-purchase follow-up emails</li><li>Send emails about related products</li></ul>\n\n\n\n<p>Email marketing is a critical piece of the puzzle for online store owners looking to connect to customers, as they adapt to the pandemic with reduced foot traffic for brick and mortar locations. Stats from Campaign Monitor show that email send volumes <a href=\"https://www.campaignmonitor.com/blog/email-marketing/2020/05/best-times-to-send-email-during-2020-pandemic/\">increased by 31%</a> for a random selection of their customers with mid-sized email lists during the 30-day period after March 17 versus the 30 days prior to that. Despite a sizeable increase in send volumes, average open rates for these decreased only slightly, from 31% to 30%, while click-through rates remained the same at 4%. </p>\n\n\n\n<p>Even with all the perfunctory messages acknowledging “these uncertain times,” email is still an important channel for reaching customers. As social networks are becoming increasingly hostile and unfavorable environments for advertising, email stands as one of the few remaining direct lines where content won’t get instantly buried by potential customers doomscrolling their news feeds.</p>\n\n\n\n<p>Automattic CEO Matt Mullenweg commented on Twitter last month about the value of having a follower’s email address vs a connection on a social network. “So many of these people with newsletters should really be blogging,” Mullenweg said.</p>\n\n\n\n<p>“I do think that a follower you have an email address of and a direct relationship with is worth 1,000x a follower on a social network. Maybe it’s just about making things more website-first than email-first, especially for younger audiences that don’t use email.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Jetpack needs to make it much easier to blog and newsletter at the same time :)</p>— Stephane Boisvert (@stephBoisvert) <a href=\"https://twitter.com/stephBoisvert/status/1295794679754174464?ref_src=twsrc%5Etfw\">August 18, 2020</a></blockquote>\n</div>\n\n\n\n<p>One response to his tweet caught my attention – a suggestion that Jetpack make it more convenient to manage a website-first solution for email marketing. It looks like this idea was already in the works with Creative Mail and the Constant Contact partnership.</p>\n\n\n\n<p>Although Constant Contact already had an <a href=\"https://wordpress.org/plugins/constant-contact-forms/\">official plugin</a> for WordPress, it only has 40,000 installs. Compare that with MailChimp, which is far and away the <a href=\"https://www.datanyze.com/market-share/email-marketing--13/mailchimp-market-share\">market leader</a> when it comes to email marking providers. Mailchimp has many third-party plugins for WordPress, which collectively have more than a million users, including an official <a href=\"https://wordpress.org/plugins/mailchimp-for-woocommerce/\">Mailchimp for WooCommerce</a> plugin, with 800k+ active installs. Constant Contact stands to have a better chance penetrating the WordPress market by partnering with a highly successful plugin like Jetpack.</p>\n\n\n\n<p>Email marketing is not an easy plugin niche to break into, which is evident by the slow growth of newcomers like <a href=\"https://wordpress.org/plugins/newsletter-glue/\">Newsletter Glue</a>. The plugin is marketed as a <a href=\"https://mattreport.com/building-a-substack-alternative-with-wordpress/\">Substack alternative</a>, with its “Send as newsletter” feature inside the WordPress editor. It connects to different emails services, provides easy-to-share past issues, and creates a search engine-friendly newsletter archive. Despite all the promotion and buzz on social networks, the plugin only has ~30 active installs after one month in the official directory.</p>\n\n\n\n<p>With its deep integration with Jetpack and WooCommerce, Creative Mail has the chance to quickly become a contender among established WordPress email marketing plugins like <a href=\"https://wordpress.org/plugins/mailchimp-for-wp/\">MC4WP: Mailchimp for WordPress</a> (1 million+ installs), <a href=\"https://wordpress.org/plugins/mailpoet/\">MailPoet</a> (100k), <a href=\"https://wordpress.org/plugins/email-subscribers/\">Email Subscribers</a> (100k), and <a href=\"https://wordpress.org/plugins/newsletter/\">Newsletter</a> (300k). Creative Mail has a broader scope of features that it will be supporting, but it may be able to find success on the basis of Jetpack’s ubiquity.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2020 05:20:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: More Power in the Hands of WordPress Support Forum Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/more-power-in-the-hands-of-wordpress-support-forum-users?utm_source=rss&utm_medium=rss&utm_campaign=more-power-in-the-hands-of-wordpress-support-forum-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6013:\"<p class=\"has-drop-cap\"><em>What level of control should users have over their WordPress support forum topics?</em> That is the question at the heart of a <a href=\"https://make.wordpress.org/support/2020/09/talking-point-allowing-self-archival-of-topics/\">recent discussion opened</a> by Mika Epstein on the Make Support blog. The goal is to grant more power to users, particularly when they post private or privileged information to the public forums.</p>\n\n\n\n<p>The proposal is twofold. One idea is to give users total control over deleting or “archiving” topics they create. This would remove it from public view at least. The second part of the equation would extend the amount of time users have to edit their topics.</p>\n\n\n\n<p>Currently, users can edit topics for one hour after posting. For the most part, this is reasonable. However, there are some cases where users inadvertently post sensitive data and need to remove it later. After their hour is up, the only solution for editing is to contact a forum moderator, increasing the burden on the WordPress support team. The easiest solution is to increase the length of time to edit.</p>\n\n\n\n<p>The big downside to editing topics is that they can be changed so much that replies are out of context. This can make discussions, particularly, lengthier ones with more replies, hard to follow. However, given the nature of the WordPress forums being for support instead of long-form discussion, increasing the time-to-edit should not hurt. It should help users fix mistakes and lighten the load on forum moderators. There are proposals for increasing the limit between three to seven days.</p>\n\n\n\n<p>In general, I am supportive of increasing the time-to-edit for forum topics. There is some room for abuse of the system, but such abuse will not likely outweigh the benefits. However, the ability to delete a topic does not sit well with me.</p>\n\n\n\n<p>I see the problem. WordPress’s user base has changed over the past decade. The average user from 10 years ago was tech-savvy enough to not drop private info — or info they are not legally allowed to share — into public forums. The game has changed. Users are no longer webmasters, running every aspect of their sites. They are using one-click installs to launch software they have no technical knowledge of. They do not know the difference between a debug log and server info. This is not a bad thing — the more WordPress users the more we inch toward that democratize-publishing goal. However, the makeup of WordPress’s users has shifted drastically to a point where many may not realize they are posting information they shouldn’t.</p>\n\n\n\n<p>The burden ultimately falls on forum moderators. They do all the cleanup, and it is likely overwhelming at times to keep up. It is a decision that should probably fall into their hands.</p>\n\n\n\n<p>One of the catalysts for this discussion was a forum topic from last week. “Someone had posted information that isn’t exactly ‘private’ but could land them in legal trouble for sharing,” wrote Epstein. “They did so by posting a debug log that had information that probably should not be public.”</p>\n\n\n\n<p>The WordPress support system has had a long-standing, in-house rule of not deleting posts except under extreme circumstances. However, the proposal would allow users to delete their own topics at any time.</p>\n\n\n\n<p>I dislike the idea of removing support forum topics. The best form of support is to already have a question answered. This gives others the ability to search and find the answer to their own questions. It allows moderators to link to existing answers for repeat questions. Allowing users to remove topics means that others could miss out on free knowledge.</p>\n\n\n\n<p>I ran a plugin and theme support forum for over a decade. It racked up hundreds of thousands of posts. I personally answered every question or made sure that each was answered by someone else. Over the years, the forums became a wealth of knowledge because, except in those extreme circumstances, no topic was ever deleted. Granted, my support burden was far lighter than that of the WordPress support moderators. However, past forum topics were an important tool in the arsenal.</p>\n\n\n\n<p>Moreso than my time running support, I have relied on past support forum topics for my edification throughout the years. Rarely has there been a time I have needed an answer that I could not find through a basic support search. No need to hassle others with my already-answered questions.</p>\n\n\n\n<p>I dislike the idea of deleting knowledge.</p>\n\n\n\n<p>Of course, we must weigh this against privacy. I doubt many users would take advantage of the ability to delete their topics. In those rare cases when they do, I imagine they will have a good reason for doing so, such as hiding information they no longer want to share publicly. Still, the idea does not sit well with me. I want a balance of retaining knowledge while removing personal data.</p>\n\n\n\n<p>I do have respect for privacy. There are steps WordPress.org could take. Users should absolutely be able to remove their own accounts from WordPress.org. Currently, they can remove any personal data from their profile, which is essentially the same thing. The one problem with this is if their username, which cannot be changed, identifies the person (e.g., I use <code>justintadlock</code> for many online accounts).</p>\n\n\n\n<p>I would still take this the extra step and allow users to completely delete their accounts. This would be a clean sweep, ensuring they did not accidentally miss something when clearing out their profile. After doing so, their former topics in the forums should simply be assigned to an anonymous account. It doesn’t matter who created a particular topic, only that the content still exists.</p>\n\n\n\n<p>What steps do you think WordPress.org should take to provide end-users more agency over their support topics?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2020 21:24:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WordCamp Central: WordCamp Finland Online 2020 is coming!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3128690\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://central.wordcamp.org/news/2020/09/08/wordcamp-finland-online-2020-is-coming/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1942:\"<div class=\"entry-content\">\n<p>We are pleased to announce that the WordCamp Finland Online will on November 12 2020, 12:00-17:00 Helsinki time (UTC+2). <a href=\"https://www.worldtimebuddy.com/?qm=1&lid=658225&h=658225&date=2020-11-12&sln=12-17\">Check the time in your local timezone</a>.</p>\n<p>We are looking for speakers to present their knowledge, skills, experiences, and stories with the WordPress community. Applications from all areas of expertise are most welcome.</p>\n<p><strong>Call for Speakers is open now!</strong> Submissions will close on October 2, 2020. See all details and send your application on <a href=\"https://finland.wordcamp.org/2020/call-for-speakers/\">Call for Speakers page</a>.</p>\n<p>WordCamps would be nothing without awesome sponsors, helping us to cover the costs and providing great offers for attendees! Not forgetting all the useful information they provide.</p>\n<p>Call for Sponsors will open soon, we are currently finalizing our offerings for sponsors! If you are interested to sponsor WordCamp Finland Online 2020, make sure to subscribe for updates!</p>\n<p>Tickets to WordCamp Finland Online 2020 will be free of charge! Registration is not required but recommended for getting the full experience and all the offers from our sponsors.</p>\n<p>Remember to subscribe, using the form in the footer, to stay up to date regarding event news and announcements. We’ll be posting regularly in the months leading up to WordCamp Finland with information about speakers, tickets, and practical information.</p>\n<p>You will also be able to find updates from our <a href=\"https://twitter.com/wordcampfinland\">Twitter</a>. The official hashtag for WordCamp Finland Online is #WCFI. If you need to reach us you can comment on one of our social media posts or <a href=\"https://finland.wordcamp.org/2020/about/contact/\">contact us using the website</a>.</p>\n<p>We hope you’ll join us online in November!</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2020 12:51:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Timi Wahalahti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: iThemes Enters the WordPress Membership Plugin Market, Acquires Restrict Content Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/ithemes-enters-the-wordpress-membership-plugin-market-acquires-restrict-content-pro?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-enters-the-wordpress-membership-plugin-market-acquires-restrict-content-pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6902:\"<p class=\"has-drop-cap\">Last Tuesday, iThemes announced it had <a href=\"https://ithemes.com/restrict-content-pro-is-joining-ithemes-family/\">acquired the Restrict Content Pro plugin</a> from Sandhills Development. iThemes is part of the Liquid Web family of brands. Pippin Williamson, Managing Director at Sandhills, said the company had no <a href=\"https://sandhillsdev.com/2020/09/a-long-bright-future-for-restrict-content-pro-with-ithemes-and-liquid-web/\">intention of selling the plugin</a> last October when talks of the acquisition began. However, moving forward has created some opportunities for his company and narrowed its focus to its existing products.</p>\n\n\n\n<p><a href=\"https://restrictcontentpro.com/\">Restrict Content Pro</a> will remain an independent product with its own website. However, iThemes will include it as part of its Plugin Suite and Toolkit product bundles from the iThemes website. The Plugin Suite bundle runs at $249 per year, which is the same as the regular Restrict Content Pro price. However, the bundle includes other products such as the company’s popular BackupBuddy plugin. The Toolkit bundle runs between $700 and $997 per year. It includes the Plugin Suite, a themes package, training, and more.</p>\n\n\n\n<p>This structuring of product sites falls directly within the company’s long-term plans. “Earlier this year we actually started down a number of avenues experimenting with moving some of our products off ithemes.com and over to their own sites,” said AJ Morris, the Product Innovation and Marketing Manager at iThemes. “When COVID became a pandemic, we paused a lot of those projects to provide relief and help to the WordPress community. Now that things have calmed down for us a bit, we’re going to continue on that path.”</p>\n\n\n\n<p>Outside of the change of ownership, end-users should not see much change with the plugin or the site. Users should expect some admin-side changes in the future as the new development team refreshes the plugin.</p>\n\n\n\n<h2>The Membership Plugin Space</h2>\n\n\n\n<p class=\"has-drop-cap\">Membership plugins represent a slice of the overall WordPress market that still has no true dominant player. There are several solutions out there, but it is still an emerging area that any company can dive into and see returns on with a solid product. It is a niche that will undoubtedly continue growing along with WordPress and has plenty of untrodden ground just waiting for the right people to take their first steps across. There will always be a need for more fine-tuned control over users and permissions than what WordPress offers out of the box. </p>\n\n\n\n<p>“We are always in the market looking at other plugins that make sense for our business,” said Morris of why they made the acquisition. “Our audience is primarily freelance developers that are building a wide range of sites for clients. Over the years, we’ve focused on a number of non-utility products (like iThemes Exchange) and we learned a lot during that time. We’ve also learned a lot over the years of running our own membership site. For us looking at a membership plugin played with into the iThemes strategy and really the Liquid Web strategy as a whole.”</p>\n\n\n\n<p>I spent nine years developing and maintaining a membership-related plugin but sold it in 2019. If there is one lesson I learned during that time, it’s that no two sites have the exact same membership needs. There is always room for individual companies to build a product that meets specific user needs in the membership space.</p>\n\n\n\n<p>“What I feel like is everyone is currently trying to create the best Swiss Army knife,” said Morris. “I don’t think that anyone sets out saying I want to be good at all things, but when you’re developing a plugin that has so much possibilities for the market it serves, you have to feel out where you want to play and claim stake to that area. You become the best you can in that area and work at making sure you succeed there. Then you can start to properly branch out to other segments of the space that are within close proximity to where your core is.”</p>\n\n\n\n<p>iThemes is stepping into the game at an ideal time. Restrict Content Pro is currently a $500,000+ per year product, according to Williamson. In the right hands and with continued growth, it could become the go-to solution for memberships in the WordPress ecosystem. iThemes has a solid history in the plugin space. This is a good opportunity to see where they take the project.</p>\n\n\n\n<h2>The Future of Restrict Content Pro</h2>\n\n\n\n<p class=\"has-drop-cap\">Morris said that Sandhills Dev already had a solid short to mid-term plan for the plugin. These plans are providing iThemes with a head-start on features and ideas, some of which are already in progress. The team’s plan is to continue down this path, which matches some of the areas the company wanted to address.</p>\n\n\n\n<p>“After that, we’ve got some ideas, but we also want to get to know the community around Restrict Content Pro,” said Morris. “[Matt Danner] has mentioned in several places that the RCP community is more developer-centric while the iThemes community is historically not. Right now we’re in listening mode. We’re starting conversations all over the web with RCP customers to get a sense of what they are looking at and apply those learnings with where we want to take RCP in the membership space. Right now, I think it’s a bit premature to talk about specific features we’re including or what direction we’re fully going.”</p>\n\n\n\n<p>The one area that is currently lacking is the free <a href=\"https://wordpress.org/plugins/restrict-content/\">Restrict Content plugin</a>. Its user base is still relatively small (10,000 active installs). Its average 3.7 star-rating from end-users does not spell confidence, but it could be brought up with some active work.</p>\n\n\n\n<p>Restrict Content Pro has long had the benefit of being associated with Williamson and Sandhills Development’s other products like Easy Digital Downloads and AffiliateWP. All of these projects fit well together — often a user of one plugin needs at least one of the others. The pro plugin has likely not relied on the traffic from WordPress.org for success. However, it would not hurt to bring those numbers up. While the install count from the free version does not always directly correlate to success with commercial versions, it is usually a good indicator. Putting some resources behind beefing up the free plugin could translate to better returns in the long term.</p>\n\n\n\n<p>Morris said that iThemes will be sharing news about the free Restrict Content plugin soon. However, he is remaining tight-lipped about what those plans are for now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Sep 2020 21:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WP Mobile Apps: How do I make a new page?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=4145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://apps.wordpress.com/2020/09/06/how-do-i-make-a-new-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:459:\"<p>To make a new page, tap the <img /> icon and select your site, then select “Site Pages”. Tap the <img /> icon in the bottom-right corner to open a new page. You can edit any page by selecting it by title from the “Pages” screen.If you are looking for your drafts or your scheduled pages, check the menu across the top of the page and select the “Drafts” or “Scheduled” tab to access the list of the pages.</p>\n<p><img /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Sep 2020 15:53:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"logosom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WP Mobile Apps: How do I make a new Post?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=4136\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://apps.wordpress.com/2020/09/06/how-do-i-make-a-new-post/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:538:\"<p>To make a new post, tap the <img /> icon and select your site, select “Blog Posts”, then tap the <img />icon in the bottom-right corner. You can edit any post by selecting it from the “Blog Posts” screen. If you are looking for your drafts or your scheduled posts, check the menu across the top of the page and select the “Drafts” or “Scheduled” tab to access the list of the posts.</p>\n<p><img src=\"https://apps.files.wordpress.com/2019/10/screen-shot-2019-10-09-at-15.10.06.png?w=640&h=1021\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Sep 2020 15:47:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"logosom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: WordPress Support Team Seeks to Curb Support Requests for Commercial Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:239:\"https://wptavern.com/wordpress-support-team-seeks-to-curb-support-requests-for-commercial-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-support-team-seeks-to-curb-support-requests-for-commercial-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7049:\"<img />\n\n\n\n<p>WordPress’ Support Team contributors are <a href=\"https://make.wordpress.org/support/2020/09/talking-point-handling-support-for-commercial-users-on-the-wordpress-forums/\">discussing</a> how they can curb support requests for commercial products on the official WordPress.org forums. Users sometimes seek help for commercial product upgrades on the forums of the free version, not knowing that the moderators’ official policy is to refer them to the extension’s commercial support channel. In other instances, it is not immediately clear whether the issue is with the free version or a paid upgrade that the user has installed. </p>\n\n\n\n<p>“This has come up a few times the past weeks, mostly in relation to plugins that have a free base product on <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>, but sell addons on their own site, and where the line is drawn on who can get supported where,” WordPress contributor Marius Jensen said during the team’s most recent meeting. “Authors are not allowed to support their paid products on <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a> as is, but where do you draw the line, for example, when a base plugin causes issues with a paid addon, should then support be allowed for the base product on <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>, since that’s the root issue, or should it be shipped off to the author’s own site, since it affects a paying user?”</p>\n\n\n\n<p>This type of issue is common among products where WordPress.org is the main distribution channel for a popular free theme or plugin. The support relationship between the free and commercial products often intersects in an ambiguous way.</p>\n\n\n\n<p>“The goal is to ensure that paying customers and free users get the best support they can, from the ones that can give it,” Jensen said. Volunteers do not have access to the commercial products, nor is it their job to support them. This is the crux of the matter.</p>\n\n\n\n<p>“It’s an unacceptable misuse of volunteers time to support a product someone else has been paid to support,” Jensen said.</p>\n\n\n\n<p>Contributors discussed how they can handle different scenarios where it’s unclear where the root of the problem is, in order to move the burden away from the support moderators, allowing the extension’s author to discern if the problem is with the free version or commercial add-on. Volunteers should not have to familiarize themselves with the minute distinctions between the features that are offered for free or as an upgrade.</p>\n\n\n\n<p>On the other side of these support scenarios, where it isn’t clear where the problem originates, plugin and theme authors can be inconvenienced when support topics are hastily closed.</p>\n\n\n\n<p>“It’s just that the closing of topics seems counter productive for those (users and devs alike) that get it wrong,” plugin developer Arnan de Gans said. “Since plugin/theme makers do not have any control over these forums we can’t do a thing after topics get closed. Which works against the user experience by creating confusion.” He suggested the team consider a grace period where the developer has a day or two to respond.</p>\n\n\n\n<p>Ben Meredith, head of support for a freemium plugin, chimed in on the discussion, urging the support team to consider how closing issues can sometimes create a bad user experience:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p> An issue related to premium products is raised, and summarily closed by forum mods for being about a premium product. This creates a “googleable” record of the error message/problem that then attracts other visitors. Once the issue has been closed, we get copy-cat issues “I am having the same problem (link to closed post)” We get those replies in both followup forum posts and internal tickets. To the layperson who has no idea the distinction between “WordPress core volunteer” and “Company I just paid money to,” this creates a bad experience all around.</p><p>Premium users are treated like second-class citizens on the forums. They don’t know the guidelines, and reached out for help. This may be their first interaction with the WordPress community, and sometimes a well-meaning forum moderator can come across as wrist-slapping the exact people we want to give white-glove service to (they just paid us!).</p></blockquote>\n\n\n\n<p>Michelle Frechette, Head of Customer Success at GiveWP, also shared this sentiment regarding the user experience. </p>\n\n\n\n<p>“Something I’m not seeing addressed much here is how alienating it can feel to be corrected by the mods (or even the plugin authors) to be directed from the forums back to the paid support page,” she said. </p>\n\n\n\n<p>Ben Meredith said that despite sticky posts telling users not to post questions about commercial products, notes in the readme file, website notices, and canned replies, users will inevitably end up posting in the forums anyway. Steering them away to commercial support channels should be done in a way that does not make seeking help on WordPress.org an unwelcoming experience.</p>\n\n\n\n<p>“I want for the forums to feel as welcoming as a WordCamp,” Meredith said.</p>\n\n\n\n<p>“The current enforcement of the ‘premium plugins can’t get support here’ is not in line with that overarching goal: users using and enjoying WordPress. Currently, premium users (who are potential community members and community leaders!) are getting a first impression of the community that is ‘You’re doing it wrong!’</p>\n\n\n\n<p>“I’d rather their first impression be ‘Happy to help! heads up, for questions like this in the future, we need you to go here.\'”</p>\n\n\n\n<p>In trying to ease the burden placed on volunteer support forum moderators, it’s important to consider how any new policy might also negatively impact developers hosting their plugins and themes on WordPress.org, and what kind of vibe the response gives to users in search of help. There are more suggestions for solutions in the comments on the post, and the discussion is open until <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20200913T0000\">Saturday, September 12, 2020, 07:00 PM CDT</a>. The Support Team is seeking to get a wider range of viewpoints from plugin and theme authors before making a final decision on new guidelines for addressing requests for support on commercial products. Make sure to <a href=\"https://make.wordpress.org/support/2020/09/talking-point-handling-support-for-commercial-users-on-the-wordpress-forums/\">jump in on the comments</a> within the next week if you have something to add to the discussion.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Sep 2020 02:03:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 07 Oct 2020 18:15:31 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 07 Oct 2020 18:00:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20201007181439\";}','no'),(28465,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1602137731','no'),(28466,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1602094531','no'),(28467,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1602137731','no'),(28468,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/10/the-month-in-wordpress-september-2020/\'>The Month in WordPress: September 2020</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/jetpack-9-0-introduces-loom-block-twitter-threads-feature-and-facebook-and-instagram-oembeds?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-9-0-introduces-loom-block-twitter-threads-feature-and-facebook-and-instagram-oembeds\'>WPTavern: Jetpack 9.0 Introduces Loom Block, Twitter Threads Feature, and Facebook and Instagram oEmbeds</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/joost-de-valk-on-wordpress-marketshare/\'>Post Status: Joost de Valk on WordPress marketshare</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/ithemes-buys-wpcomplete-complementing-its-recent-restrict-content-pro-acquisition?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-buys-wpcomplete-complementing-its-recent-restrict-content-pro-acquisition\'>WPTavern: iThemes Buys WPComplete, Complementing Its Recent Restrict Content Pro Acquisition</a></li></ul></div>','no'),(28469,'give_cache__give_notice_give-stripe-connect-banner_shortly_1','a:2:{s:4:\"data\";b:1;s:10:\"expiration\";i:1602181545;}','no'),(28477,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1602107710','no'),(28478,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4723;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4396;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2684;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2564;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1977;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1825;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1806;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1491;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1490;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1487;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1458;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1458;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1446;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1306;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1224;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1206;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1161;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1135;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1109;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1015;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:903;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:901;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:882;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:880;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:814;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:802;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:795;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:781;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:779;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:753;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:750;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:726;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:720;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:703;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:703;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:688;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:664;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:657;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:651;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:636;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:635;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:615;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:604;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:592;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:584;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:582;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:578;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:568;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:563;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:558;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:557;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:552;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:551;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:543;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:533;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:532;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:528;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:523;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:521;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:521;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:507;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:497;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:492;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:484;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:480;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:478;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:464;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:458;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:441;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:441;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:439;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:438;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:435;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:433;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:428;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:426;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:425;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:424;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:419;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:416;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:413;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:404;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:399;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:397;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:393;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:388;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:384;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:383;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:379;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:378;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:375;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:372;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:366;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:360;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:358;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:349;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:346;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:344;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:341;}}','no'),(28486,'duplicator_settings','a:17:{s:7:\"version\";s:6:\"1.3.38\";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:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";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'),(28487,'duplicator_lite_inst_hash_notice','1','yes'),(28488,'duplicator_version_plugin','1.3.38','yes'),(28489,'_transient_timeout_plugin_slugs','1602185978','no'),(28490,'_transient_plugin_slugs','a:15:{i:0;s:19:\"akismet/akismet.php\";i:1;s:27:\"autoptimize/autoptimize.php\";i:2;s:45:\"tiny-compress-images/tiny-compress-images.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:51:\"enable-gzip-compression/enable-gzip-compression.php\";i:5;s:13:\"give/give.php\";i:6;s:39:\"us-header-builder/us-header-builder.php\";i:7;s:9:\"hello.php\";i:8;s:27:\"p3-profiler/p3-profiler.php\";i:9;s:23:\"pagelayer/pagelayer.php\";i:10;s:27:\"redirection/redirection.php\";i:11;s:23:\"revslider/revslider.php\";i:12;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:13;s:27:\"js_composer/js_composer.php\";i:14;s:23:\"wp-rocket/wp-rocket.php\";}','no'),(28491,'_transient_timeout_give_upgrade_notice_2.8.0','1602183612','no'),(28492,'_transient_give_upgrade_notice_2.8.0','','no'),(28495,'duplicator_ui_view_state','a:1:{s:27:\"dup-settings-diag-srv-panel\";s:1:\"1\";}','yes'),(28503,'redirection_options','a:24:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"4f89eb4800b626c97ce4076873a3a5a9\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:0;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:0:\"\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;}','yes'),(28520,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1602148110;s:7:\"checked\";a:6:{s:11:\"restoneu-ex\";s:5:\"1.1.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.0\";s:8:\"wpnull24\";s:5:\"6.0.4\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.2.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(28522,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1602148111;s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.1.2\";s:27:\"autoptimize/autoptimize.php\";s:5:\"2.5.1\";s:45:\"tiny-compress-images/tiny-compress-images.php\";s:5:\"3.2.0\";s:25:\"duplicator/duplicator.php\";s:6:\"1.3.38\";s:51:\"enable-gzip-compression/enable-gzip-compression.php\";s:5:\"1.0.3\";s:13:\"give/give.php\";s:6:\"2.5.10\";s:39:\"us-header-builder/us-header-builder.php\";s:5:\"2.5.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"p3-profiler/p3-profiler.php\";s:7:\"1.5.3.9\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.1.8\";s:27:\"redirection/redirection.php\";s:3:\"4.8\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.3\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:6:\"3.18.0\";s:27:\"js_composer/js_composer.php\";s:3:\"5.7\";s:23:\"wp-rocket/wp-rocket.php\";s:7:\"3.0.5.1\";}s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:5:\"2.7.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.2.7.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"tiny-compress-images/tiny-compress-images.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/tiny-compress-images\";s:4:\"slug\";s:20:\"tiny-compress-images\";s:6:\"plugin\";s:45:\"tiny-compress-images/tiny-compress-images.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/tiny-compress-images/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/tiny-compress-images.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/tiny-compress-images/assets/icon-256x256.png?rev=1088385\";s:2:\"1x\";s:73:\"https://ps.w.org/tiny-compress-images/assets/icon-128x128.png?rev=1088385\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/tiny-compress-images/assets/banner-1544x500.jpg?rev=1088297\";s:2:\"1x\";s:75:\"https://ps.w.org/tiny-compress-images/assets/banner-772x250.jpg?rev=1088297\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:13:\"give/give.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:18:\"w.org/plugins/give\";s:4:\"slug\";s:4:\"give\";s:6:\"plugin\";s:13:\"give/give.php\";s:11:\"new_version\";s:5:\"2.8.0\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/give/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/give.2.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://ps.w.org/give/assets/icon-256x256.jpg?rev=2225724\";s:2:\"1x\";s:57:\"https://ps.w.org/give/assets/icon-128x128.jpg?rev=2225724\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/give/assets/banner-1544x500.jpg?rev=2373349\";s:2:\"1x\";s:59:\"https://ps.w.org/give/assets/banner-772x250.jpg?rev=2373349\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"pagelayer/pagelayer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/pagelayer\";s:4:\"slug\";s:9:\"pagelayer\";s:6:\"plugin\";s:23:\"pagelayer/pagelayer.php\";s:11:\"new_version\";s:5:\"1.3.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pagelayer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pagelayer.1.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-256x256.png?rev=2064937\";s:2:\"1x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-128x128.png?rev=2064937\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pagelayer/assets/banner-1544x500.jpg?rev=2064937\";s:2:\"1x\";s:64:\"https://ps.w.org/pagelayer/assets/banner-772x250.jpg?rev=2064937\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.1\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{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.38\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.3.38.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:51:\"enable-gzip-compression/enable-gzip-compression.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/enable-gzip-compression\";s:4:\"slug\";s:23:\"enable-gzip-compression\";s:6:\"plugin\";s:51:\"enable-gzip-compression/enable-gzip-compression.php\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/enable-gzip-compression/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/enable-gzip-compression.1.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/enable-gzip-compression/assets/icon-256x256.png?rev=1835613\";s:2:\"1x\";s:76:\"https://ps.w.org/enable-gzip-compression/assets/icon-128x128.png?rev=1835613\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"p3-profiler/p3-profiler.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/p3-profiler\";s:4:\"slug\";s:11:\"p3-profiler\";s:6:\"plugin\";s:27:\"p3-profiler/p3-profiler.php\";s:11:\"new_version\";s:7:\"1.5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/p3-profiler/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/p3-profiler.1.5.3.9.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/p3-profiler_80a82a.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/p3-profiler/assets/banner-772x250.png?rev=491856\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:3:\"4.8\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/redirection.4.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(28524,'_site_transient_update_wprocket','1602187712','no'),(28525,'_site_transient_timeout_theme_roots','1602153707','no'),(28526,'_site_transient_theme_roots','a:6:{s:11:\"restoneu-ex\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:8:\"wpnull24\";s:7:\"/themes\";}','no'),(28527,'_transient_doing_cron','1602151983.5166070461273193359375','yes'); /*!40000 ALTER TABLE `wpmd_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_postmeta` -- DROP TABLE IF EXISTS `wpmd_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_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=1269 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_postmeta` -- LOCK TABLES `wpmd_postmeta` WRITE; /*!40000 ALTER TABLE `wpmd_postmeta` DISABLE KEYS */; INSERT INTO `wpmd_postmeta` VALUES (2,3,'_wp_page_template','default'),(7,7,'_us_in_content_ids',''),(8,7,'us_og_image','https://depak.org/wp-content/uploads/2019/12/Depak_new-Logo_white-2.png'),(11,9,'_us_in_content_ids',''),(12,9,'us_og_image',''),(24,9,'_edit_lock','1588799287:1'),(25,14,'_wp_attached_file','2019/10/Depak__Final.png'),(26,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:251;s:4:\"file\";s:24:\"2019/10/Depak__Final.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Depak__Final-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:\"Depak__Final-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:24:\"Depak__Final-350x251.png\";s:5:\"width\";i:350;s:6:\"height\";i:251;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:{}}}'),(27,9,'slide_template',''),(94,21,'_us_in_content_ids',''),(95,21,'us_og_image',''),(96,21,'_edit_lock','1570867676:1'),(97,22,'_us_in_content_ids',''),(98,22,'us_og_image','https://img.youtube.com/vi/j_SjhcdF_J4/maxresdefault.jpg'),(99,22,'_edit_lock','1576318024:1'),(100,22,'_edit_last','1'),(101,22,'us_header_id','__defaults__'),(102,22,'us_header_sticky_override','0'),(103,22,'us_header_sticky',NULL),(104,22,'us_header_transparent_override','0'),(105,22,'us_header_transparent',NULL),(106,22,'us_header_shadow','0'),(107,22,'us_header_sticky_pos',''),(108,22,'us_titlebar_id',NULL),(109,22,'us_content_id','__defaults__'),(110,22,'us_sidebar_id',NULL),(111,22,'us_sidebar_pos',NULL),(112,22,'us_footer_id','__defaults__'),(113,22,'us_tile_bg_color',''),(114,22,'us_tile_text_color',''),(115,22,'us_tile_size','1x1'),(116,22,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(117,22,'us_tile_additional_image',''),(118,22,'slide_template','default'),(119,22,'_wpb_vc_js_status','true'),(126,26,'_us_in_content_ids',''),(127,26,'us_og_image',''),(128,26,'_edit_lock','1576329782:1'),(129,26,'_edit_last','1'),(130,26,'us_header_id','__defaults__'),(131,26,'us_header_sticky_override','0'),(132,26,'us_header_sticky',NULL),(133,26,'us_header_transparent_override','0'),(134,26,'us_header_transparent',NULL),(135,26,'us_header_shadow','0'),(136,26,'us_header_sticky_pos',''),(137,26,'us_titlebar_id',NULL),(138,26,'us_content_id','__defaults__'),(139,26,'us_sidebar_id',NULL),(140,26,'us_sidebar_pos',NULL),(141,26,'us_footer_id','__defaults__'),(142,26,'us_tile_bg_color',''),(143,26,'us_tile_text_color',''),(144,26,'us_tile_size','1x1'),(145,26,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(146,26,'us_tile_additional_image',''),(147,26,'slide_template','default'),(148,26,'_wpb_vc_js_status','true'),(149,28,'_us_in_content_ids',''),(150,28,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(151,28,'_edit_lock','1579006043:1'),(152,28,'_edit_last','1'),(153,28,'us_header_id','__defaults__'),(154,28,'us_header_sticky_override','0'),(155,28,'us_header_sticky',NULL),(156,28,'us_header_transparent_override','0'),(157,28,'us_header_transparent',NULL),(158,28,'us_header_shadow','0'),(159,28,'us_header_sticky_pos',''),(160,28,'us_titlebar_id',NULL),(161,28,'us_content_id','__defaults__'),(162,28,'us_sidebar_id',NULL),(163,28,'us_sidebar_pos',NULL),(164,28,'us_footer_id','__defaults__'),(165,28,'us_tile_bg_color',''),(166,28,'us_tile_text_color',''),(167,28,'us_tile_size','1x1'),(168,28,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(169,28,'us_tile_additional_image',''),(170,28,'slide_template','default'),(171,28,'_wpb_vc_js_status','true'),(172,30,'_us_in_content_ids',''),(173,30,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(174,30,'_edit_lock','1574977178:1'),(175,30,'_edit_last','1'),(176,30,'us_header_id','__defaults__'),(177,30,'us_header_sticky_override','0'),(178,30,'us_header_sticky',NULL),(179,30,'us_header_transparent_override','0'),(180,30,'us_header_transparent',NULL),(181,30,'us_header_shadow','0'),(182,30,'us_header_sticky_pos',''),(183,30,'us_titlebar_id',NULL),(184,30,'us_content_id','__defaults__'),(185,30,'us_sidebar_id',NULL),(186,30,'us_sidebar_pos',NULL),(187,30,'us_footer_id','__defaults__'),(188,30,'us_tile_bg_color',''),(189,30,'us_tile_text_color',''),(190,30,'us_tile_size','1x1'),(191,30,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(192,30,'us_tile_additional_image',''),(193,30,'slide_template','default'),(194,30,'_wpb_vc_js_status','true'),(195,32,'_us_in_content_ids',''),(196,32,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(197,32,'_edit_lock','1588800941:1'),(198,32,'_edit_last','1'),(199,32,'us_header_id','__defaults__'),(200,32,'us_header_sticky_override','0'),(201,32,'us_header_sticky',NULL),(202,32,'us_header_transparent_override','0'),(203,32,'us_header_transparent',NULL),(204,32,'us_header_shadow','0'),(205,32,'us_header_sticky_pos',''),(206,32,'us_titlebar_id',NULL),(207,32,'us_content_id','__defaults__'),(208,32,'us_sidebar_id',NULL),(209,32,'us_sidebar_pos',NULL),(210,32,'us_footer_id','__defaults__'),(211,32,'us_tile_bg_color',''),(212,32,'us_tile_text_color',''),(213,32,'us_tile_size','1x1'),(214,32,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(215,32,'us_tile_additional_image',''),(216,32,'slide_template','default'),(217,32,'_wpb_vc_js_status','true'),(223,35,'_us_in_content_ids',''),(224,35,'us_og_image',''),(225,35,'_menu_item_type','post_type'),(226,35,'_menu_item_menu_item_parent','268'),(227,35,'_menu_item_object_id','32'),(228,35,'_menu_item_object','page'),(229,35,'_menu_item_target',''),(230,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(231,35,'_menu_item_xfn',''),(232,35,'_menu_item_url',''),(234,36,'_us_in_content_ids',''),(235,36,'us_og_image',''),(236,36,'_menu_item_type','post_type'),(237,36,'_menu_item_menu_item_parent','268'),(238,36,'_menu_item_object_id','30'),(239,36,'_menu_item_object','page'),(240,36,'_menu_item_target',''),(241,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(242,36,'_menu_item_xfn',''),(243,36,'_menu_item_url',''),(256,38,'_us_in_content_ids',''),(257,38,'us_og_image',''),(258,38,'_menu_item_type','post_type'),(259,38,'_menu_item_menu_item_parent','268'),(260,38,'_menu_item_object_id','26'),(261,38,'_menu_item_object','page'),(262,38,'_menu_item_target',''),(263,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(264,38,'_menu_item_xfn',''),(265,38,'_menu_item_url',''),(267,39,'_wp_attached_file','revslider/youtubehero/youtubebg.jpg'),(268,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"revslider/youtubehero/youtubebg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"youtubebg-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:\"youtubebg-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"youtubebg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:21:\"youtubebg-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:21:\"youtubebg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;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:{}}}'),(269,41,'_wp_attached_file','2019/10/Favicon.png'),(270,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:99;s:6:\"height\";i:99;s:4:\"file\";s:19:\"2019/10/Favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(279,22,'pagelayer-data','1570795292'),(280,22,'_wp_page_template','default'),(281,48,'_wp_attached_file','2019/10/earth.png'),(282,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:302;s:6:\"height\";i:308;s:4:\"file\";s:17:\"2019/10/earth.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"earth-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:17:\"earth-294x300.png\";s:5:\"width\";i:294;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:{}}}'),(283,50,'_wpb_shortcodes_custom_css','.vc_custom_1570806359268{padding-top: 20px !important;padding-bottom: 20px !important;}'),(284,22,'_wpb_shortcodes_custom_css','.vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}'),(285,51,'_wp_attached_file','2019/10/Researchers.png'),(286,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2019/10/Researchers.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Researchers-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:\"Researchers-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:23:\"Researchers-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_600_600_crop\";a:4:{s:4:\"file\";s:23:\"Researchers-600x512.png\";s:5:\"width\";i:600;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:{}}}'),(287,52,'_wpb_shortcodes_custom_css','.vc_custom_1570806359268{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}'),(288,53,'_wpb_shortcodes_custom_css','.vc_custom_1570806359268{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}'),(289,54,'_wpb_shortcodes_custom_css','.vc_custom_1570808641601{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}'),(290,55,'_wpb_shortcodes_custom_css','.vc_custom_1570808899416{padding-top: 70px !important;padding-bottom: 70px !important;}.vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}'),(291,56,'_wpb_shortcodes_custom_css','.vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}'),(292,57,'_wpb_shortcodes_custom_css','.vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}'),(293,58,'_wp_attached_file','2019/10/Wildlife.png'),(294,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:302;s:6:\"height\";i:308;s:4:\"file\";s:20:\"2019/10/Wildlife.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Wildlife-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:\"Wildlife-294x300.png\";s:5:\"width\";i:294;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:{}}}'),(295,59,'_wpb_shortcodes_custom_css','.vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}'),(296,7,'_edit_lock','1577718896:1'),(297,7,'_edit_last','1'),(298,7,'used_in_locations',NULL),(299,7,'slide_template','default'),(300,7,'_wpb_vc_js_status','true'),(301,62,'_wp_attached_file','2019/10/Depak__Final_White.png'),(302,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:251;s:4:\"file\";s:30:\"2019/10/Depak__Final_White.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Depak__Final_White-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:\"Depak__Final_White-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"us_350_350_crop\";a:4:{s:4:\"file\";s:30:\"Depak__Final_White-350x251.png\";s:5:\"width\";i:350;s:6:\"height\";i:251;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:{}}}'),(303,7,'_wpb_shortcodes_custom_css','.vc_custom_1574340272673{padding-top: 85px !important;padding-bottom: 25px !important;background-color: #6b9726 !important;}.vc_custom_1570866850028{padding-bottom: 25px !important;}.vc_custom_1570867024682{padding-bottom: 25px !important;}'),(304,63,'_wp_attached_file','2019/10/Depak__Final_White-1.png'),(305,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:113;s:4:\"file\";s:32:\"2019/10/Depak__Final_White-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Depak__Final_White-1-150x113.png\";s:5:\"width\";i:150;s:6:\"height\";i:113;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:{}}}'),(306,64,'_wp_attached_file','2019/10/Depak__Final_White-2.png'),(307,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:81;s:4:\"file\";s:32:\"2019/10/Depak__Final_White-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Depak__Final_White-2-150x81.png\";s:5:\"width\";i:150;s:6:\"height\";i:81;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:{}}}'),(308,65,'_wp_attached_file','2019/10/Nature.jpg'),(309,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1008;s:4:\"file\";s:18:\"2019/10/Nature.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Nature-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:\"Nature-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Nature-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:18:\"Nature-350x221.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:18:\"Nature-600x378.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:18:\"Nature-600x378.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:378;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:{}}}'),(311,28,'pagelayer-data','1570867838'),(312,28,'_wp_page_template','default'),(313,71,'_wp_attached_file','2019/10/1-1.jpg'),(314,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/10/1-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-1-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-1-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-1-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-1-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;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:{}}}'),(315,74,'_wp_attached_file','2019/10/Touseef.png'),(316,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:19:\"2019/10/Touseef.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Touseef-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:{}}}'),(317,28,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576083051427{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576084600336{padding-top: 30px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576088590824{padding-top: 25px !important;}.vc_custom_1576088649000{padding-top: 25px !important;}.vc_custom_1576088750839{padding-top: 25px !important;}.vc_custom_1576088816586{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1576087433552{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1576086254977{padding-top: 25px !important;}.vc_custom_1576086325692{padding-top: 25px !important;}.vc_custom_1576086353574{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1576084530712{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(318,82,'_wp_attached_file','2019/10/Bilal.png'),(319,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:274;s:6:\"height\";i:274;s:4:\"file\";s:17:\"2019/10/Bilal.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Bilal-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:{}}}'),(320,83,'_wp_attached_file','2019/10/Farooq.png'),(321,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:18:\"2019/10/Farooq.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Farooq-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:{}}}'),(322,84,'_wp_attached_file','2019/10/Umar.png'),(323,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:276;s:4:\"file\";s:16:\"2019/10/Umar.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Umar-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:{}}}'),(324,89,'_wpb_shortcodes_custom_css','.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(325,90,'_wpb_shortcodes_custom_css','.vc_custom_1570974507571{padding-bottom: 35px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570974471878{padding-top: 20px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(326,91,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570974861190{padding-top: 45px !important;padding-bottom: 35px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(327,92,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570978876824{padding-top: 55px !important;padding-bottom: 65px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(328,93,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(329,94,'_wp_attached_file','2019/10/1-2.jpg'),(330,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/10/1-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-2-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-2-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-2-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-2-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-2-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(331,95,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(332,96,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570986573759{padding-top: 40px !important;padding-bottom: 50px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(333,97,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570986827114{padding-top: 70px !important;padding-bottom: 60px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(334,98,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570986827114{padding-top: 70px !important;padding-bottom: 60px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570987194348{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(335,99,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570986827114{padding-top: 70px !important;padding-bottom: 60px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570987194348{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(338,101,'_us_in_content_ids',''),(339,101,'us_og_image','https://depak.org/wp-content/uploads/2019/12/Conservation-1.png'),(340,101,'_edit_lock','1576359379:1'),(341,101,'_edit_last','1'),(342,101,'us_header_id','__defaults__'),(343,101,'us_header_sticky_override','0'),(344,101,'us_header_sticky',NULL),(345,101,'us_header_transparent_override','0'),(346,101,'us_header_transparent',NULL),(347,101,'us_header_shadow','0'),(348,101,'us_header_sticky_pos',''),(349,101,'us_titlebar_id',NULL),(350,101,'us_content_id','__defaults__'),(351,101,'us_sidebar_id',NULL),(352,101,'us_sidebar_pos',NULL),(353,101,'us_footer_id','__defaults__'),(354,101,'us_tile_bg_color',''),(355,101,'us_tile_text_color',''),(356,101,'us_tile_size','1x1'),(357,101,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(358,101,'us_tile_additional_image',''),(359,101,'slide_template','default'),(360,101,'_wpb_vc_js_status','true'),(361,103,'_us_in_content_ids',''),(362,103,'us_og_image',''),(363,103,'_menu_item_type','post_type'),(364,103,'_menu_item_menu_item_parent','0'),(365,103,'_menu_item_object_id','101'),(366,103,'_menu_item_object','page'),(367,103,'_menu_item_target',''),(368,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(369,103,'_menu_item_xfn',''),(370,103,'_menu_item_url',''),(372,104,'_us_in_content_ids',''),(373,104,'us_og_image','http://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(374,104,'_edit_lock','1601841904:1'),(375,104,'_edit_last','1'),(376,104,'us_header_id','__defaults__'),(377,104,'us_header_sticky_override','0'),(378,104,'us_header_sticky',NULL),(379,104,'us_header_transparent_override','0'),(380,104,'us_header_transparent',NULL),(381,104,'us_header_shadow','0'),(382,104,'us_header_sticky_pos',''),(383,104,'us_titlebar_id',NULL),(384,104,'us_content_id','__defaults__'),(385,104,'us_sidebar_id',NULL),(386,104,'us_sidebar_pos',NULL),(387,104,'us_footer_id','__defaults__'),(388,104,'us_tile_bg_color',''),(389,104,'us_tile_text_color',''),(390,104,'us_tile_size','1x1'),(391,104,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(392,104,'us_tile_additional_image',''),(393,104,'slide_template','default'),(394,104,'_wpb_vc_js_status','true'),(395,107,'_us_in_content_ids',''),(396,107,'us_og_image',''),(397,107,'_menu_item_type','post_type'),(398,107,'_menu_item_menu_item_parent','0'),(399,107,'_menu_item_object_id','104'),(400,107,'_menu_item_object','page'),(401,107,'_menu_item_target',''),(402,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(403,107,'_menu_item_xfn',''),(404,107,'_menu_item_url',''),(406,110,'_wp_attached_file','2019/11/1-3.jpg'),(407,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/11/1-3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-3-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:\"1-3-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-3-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-3-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-3-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-3-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(408,104,'pagelayer-data','1574272666'),(409,104,'_wpb_shortcodes_custom_css','.vc_custom_1574272927992{padding-top: 40px !important;}'),(410,104,'_wp_page_template','default'),(411,115,'_wpb_shortcodes_custom_css','.vc_custom_1574272927992{padding-top: 40px !important;}'),(412,116,'_wpb_shortcodes_custom_css','.vc_custom_1574272927992{padding-top: 40px !important;}'),(413,117,'_us_in_content_ids',''),(414,117,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(415,117,'_edit_lock','1575984789:1'),(416,117,'_edit_last','1'),(417,117,'us_header_id','__defaults__'),(418,117,'us_header_sticky_override','0'),(419,117,'us_header_sticky',NULL),(420,117,'us_header_transparent_override','0'),(421,117,'us_header_transparent',NULL),(422,117,'us_header_shadow','0'),(423,117,'us_header_sticky_pos',''),(424,117,'us_titlebar_id',NULL),(425,117,'us_content_id','__defaults__'),(426,117,'us_sidebar_id',NULL),(427,117,'us_sidebar_pos',NULL),(428,117,'us_footer_id','__defaults__'),(429,117,'us_tile_bg_color',''),(430,117,'us_tile_text_color',''),(431,117,'us_tile_size','1x1'),(432,117,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(433,117,'us_tile_additional_image',''),(434,117,'slide_template','default'),(435,117,'_wpb_vc_js_status','true'),(436,119,'_us_in_content_ids',''),(437,119,'us_og_image',''),(438,119,'_menu_item_type','post_type'),(439,119,'_menu_item_menu_item_parent','268'),(440,119,'_menu_item_object_id','117'),(441,119,'_menu_item_object','page'),(442,119,'_menu_item_target',''),(443,119,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(444,119,'_menu_item_xfn',''),(445,119,'_menu_item_url',''),(447,120,'_wp_attached_file','2019/11/1-4.jpg'),(448,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/11/1-4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-4-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:\"1-4-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-4-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-4-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-4-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-4-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(449,117,'_wp_page_template','default'),(450,124,'_wpb_shortcodes_custom_css','.vc_custom_1574275762837{padding-top: 40px !important;}'),(451,117,'_wpb_shortcodes_custom_css','.vc_custom_1575984743239{padding-top: 40px !important;}'),(452,125,'_wpb_shortcodes_custom_css','.vc_custom_1574275960046{padding-top: 40px !important;}'),(453,126,'_us_in_content_ids',''),(454,126,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(455,126,'_edit_lock','1575996187:1'),(456,126,'_edit_last','1'),(457,126,'us_header_id','__defaults__'),(458,126,'us_header_sticky_override','0'),(459,126,'us_header_sticky',NULL),(460,126,'us_header_transparent_override','0'),(461,126,'us_header_transparent',NULL),(462,126,'us_header_shadow','0'),(463,126,'us_header_sticky_pos',''),(464,126,'us_titlebar_id',NULL),(465,126,'us_content_id','__defaults__'),(466,126,'us_sidebar_id',NULL),(467,126,'us_sidebar_pos',NULL),(468,126,'us_footer_id','__defaults__'),(469,126,'us_tile_bg_color',''),(470,126,'us_tile_text_color',''),(471,126,'us_tile_size','1x1'),(472,126,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(473,126,'us_tile_additional_image',''),(474,126,'slide_template','default'),(475,126,'_wpb_vc_js_status','true'),(476,128,'_us_in_content_ids',''),(477,128,'us_og_image',''),(478,128,'_menu_item_type','post_type'),(479,128,'_menu_item_menu_item_parent','268'),(480,128,'_menu_item_object_id','126'),(481,128,'_menu_item_object','page'),(482,128,'_menu_item_target',''),(483,128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(484,128,'_menu_item_xfn',''),(485,128,'_menu_item_url',''),(487,129,'_wp_attached_file','2019/11/1-5.jpg'),(488,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/11/1-5.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-5-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-5-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"1-5-1536x567.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-5-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-5-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-5-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(489,126,'_wp_page_template','default'),(490,132,'_wp_attached_file','2019/11/1.jpg'),(491,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:13:\"2019/11/1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"1-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(492,133,'_wp_attached_file','2019/11/2.jpg'),(493,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:13:\"2019/11/2.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"2-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(494,134,'_wp_attached_file','2019/11/3.jpg'),(495,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:13:\"2019/11/3.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"3-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(496,135,'_wp_attached_file','2019/11/4.jpg'),(497,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:13:\"2019/11/4.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"4-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(498,136,'_wp_attached_file','2019/11/5.jpg'),(499,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:13:\"2019/11/5.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"5-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(500,137,'_wp_attached_file','2019/11/6.jpg'),(501,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:13:\"2019/11/6.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"6-350x197.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"6-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"6-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(502,138,'_wp_attached_file','2019/11/8.jpg'),(503,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:559;s:4:\"file\";s:13:\"2019/11/8.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"8-350x245.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"8-600x419.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"8-572x400.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(504,139,'_wp_attached_file','2019/11/9.jpg'),(505,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:13:\"2019/11/9.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:13:\"9-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:13:\"9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:13:\"9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(506,126,'_wpb_shortcodes_custom_css','.vc_custom_1575993065693{padding-top: 40px !important;}.vc_custom_1574321580879{padding-bottom: 40px !important;}'),(507,30,'_wp_page_template','default'),(508,148,'_wpb_shortcodes_custom_css','.vc_custom_1574331100925{padding-top: 60px !important;}'),(509,30,'_wpb_shortcodes_custom_css','.vc_custom_1574331100925{padding-top: 60px !important;}.vc_custom_1574336409567{margin-top: 40px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(510,149,'_wpb_shortcodes_custom_css','.vc_custom_1574331100925{padding-top: 60px !important;}'),(511,150,'_wp_attached_file','2019/11/bat-flying.jpg'),(512,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:675;s:4:\"file\";s:22:\"2019/11/bat-flying.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bat-flying-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bat-flying-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:22:\"bat-flying-350x263.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:22:\"bat-flying-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:22:\"bat-flying-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;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:{}}}'),(513,154,'_us_in_content_ids',''),(514,154,'us_og_image',''),(515,154,'_menu_item_type','post_type'),(516,154,'_menu_item_menu_item_parent','268'),(517,154,'_menu_item_object_id','28'),(518,154,'_menu_item_object','page'),(519,154,'_menu_item_target',''),(520,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(521,154,'_menu_item_xfn',''),(522,154,'_menu_item_url',''),(524,155,'_wpb_shortcodes_custom_css','.vc_custom_1574331100925{padding-top: 60px !important;}.vc_custom_1574336409567{margin-top: 40px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(525,156,'_wpb_shortcodes_custom_css','.vc_custom_1574272927992{padding-top: 40px !important;}'),(526,157,'_us_in_content_ids',''),(527,157,'us_og_image',''),(528,158,'_us_in_content_ids',''),(529,158,'us_og_image',''),(530,159,'_us_in_content_ids',''),(531,159,'us_og_image',''),(532,160,'_us_in_content_ids',''),(533,160,'us_og_image',''),(534,161,'_us_in_content_ids',''),(535,161,'us_og_image',''),(536,162,'_us_in_content_ids',''),(537,162,'us_og_image',''),(538,166,'_wpb_shortcodes_custom_css','.vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}'),(539,167,'_wp_attached_file','2019/11/1-6.jpg'),(540,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/11/1-6.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-6-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-6-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"1-6-1536x567.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-6-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-6-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-6-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(541,169,'_wp_attached_file','2019/11/1-6-1.jpg'),(542,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:17:\"2019/11/1-6-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1-6-1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"1-6-1-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"1-6-1-1536x567.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:17:\"1-6-1-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:17:\"1-6-1-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:17:\"1-6-1-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(543,101,'_wp_page_template','default'),(544,172,'_wp_attached_file','2019/11/btm2-bg.jpg'),(545,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:852;s:4:\"file\";s:19:\"2019/11/btm2-bg.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"btm2-bg-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"btm2-bg-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"btm2-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"btm2-bg-1536x682.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:19:\"btm2-bg-350x155.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:19:\"btm2-bg-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:19:\"btm2-bg-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(546,174,'_wp_attached_file','2019/11/btm2-bg-1.jpg'),(547,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2019/11/btm2-bg-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"btm2-bg-1-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"btm2-bg-1-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"btm2-bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"btm2-bg-1-1536x682.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"btm2-bg-1-350x155.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:21:\"btm2-bg-1-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"btm2-bg-1-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(548,177,'_wp_attached_file','2019/11/btm2-bg-2.jpg'),(549,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2019/11/btm2-bg-2.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"btm2-bg-2-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"btm2-bg-2-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"btm2-bg-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"btm2-bg-2-1536x682.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"btm2-bg-2-350x155.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:21:\"btm2-bg-2-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"btm2-bg-2-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(550,179,'_us_in_content_ids',''),(551,179,'us_og_image',''),(552,179,'_edit_lock','1574423309:1'),(553,182,'_wp_attached_file','2019/11/bat_Transparent.png'),(554,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2474;s:6:\"height\";i:1760;s:4:\"file\";s:27:\"2019/11/bat_Transparent.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"bat_Transparent-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bat_Transparent-1024x728.png\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bat_Transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"bat_Transparent-1536x1093.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1093;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"bat_Transparent-2048x1457.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1457;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:27:\"bat_Transparent-350x249.png\";s:5:\"width\";i:350;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:27:\"bat_Transparent-600x427.png\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:27:\"bat_Transparent-562x400.png\";s:5:\"width\";i:562;s:6:\"height\";i:400;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:{}}}'),(555,183,'_wp_attached_file','2019/11/btm2-bg-3.jpg'),(556,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2019/11/btm2-bg-3.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"btm2-bg-3-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"btm2-bg-3-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"btm2-bg-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"btm2-bg-3-1536x682.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"btm2-bg-3-350x155.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:21:\"btm2-bg-3-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"btm2-bg-3-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(559,186,'_wp_attached_file','2019/11/animals_Transparent.png'),(560,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:762;s:6:\"height\";i:520;s:4:\"file\";s:31:\"2019/11/animals_Transparent.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"animals_Transparent-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"animals_Transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:31:\"animals_Transparent-350x239.png\";s:5:\"width\";i:350;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:31:\"animals_Transparent-600x409.png\";s:5:\"width\";i:600;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:31:\"animals_Transparent-586x400.png\";s:5:\"width\";i:586;s:6:\"height\";i:400;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:{}}}'),(561,187,'_wp_attached_file','2019/11/btm2-bg-4.jpg'),(562,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2019/11/btm2-bg-4.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"btm2-bg-4-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"btm2-bg-4-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"btm2-bg-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"btm2-bg-4-1536x682.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"btm2-bg-4-350x155.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:21:\"btm2-bg-4-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"btm2-bg-4-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(563,190,'_wp_attached_file','2019/11/Bat-Conversation-Pakistan_Trasnparent-Logo.png'),(564,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:913;s:6:\"height\";i:365;s:4:\"file\";s:54:\"2019/11/Bat-Conversation-Pakistan_Trasnparent-Logo.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Bat-Conversation-Pakistan_Trasnparent-Logo-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Bat-Conversation-Pakistan_Trasnparent-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:54:\"Bat-Conversation-Pakistan_Trasnparent-Logo-350x140.png\";s:5:\"width\";i:350;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:54:\"Bat-Conversation-Pakistan_Trasnparent-Logo-600x240.png\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:54:\"Bat-Conversation-Pakistan_Trasnparent-Logo-600x240.png\";s:5:\"width\";i:600;s:6:\"height\";i:240;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:{}}}'),(565,192,'_wp_attached_file','2019/11/Chigara.jpg'),(566,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:812;s:4:\"file\";s:19:\"2019/11/Chigara.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Chigara-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Chigara-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:19:\"Chigara-350x296.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:19:\"Chigara-600x508.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:19:\"Chigara-473x400.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:400;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:{}}}'),(567,193,'_wp_attached_file','2019/11/Childhood-2.jpg'),(568,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:23:\"2019/11/Childhood-2.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Childhood-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Childhood-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:23:\"Childhood-2-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:23:\"Childhood-2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:23:\"Childhood-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(569,194,'_wp_attached_file','2019/11/Childhood.jpg'),(570,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:21:\"2019/11/Childhood.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Childhood-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Childhood-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"Childhood-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:21:\"Childhood-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"Childhood-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(571,195,'_wp_attached_file','2019/11/Lizzard.jpg'),(572,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:437;s:4:\"file\";s:19:\"2019/11/Lizzard.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Lizzard-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Lizzard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:19:\"Lizzard-350x212.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:19:\"Lizzard-600x364.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:19:\"Lizzard-600x364.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:364;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:{}}}'),(573,196,'_wp_attached_file','2019/11/Man.jpg'),(574,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:781;s:4:\"file\";s:15:\"2019/11/Man.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Man-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Man-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"Man-350x285.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"Man-600x488.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"Man-492x400.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:400;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:{}}}'),(575,197,'_wp_attached_file','2019/11/Patridge.jpg'),(576,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:889;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2019/11/Patridge.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Patridge-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Patridge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:20:\"Patridge-324x350.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:20:\"Patridge-556x600.jpg\";s:5:\"width\";i:556;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:20:\"Patridge-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;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:{}}}'),(577,198,'_wp_attached_file','2019/11/Urial.jpg'),(578,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:438;s:4:\"file\";s:17:\"2019/11/Urial.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Urial-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Urial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:17:\"Urial-350x213.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:17:\"Urial-600x365.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:17:\"Urial-600x365.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:365;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:{}}}'),(579,202,'_wp_attached_file','2019/11/bats.png'),(580,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:633;s:4:\"file\";s:16:\"2019/11/bats.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bats-300x226.png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bats-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:16:\"bats-350x264.png\";s:5:\"width\";i:350;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:16:\"bats-600x452.png\";s:5:\"width\";i:600;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:16:\"bats-531x400.png\";s:5:\"width\";i:531;s:6:\"height\";i:400;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:{}}}'),(581,205,'_wp_attached_file','2019/11/Environment-Free-Download-PNG.png'),(582,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2019/11/Environment-Free-Download-PNG.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Environment-Free-Download-PNG-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:{}}}'),(583,207,'_wp_attached_file','2019/11/1-21.jpg'),(584,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:16:\"2019/11/1-21.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1-21-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1-21-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"1-21-1536x567.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:16:\"1-21-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:16:\"1-21-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:16:\"1-21-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(585,208,'_wp_attached_file','2019/11/74045-vector-book-ecology-natural-on-environment-environmental-scaled.png'),(586,208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1408;s:4:\"file\";s:81:\"2019/11/74045-vector-book-ecology-natural-on-environment-environmental-scaled.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"74045-vector-book-ecology-natural-on-environment-environmental-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:75:\"74045-vector-book-ecology-natural-on-environment-environmental-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:74:\"74045-vector-book-ecology-natural-on-environment-environmental-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:75:\"74045-vector-book-ecology-natural-on-environment-environmental-1536x845.png\";s:5:\"width\";i:1536;s:6:\"height\";i:845;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:76:\"74045-vector-book-ecology-natural-on-environment-environmental-2048x1126.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1126;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:74:\"74045-vector-book-ecology-natural-on-environment-environmental-350x192.png\";s:5:\"width\";i:350;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:74:\"74045-vector-book-ecology-natural-on-environment-environmental-600x330.png\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:74:\"74045-vector-book-ecology-natural-on-environment-environmental-600x330.png\";s:5:\"width\";i:600;s:6:\"height\";i:330;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:{}}s:14:\"original_image\";s:66:\"74045-vector-book-ecology-natural-on-environment-environmental.png\";}'),(587,212,'_wp_attached_file','2019/11/Map.png'),(588,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:605;s:4:\"file\";s:15:\"2019/11/Map.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Map-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"Map-350x249.png\";s:5:\"width\";i:350;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"Map-600x427.png\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"Map-562x400.png\";s:5:\"width\";i:562;s:6:\"height\";i:400;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:{}}}'),(589,215,'_wp_attached_file','2019/11/ALS-Logo.png'),(590,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2019/11/ALS-Logo.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ALS-Logo-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:20:\"ALS-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:20:\"ALS-Logo-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:20:\"ALS-Logo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:20:\"ALS-Logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:{}}}'),(591,216,'_wp_attached_file','2019/11/btm2-bg-5.jpg'),(592,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2019/11/btm2-bg-5.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"btm2-bg-5-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"btm2-bg-5-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"btm2-bg-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"btm2-bg-5-1536x682.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"btm2-bg-5-350x155.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:21:\"btm2-bg-5-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"btm2-bg-5-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(593,218,'_wp_attached_file','2019/11/Tegga-Kingstom-scaled.jpg'),(594,218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1714;s:4:\"file\";s:33:\"2019/11/Tegga-Kingstom-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Tegga-Kingstom-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Tegga-Kingstom-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Tegga-Kingstom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Tegga-Kingstom-1536x1028.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"Tegga-Kingstom-2048x1371.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:26:\"Tegga-Kingstom-350x234.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:26:\"Tegga-Kingstom-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:26:\"Tegga-Kingstom-598x400.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400555664\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Tegga-Kingstom.jpg\";}'),(595,219,'_wp_attached_file','2019/11/Tigga.png'),(596,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2019/11/Tigga.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Tigga-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:17:\"Tigga-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:17:\"Tigga-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:17:\"Tigga-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:{}}}'),(597,221,'_wp_attached_file','2019/11/Christina.jpg'),(598,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:21:\"2019/11/Christina.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Christina-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(599,222,'_wp_attached_file','2019/11/Ali.png'),(600,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:15:\"2019/11/Ali.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Ali-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:{}}}'),(601,224,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570972459542{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(602,225,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}'),(603,226,'_wpb_shortcodes_custom_css','.vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}'),(604,227,'_wpb_shortcodes_custom_css','.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}'),(605,228,'_wp_attached_file','2019/11/Dr.Bilal_.png'),(606,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:21:\"2019/11/Dr.Bilal_.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Dr.Bilal_-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:{}}}'),(607,229,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}'),(608,230,'_wp_attached_file','2019/11/Tigga-1.png'),(609,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:19:\"2019/11/Tigga-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tigga-1-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:{}}}'),(610,231,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(611,232,'_wp_attached_file','2019/11/Ubaid_.png'),(612,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:18:\"2019/11/Ubaid_.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Ubaid_-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:{}}}'),(613,233,'_wp_attached_file','2019/11/Yasir.png'),(614,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:17:\"2019/11/Yasir.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Yasir-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:{}}}'),(615,234,'_wp_attached_file','2019/11/Shafique.png'),(616,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:20:\"2019/11/Shafique.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Shafique-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:{}}}'),(617,235,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1574978027244{padding-top: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574977984130{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(618,236,'_wp_attached_file','2019/11/Touseef.png'),(619,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:19:\"2019/11/Touseef.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Touseef-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:{}}}'),(620,237,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1574978027244{padding-top: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574977984130{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(621,238,'_wp_attached_file','2019/11/Touseef-1.png'),(622,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:21:\"2019/11/Touseef-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Touseef-1-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:{}}}'),(623,239,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1574978027244{padding-top: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574977984130{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(624,236,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:129401;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:51695;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.399500000000000021760371282653068192303180694580078125;}s:3:\"end\";i:1575055249;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:46123;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:17812;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.38619999999999998774313780813827179372310638427734375;}s:3:\"end\";i:1575057907;}}'),(625,232,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:78636;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:36804;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.468000000000000027089441800853819586336612701416015625;}s:3:\"end\";i:1575055231;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:33889;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:13950;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.411600000000000021405099914773018099367618560791015625;}s:3:\"end\";i:1575055234;}}'),(626,238,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:153704;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:53159;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.34589999999999998525623823297792114317417144775390625;}s:3:\"end\";i:1575055233;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:53288;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:18238;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.342299999999999993161026168309035710990428924560546875;}s:3:\"end\";i:1575055237;}}'),(627,233,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:163822;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:57335;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.34999999999999997779553950749686919152736663818359375;}s:3:\"end\";i:1575055244;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:58395;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:19336;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.331100000000000005417888360170763917267322540283203125;}s:3:\"end\";i:1575055249;}}'),(628,234,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:73460;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:29844;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.40629999999999999449329379785922355949878692626953125;}s:3:\"end\";i:1575055241;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:33224;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12430;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.37409999999999998809840917601832188665866851806640625;}s:3:\"end\";i:1575055243;}}'),(629,230,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:99924;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:38493;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.3851999999999999868549593884381465613842010498046875;}s:3:\"end\";i:1575055327;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:37442;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:14017;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.374400000000000010569323194431490264832973480224609375;}s:3:\"end\";i:1575055331;}}'),(630,228,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:120974;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:38951;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.322000000000000008437694987151189707219600677490234375;}s:3:\"end\";i:1575055331;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:44739;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:14457;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.323099999999999998312461002569762058556079864501953125;}s:3:\"end\";i:1575055333;}}'),(631,222,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:98545;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:33124;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.336100000000000009858780458671390078961849212646484375;}s:3:\"end\";i:1575055355;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39454;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12951;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.328299999999999980726528292507282458245754241943359375;}s:3:\"end\";i:1575055358;}}'),(632,219,'tiny_compress_images','a:5:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:541586;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:149301;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:5:\"ratio\";d:0.275700000000000000621724893790087662637233734130859375;}s:3:\"end\";i:1575055699;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:196764;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:57730;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:0.29339999999999999413802242997917346656322479248046875;}s:3:\"end\";i:1575055705;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:52852;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:17445;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.330100000000000004529709940470638684928417205810546875;}s:3:\"end\";i:1575055702;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:260716;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:74762;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:5:\"ratio\";d:0.286799999999999999378275106209912337362766265869140625;}s:3:\"end\";i:1575055710;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:333584;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:95392;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.285999999999999976463271877946681343019008636474609375;}s:3:\"end\";i:1575055715;}}'),(633,221,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:103654;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39105;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.377300000000000024247270857813418842852115631103515625;}s:3:\"end\";i:1575055698;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6619;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6619;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575055701;}}'),(634,216,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:393007;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:91209;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:852;s:5:\"ratio\";d:0.2321000000000000007549516567451064474880695343017578125;}s:3:\"end\";i:1575055702;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5602;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5602;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575055706;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:30353;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:27414;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:5:\"ratio\";d:0.9032000000000000028421709430404007434844970703125;}s:3:\"end\";i:1575055712;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4016;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4016;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575055704;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:55022;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:50182;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:5:\"ratio\";d:0.91200000000000003286260152890463359653949737548828125;}s:3:\"end\";i:1575055717;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6794;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6794;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575055721;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14206;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14206;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575055733;}s:10:\"us_600_400\";a:0:{}}'),(635,218,'tiny_compress_images','a:9:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:576755;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:308802;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:2560;s:6:\"height\";i:1714;s:5:\"ratio\";d:0.53539999999999998703259507237817160785198211669921875;}s:3:\"end\";i:1575055706;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15941;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15941;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575055711;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:125116;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:87996;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:5:\"ratio\";d:0.703300000000000036237679523765109479427337646484375;}s:3:\"end\";i:1575056284;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7380;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7193;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.97470000000000001083577672034152783453464508056640625;}s:3:\"end\";i:1575055709;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:247640;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:168559;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:5:\"ratio\";d:0.68069999999999997175592625353601761162281036376953125;}s:3:\"end\";i:1575056291;}s:9:\"2048x2048\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:398856;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:219383;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1371;s:5:\"ratio\";d:0.5500000000000000444089209850062616169452667236328125;}s:3:\"end\";i:1575056302;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20323;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20323;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056304;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:50531;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:38332;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:5:\"ratio\";d:0.75860000000000005204725539442733861505985260009765625;}s:3:\"end\";i:1575056307;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:49728;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:37739;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:598;s:6:\"height\";i:400;s:5:\"ratio\";d:0.75890000000000001900701818158267997205257415771484375;}s:3:\"end\";i:1575056311;}}'),(636,215,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:77634;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:28270;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:5:\"ratio\";d:0.36409999999999997921662497901706956326961517333984375;}s:3:\"end\";i:1575055768;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:48551;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:10625;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:0.21879999999999999449329379785922355949878692626953125;}s:3:\"end\";i:1575057907;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13905;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3935;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.282999999999999973798736618846305646002292633056640625;}s:3:\"end\";i:1575055770;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:65779;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:14533;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:5:\"ratio\";d:0.2209000000000000130118138486068346537649631500244140625;}s:3:\"end\";i:1575057909;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:154555;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:32267;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:5:\"ratio\";d:0.2088000000000000133670852164868847467005252838134765625;}s:3:\"end\";i:1575057912;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:60142;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12316;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.2048000000000000098143715376863838173449039459228515625;}s:3:\"end\";i:1575057914;}}'),(637,212,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:318655;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:264985;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:850;s:6:\"height\";i:605;s:5:\"ratio\";d:0.83160000000000000586197757002082653343677520751953125;}s:3:\"end\";i:1575055819;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:138873;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:42348;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:5:\"ratio\";d:0.304900000000000004352074256530613638460636138916015625;}s:3:\"end\";i:1575055826;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:51991;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:16904;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.325100000000000000088817841970012523233890533447265625;}s:3:\"end\";i:1575055822;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:184494;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:54584;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:249;s:5:\"ratio\";d:0.295899999999999996358468479229486547410488128662109375;}s:3:\"end\";i:1575055829;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:498113;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:147462;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:5:\"ratio\";d:0.295999999999999985345056074947933666408061981201171875;}s:3:\"end\";i:1575056290;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:453049;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:131100;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:562;s:6:\"height\";i:400;s:5:\"ratio\";d:0.28939999999999999058530875117867253720760345458984375;}s:3:\"end\";i:1575056298;}}'),(638,208,'tiny_compress_images','a:9:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:1744066;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:384706;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:2560;s:6:\"height\";i:1408;s:5:\"ratio\";d:0.2205999999999999905408998301936662755906581878662109375;}s:3:\"end\";i:1575055828;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:58913;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:15724;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:5:\"ratio\";d:0.26690000000000002611244553918368183076381683349609375;}s:3:\"end\";i:1575055833;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:405294;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:94984;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:5:\"ratio\";d:0.234399999999999997246646898929611779749393463134765625;}s:3:\"end\";i:1575056281;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:41085;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11091;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.270000000000000017763568394002504646778106689453125;}s:3:\"end\";i:1575055831;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:800720;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:179898;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1536;s:6:\"height\";i:845;s:5:\"ratio\";d:0.22470000000000001083577672034152783453464508056640625;}s:3:\"end\";i:1575056290;}s:9:\"2048x2048\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:1295901;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:286347;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:2048;s:6:\"height\";i:1126;s:5:\"ratio\";d:0.2210000000000000019984014443252817727625370025634765625;}s:3:\"end\";i:1575056306;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:75688;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:19637;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:192;s:5:\"ratio\";d:0.259400000000000019451107391432742588222026824951171875;}s:3:\"end\";i:1575056332;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:173680;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:42239;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:5:\"ratio\";d:0.2431999999999999995115018691649311222136020660400390625;}s:3:\"end\";i:1575056337;}s:10:\"us_600_400\";a:0:{}}'),(639,197,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:82799;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:78460;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:889;s:6:\"height\";i:960;s:5:\"ratio\";d:0.947599999999999997868371792719699442386627197265625;}s:3:\"end\";i:1575056375;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16609;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16609;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056379;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5719;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5713;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.99899999999999999911182158029987476766109466552734375;}s:3:\"end\";i:1575056377;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20898;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20898;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:350;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056382;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:48913;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:43116;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:556;s:6:\"height\";i:600;s:5:\"ratio\";d:0.88149999999999995026200849679298698902130126953125;}s:3:\"end\";i:1575056385;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:25370;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:25370;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056387;}}'),(640,207,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:458814;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:130670;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.284799999999999997601918266809661872684955596923828125;}s:3:\"end\";i:1575055825;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2866;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2470;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.86180000000000001048050535246147774159908294677734375;}s:3:\"end\";i:1575055831;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26621;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:23524;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.88370000000000004103384299014578573405742645263671875;}s:3:\"end\";i:1575055838;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:1777;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:1273;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.71640000000000003677058657558518461883068084716796875;}s:3:\"end\";i:1575055828;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:58871;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:49973;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.848899999999999987920773492078296840190887451171875;}s:3:\"end\";i:1575056333;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:3551;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:3029;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.8529999999999999804600747665972448885440826416015625;}s:3:\"end\";i:1575056335;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8858;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7569;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:0.8545000000000000373034936274052597582340240478515625;}s:3:\"end\";i:1575056338;}s:10:\"us_600_400\";a:0:{}}'),(641,205,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:95134;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:33358;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:5:\"ratio\";d:0.3506000000000000227373675443232059478759765625;}s:3:\"end\";i:1575055822;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39852;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:13248;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.332399999999999973265829567026230506598949432373046875;}s:3:\"end\";i:1575057907;}}'),(642,202,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:85823;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:25888;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:840;s:6:\"height\";i:633;s:5:\"ratio\";d:0.30159999999999997921662497901706956326961517333984375;}s:3:\"end\";i:1575055921;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20290;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:7048;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:5:\"ratio\";d:0.347399999999999986588505862528108991682529449462890625;}s:3:\"end\";i:1575056376;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11698;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:5123;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.437900000000000011457501614131615497171878814697265625;}s:3:\"end\";i:1575055923;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:25167;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:8779;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:264;s:5:\"ratio\";d:0.3487999999999999989341858963598497211933135986328125;}s:3:\"end\";i:1575056378;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:57688;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:18314;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:452;s:5:\"ratio\";d:0.31750000000000000444089209850062616169452667236328125;}s:3:\"end\";i:1575056380;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:72543;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:13466;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:531;s:6:\"height\";i:400;s:5:\"ratio\";d:0.18559999999999998721023075631819665431976318359375;}s:3:\"end\";i:1575056382;}}'),(643,196,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:65232;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:46523;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:781;s:5:\"ratio\";d:0.71319999999999994511057366253226064145565032958984375;}s:3:\"end\";i:1575055934;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12125;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11591;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:5:\"ratio\";d:0.955999999999999960920149533194489777088165283203125;}s:3:\"end\";i:1575055938;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5243;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5057;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.96450000000000002398081733190338127315044403076171875;}s:3:\"end\";i:1575055935;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15191;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14706;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:285;s:5:\"ratio\";d:0.9680999999999999605648781653144396841526031494140625;}s:3:\"end\";i:1575056408;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:35227;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21540;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:5:\"ratio\";d:0.61150000000000004352074256530613638460636138916015625;}s:3:\"end\";i:1575056410;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26282;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18978;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:492;s:6:\"height\";i:400;s:5:\"ratio\";d:0.7220999999999999641175918441149406135082244873046875;}s:3:\"end\";i:1575056413;}}'),(644,195,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:40240;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:29381;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:437;s:5:\"ratio\";d:0.7300999999999999712230192017159424722194671630859375;}s:3:\"end\";i:1575056437;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13615;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13180;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:5:\"ratio\";d:0.967999999999999971578290569595992565155029296875;}s:3:\"end\";i:1575056441;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6756;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6399;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.947200000000000041922021409845910966396331787109375;}s:3:\"end\";i:1575056439;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:17049;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17006;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:212;s:5:\"ratio\";d:0.997500000000000053290705182007513940334320068359375;}s:3:\"end\";i:1575056444;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39438;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39438;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:364;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575057902;}s:10:\"us_600_400\";a:0:{}}'),(645,198,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:62015;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:43701;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:438;s:5:\"ratio\";d:0.70469999999999999307220832633902318775653839111328125;}s:3:\"end\";i:1575055937;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19093;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17371;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:5:\"ratio\";d:0.90980000000000005311306949806748889386653900146484375;}s:3:\"end\";i:1575056379;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8681;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7772;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.8952999999999999847233311811578460037708282470703125;}s:3:\"end\";i:1575056377;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:25269;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:23152;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:213;s:5:\"ratio\";d:0.91620000000000001438849039914202876389026641845703125;}s:3:\"end\";i:1575056381;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:59419;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:55684;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:365;s:5:\"ratio\";d:0.93710000000000004405364961712621152400970458984375;}s:3:\"end\";i:1575056384;}s:10:\"us_600_400\";a:0:{}}'),(646,193,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:109461;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:95530;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:639;s:5:\"ratio\";d:0.8727000000000000312638803734444081783294677734375;}s:3:\"end\";i:1575056016;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:17768;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17688;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:0.9955000000000000515143483426072634756565093994140625;}s:3:\"end\";i:1575056020;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7871;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7621;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.968199999999999949551465761032886803150177001953125;}s:3:\"end\";i:1575056017;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:23012;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:23012;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056023;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:54523;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39863;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:5:\"ratio\";d:0.73109999999999997211119762141606770455837249755859375;}s:3:\"end\";i:1575056027;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:54557;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39804;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.729600000000000026290081223123706877231597900390625;}s:3:\"end\";i:1575056037;}}'),(647,194,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:77794;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:66039;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:639;s:5:\"ratio\";d:0.848899999999999987920773492078296840190887451171875;}s:3:\"end\";i:1575056019;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13200;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13200;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056445;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7169;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7169;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056022;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16994;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16994;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056447;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39408;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:29730;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:5:\"ratio\";d:0.754399999999999959499064061674289405345916748046875;}s:3:\"end\";i:1575056450;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39454;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:29841;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.756299999999999972288833305356092751026153564453125;}s:3:\"end\";i:1575056453;}}'),(648,190,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:34042;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:14477;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:913;s:6:\"height\";i:365;s:5:\"ratio\";d:0.42530000000000001136868377216160297393798828125;}s:3:\"end\";i:1575056023;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:17362;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:5434;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:5:\"ratio\";d:0.313000000000000000444089209850062616169452667236328125;}s:3:\"end\";i:1575056026;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13752;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:4472;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.325199999999999989075405437688459642231464385986328125;}s:3:\"end\";i:1575056025;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:22014;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6410;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:140;s:5:\"ratio\";d:0.29120000000000001438849039914202876389026641845703125;}s:3:\"end\";i:1575056029;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:49242;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:16424;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:5:\"ratio\";d:0.33350000000000001865174681370262987911701202392578125;}s:3:\"end\";i:1575056033;}s:10:\"us_600_400\";a:0:{}}'),(649,192,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:104237;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:89095;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:812;s:5:\"ratio\";d:0.8547000000000000152766688188421539962291717529296875;}s:3:\"end\";i:1575056027;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16631;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16196;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:5:\"ratio\";d:0.9737999999999999989341858963598497211933135986328125;}s:3:\"end\";i:1575056032;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5851;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5440;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9297999999999999598543354295543394982814788818359375;}s:3:\"end\";i:1575056029;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21293;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20846;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:296;s:5:\"ratio\";d:0.97899999999999998134825318629737012088298797607421875;}s:3:\"end\";i:1575056035;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:52151;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:44381;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:508;s:5:\"ratio\";d:0.85099999999999997868371792719699442386627197265625;}s:3:\"end\";i:1575056038;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:34781;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:29656;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:473;s:6:\"height\";i:400;s:5:\"ratio\";d:0.8526000000000000245137243837234564125537872314453125;}s:3:\"end\";i:1575056441;}}'),(650,187,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:369500;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:89424;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:852;s:5:\"ratio\";d:0.24199999999999999289457264239899814128875732421875;}s:3:\"end\";i:1575056032;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4143;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:3994;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:5:\"ratio\";d:0.963999999999999968025576890795491635799407958984375;}s:3:\"end\";i:1575056037;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:23841;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:19289;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:5:\"ratio\";d:0.80910000000000004138911435802583582699298858642578125;}s:3:\"end\";i:1575056472;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2989;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2760;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.92339999999999999857891452847979962825775146484375;}s:3:\"end\";i:1575056035;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:44503;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39276;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:5:\"ratio\";d:0.88249999999999995115018691649311222136020660400390625;}s:3:\"end\";i:1575056478;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5069;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5011;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:5:\"ratio\";d:0.98860000000000003428368700042483396828174591064453125;}s:3:\"end\";i:1575056480;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10813;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10628;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:5:\"ratio\";d:0.98289999999999999591437926937942393124103546142578125;}s:3:\"end\";i:1575056483;}s:10:\"us_600_400\";a:0:{}}'),(651,186,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:361470;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:94357;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:762;s:6:\"height\";i:520;s:5:\"ratio\";d:0.26100000000000000976996261670137755572795867919921875;}s:3:\"end\";i:1575056483;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:60904;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:18955;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:5:\"ratio\";d:0.311199999999999976640907561886706389486789703369140625;}s:3:\"end\";i:1575056488;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:33113;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:10873;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.3284000000000000252242671194835565984249114990234375;}s:3:\"end\";i:1575056485;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:79076;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:24653;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:239;s:5:\"ratio\";d:0.311800000000000021582735598713043145835399627685546875;}s:3:\"end\";i:1575056491;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:195491;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:60574;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:409;s:5:\"ratio\";d:0.309900000000000008792966355031239800155162811279296875;}s:3:\"end\";i:1575056506;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:187548;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:57987;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:586;s:6:\"height\";i:400;s:5:\"ratio\";d:0.309199999999999974864550722486455924808979034423828125;}s:3:\"end\";i:1575056510;}}'),(652,183,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:384985;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:98872;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:852;s:5:\"ratio\";d:0.256799999999999972732922515206155367195606231689453125;}s:3:\"end\";i:1575056492;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4910;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4250;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:5:\"ratio\";d:0.86560000000000003606004383982508443295955657958984375;}s:3:\"end\";i:1575056497;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:29516;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:22544;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:5:\"ratio\";d:0.7638000000000000344613226843648590147495269775390625;}s:3:\"end\";i:1575056500;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2983;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2532;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.8487999999999999989341858963598497211933135986328125;}s:3:\"end\";i:1575056495;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:53916;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:46521;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:5:\"ratio\";d:0.86280000000000001136868377216160297393798828125;}s:3:\"end\";i:1575056505;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6055;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5413;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:5:\"ratio\";d:0.89400000000000001687538997430237941443920135498046875;}s:3:\"end\";i:1575056516;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13394;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12138;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:5:\"ratio\";d:0.90620000000000000550670620214077644050121307373046875;}s:3:\"end\";i:1575056518;}s:10:\"us_600_400\";a:0:{}}'),(653,182,'tiny_compress_images','a:9:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:242102;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:76704;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:2474;s:6:\"height\";i:1760;s:5:\"ratio\";d:0.316800000000000026023627697213669307529926300048828125;}s:3:\"end\";i:1575056491;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:31767;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:10173;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:5:\"ratio\";d:0.320199999999999984634513339187833480536937713623046875;}s:3:\"end\";i:1575056496;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:232094;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:41348;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:5:\"ratio\";d:0.1781999999999999972910558199146180413663387298583984375;}s:3:\"end\";i:1575056499;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15633;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:5735;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.3669000000000000039079850466805510222911834716796875;}s:3:\"end\";i:1575056493;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:529219;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:70409;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1536;s:6:\"height\";i:1093;s:5:\"ratio\";d:0.13300000000000000710542735760100185871124267578125;}s:3:\"end\";i:1575056530;}s:9:\"2048x2048\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:802267;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:128896;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:2048;s:6:\"height\";i:1457;s:5:\"ratio\";d:0.160700000000000009503509090791339986026287078857421875;}s:3:\"end\";i:1575056541;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39790;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:10781;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:249;s:5:\"ratio\";d:0.270899999999999974154007986726355738937854766845703125;}s:3:\"end\";i:1575058925;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:98125;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:18521;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:5:\"ratio\";d:0.1887000000000000066169292267659329809248447418212890625;}s:3:\"end\";i:1575058928;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:80659;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:17825;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:562;s:6:\"height\";i:400;s:5:\"ratio\";d:0.2210000000000000019984014443252817727625370025634765625;}s:3:\"end\";i:1575058931;}}'),(654,174,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:706971;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:274118;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:852;s:5:\"ratio\";d:0.387699999999999989075405437688459642231464385986328125;}s:3:\"end\";i:1575056524;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6669;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6234;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:5:\"ratio\";d:0.93479999999999996429522752805496565997600555419921875;}s:3:\"end\";i:1575056550;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:56724;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:52816;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:5:\"ratio\";d:0.9311000000000000387245790989254601299762725830078125;}s:3:\"end\";i:1575056554;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:3844;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:3448;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.8970000000000000195399252334027551114559173583984375;}s:3:\"end\";i:1575056525;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:113622;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:110702;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:5:\"ratio\";d:0.97430000000000005488942633746773935854434967041015625;}s:3:\"end\";i:1575056559;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8560;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8075;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:5:\"ratio\";d:0.9433000000000000273558953267638571560382843017578125;}s:3:\"end\";i:1575056561;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21934;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21425;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:5:\"ratio\";d:0.97680000000000000159872115546022541821002960205078125;}s:3:\"end\";i:1575056564;}s:10:\"us_600_400\";a:0:{}}'),(655,177,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:420738;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:104986;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:852;s:5:\"ratio\";d:0.249499999999999999555910790149937383830547332763671875;}s:3:\"end\";i:1575056526;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4944;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4365;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:5:\"ratio\";d:0.8829000000000000181188397618825547397136688232421875;}s:3:\"end\";i:1575056529;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39771;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:33950;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:5:\"ratio\";d:0.85360000000000002540190280342358164489269256591796875;}s:3:\"end\";i:1575056532;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2978;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:2483;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.83379999999999998561150960085797123610973358154296875;}s:3:\"end\";i:1575056527;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:72453;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:64282;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:5:\"ratio\";d:0.88719999999999998863131622783839702606201171875;}s:3:\"end\";i:1575056538;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6394;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5757;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:5:\"ratio\";d:0.90039999999999997815081087537691928446292877197265625;}s:3:\"end\";i:1575056540;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16670;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15283;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:5:\"ratio\";d:0.91679999999999994830801597345271147787570953369140625;}s:3:\"end\";i:1575056542;}s:10:\"us_600_400\";a:0:{}}'),(656,172,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:864674;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:302878;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:852;s:5:\"ratio\";d:0.350300000000000000266453525910037569701671600341796875;}s:3:\"end\";i:1575056553;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9573;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:9372;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:5:\"ratio\";d:0.97899999999999998134825318629737012088298797607421875;}s:3:\"end\";i:1575056558;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:82814;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:77933;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:5:\"ratio\";d:0.941100000000000047606363295926712453365325927734375;}s:3:\"end\";i:1575056562;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5408;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5172;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.95640000000000002788880237858393229544162750244140625;}s:3:\"end\";i:1575056555;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:164975;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:156132;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:682;s:5:\"ratio\";d:0.94640000000000001900701818158267997205257415771484375;}s:3:\"end\";i:1575056568;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12502;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12387;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:155;s:5:\"ratio\";d:0.99080000000000001403321903126197867095470428466796875;}s:3:\"end\";i:1575056572;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:32341;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:32271;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:5:\"ratio\";d:0.9978000000000000202504679691628552973270416259765625;}s:3:\"end\";i:1575056574;}s:10:\"us_600_400\";a:0:{}}'),(657,169,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:625293;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:175313;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.2803999999999999825917029738775454461574554443359375;}s:3:\"end\";i:1575056563;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8450;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8445;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.99939999999999995505817196317366324365139007568359375;}s:3:\"end\";i:1575056568;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:65410;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:63679;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.973500000000000031974423109204508364200592041015625;}s:3:\"end\";i:1575056574;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7383;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6722;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.91049999999999997601918266809661872684955596923828125;}s:3:\"end\";i:1575056565;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:122598;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:116524;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.95050000000000001154631945610162802040576934814453125;}s:3:\"end\";i:1575056581;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11034;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10540;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.955200000000000049027448767446912825107574462890625;}s:3:\"end\";i:1575056584;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26425;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:25661;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:0.97109999999999996322941342441481538116931915283203125;}s:3:\"end\";i:1575056586;}s:10:\"us_600_400\";a:0:{}}'),(658,167,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:357734;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:83802;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.234300000000000008260059303211164660751819610595703125;}s:3:\"end\";i:1575056584;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4432;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4432;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056588;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19977;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17707;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.88639999999999996571631299957516603171825408935546875;}s:3:\"end\";i:1575056591;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5007;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5007;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056586;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:35354;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:25808;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.729999999999999982236431605997495353221893310546875;}s:3:\"end\";i:1575056594;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5277;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5277;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056639;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10246;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10246;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056642;}s:10:\"us_600_400\";a:0:{}}'),(659,150,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:82355;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:59124;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:675;s:5:\"ratio\";d:0.7178999999999999825917029738775454461574554443359375;}s:3:\"end\";i:1575056588;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12307;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12307;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056593;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5608;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5608;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056590;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15290;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15290;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056596;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:35587;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:31223;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"ratio\";d:0.8773999999999999577227072222740389406681060791015625;}s:3:\"end\";i:1575056599;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:29278;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:25775;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:5:\"ratio\";d:0.88039999999999996038724248137441463768482208251953125;}s:3:\"end\";i:1575056601;}}'),(660,139,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:47484;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:45856;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:5:\"ratio\";d:0.9657000000000000028421709430404007434844970703125;}s:3:\"end\";i:1575057982;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11770;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11770;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575057987;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4919;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4785;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.97279999999999999804600747665972448885440826416015625;}s:3:\"end\";i:1575057984;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15219;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15219;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575057990;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:37660;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:33620;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.892700000000000049027448767446912825107574462890625;}s:3:\"end\";i:1575057993;}s:10:\"us_600_400\";a:0:{}}'),(661,138,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:195863;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:137002;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:559;s:5:\"ratio\";d:0.699500000000000010658141036401502788066864013671875;}s:3:\"end\";i:1575056618;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15615;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15210;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:5:\"ratio\";d:0.97409999999999996589394868351519107818603515625;}s:3:\"end\";i:1575056623;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6259;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5958;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9518999999999999683808482586755417287349700927734375;}s:3:\"end\";i:1575056621;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20571;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20435;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:245;s:5:\"ratio\";d:0.99339999999999994972910144497291184961795806884765625;}s:3:\"end\";i:1575056625;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:57564;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:46179;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:419;s:5:\"ratio\";d:0.80220000000000002415845301584340631961822509765625;}s:3:\"end\";i:1575056629;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:51907;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:41693;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:572;s:6:\"height\";i:400;s:5:\"ratio\";d:0.80320000000000002504663143554353155195713043212890625;}s:3:\"end\";i:1575056631;}}'),(662,137,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:186487;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:96995;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"ratio\";d:0.5201000000000000067501559897209517657756805419921875;}s:3:\"end\";i:1575056634;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:17559;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17355;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:5:\"ratio\";d:0.988399999999999945288209346472285687923431396484375;}s:3:\"end\";i:1575056678;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8327;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8185;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.98289999999999999591437926937942393124103546142578125;}s:3:\"end\";i:1575056674;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:23078;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:22691;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:5:\"ratio\";d:0.98319999999999996287414205653476528823375701904296875;}s:3:\"end\";i:1575056680;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:59901;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:54598;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:5:\"ratio\";d:0.9114999999999999769073610877967439591884613037109375;}s:3:\"end\";i:1575056684;}s:10:\"us_600_400\";a:0:{}}'),(663,136,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:75574;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:70060;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:5:\"ratio\";d:0.927000000000000046185277824406512081623077392578125;}s:3:\"end\";i:1575056638;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16962;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16962;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056642;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7367;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7367;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056640;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21908;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21908;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056644;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:55291;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:44256;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.8004000000000000003552713678800500929355621337890625;}s:3:\"end\";i:1575056646;}s:10:\"us_600_400\";a:0:{}}'),(664,135,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:34520;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:32493;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:5:\"ratio\";d:0.9413000000000000255795384873636066913604736328125;}s:3:\"end\";i:1575056652;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11265;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11265;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056658;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5622;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5622;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056654;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14003;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14003;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056660;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:30542;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21146;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.69240000000000001545430450278217904269695281982421875;}s:3:\"end\";i:1575056662;}s:10:\"us_600_400\";a:0:{}}'),(665,134,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:82017;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:74907;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:5:\"ratio\";d:0.913300000000000000710542735760100185871124267578125;}s:3:\"end\";i:1575056672;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16761;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16761;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056677;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7303;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7239;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.99119999999999996997956941413576714694499969482421875;}s:3:\"end\";i:1575056674;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:22022;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:22022;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056680;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:58124;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:45522;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.78320000000000000728306304154102690517902374267578125;}s:3:\"end\";i:1575056684;}s:10:\"us_600_400\";a:0:{}}'),(666,133,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:69284;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:63635;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:5:\"ratio\";d:0.91849999999999998312461002569762058556079864501953125;}s:3:\"end\";i:1575056680;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13882;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13882;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056685;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5792;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5792;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056682;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18291;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18291;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056694;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:49105;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39004;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.7943000000000000060396132539608515799045562744140625;}s:3:\"end\";i:1575056696;}s:10:\"us_600_400\";a:0:{}}'),(667,132,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:50664;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:47965;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:532;s:5:\"ratio\";d:0.94669999999999998596678096873802132904529571533203125;}s:3:\"end\";i:1575056695;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11397;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11397;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056700;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5076;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5020;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.98899999999999999023003738329862244427204132080078125;}s:3:\"end\";i:1575056697;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14829;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14829;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056704;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:39048;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:36405;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:5:\"ratio\";d:0.93230000000000001758593271006247960031032562255859375;}s:3:\"end\";i:1575056707;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:38795;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:36201;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.933100000000000040500935938325710594654083251953125;}s:3:\"end\";i:1575056710;}}'),(668,129,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:743200;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:209216;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.28149999999999997246646898929611779749393463134765625;}s:3:\"end\";i:1575056707;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10169;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10169;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056726;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:89047;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:81822;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.9189000000000000500932628710870631039142608642578125;}s:3:\"end\";i:1575056731;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8034;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7985;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.993900000000000005684341886080801486968994140625;}s:3:\"end\";i:1575056709;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:160369;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:144685;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.90220000000000000195399252334027551114559173583984375;}s:3:\"end\";i:1575056737;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13700;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13700;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575056740;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:36528;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:33840;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:0.92640000000000000124344978758017532527446746826171875;}s:3:\"end\";i:1575056744;}s:10:\"us_600_400\";a:0:{}}'),(669,110,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:622862;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:166204;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.266799999999999981614706712207407690584659576416015625;}s:3:\"end\";i:1575056796;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6014;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5905;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.981899999999999995026200849679298698902130126953125;}s:3:\"end\";i:1575056799;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8768;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8689;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.99099999999999999200639422269887290894985198974609375;}s:3:\"end\";i:1575056802;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:50763;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:49905;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.98309999999999997388755446081631816923618316650390625;}s:3:\"end\";i:1575057985;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11197;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11131;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.994099999999999983657517077517695724964141845703125;}s:3:\"end\";i:1575057987;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:24356;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:24356;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575057992;}s:10:\"us_600_400\";a:0:{}}'),(670,120,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:615443;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:157326;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.255599999999999993871568904069135896861553192138671875;}s:3:\"end\";i:1575057996;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7924;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7151;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.90239999999999997992716771477716974914073944091796875;}s:3:\"end\";i:1575057998;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11715;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10862;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.92720000000000002415845301584340631961822509765625;}s:3:\"end\";i:1575058001;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:62427;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:60643;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.97140000000000004121147867408581078052520751953125;}s:3:\"end\";i:1575058005;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14623;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13598;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.929899999999999948840923025272786617279052734375;}s:3:\"end\";i:1575058007;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:32257;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:30456;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:0.94420000000000003925748615074553526937961578369140625;}s:3:\"end\";i:1575058011;}s:10:\"us_600_400\";a:0:{}}'),(671,63,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10811;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3529;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:250;s:6:\"height\";i:113;s:5:\"ratio\";d:0.326400000000000023447910280083306133747100830078125;}s:3:\"end\";i:1575056993;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4695;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2343;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:5:\"ratio\";d:0.49899999999999999911182158029987476766109466552734375;}s:3:\"end\";i:1575056995;}}'),(672,62,'tiny_compress_images','a:4:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:22659;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:8798;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:555;s:6:\"height\";i:251;s:5:\"ratio\";d:0.38829999999999997850608224325696937739849090576171875;}s:3:\"end\";i:1575056995;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9937;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3310;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.333100000000000007194245199571014381945133209228515625;}s:3:\"end\";i:1575056997;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15960;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:5342;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:5:\"ratio\";d:0.3346999999999999975131004248396493494510650634765625;}s:3:\"end\";i:1575056999;}s:15:\"us_350_350_crop\";a:0:{}}'),(673,58,'tiny_compress_images','a:3:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:71043;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:19355;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:302;s:6:\"height\";i:308;s:5:\"ratio\";d:0.2723999999999999754862756162765435874462127685546875;}s:3:\"end\";i:1575056998;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:32403;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:8734;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.269500000000000017319479184152442030608654022216796875;}s:3:\"end\";i:1575057000;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:88462;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:20404;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:5:\"ratio\";d:0.2306999999999999884092716229133657179772853851318359375;}s:3:\"end\";i:1575057003;}}'),(674,51,'tiny_compress_images','a:5:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:171793;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:40049;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:799;s:6:\"height\";i:512;s:5:\"ratio\";d:0.2331000000000000016431300764452316798269748687744140625;}s:3:\"end\";i:1575057015;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:31110;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:7979;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.256500000000000005773159728050814010202884674072265625;}s:3:\"end\";i:1575057018;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:59171;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12190;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:5:\"ratio\";d:0.2059999999999999886757251488234032876789569854736328125;}s:3:\"end\";i:1575057021;}s:15:\"us_350_350_crop\";a:0:{}s:15:\"us_600_600_crop\";a:0:{}}'),(675,48,'tiny_compress_images','a:3:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:51681;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:15902;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:302;s:6:\"height\";i:308;s:5:\"ratio\";d:0.30769999999999997353228309293626807630062103271484375;}s:3:\"end\";i:1575057050;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26849;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:7966;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.296700000000000019273471707492717541754245758056640625;}s:3:\"end\";i:1575057053;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:79846;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:21082;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:5:\"ratio\";d:0.2640000000000000124344978758017532527446746826171875;}s:3:\"end\";i:1575057055;}}'),(676,41,'tiny_compress_images','a:1:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4774;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2055;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:99;s:6:\"height\";i:99;s:5:\"ratio\";d:0.43049999999999999378275106209912337362766265869140625;}s:3:\"end\";i:1575057096;}}'),(677,39,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:176764;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:176764;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575057109;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6861;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6511;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.94899999999999995470290059529361315071582794189453125;}s:3:\"end\";i:1575058135;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14866;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14352;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:5:\"ratio\";d:0.9654000000000000358824081558850593864917755126953125;}s:3:\"end\";i:1575058138;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:111466;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:89424;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:5:\"ratio\";d:0.8023000000000000131450406115618534386157989501953125;}s:3:\"end\";i:1575058142;}s:15:\"us_350_350_crop\";a:0:{}s:15:\"us_600_600_crop\";a:0:{}}'),(678,14,'tiny_compress_images','a:4:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27914;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11232;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:555;s:6:\"height\";i:251;s:5:\"ratio\";d:0.40239999999999997992716771477716974914073944091796875;}s:3:\"end\";i:1575058143;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14591;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6101;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.41810000000000002717825964282383210957050323486328125;}s:3:\"end\";i:1575058145;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:22014;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:9058;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:5:\"ratio\";d:0.4114999999999999769073610877967439591884613037109375;}s:3:\"end\";i:1575058147;}s:15:\"us_350_350_crop\";a:0:{}}'),(679,94,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:521026;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:115514;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.2217000000000000081712414612411521375179290771484375;}s:3:\"end\";i:1575058001;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4843;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4843;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575058003;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6812;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6636;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.9741999999999999548805362792336381971836090087890625;}s:3:\"end\";i:1575058005;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:41228;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:36332;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.8811999999999999833022457096376456320285797119140625;}s:3:\"end\";i:1575058008;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8509;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8355;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.981899999999999995026200849679298698902130126953125;}s:3:\"end\";i:1575058009;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18617;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18589;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:0.99850000000000005417888360170763917267322540283203125;}s:3:\"end\";i:1575058012;}s:10:\"us_600_400\";a:0:{}}'),(680,84,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:152160;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:33552;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:276;s:6:\"height\";i:276;s:5:\"ratio\";d:0.2205000000000000015543122344752191565930843353271484375;}s:3:\"end\";i:1575058003;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:36271;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:13207;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.36409999999999997921662497901706956326961517333984375;}s:3:\"end\";i:1575058007;}}'),(681,83,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:119349;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:27270;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.2285000000000000086597395920762210153043270111083984375;}s:3:\"end\";i:1575058048;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:32817;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11707;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.356700000000000017053025658242404460906982421875;}s:3:\"end\";i:1575058051;}}'),(682,82,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:123774;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:27975;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:5:\"ratio\";d:0.2260000000000000064392935428259079344570636749267578125;}s:3:\"end\";i:1575058060;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:34143;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11638;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.340899999999999980815346134477294981479644775390625;}s:3:\"end\";i:1575058063;}}'),(683,74,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:204141;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:44714;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.2190000000000000002220446049250313080847263336181640625;}s:3:\"end\";i:1575058085;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:48759;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:16051;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.329199999999999992628119116488960571587085723876953125;}s:3:\"end\";i:1575058089;}}'),(684,65,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:469283;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:307257;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1008;s:5:\"ratio\";d:0.65469999999999994866328734133276157081127166748046875;}s:3:\"end\";i:1575058128;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7287;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7287;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575058130;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16666;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16666;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575058132;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:142139;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:101017;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:5:\"ratio\";d:0.71069999999999999840127884453977458178997039794921875;}s:3:\"end\";i:1575058926;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21539;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:19171;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:221;s:5:\"ratio\";d:0.89010000000000000230926389122032560408115386962890625;}s:3:\"end\";i:1575058928;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:55937;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:51024;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:5:\"ratio\";d:0.91220000000000001083577672034152783453464508056640625;}s:3:\"end\";i:1575058931;}s:10:\"us_600_400\";a:0:{}}'),(685,71,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:398901;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:314132;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.78749999999999997779553950749686919152736663818359375;}s:3:\"end\";i:1575058093;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5130;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4911;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.957300000000000039790393202565610408782958984375;}s:3:\"end\";i:1575058097;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7823;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7823;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575058100;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:79005;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:72824;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.9217999999999999527489080719533376395702362060546875;}s:3:\"end\";i:1575058104;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10413;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10413;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575058106;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27823;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:27823;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575058110;}s:10:\"us_600_400\";a:0:{}}'),(686,64,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8794;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2719;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:180;s:6:\"height\";i:81;s:5:\"ratio\";d:0.309199999999999974864550722486455924808979034423828125;}s:3:\"end\";i:1575058122;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4609;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2349;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:81;s:5:\"ratio\";d:0.509700000000000041922021409845910966396331787109375;}s:3:\"end\";i:1575058124;}}'),(695,244,'_us_in_content_ids',''),(696,244,'us_og_image',''),(697,244,'_edit_lock','1575990777:1'),(698,244,'_edit_last','1'),(699,244,'us_header_id','__defaults__'),(700,244,'us_header_sticky_override','0'),(701,244,'us_header_sticky',NULL),(702,244,'us_header_transparent_override','0'),(703,244,'us_header_transparent',NULL),(704,244,'us_header_shadow','0'),(705,244,'us_header_sticky_pos',''),(706,244,'us_titlebar_id',NULL),(707,244,'us_content_id','__defaults__'),(708,244,'us_sidebar_id',NULL),(709,244,'us_sidebar_pos',NULL),(710,244,'us_footer_id','__defaults__'),(711,244,'us_tile_bg_color',''),(712,244,'us_tile_text_color',''),(713,244,'us_tile_size','1x1'),(714,244,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(715,244,'us_tile_additional_image',''),(716,244,'slide_template','default'),(717,244,'_wpb_vc_js_status','true'),(718,246,'_us_in_content_ids',''),(719,246,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(720,246,'_edit_lock','1576323198:1'),(721,246,'_edit_last','1'),(722,246,'us_header_id','__defaults__'),(723,246,'us_header_sticky_override','0'),(724,246,'us_header_sticky',NULL),(725,246,'us_header_transparent_override','0'),(726,246,'us_header_transparent',NULL),(727,246,'us_header_shadow','0'),(728,246,'us_header_sticky_pos',''),(729,246,'us_titlebar_id',NULL),(730,246,'us_content_id','__defaults__'),(731,246,'us_sidebar_id',NULL),(732,246,'us_sidebar_pos',NULL),(733,246,'us_footer_id','__defaults__'),(735,246,'us_tile_text_color',''),(736,246,'us_tile_size','1x1'),(737,246,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(739,246,'slide_template','default'),(740,246,'_wpb_vc_js_status','true'),(741,248,'_us_in_content_ids',''),(742,248,'us_og_image',''),(743,248,'_menu_item_type','post_type'),(744,248,'_menu_item_menu_item_parent','268'),(745,248,'_menu_item_object_id','246'),(746,248,'_menu_item_object','page'),(747,248,'_menu_item_target',''),(748,248,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(749,248,'_menu_item_xfn',''),(750,248,'_menu_item_url',''),(752,249,'_us_in_content_ids',''),(753,249,'us_og_image',''),(754,249,'_menu_item_type','post_type'),(755,249,'_menu_item_menu_item_parent','268'),(756,249,'_menu_item_object_id','244'),(757,249,'_menu_item_object','page'),(758,249,'_menu_item_target',''),(759,249,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(760,249,'_menu_item_xfn',''),(761,249,'_menu_item_url',''),(763,250,'_us_in_content_ids',''),(764,250,'us_og_image',''),(765,250,'_edit_lock','1575984282:1'),(766,250,'_edit_last','1'),(767,250,'us_header_id','__defaults__'),(768,250,'us_header_sticky_override','0'),(769,250,'us_header_sticky',NULL),(770,250,'us_header_transparent_override','0'),(771,250,'us_header_transparent',NULL),(772,250,'us_header_shadow','0'),(773,250,'us_header_sticky_pos',''),(774,250,'us_titlebar_id',NULL),(775,250,'us_content_id','__defaults__'),(776,250,'us_sidebar_id',NULL),(777,250,'us_sidebar_pos',NULL),(778,250,'us_footer_id','__defaults__'),(779,250,'us_tile_bg_color',''),(780,250,'us_tile_text_color',''),(781,250,'us_tile_size','1x1'),(782,250,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(783,250,'us_tile_additional_image',''),(784,250,'slide_template','default'),(785,250,'_wpb_vc_js_status','false'),(797,253,'_wpb_shortcodes_custom_css','.vc_custom_1574319870121{padding-top: 40px !important;}.vc_custom_1574321580879{padding-bottom: 40px !important;}'),(798,254,'_us_in_content_ids',''),(799,254,'us_og_image',''),(800,254,'_menu_item_type','custom'),(801,254,'_menu_item_menu_item_parent','0'),(802,254,'_menu_item_object_id','254'),(803,254,'_menu_item_object','custom'),(804,254,'_menu_item_target',''),(805,254,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(806,254,'_menu_item_xfn',''),(807,254,'_menu_item_url','http://www.als-journal.com/'),(809,255,'_wpb_shortcodes_custom_css','.vc_custom_1575984743239{padding-top: 40px !important;}'),(810,256,'_us_in_content_ids',''),(811,256,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(812,256,'_edit_lock','1575986563:1'),(813,256,'_edit_last','1'),(814,256,'us_header_id','__defaults__'),(815,256,'us_header_sticky_override','0'),(816,256,'us_header_sticky',NULL),(817,256,'us_header_transparent_override','0'),(818,256,'us_header_transparent',NULL),(819,256,'us_header_shadow','0'),(820,256,'us_header_sticky_pos',''),(821,256,'us_titlebar_id',NULL),(822,256,'us_content_id','__defaults__'),(823,256,'us_sidebar_id',NULL),(824,256,'us_sidebar_pos',NULL),(825,256,'us_footer_id','__defaults__'),(826,256,'us_tile_bg_color',''),(827,256,'us_tile_text_color',''),(828,256,'us_tile_size','1x1'),(829,256,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(830,256,'us_tile_additional_image',''),(831,256,'slide_template','default'),(832,256,'_wpb_vc_js_status','true'),(833,259,'_us_in_content_ids',''),(834,259,'us_og_image',''),(835,259,'_menu_item_type','post_type'),(836,259,'_menu_item_menu_item_parent','0'),(837,259,'_menu_item_object_id','256'),(838,259,'_menu_item_object','page'),(839,259,'_menu_item_target',''),(840,259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(841,259,'_menu_item_xfn',''),(842,259,'_menu_item_url',''),(844,256,'_wp_page_template','default'),(845,262,'_wpb_shortcodes_custom_css','.vc_custom_1575986089644{padding-bottom: 40px !important;}'),(846,256,'_wpb_shortcodes_custom_css','.vc_custom_1575986089644{padding-bottom: 40px !important;}'),(847,263,'_wpb_shortcodes_custom_css','.vc_custom_1575986089644{padding-bottom: 40px !important;}'),(848,265,'_wp_attached_file','2019/12/1-7.jpg'),(849,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/12/1-7.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-7-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-7-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"1-7-1536x567.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-7-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-7-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-7-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(850,244,'_wp_page_template','default'),(851,266,'_wpb_shortcodes_custom_css','.vc_custom_1575987701415{padding-bottom: 40px !important;}'),(852,244,'_wpb_shortcodes_custom_css','.vc_custom_1575987701415{padding-bottom: 40px !important;}.vc_custom_1575987946140{padding-bottom: 40px !important;}'),(853,267,'_wpb_shortcodes_custom_css','.vc_custom_1575987701415{padding-bottom: 40px !important;}.vc_custom_1575987946140{padding-bottom: 40px !important;}'),(854,268,'_us_in_content_ids',''),(855,268,'us_og_image',''),(856,268,'_menu_item_type','custom'),(857,268,'_menu_item_menu_item_parent','0'),(858,268,'_menu_item_object_id','268'),(859,268,'_menu_item_object','custom'),(860,268,'_menu_item_target',''),(861,268,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(862,268,'_menu_item_xfn',''),(863,268,'_menu_item_url','#'),(865,269,'_wp_attached_file','2019/12/1-8.jpg'),(866,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/12/1-8.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-8-300x111.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"111\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-8-1024x378.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"378\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-8-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"1-8-1536x567.jpg\";s:5:\"width\";s:4:\"1536\";s:6:\"height\";s:3:\"567\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-8-350x129.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"129\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-8-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-8-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(867,269,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:459095;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:110939;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.2416000000000000091926466438962961547076702117919921875;}s:3:\"end\";i:1575991118;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8466;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8231;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.97219999999999995310417943983338773250579833984375;}s:3:\"end\";i:1575991121;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:53871;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:53871;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575991125;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5195;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4938;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.95050000000000001154631945610162802040576934814453125;}s:3:\"end\";i:1575991119;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:94624;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:89389;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.94469999999999998419042412933777086436748504638671875;}s:3:\"end\";i:1575991129;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10780;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10627;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.9858000000000000095923269327613525092601776123046875;}s:3:\"end\";i:1575991131;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:24595;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:24595;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:1;}s:3:\"end\";i:1575991134;}s:10:\"us_600_400\";a:0:{}}'),(868,246,'_wp_page_template','default'),(869,271,'_wpb_shortcodes_custom_css','.vc_custom_1575991565708{padding-bottom: 40px !important;}'),(870,246,'_wpb_shortcodes_custom_css','.vc_custom_1575991565708{padding-bottom: 40px !important;}.vc_custom_1576323100272{padding-top: 40px !important;padding-bottom: 40px !important;}'),(871,272,'_wpb_shortcodes_custom_css','.vc_custom_1574319870121{padding-top: 40px !important;}.vc_custom_1574321580879{padding-bottom: 40px !important;}'),(872,273,'_wpb_shortcodes_custom_css','.vc_custom_1574319870121{padding-top: 40px !important;}.vc_custom_1574321580879{padding-bottom: 40px !important;}'),(873,274,'_wpb_shortcodes_custom_css','.vc_custom_1575993065693{padding-top: 40px !important;}.vc_custom_1574321580879{padding-bottom: 40px !important;}'),(874,275,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1574978027244{padding-top: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1574968982316{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574977984130{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(875,276,'_wp_attached_file','2019/12/Hassan-Mushtaq.jpg'),(876,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:26:\"2019/12/Hassan-Mushtaq.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Hassan-Mushtaq-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(877,276,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:51988;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:16456;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.316500000000000003552713678800500929355621337890625;}s:3:\"end\";i:1576072505;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:3978;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:3978;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576072507;}}'),(878,277,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1574978027244{padding-top: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576072146340{padding-top: 25px !important;}.vc_custom_1576072015286{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574977984130{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(879,278,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576072146340{padding-top: 25px !important;}.vc_custom_1576072015286{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574977984130{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(880,279,'_wp_attached_file','2019/12/image-1.jpeg'),(881,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:20:\"2019/12/image-1.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-1-300x200.jpeg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-1-1024x682.jpeg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"682\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-1-150x150.jpeg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:20:\"image-1-350x233.jpeg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"233\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:20:\"image-1-600x400.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:20:\"image-1-600x400.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(882,279,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:329764;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:193878;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:5:\"ratio\";d:0.58789999999999997815081087537691928446292877197265625;}s:3:\"end\";i:1576074733;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21078;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20913;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:0.992199999999999970867747833835892379283905029296875;}s:3:\"end\";i:1576074737;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:156519;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:90792;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:5:\"ratio\";d:0.58009999999999994901855870921281166374683380126953125;}s:3:\"end\";i:1576074741;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9466;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:9418;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.99490000000000000657252030578092671930789947509765625;}s:3:\"end\";i:1576074735;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27398;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:27385;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:0.9995000000000000550670620214077644050121307373046875;}s:3:\"end\";i:1576074744;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:66404;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:44571;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.6712000000000000188293824976426549255847930908203125;}s:3:\"end\";i:1576074747;}s:10:\"us_600_400\";a:0:{}}'),(883,280,'_wp_attached_file','2019/12/image-2.jpeg'),(884,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2019/12/image-2.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-2-300x225.jpeg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-2-150x150.jpeg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:20:\"image-2-350x263.jpeg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"263\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:20:\"image-2-600x450.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"450\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:20:\"image-2-533x400.jpeg\";s:5:\"width\";s:3:\"533\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(885,280,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:74955;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:64731;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:5:\"ratio\";d:0.86360000000000003428368700042483396828174591064453125;}s:3:\"end\";i:1576074759;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15093;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14992;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"ratio\";d:0.99329999999999996074251384925446473062038421630859375;}s:3:\"end\";i:1576074763;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6253;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6010;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.96109999999999995434762922741356305778026580810546875;}s:3:\"end\";i:1576074760;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18838;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18783;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:5:\"ratio\";d:0.99709999999999998632205233661807142198085784912109375;}s:3:\"end\";i:1576074772;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:43443;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:34779;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"ratio\";d:0.8005999999999999783284465593169443309307098388671875;}s:3:\"end\";i:1576074775;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:35743;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:27617;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:5:\"ratio\";d:0.77270000000000005346834086594753898680210113525390625;}s:3:\"end\";i:1576074778;}}'),(886,281,'_wp_attached_file','2019/12/image-3.jpeg'),(887,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:577;s:4:\"file\";s:20:\"2019/12/image-3.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-3-300x169.jpeg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"169\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-3-150x150.jpeg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:20:\"image-3-350x197.jpeg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"197\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:20:\"image-3-600x338.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"338\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:20:\"image-3-600x338.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"338\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(888,281,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:87911;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:78861;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:5:\"ratio\";d:0.8971000000000000085265128291212022304534912109375;}s:3:\"end\";i:1576074780;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14696;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14487;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:5:\"ratio\";d:0.9858000000000000095923269327613525092601776123046875;}s:3:\"end\";i:1576074792;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7945;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7714;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.97089999999999998525623823297792114317417144775390625;}s:3:\"end\";i:1576074782;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18938;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18938;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576074794;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:46187;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:46187;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576074806;}s:10:\"us_600_400\";a:0:{}}'),(889,282,'_wp_attached_file','2019/12/image-4.jpeg'),(890,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:622;s:4:\"file\";s:20:\"2019/12/image-4.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image-4-300x146.jpeg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"146\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image-4-1024x498.jpeg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"498\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-4-150x150.jpeg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:20:\"image-4-350x170.jpeg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"170\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:20:\"image-4-600x292.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"292\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:20:\"image-4-600x292.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"292\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(891,282,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:135323;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:72165;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:622;s:5:\"ratio\";d:0.53329999999999999626965063725947402417659759521484375;}s:3:\"end\";i:1576074806;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15870;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15870;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576074810;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:116279;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:96767;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:5:\"ratio\";d:0.8322000000000000508038056068471632897853851318359375;}s:3:\"end\";i:1576074814;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9408;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:9408;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576074807;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20264;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20264;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:170;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576074817;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:49244;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:44594;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:292;s:5:\"ratio\";d:0.9055999999999999605648781653144396841526031494140625;}s:3:\"end\";i:1576074821;}s:10:\"us_600_400\";a:0:{}}'),(892,283,'_wp_attached_file','2019/12/image.jpeg'),(893,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:577;s:4:\"file\";s:18:\"2019/12/image.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image-300x169.jpeg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"169\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image-150x150.jpeg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:18:\"image-350x197.jpeg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"197\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:18:\"image-600x338.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"338\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:18:\"image-600x338.jpeg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"338\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(894,283,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:137393;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:120579;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:5:\"ratio\";d:0.87760000000000004671818487622658722102642059326171875;}s:3:\"end\";i:1576074831;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20941;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:20941;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576074847;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10078;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:9731;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9656000000000000138555833473219536244869232177734375;}s:3:\"end\";i:1576074845;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27256;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:27256;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576074849;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:68930;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:61502;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:5:\"ratio\";d:0.89219999999999999307220832633902318775653839111328125;}s:3:\"end\";i:1576074852;}s:10:\"us_600_400\";a:0:{}}'),(895,285,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576072146340{padding-top: 25px !important;}.vc_custom_1576072015286{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1574977984130{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(896,286,'_wp_attached_file','2019/12/Arshad-Javid.jpg'),(897,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:24:\"2019/12/Arshad-Javid.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Arshad-Javid-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(898,286,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:65832;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:23379;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.355100000000000026734170432973769493401050567626953125;}s:3:\"end\";i:1576079684;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4726;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4642;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9821999999999999619859636368346400558948516845703125;}s:3:\"end\";i:1576079698;}}'),(899,287,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576079069826{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1576078938400{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(900,288,'_wp_attached_file','2019/12/Dr-Naeem-Awan.jpg'),(901,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:25:\"2019/12/Dr-Naeem-Awan.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Dr-Naeem-Awan-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(902,288,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:73986;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:28658;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.3872999999999999776179038235568441450595855712890625;}s:3:\"end\";i:1576080327;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5919;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5919;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576080329;}}'),(903,289,'_wp_attached_file','2019/12/Hassan-Mushtaq-1.jpg'),(904,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:28:\"2019/12/Hassan-Mushtaq-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Hassan-Mushtaq-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(905,289,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:83131;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:33733;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.405799999999999994049204588009160943329334259033203125;}s:3:\"end\";i:1576080981;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7148;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6977;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9760999999999999676703055229154415428638458251953125;}s:3:\"end\";i:1576080983;}}'),(906,290,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576079069826{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1576080215556{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1576078938400{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(907,291,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576079069826{padding-top: 25px !important;}.vc_custom_1576080215556{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1576078938400{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(908,292,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576083051427{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576079069826{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1576080215556{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1576078938400{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(909,293,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576083051427{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576083682749{padding-top: 20px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576079069826{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1576080215556{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1576078938400{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1574972784628{padding-top: 25px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(910,294,'_wp_attached_file','2019/12/Lizzie.png'),(911,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:18:\"2019/12/Lizzie.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Lizzie-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(912,294,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:137726;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:44065;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.319900000000000017674750552032492123544216156005859375;}s:3:\"end\";i:1576084011;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:47600;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:15494;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.32550000000000001154631945610162802040576934814453125;}s:3:\"end\";i:1576084074;}}'),(913,295,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576083051427{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576084600336{padding-top: 30px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576079069826{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1576080215556{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1574971103378{padding-top: 25px !important;}.vc_custom_1576078938400{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1576084530712{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(914,296,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576083051427{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576084600336{padding-top: 30px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576079069826{padding-top: 25px !important;}.vc_custom_1576079522362{padding-top: 25px !important;}.vc_custom_1576080215556{padding-top: 25px !important;}.vc_custom_1576079132817{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1574969081021{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1576086254977{padding-top: 25px !important;}.vc_custom_1576086325692{padding-top: 25px !important;}.vc_custom_1576086353574{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1576084530712{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(915,297,'_wp_attached_file','2019/12/Zubair.jpg'),(916,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:18:\"2019/12/Zubair.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Zubair-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(917,297,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:67046;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:24607;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:275;s:6:\"height\";i:275;s:5:\"ratio\";d:0.36699999999999999289457264239899814128875732421875;}s:3:\"end\";i:1576087205;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4921;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4785;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.97240000000000004209965709378593601286411285400390625;}s:3:\"end\";i:1576087207;}}'),(918,298,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576083051427{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576084600336{padding-top: 30px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576088590824{padding-top: 25px !important;}.vc_custom_1576088649000{padding-top: 25px !important;}.vc_custom_1576088750839{padding-top: 25px !important;}.vc_custom_1576088816586{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1576087433552{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1576086254977{padding-top: 25px !important;}.vc_custom_1576086325692{padding-top: 25px !important;}.vc_custom_1576086353574{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1576084530712{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(919,302,'_wpb_shortcodes_custom_css','.vc_custom_1576096495515{padding-top: 40px !important;padding-bottom: 40px !important;}'),(921,303,'_wp_attached_file','2019/12/f45274bd-fb9b-4039-962d-c6a5dbb7996a.jpg'),(922,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:638;s:4:\"file\";s:48:\"2019/12/f45274bd-fb9b-4039-962d-c6a5dbb7996a.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"f45274bd-fb9b-4039-962d-c6a5dbb7996a-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"f45274bd-fb9b-4039-962d-c6a5dbb7996a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:48:\"f45274bd-fb9b-4039-962d-c6a5dbb7996a-350x263.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:48:\"f45274bd-fb9b-4039-962d-c6a5dbb7996a-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:48:\"f45274bd-fb9b-4039-962d-c6a5dbb7996a-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;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:{}}}'),(923,306,'_wpb_shortcodes_custom_css','.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}'),(924,101,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(925,307,'_wp_attached_file','2019/12/03657e73-e548-45df-acc0-512059bafd01.jpg'),(926,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:874;s:4:\"file\";s:48:\"2019/12/03657e73-e548-45df-acc0-512059bafd01.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"03657e73-e548-45df-acc0-512059bafd01-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"03657e73-e548-45df-acc0-512059bafd01-1024x699.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"03657e73-e548-45df-acc0-512059bafd01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:48:\"03657e73-e548-45df-acc0-512059bafd01-350x239.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:48:\"03657e73-e548-45df-acc0-512059bafd01-600x410.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:48:\"03657e73-e548-45df-acc0-512059bafd01-586x400.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:400;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:{}}}'),(927,307,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:189051;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:91277;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:874;s:5:\"ratio\";d:0.48280000000000000692779167366097681224346160888671875;}s:3:\"end\";i:1576099274;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14551;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14068;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:5:\"ratio\";d:0.96679999999999999271693695845897309482097625732421875;}s:3:\"end\";i:1576099279;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:95450;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:58985;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:699;s:5:\"ratio\";d:0.61799999999999999378275106209912337362766265869140625;}s:3:\"end\";i:1576099283;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6686;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6367;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.95230000000000003534950110406498424708843231201171875;}s:3:\"end\";i:1576099276;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18895;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18335;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:239;s:5:\"ratio\";d:0.97040000000000004032330025438568554818630218505859375;}s:3:\"end\";i:1576099285;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:41905;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:30490;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:410;s:5:\"ratio\";d:0.7276000000000000245137243837234564125537872314453125;}s:3:\"end\";i:1576099289;}s:10:\"us_600_400\";a:1:{s:5:\"start\";i:1576330207;}}'),(928,308,'_wpb_shortcodes_custom_css','.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}'),(929,309,'_wpb_shortcodes_custom_css','.vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}'),(930,310,'_wpb_shortcodes_custom_css','.vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}'),(931,311,'_wp_attached_file','2019/12/Conservation.png'),(932,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1945;s:6:\"height\";i:814;s:4:\"file\";s:24:\"2019/12/Conservation.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Conservation-300x126.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"126\";s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Conservation-1024x429.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"429\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Conservation-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Conservation-1536x643.png\";s:5:\"width\";s:4:\"1536\";s:6:\"height\";s:3:\"643\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:24:\"Conservation-350x146.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"146\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:24:\"Conservation-600x251.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"251\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:24:\"Conservation-600x251.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"251\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(933,311,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:88875;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:34305;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1945;s:6:\"height\";i:814;s:5:\"ratio\";d:0.38600000000000000976996261670137755572795867919921875;}s:3:\"end\";i:1576155070;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21940;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:5130;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:5:\"ratio\";d:0.233800000000000007815970093361102044582366943359375;}s:3:\"end\";i:1576155075;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:180015;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:25427;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1024;s:6:\"height\";i:429;s:5:\"ratio\";d:0.141199999999999992184029906638897955417633056640625;}s:3:\"end\";i:1576155078;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19466;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:4246;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.2180999999999999883204537809433531947433948516845703125;}s:3:\"end\";i:1576155073;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:392618;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:40802;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1536;s:6:\"height\";i:643;s:5:\"ratio\";d:0.10390000000000000623945339839337975718080997467041015625;}s:3:\"end\";i:1576155082;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:28223;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6716;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:146;s:5:\"ratio\";d:0.237999999999999989341858963598497211933135986328125;}s:3:\"end\";i:1576155084;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:71696;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:14581;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:5:\"ratio\";d:0.2033999999999999974686915038546430878341197967529296875;}s:3:\"end\";i:1576155086;}s:10:\"us_600_400\";a:0:{}}'),(934,312,'_wp_attached_file','2019/12/Favicon_2.png'),(935,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2019/12/Favicon_2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Favicon_2-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:{}}}'),(936,312,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11011;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:4398;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:5:\"ratio\";d:0.3993999999999999772626324556767940521240234375;}s:3:\"end\";i:1576155744;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8182;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3195;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.390500000000000013766765505351941101253032684326171875;}s:3:\"end\";i:1576330223;}}'),(937,313,'_wp_attached_file','2019/12/Depak_new-Logo.png'),(938,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:564;s:6:\"height\";i:281;s:4:\"file\";s:26:\"2019/12/Depak_new-Logo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Depak_new-Logo-300x149.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"149\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Depak_new-Logo-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:26:\"Depak_new-Logo-350x174.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"174\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(939,313,'tiny_compress_images','a:4:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:32002;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12944;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:564;s:6:\"height\";i:281;s:5:\"ratio\";d:0.404500000000000026201263381153694353997707366943359375;}s:3:\"end\";i:1576156430;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:28244;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11180;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:5:\"ratio\";d:0.395799999999999985167420391007908619940280914306640625;}s:3:\"end\";i:1576156434;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16771;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6701;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.399600000000000010746958878371515311300754547119140625;}s:3:\"end\";i:1576156432;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:38848;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12376;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:174;s:5:\"ratio\";d:0.318599999999999994315658113919198513031005859375;}s:3:\"end\";i:1576156436;}}'),(940,314,'_wp_attached_file','2019/12/Depak_new-Logo_white.png'),(941,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:564;s:6:\"height\";i:281;s:4:\"file\";s:32:\"2019/12/Depak_new-Logo_white.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Depak_new-Logo_white-300x149.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"149\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Depak_new-Logo_white-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:32:\"Depak_new-Logo_white-350x174.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"174\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(942,314,'tiny_compress_images','a:4:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:25922;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:10357;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:564;s:6:\"height\";i:281;s:5:\"ratio\";d:0.399500000000000021760371282653068192303180694580078125;}s:3:\"end\";i:1576156871;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20460;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:7141;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:5:\"ratio\";d:0.3489999999999999769073610877967439591884613037109375;}s:3:\"end\";i:1576156874;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11620;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:4211;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.362399999999999999911182158029987476766109466552734375;}s:3:\"end\";i:1576156873;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26839;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:8774;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:174;s:5:\"ratio\";d:0.326900000000000023891999489933368749916553497314453125;}s:3:\"end\";i:1576156876;}}'),(943,315,'_wpb_shortcodes_custom_css','.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}'),(944,316,'_wp_attached_file','2019/12/Zoonosis.png'),(945,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:20:\"2019/12/Zoonosis.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Zoonosis-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(946,316,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:212557;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3927;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:5:\"ratio\";d:0.0184999999999999990840660046842458541505038738250732421875;}s:3:\"end\";i:1576157694;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9474;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3669;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.3872999999999999776179038235568441450595855712890625;}s:3:\"end\";i:1576157695;}}'),(947,317,'_wp_attached_file','2019/12/Forestation.png'),(948,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2019/12/Forestation.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Forestation-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(949,317,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6345;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3264;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:5:\"ratio\";d:0.5143999999999999683808482586755417287349700927734375;}s:3:\"end\";i:1576158165;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5511;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2869;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.5205999999999999516830939683131873607635498046875;}s:3:\"end\";i:1576158166;}}'),(950,318,'_wpb_shortcodes_custom_css','.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}'),(951,319,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158921718{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(952,320,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159347552{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(953,321,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(954,322,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(955,323,'_us_in_content_ids',''),(956,323,'us_og_image',''),(957,323,'_edit_lock','1576324083:1'),(958,323,'_edit_last','1'),(959,323,'us_header_id','__defaults__'),(960,323,'us_header_sticky_override','0'),(961,323,'us_header_sticky',NULL),(962,323,'us_header_transparent_override','0'),(963,323,'us_header_transparent',NULL),(964,323,'us_header_shadow','0'),(965,323,'us_header_sticky_pos',''),(966,323,'us_titlebar_id',NULL),(967,323,'us_content_id','__defaults__'),(968,323,'us_sidebar_id',NULL),(969,323,'us_sidebar_pos',NULL),(970,323,'us_footer_id','__defaults__'),(971,323,'us_tile_bg_color',''),(972,323,'us_tile_text_color',''),(973,323,'us_tile_size','1x1'),(974,323,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(975,323,'us_tile_additional_image',''),(976,323,'slide_template','default'),(977,323,'_wpb_vc_js_status','true'),(978,325,'_wp_attached_file','2019/12/1-9.jpg'),(979,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:15:\"2019/12/1-9.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-9-300x111.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"111\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-9-1024x378.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"378\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-9-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"1-9-1536x567.jpg\";s:5:\"width\";s:4:\"1536\";s:6:\"height\";s:3:\"567\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"1-9-350x129.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"129\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"1-9-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"1-9-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(980,325,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:516891;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:101663;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.1967000000000000137223565843669348396360874176025390625;}s:3:\"end\";i:1576162598;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10973;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10305;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.9391000000000000458300064565264619886875152587890625;}s:3:\"end\";i:1576162602;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:66268;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:57839;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.8728000000000000202504679691628552973270416259765625;}s:3:\"end\";i:1576162606;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7663;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6872;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.8968000000000000415667500419658608734607696533203125;}s:3:\"end\";i:1576162600;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:113360;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:84918;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.74909999999999998809840917601832188665866851806640625;}s:3:\"end\";i:1576162609;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14204;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13053;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.919000000000000039079850466805510222911834716796875;}s:3:\"end\";i:1576162611;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:30989;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:28926;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:0.9334000000000000074606987254810519516468048095703125;}s:3:\"end\";i:1576162613;}s:10:\"us_600_400\";a:0:{}}'),(981,323,'_wp_page_template','default'),(982,328,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(983,329,'_wp_attached_file','2019/12/Disease-Transmission.jpg'),(984,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:271;s:4:\"file\";s:32:\"2019/12/Disease-Transmission.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Disease-Transmission-300x96.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"96\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Disease-Transmission-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:32:\"Disease-Transmission-350x112.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"112\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:32:\"Disease-Transmission-600x191.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"191\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:32:\"Disease-Transmission-600x191.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"191\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(985,329,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:143778;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:127267;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:271;s:5:\"ratio\";d:0.8851999999999999868549593884381465613842010498046875;}s:3:\"end\";i:1576167810;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13425;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13425;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167815;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10306;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10234;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.99299999999999999378275106209912337362766265869140625;}s:3:\"end\";i:1576167812;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:17444;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17444;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:112;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167818;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:42979;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:42979;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:191;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167821;}s:10:\"us_600_400\";a:0:{}}'),(986,330,'_wp_attached_file','2019/12/Ebola-Virus-Transmission.jpg'),(987,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:638;s:4:\"file\";s:36:\"2019/12/Ebola-Virus-Transmission.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Ebola-Virus-Transmission-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Ebola-Virus-Transmission-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:36:\"Ebola-Virus-Transmission-350x263.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"263\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:36:\"Ebola-Virus-Transmission-600x450.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"450\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:36:\"Ebola-Virus-Transmission-533x400.jpg\";s:5:\"width\";s:3:\"533\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(988,331,'_wp_attached_file','2019/12/NiV-Transmission.jpg'),(989,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:637;s:4:\"file\";s:28:\"2019/12/NiV-Transmission.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"NiV-Transmission-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"NiV-Transmission-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:28:\"NiV-Transmission-350x262.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"262\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:28:\"NiV-Transmission-600x450.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"450\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:28:\"NiV-Transmission-534x400.jpg\";s:5:\"width\";s:3:\"534\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(990,330,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:253774;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:205231;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:638;s:5:\"ratio\";d:0.8086999999999999744204615126363933086395263671875;}s:3:\"end\";i:1576167851;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21157;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21157;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167855;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7933;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7854;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9899999999999999911182158029987476766109466552734375;}s:3:\"end\";i:1576167853;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27321;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:27321;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167864;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:71774;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:55896;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"ratio\";d:0.77880000000000004778399897986673749983310699462890625;}s:3:\"end\";i:1576167868;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:58307;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:44363;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:5:\"ratio\";d:0.76090000000000002078337502098293043673038482666015625;}s:3:\"end\";i:1576167872;}}'),(991,331,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:254723;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:166170;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:637;s:5:\"ratio\";d:0.65239999999999997992716771477716974914073944091796875;}s:3:\"end\";i:1576167886;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:29938;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:29938;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167891;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12407;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12407;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167888;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:38685;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:38685;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:262;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576167893;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:89999;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:52727;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:5:\"ratio\";d:0.58589999999999997637445403597666881978511810302734375;}s:3:\"end\";i:1576167897;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:75442;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:43285;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:5:\"ratio\";d:0.57379999999999997672972540385671891272068023681640625;}s:3:\"end\";i:1576167899;}}'),(992,332,'_wp_attached_file','2019/12/RABV-Circulation.jpg'),(993,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:509;s:6:\"height\";i:685;s:4:\"file\";s:28:\"2019/12/RABV-Circulation.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"RABV-Circulation-223x300.jpg\";s:5:\"width\";s:3:\"223\";s:6:\"height\";s:3:\"300\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"RABV-Circulation-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:28:\"RABV-Circulation-260x350.jpg\";s:5:\"width\";s:3:\"260\";s:6:\"height\";s:3:\"350\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:28:\"RABV-Circulation-446x600.jpg\";s:5:\"width\";s:3:\"446\";s:6:\"height\";s:3:\"600\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:28:\"RABV-Circulation-297x400.jpg\";s:5:\"width\";s:3:\"297\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(994,332,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:61866;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:28266;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:509;s:6:\"height\";i:685;s:5:\"ratio\";d:0.45689999999999997282174035717616789042949676513671875;}s:3:\"end\";i:1576167951;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:13237;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12320;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:5:\"ratio\";d:0.93069999999999997175592625353601761162281036376953125;}s:3:\"end\";i:1576167955;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5660;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5055;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.893100000000000004973799150320701301097869873046875;}s:3:\"end\";i:1576167953;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:16438;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:15222;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:350;s:5:\"ratio\";d:0.92600000000000004529709940470638684928417205810546875;}s:3:\"end\";i:1576167958;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:35150;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21492;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:446;s:6:\"height\";i:600;s:5:\"ratio\";d:0.61140000000000005453415496958768926560878753662109375;}s:3:\"end\";i:1576167961;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19770;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18417;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:297;s:6:\"height\";i:400;s:5:\"ratio\";d:0.931599999999999983657517077517695724964141845703125;}s:3:\"end\";i:1576167968;}}'),(995,333,'_wp_attached_file','2019/12/Species-to-Species-Transmission.jpg'),(996,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:366;s:4:\"file\";s:43:\"2019/12/Species-to-Species-Transmission.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Species-to-Species-Transmission-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Species-to-Species-Transmission-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:43:\"Species-to-Species-Transmission-350x197.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:43:\"Species-to-Species-Transmission-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:43:\"Species-to-Species-Transmission-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;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:{}}}'),(997,333,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:80382;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:67759;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:366;s:5:\"ratio\";d:0.842999999999999971578290569595992565155029296875;}s:3:\"end\";i:1576167985;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14638;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14545;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:5:\"ratio\";d:0.9936000000000000387245790989254601299762725830078125;}s:3:\"end\";i:1576168023;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8314;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8011;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.963600000000000012079226507921703159809112548828125;}s:3:\"end\";i:1576167987;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19142;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:19088;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:5:\"ratio\";d:0.99719999999999997530863993233651854097843170166015625;}s:3:\"end\";i:1576168025;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:45037;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:44796;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:5:\"ratio\";d:0.99460000000000003961275751862558536231517791748046875;}s:3:\"end\";i:1576330193;}s:10:\"us_600_400\";a:0:{}}'),(998,334,'_wp_attached_file','2019/12/Viral-Load.jpg'),(999,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:874;s:4:\"file\";s:22:\"2019/12/Viral-Load.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Viral-Load-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Viral-Load-1024x699.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Viral-Load-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:22:\"Viral-Load-350x239.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:22:\"Viral-Load-600x410.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:22:\"Viral-Load-586x400.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:400;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:{}}}'),(1000,334,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:189051;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:91277;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:874;s:5:\"ratio\";d:0.48280000000000000692779167366097681224346160888671875;}s:3:\"end\";i:1576168030;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14551;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14068;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:5:\"ratio\";d:0.96679999999999999271693695845897309482097625732421875;}s:3:\"end\";i:1576168034;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:95450;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:58985;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:699;s:5:\"ratio\";d:0.61799999999999999378275106209912337362766265869140625;}s:3:\"end\";i:1576168038;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6686;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6367;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.95230000000000003534950110406498424708843231201171875;}s:3:\"end\";i:1576168032;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18895;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18335;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:239;s:5:\"ratio\";d:0.97040000000000004032330025438568554818630218505859375;}s:3:\"end\";i:1576168040;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:41905;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:30490;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:410;s:5:\"ratio\";d:0.7276000000000000245137243837234564125537872314453125;}s:3:\"end\";i:1576168103;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:42560;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:32736;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:586;s:6:\"height\";i:400;s:5:\"ratio\";d:0.76919999999999999484856516573927365243434906005859375;}s:3:\"end\";i:1576330218;}}'),(1001,336,'_wpb_shortcodes_custom_css','.vc_custom_1575991565708{padding-bottom: 40px !important;}'),(1002,246,'us_tile_bg_color',''),(1003,246,'us_tile_additional_image',''),(1004,337,'_us_in_content_ids',''),(1005,337,'us_og_image',''),(1006,337,'_edit_lock','1576322826:1'),(1007,337,'_edit_last','1'),(1008,337,'us_header_id','__defaults__'),(1009,337,'us_header_sticky_override','0'),(1010,337,'us_header_sticky',NULL),(1011,337,'us_header_transparent_override','0'),(1012,337,'us_header_transparent',NULL),(1013,337,'us_header_shadow','0'),(1014,337,'us_header_sticky_pos',''),(1015,337,'us_titlebar_id',NULL),(1016,337,'us_content_id','__defaults__'),(1017,337,'us_sidebar_id',NULL),(1018,337,'us_sidebar_pos',NULL),(1019,337,'us_footer_id','__defaults__'),(1020,337,'us_tile_bg_color',''),(1021,337,'us_tile_text_color',''),(1022,337,'us_tile_size','1x1'),(1023,337,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(1024,337,'us_tile_additional_image',''),(1025,337,'slide_template','default'),(1026,337,'_wpb_vc_js_status','true'),(1027,339,'_wp_attached_file','2019/12/Forestation-1.png'),(1028,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2019/12/Forestation-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Forestation-1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1029,340,'_wp_attached_file','2019/12/Zoonosis-1.png'),(1030,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2019/12/Zoonosis-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Zoonosis-1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1031,339,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9191;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3495;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:5:\"ratio\";d:0.380300000000000026911806116913794539868831634521484375;}s:3:\"end\";i:1576319697;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9361;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3380;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.361099999999999976552089719916693866252899169921875;}s:3:\"end\";i:1576319700;}}'),(1032,340,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:30130;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:7970;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:0.264500000000000012878587085651815868914127349853515625;}s:3:\"end\";i:1576319724;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6805;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3316;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.487300000000000010924594562311540357768535614013671875;}s:3:\"end\";i:1576319726;}}'),(1033,341,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1034,337,'_wp_page_template','default'),(1035,344,'_wpb_shortcodes_custom_css','.vc_custom_1576322721591{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1036,337,'_wpb_shortcodes_custom_css','.vc_custom_1576322721591{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1037,345,'_wpb_shortcodes_custom_css','.vc_custom_1575991565708{padding-bottom: 40px !important;}.vc_custom_1576323100272{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1038,346,'_wp_attached_file','2019/12/1-10.jpg'),(1039,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:16:\"2019/12/1-10.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1-10-300x111.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"111\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1-10-1024x378.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"378\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1-10-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"1-10-1536x567.jpg\";s:5:\"width\";s:4:\"1536\";s:6:\"height\";s:3:\"567\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:16:\"1-10-350x129.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"129\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:16:\"1-10-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:16:\"1-10-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(1040,346,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:930035;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:220339;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.23689999999999999946709294817992486059665679931640625;}s:3:\"end\";i:1576323612;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14710;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14317;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.9733000000000000540012479177676141262054443359375;}s:3:\"end\";i:1576323616;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:121890;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:106366;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.8726000000000000422772927777259610593318939208984375;}s:3:\"end\";i:1576323620;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9500;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:9111;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.95909999999999995257127238801331259310245513916015625;}s:3:\"end\";i:1576323614;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:222501;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:176262;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.7922000000000000152766688188421539962291717529296875;}s:3:\"end\";i:1576323625;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19755;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:19210;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.97240000000000004209965709378593601286411285400390625;}s:3:\"end\";i:1576323627;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:51502;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:51502;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576323635;}s:10:\"us_600_400\";a:0:{}}'),(1041,347,'_us_in_content_ids',''),(1042,347,'us_og_image','https://depak.org/wp-content/plugins/revslider/admin/assets/images/dummy.png'),(1043,347,'_edit_lock','1576325186:1'),(1044,347,'_edit_last','1'),(1045,347,'us_header_id','__defaults__'),(1046,347,'us_header_sticky_override','0'),(1047,347,'us_header_sticky',NULL),(1048,347,'us_header_transparent_override','0'),(1049,347,'us_header_transparent',NULL),(1050,347,'us_header_shadow','0'),(1051,347,'us_header_sticky_pos',''),(1052,347,'us_titlebar_id',NULL),(1053,347,'us_content_id','__defaults__'),(1054,347,'us_sidebar_id',NULL),(1055,347,'us_sidebar_pos',NULL),(1056,347,'us_footer_id','__defaults__'),(1057,347,'us_tile_bg_color',''),(1058,347,'us_tile_text_color',''),(1059,347,'us_tile_size','1x1'),(1060,347,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(1061,347,'us_tile_additional_image',''),(1062,347,'slide_template','default'),(1063,347,'_wpb_vc_js_status','true'),(1064,349,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1065,347,'_wp_page_template','default'),(1066,352,'_wpb_shortcodes_custom_css','.vc_custom_1576325078289{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1067,347,'_wpb_shortcodes_custom_css','.vc_custom_1576325078289{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1068,354,'_wp_attached_file','2019/12/Depak_new-Logo_white-1.png'),(1069,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:90;s:4:\"file\";s:34:\"2019/12/Depak_new-Logo_white-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Depak_new-Logo_white-1-150x90.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"90\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1070,354,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9955;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3301;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:180;s:6:\"height\";i:90;s:5:\"ratio\";d:0.33160000000000000586197757002082653343677520751953125;}s:3:\"end\";i:1576326331;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5658;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2928;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:5:\"ratio\";d:0.51749999999999996003197111349436454474925994873046875;}s:3:\"end\";i:1576326333;}}'),(1071,355,'_wp_attached_file','2019/12/1-11.jpg'),(1072,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:709;s:4:\"file\";s:16:\"2019/12/1-11.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1-11-300x111.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"111\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1-11-1024x378.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"378\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1-11-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"1-11-1536x567.jpg\";s:5:\"width\";s:4:\"1536\";s:6:\"height\";s:3:\"567\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:16:\"1-11-350x129.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"129\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:16:\"1-11-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:16:\"1-11-600x222.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"222\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(1073,355,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:338972;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:56604;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.1670000000000000095479180117763462476432323455810546875;}s:3:\"end\";i:1576328935;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4518;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:4214;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.93269999999999997353228309293626807630062103271484375;}s:3:\"end\";i:1576328939;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:26379;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:23891;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:0.905699999999999949551465761032886803150177001953125;}s:3:\"end\";i:1576328942;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:2308;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:1718;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.7443999999999999506172798646730370819568634033203125;}s:3:\"end\";i:1576328937;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:48234;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39130;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.81130000000000002113864638886298052966594696044921875;}s:3:\"end\";i:1576328946;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5703;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5255;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.9213999999999999968025576890795491635799407958984375;}s:3:\"end\";i:1576328947;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11921;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10696;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:0.8971999999999999975131004248396493494510650634765625;}s:3:\"end\";i:1576328949;}s:10:\"us_600_400\";a:0:{}}'),(1074,26,'_wp_page_template','default'),(1075,357,'_wpb_shortcodes_custom_css','.vc_custom_1576329678980{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1076,26,'_wpb_shortcodes_custom_css','.vc_custom_1576329678980{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1077,303,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:253774;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:205231;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:638;s:5:\"ratio\";d:0.8086999999999999744204615126363933086395263671875;}s:3:\"end\";i:1576330229;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:21157;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:21157;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576330242;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7933;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7854;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9899999999999999911182158029987476766109466552734375;}s:3:\"end\";i:1576330239;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27321;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:27321;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:263;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576330245;}s:10:\"us_600_600\";a:1:{s:5:\"start\";i:1576330245;}s:10:\"us_600_400\";a:0:{}}'),(1078,265,'tiny_compress_images','a:8:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:365841;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:68429;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:709;s:5:\"ratio\";d:0.186999999999999999555910790149937383830547332763671875;}s:3:\"end\";i:1576330273;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5880;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5717;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:5:\"ratio\";d:0.97230000000000005311306949806748889386653900146484375;}s:3:\"end\";i:1576330278;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:30617;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:30617;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576330281;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4192;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:3949;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9419999999999999484856516573927365243434906005859375;}s:3:\"end\";i:1576330276;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:53035;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:46289;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:5:\"ratio\";d:0.8728000000000000202504679691628552973270416259765625;}s:3:\"end\";i:1576330286;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7473;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7265;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:5:\"ratio\";d:0.97219999999999995310417943983338773250579833984375;}s:3:\"end\";i:1576330288;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14657;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14657;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:5:\"ratio\";d:1;}s:3:\"end\";i:1576330291;}s:10:\"us_600_400\";a:0:{}}'),(1079,358,'_wp_attached_file','2019/12/Conservation-1.png'),(1080,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:293;s:4:\"file\";s:26:\"2019/12/Conservation-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Conservation-1-300x126.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"126\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Conservation-1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:26:\"Conservation-1-350x147.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"147\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:26:\"Conservation-1-600x251.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"251\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:26:\"Conservation-1-600x251.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"251\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1081,358,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:32995;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12774;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:700;s:6:\"height\";i:293;s:5:\"ratio\";d:0.3870999999999999996447286321199499070644378662109375;}s:3:\"end\";i:1576330538;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20263;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:5760;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:5:\"ratio\";d:0.2842999999999999971578290569595992565155029296875;}s:3:\"end\";i:1576330542;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:22411;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:4712;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.210299999999999986943777230408159084618091583251953125;}s:3:\"end\";i:1576330540;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20791;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6505;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:147;s:5:\"ratio\";d:0.312900000000000011457501614131615497171878814697265625;}s:3:\"end\";i:1576330544;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:53108;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:14077;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:5:\"ratio\";d:0.26510000000000000230926389122032560408115386962890625;}s:3:\"end\";i:1576330546;}s:10:\"us_600_400\";a:0:{}}'),(1082,359,'_wpb_shortcodes_custom_css','.vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1085,361,'_wp_attached_file','2019/12/Depak_new-Logo-1.png'),(1086,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:275;s:4:\"file\";s:28:\"2019/12/Depak_new-Logo-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Depak_new-Logo-1-300x149.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"149\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Depak_new-Logo-1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:28:\"Depak_new-Logo-1-350x173.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"173\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1087,361,'tiny_compress_images','a:4:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:32212;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:13050;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:555;s:6:\"height\";i:275;s:5:\"ratio\";d:0.40510000000000001563194018672220408916473388671875;}s:3:\"end\";i:1577718242;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:27868;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:10624;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:5:\"ratio\";d:0.3811999999999999833022457096376456320285797119140625;}s:3:\"end\";i:1577718245;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:14670;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6302;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.4295999999999999818811602381174452602863311767578125;}s:3:\"end\";i:1577718244;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:36961;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:13827;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:173;s:5:\"ratio\";d:0.37409999999999998809840917601832188665866851806640625;}s:3:\"end\";i:1577718247;}}'),(1088,362,'_wp_attached_file','2019/12/Depak_new-Logo_white-2.png'),(1089,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:89;s:4:\"file\";s:34:\"2019/12/Depak_new-Logo_white-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Depak_new-Logo_white-2-150x89.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"89\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1090,362,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8247;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2651;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:180;s:6:\"height\";i:89;s:5:\"ratio\";d:0.32150000000000000799360577730112709105014801025390625;}s:3:\"end\";i:1577718739;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:4511;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2433;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:5:\"ratio\";d:0.53930000000000000159872115546022541821002960205078125;}s:3:\"end\";i:1577718741;}}'),(1093,365,'_wpb_shortcodes_custom_css','.vc_custom_1574971147371{padding-top: 40px !important;}.vc_custom_1576083051427{padding-top: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1576084600336{padding-top: 30px !important;}.vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1574965159625{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1576088590824{padding-top: 25px !important;}.vc_custom_1576088649000{padding-top: 25px !important;}.vc_custom_1576088750839{padding-top: 25px !important;}.vc_custom_1576088816586{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574969293780{padding-top: 25px !important;}.vc_custom_1576087433552{padding-top: 25px !important;}.vc_custom_1570973071417{padding-top: 25px !important;}.vc_custom_1576086254977{padding-top: 25px !important;}.vc_custom_1576086325692{padding-top: 25px !important;}.vc_custom_1576086353574{padding-top: 25px !important;}.vc_custom_1570973520769{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574970498475{padding-top: 25px !important;}.vc_custom_1576084530712{padding-top: 25px !important;}.vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}.vc_custom_1574971701611{padding-top: 25px !important;}'),(1096,368,'_wp_attached_file','2020/04/wp4835201.jpg'),(1097,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2020/04/wp4835201.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wp4835201-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"wp4835201-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wp4835201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"wp4835201-1536x614.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"wp4835201-2048x819.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"wp4835201-350x140.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:21:\"wp4835201-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"wp4835201-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;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:{}}}'),(1098,368,'tiny_compress_images','a:9:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:169698;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:169698;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:2560;s:6:\"height\";i:1024;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587937555;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8967;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8967;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587937558;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:61833;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:61833;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587937561;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5705;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5705;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587937556;}s:9:\"1536x1536\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:110859;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:110859;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:614;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587937566;}s:9:\"2048x2048\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:162933;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:162933;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:819;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587937572;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11389;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11389;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:140;s:5:\"ratio\";d:1;}s:3:\"end\";i:1587937574;}s:10:\"us_600_600\";a:1:{s:5:\"start\";i:1587937574;}s:10:\"us_600_400\";a:0:{}}'),(1099,32,'_wp_page_template','default'),(1100,370,'_wp_attached_file','2020/04/image.png'),(1101,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:797;s:4:\"file\";s:17:\"2020/04/image.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-300x170.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"170\";s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"image-1024x579.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"579\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:17:\"image-350x198.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"198\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:17:\"image-600x339.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"339\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:17:\"image-600x339.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"339\";s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1102,370,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:3154264;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:564946;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1410;s:6:\"height\";i:797;s:5:\"ratio\";d:0.1791000000000000091926466438962961547076702117919921875;}s:3:\"end\";i:1587938626;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:111828;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:39527;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:5:\"ratio\";d:0.353499999999999980904163976447307504713535308837890625;}s:3:\"end\";i:1587938631;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:1017309;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:314355;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:5:\"ratio\";d:0.308999999999999996891375531049561686813831329345703125;}s:3:\"end\";i:1587938636;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:52248;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:19511;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.373400000000000009681144774731365032494068145751953125;}s:3:\"end\";i:1587938628;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:148024;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:51137;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:198;s:5:\"ratio\";d:0.345499999999999973798736618846305646002292633056640625;}s:3:\"end\";i:1587938639;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:394104;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:127715;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:5:\"ratio\";d:0.324099999999999999200639422269887290894985198974609375;}s:3:\"end\";i:1587938642;}s:10:\"us_600_400\";a:0:{}}'),(1103,373,'_wpb_shortcodes_custom_css','.vc_custom_1587939476660{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1105,374,'_wpb_shortcodes_custom_css','.vc_custom_1587939476660{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1106,32,'_oembed_51de9167ca0ae42f56e73018a3f3ce83','{{unknown}}'),(1107,375,'_wpb_shortcodes_custom_css','.vc_custom_1587939476660{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1108,32,'_oembed_1e01f2efcdbf3ad7605edc64cb2583df','{{unknown}}'),(1109,32,'_oembed_bef97050b93baa36b9805ab315411db5','{{unknown}}'),(1110,32,'_oembed_afb5398e47c4e318af594707ae77cdd1','{{unknown}}'),(1111,32,'_oembed_09f36907113f01db2c7d037043f4676e','{{unknown}}'),(1112,32,'_oembed_950d552e87348dc654a06e2ee685f4f0','{{unknown}}'),(1113,376,'_us_in_content_ids',''),(1114,376,'us_og_image',''),(1115,376,'_edit_lock','1588447151:1'),(1116,376,'_edit_last','1'),(1117,376,'slide_template','default'),(1118,376,'us_header_id','__defaults__'),(1119,376,'us_header_sticky_override','0'),(1120,376,'us_header_sticky',NULL),(1121,376,'us_header_transparent_override','0'),(1122,376,'us_header_transparent',NULL),(1123,376,'us_header_shadow','0'),(1124,376,'us_header_sticky_pos',''),(1125,376,'us_titlebar_id',NULL),(1126,376,'us_content_id','__defaults__'),(1127,376,'us_sidebar_id',NULL),(1128,376,'us_sidebar_pos',NULL),(1129,376,'us_footer_id','__defaults__'),(1130,376,'us_tile_bg_color',''),(1131,376,'us_tile_text_color',''),(1132,376,'us_tile_size','1x1'),(1133,376,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(1134,376,'us_tile_additional_image',''),(1145,384,'_wpb_shortcodes_custom_css','.vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1146,32,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1147,385,'_wpb_shortcodes_custom_css','.vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1154,387,'_wpb_shortcodes_custom_css','.vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1155,388,'_wpb_shortcodes_custom_css','.vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}'),(1156,389,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1160,391,'_us_in_content_ids',''),(1161,391,'us_og_image',''),(1162,391,'_edit_lock','1588447520:1'),(1163,392,'_wp_attached_file','2020/04/Touseef.jpg'),(1164,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:286;s:4:\"file\";s:19:\"2020/04/Touseef.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Touseef-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1165,392,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:36953;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:35403;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:293;s:6:\"height\";i:286;s:5:\"ratio\";d:0.9580999999999999516830939683131873607635498046875;}s:3:\"end\";i:1588024036;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8127;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:7818;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9619999999999999662492200513952411711215972900390625;}s:3:\"end\";i:1588024038;}}'),(1168,391,'_edit_last','1'),(1169,391,'us_header_id','__defaults__'),(1170,391,'us_header_sticky_override','0'),(1171,391,'us_header_sticky',NULL),(1172,391,'us_header_transparent_override','0'),(1173,391,'us_header_transparent',NULL),(1174,391,'us_header_shadow','0'),(1175,391,'us_header_sticky_pos',''),(1176,391,'us_titlebar_id',NULL),(1177,391,'us_content_id','__defaults__'),(1178,391,'us_sidebar_id',NULL),(1179,391,'us_sidebar_pos',NULL),(1180,391,'us_footer_id','__defaults__'),(1181,391,'us_tile_bg_color',''),(1182,391,'us_tile_text_color',''),(1183,391,'us_tile_size','1x1'),(1184,391,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(1185,391,'us_tile_additional_image',''),(1186,391,'slide_template','default'),(1191,396,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1588024353063{padding-top: 30px !important;padding-bottom: 50px !important;}'),(1192,397,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1588024381041{padding-top: 10px !important;padding-bottom: 50px !important;}'),(1203,404,'_wp_attached_file','2020/05/Bats_02.jpg'),(1204,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1254;s:6:\"height\";i:837;s:4:\"file\";s:19:\"2020/05/Bats_02.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Bats_02-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Bats_02-1024x683.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"683\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Bats_02-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:19:\"Bats_02-350x234.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"234\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:19:\"Bats_02-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:19:\"Bats_02-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:54:\"Black flying-foxes (Pteropus alecto) hanging in a tree\";s:17:\"created_timestamp\";s:10:\"1415435154\";s:9:\"copyright\";s:7:\"Byrdyak\";s:12:\"focal_length\";s:3:\"500\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:10:\"Flying fox\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"Rainforest,No People,Reproductive Organ,Giant Fruit Bat,Spooky,F\";}}}'),(1205,404,'tiny_compress_images','a:7:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:717198;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:162158;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1254;s:6:\"height\";i:837;s:5:\"ratio\";d:0.2260999999999999954258811385443550534546375274658203125;}s:3:\"end\";i:1588447894;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:23233;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:22966;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:0.98850000000000004529709940470638684928417205810546875;}s:3:\"end\";i:1588447898;}s:5:\"large\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:148713;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:84727;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:5:\"ratio\";d:0.56969999999999998419042412933777086436748504638671875;}s:3:\"end\";i:1588447903;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10417;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10020;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.9618999999999999772626324556767940521240234375;}s:3:\"end\";i:1588447896;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:29788;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:24912;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:234;s:5:\"ratio\";d:0.836300000000000043343106881366111338138580322265625;}s:3:\"end\";i:1588447908;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:67064;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:37927;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.56550000000000000266453525910037569701671600341796875;}s:3:\"end\";i:1588447913;}s:10:\"us_600_400\";a:0:{}}'),(1206,405,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1207,371,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1208,406,'_wp_attached_file','2020/05/Frequently-Asked-Questions.jpg'),(1209,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:420;s:4:\"file\";s:38:\"2020/05/Frequently-Asked-Questions.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Frequently-Asked-Questions-300x210.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"210\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Frequently-Asked-Questions-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:38:\"Frequently-Asked-Questions-350x245.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"245\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:38:\"Frequently-Asked-Questions-572x400.jpg\";s:5:\"width\";s:3:\"572\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1210,406,'tiny_compress_images','a:5:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:78306;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:60703;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:601;s:6:\"height\";i:420;s:5:\"ratio\";d:0.77520000000000000017763568394002504646778106689453125;}s:3:\"end\";i:1588448744;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:28831;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:28831;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588448753;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:11730;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:11730;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588448746;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:35638;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:35638;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:245;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588448755;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:74545;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:52851;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:572;s:6:\"height\";i:400;s:5:\"ratio\";d:0.70899999999999996358468479229486547410488128662109375;}s:3:\"end\";i:1588448759;}}'),(1211,407,'_wp_attached_file','2020/05/Bats_02-1.jpg'),(1212,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2020/05/Bats_02-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Bats_02-1-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Bats_02-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:21:\"Bats_02-1-350x350.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"350\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:21:\"Bats_02-1-400x400.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(1213,407,'tiny_compress_images','a:5:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:311431;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:57581;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:5:\"ratio\";d:0.184900000000000008792966355031239800155162811279296875;}s:3:\"end\";i:1588449845;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:28929;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:24390;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:0.8430999999999999605648781653144396841526031494140625;}s:3:\"end\";i:1588449852;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10242;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:9753;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.95230000000000003534950110406498424708843231201171875;}s:3:\"end\";i:1588449850;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:35174;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:29815;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:5:\"ratio\";d:0.84760000000000002007283228522283025085926055908203125;}s:3:\"end\";i:1588449854;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:42160;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:23989;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.56899999999999995026200849679298698902130126953125;}s:3:\"end\";i:1588449857;}}'),(1214,408,'_wp_attached_file','2020/05/Frequently-Asked-Questions-1.jpg'),(1215,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2020/05/Frequently-Asked-Questions-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Frequently-Asked-Questions-1-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Frequently-Asked-Questions-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:40:\"Frequently-Asked-Questions-1-350x350.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"350\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:40:\"Frequently-Asked-Questions-1-400x400.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(1216,408,'tiny_compress_images','a:5:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:353891;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:81079;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:5:\"ratio\";d:0.2290999999999999980904163976447307504713535308837890625;}s:3:\"end\";i:1588450031;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:36146;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:36146;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588450035;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12135;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12135;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588450033;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:43489;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:38914;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:5:\"ratio\";d:0.894800000000000039790393202565610408782958984375;}s:3:\"end\";i:1588450038;}s:10:\"us_600_400\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:52217;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:33892;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:5:\"ratio\";d:0.6491000000000000103028696685214526951313018798828125;}s:3:\"end\";i:1588450041;}}'),(1217,409,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1218,410,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1219,411,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1220,412,'_wp_attached_file','2020/05/flying-fox.jpg'),(1221,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:485;s:4:\"file\";s:22:\"2020/05/flying-fox.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"flying-fox-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"flying-fox-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:22:\"flying-fox-350x233.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"233\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:22:\"flying-fox-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:22:\"flying-fox-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1222,412,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:29286;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17053;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:728;s:6:\"height\";i:485;s:5:\"ratio\";d:0.582300000000000039790393202565610408782958984375;}s:3:\"end\";i:1588540567;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:6790;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6790;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588540571;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:3612;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:3559;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.98529999999999995363708649165346287190914154052734375;}s:3:\"end\";i:1588540569;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:8556;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:8556;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588540573;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19261;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14215;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.737999999999999989341858963598497211933135986328125;}s:3:\"end\";i:1588540575;}s:10:\"us_600_400\";a:0:{}}'),(1223,413,'_wp_attached_file','2020/05/faqs.jpg'),(1224,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:485;s:4:\"file\";s:16:\"2020/05/faqs.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"faqs-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"faqs-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:16:\"faqs-350x233.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"233\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:16:\"faqs-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:16:\"faqs-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(1225,413,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:182364;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:46346;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:728;s:6:\"height\";i:485;s:5:\"ratio\";d:0.2540999999999999925393012745189480483531951904296875;}s:3:\"end\";i:1588540742;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:10176;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:10176;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588540748;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5167;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:5032;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.973899999999999987920773492078296840190887451171875;}s:3:\"end\";i:1588540746;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:12811;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:12811;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:1;}s:3:\"end\";i:1588540750;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:28994;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:22524;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.77690000000000003499422973618493415415287017822265625;}s:3:\"end\";i:1588540753;}s:10:\"us_600_400\";a:0:{}}'),(1226,414,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1229,416,'_wp_attached_file','2020/05/133157-Flying-Bats.jpg'),(1230,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2020/05/133157-Flying-Bats.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"133157-Flying-Bats-300x189.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"189\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"133157-Flying-Bats-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:30:\"133157-Flying-Bats-350x221.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"221\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1231,416,'tiny_compress_images','a:4:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:31020;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:29991;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:315;s:5:\"ratio\";d:0.96679999999999999271693695845897309482097625732421875;}s:3:\"end\";i:1588798723;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15365;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:13675;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:5:\"ratio\";d:0.89000000000000001332267629550187848508358001708984375;}s:3:\"end\";i:1588798728;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7151;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6196;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.8665000000000000479616346638067625463008880615234375;}s:3:\"end\";i:1588798725;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:19574;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:17534;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:221;s:5:\"ratio\";d:0.89580000000000004067857162226573564112186431884765625;}s:3:\"end\";i:1588798731;}}'),(1232,417,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1233,418,'_wp_attached_file','2020/05/133.jpg'),(1234,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:485;s:4:\"file\";s:15:\"2020/05/133.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"133-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"133-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:15:\"133-350x233.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"233\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:15:\"133-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:15:\"133-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(1235,418,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:189273;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:66651;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:728;s:6:\"height\";i:485;s:5:\"ratio\";d:0.352100000000000024069635173873393796384334564208984375;}s:3:\"end\";i:1588799955;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15843;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14127;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:0.89170000000000004813927034774678759276866912841796875;}s:3:\"end\";i:1588799983;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7045;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6162;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.8747000000000000330402372128446586430072784423828125;}s:3:\"end\";i:1588799961;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20954;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18854;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:0.89980000000000004423128530106623657047748565673828125;}s:3:\"end\";i:1588799986;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:49239;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39644;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.80510000000000003783640067922533489763736724853515625;}s:3:\"end\";i:1588799989;}s:10:\"us_600_400\";a:0:{}}'),(1236,419,'_wp_attached_file','2020/05/133-1.jpg'),(1237,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:485;s:4:\"file\";s:17:\"2020/05/133-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"133-1-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"133-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_350_350\";a:4:{s:4:\"file\";s:17:\"133-1-350x233.jpg\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"233\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:17:\"133-1-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:17:\"133-1-600x400.jpg\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(1238,419,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:189273;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:66651;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:728;s:6:\"height\";i:485;s:5:\"ratio\";d:0.352100000000000024069635173873393796384334564208984375;}s:3:\"end\";i:1588800754;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:15843;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:14127;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:5:\"ratio\";d:0.89170000000000004813927034774678759276866912841796875;}s:3:\"end\";i:1588800757;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:7045;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:6162;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.8747000000000000330402372128446586430072784423828125;}s:3:\"end\";i:1588800755;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:20954;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:18854;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:5:\"ratio\";d:0.89980000000000004423128530106623657047748565673828125;}s:3:\"end\";i:1588800758;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:49239;s:4:\"type\";s:10:\"image/jpeg\";}s:6:\"output\";a:5:{s:4:\"size\";i:39644;s:4:\"type\";s:10:\"image/jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:5:\"ratio\";d:0.80510000000000003783640067922533489763736724853515625;}s:3:\"end\";i:1588800761;}s:10:\"us_600_400\";a:0:{}}'),(1239,420,'_wpb_shortcodes_custom_css','.vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}'),(1240,421,'_us_in_content_ids',''),(1241,421,'us_og_image',''),(1242,114,'_wpb_shortcodes_custom_css','.vc_custom_1574272927992{padding-top: 40px !important;}'),(1243,422,'_us_in_content_ids',''),(1244,422,'us_og_image',''),(1245,422,'_edit_lock','1601842464:1'),(1246,422,'_edit_last','1'),(1247,422,'slide_template','default'),(1248,422,'_wpb_vc_js_status','false'),(1249,422,'us_header_id','__defaults__'),(1250,422,'us_header_sticky_override','0'),(1251,422,'us_header_sticky',NULL),(1252,422,'us_header_transparent_override','0'),(1253,422,'us_header_transparent',NULL),(1254,422,'us_header_shadow','0'),(1255,422,'us_header_sticky_pos',''),(1256,422,'us_titlebar_id',NULL),(1257,422,'us_content_id','__defaults__'),(1258,422,'us_sidebar_id',NULL),(1259,422,'us_sidebar_pos',NULL),(1260,422,'us_footer_id','__defaults__'),(1261,422,'us_tile_bg_color',''),(1262,422,'us_tile_text_color',''),(1263,422,'us_tile_size','1x1'),(1264,422,'us_tile_link','{\"url\":\"\",\"target\":\"\"}'),(1265,422,'us_tile_additional_image',''),(1266,424,'_us_in_content_ids',''),(1267,424,'us_og_image',''),(1268,424,'_edit_lock','1602100495:1'); /*!40000 ALTER TABLE `wpmd_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_posts` -- DROP TABLE IF EXISTS `wpmd_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_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=426 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_posts` -- LOCK TABLES `wpmd_posts` WRITE; /*!40000 ALTER TABLE `wpmd_posts` DISABLE KEYS */; INSERT INTO `wpmd_posts` VALUES (3,1,'2019-10-09 17:25:25','2019-10-09 17:25:25','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://depak.org.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2019-10-09 17:25:25','2019-10-09 17:25:25','',0,'https://depak.org/?page_id=3',0,'page','',0),(7,1,'2019-10-09 18:23:00','2019-10-09 18:23:00','[vc_row color_scheme=\"footer-bottom\" bg_type=\"bg_color\" bg_color_value=\"#6b9726\"][vc_column][vc_row_inner content_placement=\"middle\" css=\".vc_custom_1574340272673{padding-top: 85px !important;padding-bottom: 25px !important;background-color: #6b9726 !important;}\"][vc_column_inner width=\"1/4\"][us_image image=\"362\" size=\"medium\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]\r\n<h4><span style=\"color: #ffffff;\"><strong>What We Do</strong></span></h4>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/bats-conservation-pakistan/\">Bats Conservation</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/our-programs/\">Our Programs</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/vision-mission/\">Future Plans</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/campaigns/\">Campaigns</a></span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]\r\n<h4><span style=\"color: #ffffff;\"><strong>News & Media</strong></span></h4>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/our-activities/\">Images & Videos</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/soon-valley/\">Salt Range</a></span>\r\n<span style=\"color: #ffffff;\">Gallery</span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/career-opportunities/\">Events</a></span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]\r\n<h4><span style=\"color: #ffffff;\"><strong>About Us</strong></span></h4>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/our-approach/\">Our Approach</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/contact-us/\">Join Us</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/about-us/\">About</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/blog/\">Blog</a></span>[/vc_column_text][/vc_column_inner][/vc_row_inner][us_separator size=\"small\" show_line=\"1\" color=\"switch_text\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1570866850028{padding-bottom: 25px !important;}\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Depak.org © All the Copyrights are Reserved 2019-20</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][us_socials items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fweb.facebook.com%2FDEPAK-923765904626779%2F%3Fmodal%3Dadmin_todo_tour%22%2C%22icon%22%3A%22fab%7Capple%22%2C%22color%22%3A%22%23999999%22%7D%2C%7B%22type%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2FTouseef963%22%2C%22icon%22%3A%22fab%7Capple%22%2C%22color%22%3A%22%23999999%22%7D%5D\" size=\"20\" gap=\"4\" align=\"center\" css=\".vc_custom_1570867024682{padding-bottom: 25px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Default Footer','','publish','closed','closed','','default-footer','','','2019-12-30 15:15:34','2019-12-30 15:15:34','',0,'https://depak.org/?us_page_block=default-footer',0,'us_page_block','',0),(9,1,'2019-10-09 18:29:00','2019-10-09 18:29:00','{\"default\":{\"options\":{\"breakpoint\":\"900px\",\"orientation\":\"hor\",\"sticky\":true,\"scroll_breakpoint\":\"80px\",\"transparent\":\"0\",\"width\":\"300px\",\"elm_align\":\"center\",\"shadow\":\"none\",\"top_show\":\"0\",\"top_height\":\"40px\",\"top_sticky_height\":\"0px\",\"top_fullwidth\":\"1\",\"top_centering\":false,\"middle_height\":\"85px\",\"middle_sticky_height\":\"70px\",\"middle_fullwidth\":\"0\",\"middle_centering\":false,\"elm_valign\":\"top\",\"bg_img\":\"\",\"bg_img_wrapper_start\":\"\",\"bg_img_size\":\"cover\",\"bg_img_repeat\":\"repeat\",\"bg_img_position\":\"top left\",\"bg_img_attachment\":true,\"bg_img_wrapper_end\":\"\",\"bottom_show\":false,\"bottom_height\":\"50px\",\"bottom_sticky_height\":\"50px\",\"bottom_fullwidth\":0,\"bottom_centering\":false},\"layout\":{\"top_left\":[],\"top_center\":[],\"top_right\":[],\"middle_left\":[\"image:1\"],\"middle_center\":[\"menu:1\"],\"middle_right\":[\"search:1\",\"btn:1\"],\"bottom_left\":[],\"bottom_center\":[],\"bottom_right\":[],\"hidden\":[\"text:2\",\"text:3\",\"socials:1\"]}},\"tablets\":{\"options\":{\"breakpoint\":\"900px\",\"orientation\":\"hor\",\"sticky\":true,\"scroll_breakpoint\":\"100px\",\"transparent\":false,\"width\":\"300px\",\"elm_align\":\"center\",\"shadow\":\"thin\",\"top_show\":false,\"top_height\":\"40px\",\"top_sticky_height\":\"40px\",\"top_fullwidth\":false,\"top_centering\":false,\"middle_height\":\"80px\",\"middle_sticky_height\":\"50px\",\"middle_fullwidth\":false,\"middle_centering\":false,\"elm_valign\":\"top\",\"bg_img\":\"\",\"bg_img_wrapper_start\":\"\",\"bg_img_size\":\"cover\",\"bg_img_repeat\":\"repeat\",\"bg_img_position\":\"top left\",\"bg_img_attachment\":true,\"bg_img_wrapper_end\":\"\",\"bottom_show\":false,\"bottom_height\":\"50px\",\"bottom_sticky_height\":\"50px\",\"bottom_fullwidth\":false,\"bottom_centering\":false},\"layout\":{\"top_left\":[],\"top_center\":[],\"top_right\":[],\"middle_left\":[],\"middle_center\":[],\"middle_right\":[\"menu:1\",\"search:1\",\"btn:1\"],\"bottom_left\":[],\"bottom_center\":[],\"bottom_right\":[],\"hidden\":[\"image:1\",\"text:2\",\"text:3\",\"socials:1\"]}},\"mobiles\":{\"options\":{\"breakpoint\":\"600px\",\"orientation\":\"hor\",\"sticky\":true,\"scroll_breakpoint\":\"50px\",\"transparent\":false,\"width\":\"300px\",\"elm_align\":\"center\",\"shadow\":\"thin\",\"top_show\":false,\"top_height\":\"40px\",\"top_sticky_height\":\"40px\",\"top_fullwidth\":false,\"top_centering\":false,\"middle_height\":\"50px\",\"middle_sticky_height\":\"50px\",\"middle_fullwidth\":false,\"middle_centering\":false,\"elm_valign\":\"top\",\"bg_img\":\"\",\"bg_img_wrapper_start\":\"\",\"bg_img_size\":\"cover\",\"bg_img_repeat\":\"repeat\",\"bg_img_position\":\"top left\",\"bg_img_attachment\":true,\"bg_img_wrapper_end\":\"\",\"bottom_show\":false,\"bottom_height\":\"50px\",\"bottom_sticky_height\":\"50px\",\"bottom_fullwidth\":false,\"bottom_centering\":false},\"layout\":{\"top_left\":[],\"top_center\":[],\"top_right\":[],\"middle_left\":[],\"middle_center\":[],\"middle_right\":[\"menu:1\",\"search:1\",\"btn:1\"],\"bottom_left\":[],\"bottom_center\":[],\"bottom_right\":[],\"hidden\":[\"image:1\",\"text:2\",\"text:3\",\"socials:1\"]}},\"data\":{\"image:1\":{\"img\":\"361|full\",\"image\":\"\",\"size\":\"large\",\"align\":\"none\",\"style\":\"\",\"meta\":false,\"meta_style\":\"simple\",\"onclick\":\"\",\"link\":{\"url\":\"/\",\"target\":\"\"},\"img_transparent\":\"\",\"animate\":\"\",\"animate_delay\":\"\",\"heading_1\":\"\",\"height\":\"60px\",\"height_tablets\":\"40px\",\"height_mobiles\":\"30px\",\"heading_2\":\"\",\"height_sticky\":\"60px\",\"height_sticky_tablets\":\"40px\",\"height_sticky_mobiles\":\"30px\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"el_class\":\"\",\"el_id\":\"\",\"css\":\"\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"hide_below\":0,\"width\":\"\",\"border_radius\":\"\"},\"menu:1\":{\"source\":\"menu\",\"font\":\"Arial, Helvetica, sans-serif\",\"font_weight\":\"400\",\"text_transform\":\"\",\"font_style\":\"\",\"font_size\":\"16px\",\"indents\":\"30px\",\"vstretch\":\"0\",\"hover_effect\":\"underline\",\"dropdown_arrow\":\"1\",\"dropdown_effect\":\"height\",\"dropdown_font_size\":\"15px\",\"dropdown_width\":\"0\",\"mobile_width\":\"900px\",\"mobile_layout\":\"dropdown\",\"mobile_effect_p\":\"afl\",\"mobile_effect_f\":\"aft\",\"mobile_font_size\":\"1.1rem\",\"mobile_dropdown_font_size\":\"0.9rem\",\"mobile_align\":\"left\",\"mobile_behavior\":\"1\",\"mobile_icon_size\":\"20px\",\"mobile_icon_size_tablets\":\"20px\",\"mobile_icon_size_mobiles\":\"20px\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"el_class\":\"\",\"el_id\":\"\",\"css\":\"\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"hide_below\":0,\"width\":\"\",\"border_radius\":\"\"},\"search:1\":{\"text\":\"Search\",\"layout\":\"fullscreen\",\"field_width\":\"240px\",\"field_width_tablets\":\"200px\",\"product_search\":false,\"icon\":\"fas|search\",\"icon_size\":\"18px\",\"icon_size_tablets\":\"18px\",\"icon_size_mobiles\":\"18px\",\"hide_for_sticky\":false,\"hide_for_not_sticky\":false,\"el_class\":\"\",\"el_id\":\"\",\"css\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"hide_below\":0,\"width\":\"\",\"border_radius\":\"\"},\"text:2\":{\"text\":\"\",\"wrap\":false,\"link\":[],\"icon\":\"fas|phone\",\"color\":\"\",\"font\":\"body\",\"font_weight\":\"\",\"text_transform\":\"\",\"font_style\":\"\",\"font_size\":\"\",\"font_size_tablets\":\"\",\"font_size_mobiles\":\"\",\"line_height\":\"\",\"line_height_tablets\":\"\",\"line_height_mobiles\":\"\",\"hide_for_sticky\":false,\"hide_for_not_sticky\":false,\"el_class\":\"\",\"el_id\":\"\",\"css\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"hide_below\":0,\"width\":\"\",\"border_radius\":\"\"},\"text:3\":{\"text\":\"\",\"wrap\":false,\"link\":\"mailto:\",\"icon\":\"fas|envelope\",\"color\":\"\",\"font\":\"body\",\"font_weight\":\"\",\"text_transform\":\"\",\"font_style\":\"\",\"font_size\":\"\",\"font_size_tablets\":\"\",\"font_size_mobiles\":\"\",\"line_height\":\"\",\"line_height_tablets\":\"\",\"line_height_mobiles\":\"\",\"hide_for_sticky\":false,\"hide_for_not_sticky\":false,\"el_class\":\"\",\"el_id\":\"\",\"css\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"hide_below\":0,\"width\":\"\",\"border_radius\":\"\"},\"socials:1\":{\"items\":[],\"style\":\"default\",\"shape\":\"square\",\"color\":\"brand\",\"hover\":\"fade\",\"size\":\"20px\",\"size_tablets\":\"18px\",\"size_mobiles\":\"16px\",\"gap\":\"0\",\"align\":\"left\",\"hide_for_sticky\":false,\"hide_for_not_sticky\":false,\"el_class\":\"\",\"el_id\":\"\",\"css\":\"\",\"design_options\":\"\",\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"hide_below\":0,\"width\":\"\",\"border_radius\":\"\"},\"btn:1\":{\"label\":\"Take Survey\",\"link_type\":\"post\",\"link\":{\"url\":\"http://www.cstesurvey.org/EpiInfoWebSurvey/Home/f2481547-1f44-43bb-ac3e-076415a0e4b7?fbclid=IwAR1jQ3kzGIDAQ-Kb1ugR4oUrXAPT7aNXY4RlEPyVNd7EovN3yiLx5VPy_Ng\",\"target\":\"_blank\"},\"style\":\"1\",\"font_size\":\"14px\",\"font_size_tablets\":\"\",\"font_size_mobiles\":\"\",\"width_type\":\"auto\",\"custom_width\":\"200px\",\"align\":\"left\",\"icon\":\"\",\"iconpos\":\"left\",\"hide_for_sticky\":\"0\",\"hide_for_not_sticky\":\"0\",\"el_class\":\"\",\"el_id\":\"\",\"css\":\"\",\"design_options\":{\"margin_top_default\":\"\",\"margin_right_default\":\"\",\"margin_bottom_default\":\"\",\"margin_left_default\":\"\",\"border_top_default\":\"\",\"border_right_default\":\"\",\"border_bottom_default\":\"\",\"border_left_default\":\"\",\"padding_top_default\":\"\",\"padding_right_default\":\"\",\"padding_bottom_default\":\"\",\"padding_left_default\":\"\",\"margin_top_tablets\":\"\",\"margin_right_tablets\":\"\",\"margin_bottom_tablets\":\"\",\"margin_left_tablets\":\"\",\"border_top_tablets\":\"\",\"border_right_tablets\":\"\",\"border_bottom_tablets\":\"\",\"border_left_tablets\":\"\",\"padding_top_tablets\":\"\",\"padding_right_tablets\":\"\",\"padding_bottom_tablets\":\"\",\"padding_left_tablets\":\"\",\"margin_top_mobiles\":\"\",\"margin_right_mobiles\":\"\",\"margin_bottom_mobiles\":\"\",\"margin_left_mobiles\":\"\",\"border_top_mobiles\":\"\",\"border_right_mobiles\":\"\",\"border_bottom_mobiles\":\"\",\"border_left_mobiles\":\"\",\"padding_top_mobiles\":\"\",\"padding_right_mobiles\":\"\",\"padding_bottom_mobiles\":\"\",\"padding_left_mobiles\":\"\"},\"color_bg\":\"\",\"color_border\":\"\",\"color_text\":\"\",\"hide_below\":0,\"width\":\"\",\"border_radius\":\"\",\"hover\":false,\"opacity\":\"1\",\"opacity_hover\":\"1\",\"scale\":\"1\",\"scale_hover\":\"1\",\"translateX\":\"0\",\"translateX_hover\":\"0\",\"translateY\":\"0\",\"translateY_hover\":\"0\",\"color_bg_hover\":\"\",\"color_border_hover\":\"\",\"color_text_hover\":\"\",\"transition_duration\":\"0.3s\"}}}','Site Header 1','','publish','closed','closed','','site-header-1','','','2020-05-06 21:05:33','2020-05-06 21:05:33','',0,'https://depak.org/?us_header=site-header-1',0,'us_header','',0),(14,1,'2019-10-09 20:40:19','2019-10-09 20:40:19','','Depak_Logo','','inherit','open','closed','','depak__final','','','2019-10-09 20:40:56','2019-10-09 20:40:56','',0,'https://depak.org/wp-content/uploads/2019/10/Depak__Final.png',0,'attachment','image/png',0),(21,1,'2019-10-09 22:13:50','0000-00-00 00:00:00','','Page Block 2','','publish','closed','closed','','','','','2019-10-09 22:13:50','2019-10-09 22:13:50','',0,'https://depak.org/?post_type=us_page_block&p=21',0,'us_page_block','',0),(22,1,'2019-10-09 22:21:51','2019-10-09 22:21:51','[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\r\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\r\n[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\r\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\r\n[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Salt Range</span></strong></span></h3>\r\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\r\n[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"212\" size=\"us_600_400\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"5\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"5\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\r\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"216\" content_placement=\"middle\" css=\".vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong>Publish With Us!</strong></span></h3>\r\n<h5 class=\"font_8\"><span style=\"color: #ffffff;\">Advancement in life sciences is international quarterly journal of life sciences is now allowing researchers to submit their manuscript today for a faster peer reviewed publications.</span></h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:http%3A%2F%2Fwww.als-journal.com||target:%20_blank|\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"215\" size=\"medium\" align=\"center\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2019-12-11 21:41:34','2019-12-11 21:41:34','',0,'https://depak.org/?page_id=22',0,'page','',0),(23,1,'2019-10-09 22:21:51','2019-10-09 22:21:51','','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-09 22:21:51','2019-10-09 22:21:51','',22,'https://depak.org/2019/10/09/22-revision-v1/',0,'revision','',0),(26,1,'2019-10-10 16:45:07','2019-10-10 16:45:07','[vc_row][vc_column][rev_slider_vc alias=\"our-programs\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1576329678980{padding-top: 40px !important;padding-bottom: 40px !important;}\"]Each kit includes detailed lesson plans, practical information on forest issues, and examples of relevant recovery, conservation and stewardship programs. The lessons incorporate interactive, hands-on activities that reflect science and geography based learning outcomes and expectations in Canada’s provincial and territorial curriculum guidelines. They also encourage exploration through language and visual arts, social studies, drama and other subjects.\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume1-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 1: Canada\'s Forests — Learning from the Past, Building for the Future</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume2-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 2: Canada\'s Forests — A Breath of Fresh Air</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume3-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 3: Canada\'s Forests — All Things Big and Small</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume4-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 4: Canada\'s Forests — Source of Life</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume5-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 5: Canada\'s Forest — A Fine Balance</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume6-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 6: Canada\'s Forests and Wetlands — Our Natural Water Filters</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume7-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 7: The Boreal Forest — A Global Legacy</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume8-e.html\" target=\"_self\" rel=\"noopener noreferrer\">Volume 8 : Canada\'s Boreal Forest — Tradition and Transition</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/guide-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">User Guide to Teaching Kit Series</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Programs','','publish','closed','closed','','our-programs','','','2019-12-14 13:22:37','2019-12-14 13:22:37','',0,'https://depak.org/?page_id=26',0,'page','',0),(27,1,'2019-10-10 16:45:07','2019-10-10 16:45:07','','Our Programs','','inherit','closed','closed','','26-revision-v1','','','2019-10-10 16:45:07','2019-10-10 16:45:07','',26,'https://depak.org/2019/10/10/26-revision-v1/',0,'revision','',0),(28,1,'2019-10-10 16:46:46','2019-10-10 16:46:46','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088590824{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director & Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088649000{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088750839{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Regional Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088816586{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576087433552{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am working as Assistant Professor of Epidemiology and Public Health in National University of Science and Technology (NUST). My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am working as Technical Adviser OneHealth for Health Security Partners, Washington DC, USA. I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan. I am actively involve in giving my inputs for Public Health Policy in Pakistan.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"297\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086254977{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Zubair Shabbir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">He is Associate Professor and work at Quality Operations Laboratory, University of Veterinary and Animal Sciences. He is committed to further continue in area of expertise in surveillance and epidemiology of infectious disease, and molecular characterization of pathogens of veterinary and public health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086325692{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology and Public Health in University of Veterinary and Animal Sciences, Pakistan. I am working on infectious disease epidemiology. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086353574{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am working as lecturer in University of Central Punjab. I am also managing editor for ALS Journal. I have been actively involved in international lobbying and liason development for internationalization of Pakistani higher education.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Managing Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576084530712{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases. I am responsible for conducting field & events activities for this organization.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576084600336{padding-top: 30px !important;}\"][vc_column width=\"1/3\"][us_image image=\"294\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','publish','closed','closed','','about-us','','','2020-01-14 12:47:21','2020-01-14 12:47:21','',0,'https://depak.org/?page_id=28',0,'page','',0),(29,1,'2019-10-10 16:46:46','2019-10-10 16:46:46','','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-10 16:46:46','2019-10-10 16:46:46','',28,'https://depak.org/2019/10/10/28-revision-v1/',0,'revision','',0),(30,1,'2019-10-10 16:52:22','2019-10-10 16:52:22','[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1574331100925{padding-top: 60px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2><strong>Want to talk? Let`s do it!</strong></h2>\r\nIf you have any questions about Depak, please do not hesitate to contact .[/vc_column_text][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"150\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1574336409567{margin-top: 40px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact Us','','publish','closed','closed','','contact-us','','','2019-11-21 12:56:29','2019-11-21 12:56:29','',0,'https://depak.org/?page_id=30',0,'page','',0),(31,1,'2019-10-10 16:52:22','2019-10-10 16:52:22','','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-10-10 16:52:22','2019-10-10 16:52:22','',30,'https://depak.org/2019/10/10/30-revision-v1/',0,'revision','',0),(32,1,'2019-10-10 16:59:48','2019-10-10 16:59:48','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"412\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"419\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions (FAQ\'s) and their Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]','Blog','','publish','closed','closed','','blog','','','2020-05-06 21:35:28','2020-05-06 21:35:28','',0,'https://depak.org/?page_id=32',0,'page','',0),(33,1,'2019-10-10 16:59:48','2019-10-10 16:59:48','','Blog','','inherit','closed','closed','','32-revision-v1','','','2019-10-10 16:59:48','2019-10-10 16:59:48','',32,'https://depak.org/2019/10/10/32-revision-v1/',0,'revision','',0),(35,1,'2019-10-10 17:27:37','2019-10-10 17:27:37',' ','','','publish','closed','closed','','35','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=35',13,'nav_menu_item','',0),(36,1,'2019-10-10 17:27:38','2019-10-10 17:27:38',' ','','','publish','closed','closed','','36','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=36',12,'nav_menu_item','',0),(38,1,'2019-10-10 17:27:37','2019-10-10 17:27:37',' ','','','publish','closed','closed','','38','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=38',7,'nav_menu_item','',0),(39,1,'2019-10-11 06:36:44','2019-10-11 06:36:44','','youtubebg.jpg','','inherit','closed','closed','','youtubebg-jpg','','','2019-10-11 06:36:44','2019-10-11 06:36:44','',0,'https://depak.org/wp-content/uploads/revslider/youtubehero/youtubebg.jpg',0,'attachment','image/jpeg',0),(40,1,'2019-10-11 06:50:18','2019-10-11 06:50:18','<!-- wp:paragraph -->\n<p>\n\n[rev_slider alias=\"youtube-hero\"]\n\n</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 06:50:18','2019-10-11 06:50:18','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(41,1,'2019-10-11 06:54:15','2019-10-11 06:54:15','','Favicon','','inherit','open','closed','','favicon','','','2019-10-11 06:54:15','2019-10-11 06:54:15','',0,'https://depak.org/wp-content/uploads/2019/10/Favicon.png',0,'attachment','image/png',0),(44,1,'2019-10-11 12:01:31','2019-10-11 12:01:31','[pl_row]\n[pl_col col=12]\n[pl_text]\n<!-- wp:paragraph -->\n<p>\n\n[rev_slider alias=\"youtube-hero\"]\n\n</p>\n<!-- /wp:paragraph -->\n[/pl_text]\n[/pl_col]\n[/pl_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 12:01:31','2019-10-11 12:01:31','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(45,1,'2019-12-11 21:21:57','2019-12-11 21:21:57','[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Salt Range</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"212\" size=\"us_600_400\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"5\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"5\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"216\" content_placement=\"middle\" css=\".vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong>Publish With Us!</strong></span></h3>\n<h5 class=\"font_8\"><span style=\"color: #ffffff;\">Advancement in life sciences is international quarterly journal of life sciences is now allowing researchers to submit their manuscript today for a faster peer reviewed publications.</span></h5>\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:http%3A%2F%2Fwww.als-journal.com||target:%20_blank|\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"215\" size=\"medium\" align=\"center\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-autosave-v1','','','2019-12-11 21:21:57','2019-12-11 21:21:57','',22,'https://depak.org/2019/10/11/22-autosave-v1/',0,'revision','',0),(46,1,'2019-10-11 12:07:29','2019-10-11 12:07:29','<p>[vc_row][vc_column][vc_column_text]</p>\r\n<p>Vote for Dr. Touseef Ahmed on Rabies Alliance Website for World Rabies Day Award 2019</p>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<p>[rev_slider alias=\"youtube-hero\"]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 12:07:29','2019-10-11 12:07:29','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(47,1,'2019-10-11 12:23:38','2019-10-11 12:23:38','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 12:23:38','2019-10-11 12:23:38','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(48,1,'2019-10-11 15:00:42','2019-10-11 15:00:42','','earth','','inherit','open','closed','','earth','','','2019-10-11 15:00:42','2019-10-11 15:00:42','',22,'https://depak.org/wp-content/uploads/2019/10/earth.png',0,'attachment','image/png',0),(49,1,'2019-10-11 15:02:57','2019-10-11 15:02:57','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h5 class=\"font_5\"><strong>The Power of Earth</strong></h5>\r\n<p class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 15:02:57','2019-10-11 15:02:57','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(50,1,'2019-10-11 15:06:15','2019-10-11 15:06:15','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570806359268{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h5 class=\"font_5\"><strong>The Power of Earth</strong></h5>\r\n<p class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 15:06:15','2019-10-11 15:06:15','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(51,1,'2019-10-11 15:29:19','2019-10-11 15:29:19','','Researchers','','inherit','open','closed','','researchers','','','2019-10-11 15:29:19','2019-10-11 15:29:19','',22,'https://depak.org/wp-content/uploads/2019/10/Researchers.png',0,'attachment','image/png',0),(52,1,'2019-10-11 15:31:33','2019-10-11 15:31:33','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570806359268{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h5 class=\"font_5\"><strong>The Power of Earth</strong></h5>\r\n<p class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h5 class=\"font_5\"><strong><span class=\"color_11\">Young Explorers</span></strong></h5>\r\n<h5 class=\"font_5\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 15:31:33','2019-10-11 15:31:33','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(53,1,'2019-10-11 15:41:21','2019-10-11 15:41:21','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570806359268{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\r\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong><span class=\"color_11\">Young Explorers</span></strong></h3>\r\n<h5 class=\"font_5\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 15:41:21','2019-10-11 15:41:21','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(54,1,'2019-10-11 15:44:20','2019-10-11 15:44:20','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570808641601{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\r\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong><span class=\"color_11\">Young Explorers</span></strong></h3>\r\n<h5 class=\"font_5\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 15:44:20','2019-10-11 15:44:20','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(55,1,'2019-10-11 15:56:45','2019-10-11 15:56:45','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570808899416{padding-top: 70px !important;padding-bottom: 70px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\r\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570807877959{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong><span class=\"color_11\">Young Explorers</span></strong></h3>\r\n<h5 class=\"font_5\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 15:56:45','2019-10-11 15:56:45','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(56,1,'2019-10-11 16:00:29','2019-10-11 16:00:29','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\r\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong><span class=\"color_11\">Young Explorers</span></strong></h3>\r\n<h5 class=\"font_5\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 16:00:29','2019-10-11 16:00:29','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(57,1,'2019-10-11 16:11:43','2019-10-11 16:11:43','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\r\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Young Explorers</span></strong></span></h3>\r\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></span></h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 16:11:43','2019-10-11 16:11:43','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(58,1,'2019-10-11 16:24:13','2019-10-11 16:24:13','','Wildlife','','inherit','open','closed','','wildlife','','','2019-10-11 16:24:13','2019-10-11 16:24:13','',22,'https://depak.org/wp-content/uploads/2019/10/Wildlife.png',0,'attachment','image/png',0),(59,1,'2019-10-11 16:25:18','2019-10-11 16:25:18','[vc_row][vc_column][vc_column_text]\r\n\r\n[rev_slider alias=\"youtube-hero\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\r\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Young Explorers</span></strong></span></h3>\r\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></span></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\r\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-11 16:25:18','2019-10-11 16:25:18','',22,'https://depak.org/2019/10/11/22-revision-v1/',0,'revision','',0),(60,1,'2019-10-12 06:14:06','2019-10-12 06:14:06','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Young Explorers</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></span></h5>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-10-12 06:14:06','2019-10-12 06:14:06','',22,'https://depak.org/2019/10/12/22-revision-v1/',0,'revision','',0),(62,1,'2019-10-12 07:18:23','2019-10-12 07:18:23','','Depak__Final_White','','inherit','open','closed','','depak__final_white','','','2019-10-12 07:18:23','2019-10-12 07:18:23','',0,'https://depak.org/wp-content/uploads/2019/10/Depak__Final_White.png',0,'attachment','image/png',0),(63,1,'2019-10-12 07:48:02','2019-10-12 07:48:02','','Depak__Final_White','','inherit','open','closed','','depak__final_white-2','','','2019-10-12 07:48:02','2019-10-12 07:48:02','',0,'https://depak.org/wp-content/uploads/2019/10/Depak__Final_White-1.png',0,'attachment','image/png',0),(64,1,'2019-10-12 07:54:26','2019-10-12 07:54:26','','Depak__Final_White','','inherit','open','closed','','depak__final_white-3','','','2019-10-12 07:54:26','2019-10-12 07:54:26','',0,'https://depak.org/wp-content/uploads/2019/10/Depak__Final_White-2.png',0,'attachment','image/png',0),(65,1,'2019-10-12 08:03:55','2019-10-12 08:03:55','','Nature','','inherit','open','closed','','nature','','','2019-10-12 08:03:55','2019-10-12 08:03:55','',28,'https://depak.org/wp-content/uploads/2019/10/Nature.jpg',0,'attachment','image/jpeg',0),(66,1,'2019-10-12 08:10:38','2019-10-12 08:10:38','[pl_row]\n[pl_col col=12]\n[pl_text]\n\n[/pl_text]\n[/pl_col]\n[/pl_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-12 08:10:38','2019-10-12 08:10:38','',28,'https://depak.org/2019/10/12/28-revision-v1/',0,'revision','',0),(68,1,'2019-10-12 13:27:53','2019-10-12 13:27:53','','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-12 13:27:53','2019-10-12 13:27:53','',28,'https://depak.org/2019/10/12/28-revision-v1/',0,'revision','',0),(70,1,'2019-10-12 13:33:53','2019-10-12 13:33:53','[vc_row][vc_column][us_image image=\"65\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-12 13:33:53','2019-10-12 13:33:53','',28,'https://depak.org/2019/10/12/28-revision-v1/',0,'revision','',0),(71,1,'2019-10-13 06:38:26','2019-10-13 06:38:26','','1-1','','inherit','open','closed','','1-1','','','2019-10-13 06:38:26','2019-10-13 06:38:26','',28,'https://depak.org/wp-content/uploads/2019/10/1-1.jpg',0,'attachment','image/jpeg',0),(72,1,'2019-10-13 06:49:30','2019-10-13 06:49:30','[vc_row][vc_column][us_image image=\"71\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 06:49:30','2019-10-13 06:49:30','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(73,1,'2019-10-13 08:32:19','2019-10-13 08:32:19','[rev_slider alias=\"About Page\"]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 08:32:19','2019-10-13 08:32:19','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(74,1,'2019-10-13 09:46:06','2019-10-13 09:46:06','','Touseef','','inherit','open','closed','','touseef','','','2019-10-13 09:46:06','2019-10-13 09:46:06','',28,'https://depak.org/wp-content/uploads/2019/10/Touseef.png',0,'attachment','image/png',0),(75,1,'2019-10-13 09:55:40','2019-10-13 09:55:40','<p>[rev_slider alias=\"About Page\"][vc_row][vc_column][vc_column_text css=\".vc_custom_1570959558078{padding-top: 40px !important;}\"]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1570960502705{padding-top: 30px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h2|text_align:center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570960294462{padding-top: 15px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<p style=\"text-align: center;\"><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></p>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 09:55:40','2019-10-13 09:55:40','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(76,1,'2019-10-13 10:12:19','2019-10-13 10:12:19','<p>[rev_slider alias=\"About Page\"][vc_row][vc_column][vc_column_text css=\".vc_custom_1570961189041{padding-top: 15px !important;}\"]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1570961502707{padding-top: 40px !important;padding-bottom: 20px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h2|text_align:center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570960294462{padding-top: 15px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<p style=\"text-align: center;\"><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></p>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 10:12:19','2019-10-13 10:12:19','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(77,1,'2019-10-13 12:58:53','2019-10-13 12:58:53','<p>[rev_slider alias=\"About Page\"][vc_row][vc_column][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h2|text_align:center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570960294462{padding-top: 15px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<p style=\"text-align: center;\"><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></p>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 12:58:53','2019-10-13 12:58:53','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(78,1,'2019-10-13 13:02:29','2019-10-13 13:02:29','<p>[rev_slider alias=\"About Page\"][vc_row][vc_column][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#e8e7e7\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h2|text_align:center\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#e8e7e7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570960294462{padding-top: 15px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<p style=\"text-align: center;\"><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></p>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:02:29','2019-10-13 13:02:29','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(79,1,'2019-10-13 13:07:01','2019-10-13 13:07:01','<p>[rev_slider alias=\"About Page\"][vc_row][vc_column css=\".vc_custom_1570971991887{padding-bottom: 40px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f2f1f1\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f2f1f1\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570960294462{padding-top: 15px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<p style=\"text-align: center;\"><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></p>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:07:01','2019-10-13 13:07:01','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(80,1,'2019-10-13 13:10:45','2019-10-13 13:10:45','<p>[rev_slider alias=\"About Page\"][vc_row][vc_column css=\".vc_custom_1570971991887{padding-bottom: 40px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570960294462{padding-top: 15px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<p style=\"text-align: center;\"><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></p>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:10:45','2019-10-13 13:10:45','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(81,1,'2019-10-13 13:14:51','2019-10-13 13:14:51','<p>[rev_slider alias=\"About Page\"][vc_row][vc_column css=\".vc_custom_1570972304319{padding-bottom: 70px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:14:51','2019-10-13 13:14:51','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(82,1,'2019-10-13 13:27:18','2019-10-13 13:27:18','','Bilal','','inherit','open','closed','','bilal','','','2019-10-13 13:27:18','2019-10-13 13:27:18','',28,'https://depak.org/wp-content/uploads/2019/10/Bilal.png',0,'attachment','image/png',0),(83,1,'2019-10-13 13:27:33','2019-10-13 13:27:33','','Farooq','','inherit','open','closed','','farooq','','','2019-10-13 13:27:33','2019-10-13 13:27:33','',28,'https://depak.org/wp-content/uploads/2019/10/Farooq.png',0,'attachment','image/png',0),(84,1,'2019-10-13 13:27:47','2019-10-13 13:27:47','','Umar','','inherit','open','closed','','umar','','','2019-10-13 13:27:47','2019-10-13 13:27:47','',28,'https://depak.org/wp-content/uploads/2019/10/Umar.png',0,'attachment','image/png',0),(85,1,'2019-10-13 13:33:13','2019-10-13 13:33:13','<p>[vc_row][vc_column css=\".vc_custom_1570972304319{padding-bottom: 70px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][rev_slider alias=\"About Page\"][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.<br />\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:33:13','2019-10-13 13:33:13','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(86,1,'2019-10-13 13:36:24','2019-10-13 13:36:24','<p>[vc_row][vc_column css=\".vc_custom_1570972304319{padding-bottom: 70px !important;}\"][vc_column_text]</p>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][rev_slider alias=\"About Page\"][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.<br />\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:36:24','2019-10-13 13:36:24','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(87,1,'2019-10-13 13:36:43','2019-10-13 13:36:43','<p>[vc_row][vc_column css=\".vc_custom_1570972304319{padding-bottom: 70px !important;}\"][/vc_column][/vc_row][rev_slider alias=\"About Page\"][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.<br />\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:36:43','2019-10-13 13:36:43','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(88,1,'2020-01-14 12:45:10','2020-01-14 12:45:10','<p>[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088590824{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director & Professor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088649000{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088750839{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Regional Director</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Dr. Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088816586{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576087433552{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor</i></b></span></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">I am working as Assistant Professor of Epidemiology and Public Health in National University of Science and Technology (NUST). My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi I am working as Technical Adviser OneHealth for Health Security Partners, Washington DC, USA. I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan. I am actively involve in giving my inputs for Public Health Policy in Pakistan.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"297\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086254977{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Zubair Shabbir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">He is Associate Professor and work at Quality Operations Laboratory, University of Veterinary and Animal Sciences. He is committed to further continue in area of expertise in surveillance and epidemiology of infectious disease, and molecular characterization of pathogens of veterinary and public health.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086325692{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology and Public Health in University of Veterinary and Animal Sciences, Pakistan. I am working on infectious disease epidemiology. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086353574{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am working as lecturer in University of Central Punjab. I am also managing editor for ALS Journal. I have been actively involved in international lobbying and liason development for internationalization of Pakistani higher education.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Managing Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576084530712{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant, Epidemiologist</i></b></span></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases. I am responsible for conducting field & events activities for this organization.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576084600336{padding-top: 30px !important;}\"][vc_column width=\"1/3\"][us_image image=\"294\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Board Members','','inherit','closed','closed','','28-autosave-v1','','','2020-01-14 12:45:10','2020-01-14 12:45:10','',28,'https://depak.org/2019/10/13/28-autosave-v1/',0,'revision','',0),(89,1,'2019-10-13 13:41:30','2019-10-13 13:41:30','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:41:30','2019-10-13 13:41:30','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(90,1,'2019-10-13 13:48:44','2019-10-13 13:48:44','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974507571{padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570974471878{padding-top: 20px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:48:44','2019-10-13 13:48:44','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(91,1,'2019-10-13 13:54:37','2019-10-13 13:54:37','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570974861190{padding-top: 45px !important;padding-bottom: 35px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 13:54:37','2019-10-13 13:54:37','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(92,1,'2019-10-13 15:01:38','2019-10-13 15:01:38','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570978876824{padding-top: 55px !important;padding-bottom: 65px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 15:01:38','2019-10-13 15:01:38','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(93,1,'2019-10-13 15:07:04','2019-10-13 15:07:04','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 15:07:04','2019-10-13 15:07:04','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(94,1,'2019-10-13 16:39:40','2019-10-13 16:39:40','','1-2','','inherit','open','closed','','1-2','','','2019-10-13 16:39:40','2019-10-13 16:39:40','',0,'https://depak.org/wp-content/uploads/2019/10/1-2.jpg',0,'attachment','image/jpeg',0),(95,1,'2019-10-13 16:57:29','2019-10-13 16:57:29','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 16:57:29','2019-10-13 16:57:29','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(96,1,'2019-10-13 17:09:50','2019-10-13 17:09:50','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1570986573759{padding-top: 40px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 17:09:50','2019-10-13 17:09:50','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(97,1,'2019-10-13 17:14:04','2019-10-13 17:14:04','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1570986827114{padding-top: 70px !important;padding-bottom: 60px !important;}\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 17:14:04','2019-10-13 17:14:04','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(98,1,'2019-10-13 17:21:52','2019-10-13 17:21:52','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1570986827114{padding-top: 70px !important;padding-bottom: 60px !important;}\"][vc_column width=\"1/3\"][us_image image=\"82\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570987194348{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Master Scholar</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Veterinary Epidemiologist working on infectious diseases and Antimicrobial Resistance(AMR). I am working to find innovative ways to limit AMR problem from environemt and animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 17:21:52','2019-10-13 17:21:52','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(99,1,'2019-10-13 17:30:07','2019-10-13 17:30:07','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1570986827114{padding-top: 70px !important;padding-bottom: 60px !important;}\"][vc_column width=\"1/3\"][us_image image=\"82\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570987194348{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Master Scholar</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Veterinary Epidemiologist working on infectious diseases and Antimicrobial Resistance(AMR). I am working to find innovative ways to limit AMR problem from environemt and animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-10-13 17:30:07','2019-10-13 17:30:07','',28,'https://depak.org/2019/10/13/28-revision-v1/',0,'revision','',0),(101,1,'2019-11-15 19:24:16','2019-11-15 19:24:16','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"358\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fconservation%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fforestation%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"339\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fzoonosis%2F|||\"][/vc_column][/vc_row]','Campaigns','','publish','closed','closed','','campaigns','','','2019-12-14 19:17:52','2019-12-14 19:17:52','',0,'https://depak.org/?page_id=101',0,'page','',0),(102,1,'2019-11-15 19:24:16','2019-11-15 19:24:16','','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-11-15 19:24:16','2019-11-15 19:24:16','',101,'https://depak.org/2019/11/15/101-revision-v1/',0,'revision','',0),(103,1,'2019-11-15 19:28:03','2019-11-15 19:28:03',' ','','','publish','closed','closed','','103','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=103',3,'nav_menu_item','',0),(104,1,'2019-11-20 17:05:15','2019-11-20 17:05:15','<p>[vc_row][vc_column][rev_slider alias=\"bats-conservation-pakistan\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1574272927992{padding-top: 40px !important;}\"][vc_column_text]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph --><strong>DEPAK Bats and Disease Position Statement</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals. Contact between people, livestock and wildlife increases as the growing human population encroaches into natural areas and as some species adapt to co-exist in close proximity to humans. This increased contact poses a challenge for both health practitioners and conservationists in the task of preventing spillover of pathogens from wild animals to humans and livestock and protecting wildlife and their habitats. Conservation of habitats and limitation of human-wildlife contact are only two of the elements considered to mitigate this issue.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is committed to an integrated One Health approach to work with communities to protect human health and conserve the world’s bats. The One Health Initiative seeks to promote, improve, and defend the health and well-being of all species by enhancing cooperation and collaboration between physicians, veterinarians, other scientific health and environmental professionals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->With more than 1410 species, bats are the second largest group of mammals on Earth. DEPAK recognizes the serious challenge of effectively preventing, responding and managing zoonotic spillover events that may be linked to bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of the world’s bats and their habitats, and creating a world in which bats and humans successfully coexist. DEPAK believes that effective bat conservation can help reduce the risk of zoonotic disease through better understanding and effective management of human-bat interactions. In particular, DEPAK supports interdisciplinary conservation action and ethical, well-designed research to better understand the relationships between bat ecology and the risk of zoonotic disease.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK encourages interaction and collaboration among different health and conservation professions in collaborative prevention, surveillance and management of zoonotic diseases. DEPAK is dedicated to furthering this collaboration by sharing knowledge to help educate managers, researchers, policymakers, students, conservation organizations and the public about the management of zoonotic diseases and bat conservation issues through professional networks, scientific journals, lay articles, and the media.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats & Human Contact</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Simply left alone, bats are harmless and highly beneficial. They are fascinating creatures, vital to the balance of nature around the world. Like most wild animals, bats prefer to avoid contact with humans. But in situations where bats and humans come into close proximity, it is important to understand how to prevent negative outcomes for humans AND bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Several scenarios might bring bats and humans together: bats sometimes accidentally fly into a home or business through open doors or windows; they might take advantage of existing small openings into attics, wall spaces, or chimneys and roost in structures where humans live or work; and sick, injured, or dead bats sometimes fall to the ground. In each of these situations, DEPAK discourages the general public from handling bats. If touching or contact does occur, we<br />hope the following information will inform you about possible health risks that may apply.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats, Ebola, and Infectious Disease</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK fully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes that conservation biologists and public health officials confront the same ecological problems. As stated in the executive summary of the “One Health” Initiative, “the convergence of people, animals, and our environment has created a new dynamic in which the health of each group is inextricably interconnected.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Research has revealed that more than 60 percent of emerging infectious diseases are zoonotic, and that bats are not exceptional among wildlife as potential sources of human disease. Over the last decade, increased surveillance and improved techniques for disease detection have implicated bats as likely reservoirs and vectors for a lengthening list of pathogens that can affect humans and domestic animals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->These include Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply of lyssaviruses including rabies, and most notably, Ebola.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats and Rabies</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The causes for the emergence of these diseases from wildlife into human populations are <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>, resulting from the disruption of our natural habitats, and are inevitably exacerbated by social disorder and political instability.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Rabies is a preventable viral infection of the central nervous system in mammals. Bats, like most mammals, can contract the rabies virus, but the vast majority never do. When bats do get rabies, they eventually die from the disease and do not “carry” the virus indefinitely without themselves getting sick.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The virus is typically transmitted by the bite of an infected animal – so anyone bitten by a bat (or any other wild or unknown domestic animal) should seek immediate medical attention. People can, in rare instances, contract rabies if infectious material, such as saliva from a rabid animal, gets into their eyes, nose, mouth, or a wound.</p>\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Bat\'s Conservation Pakistan','','publish','closed','closed','','bats-conservation-pakistan','','','2019-11-21 15:54:07','2019-11-21 15:54:07','',0,'https://depak.org/?page_id=104',0,'page','',0),(105,1,'2019-11-20 17:05:15','2019-11-20 17:05:15','<!-- wp:paragraph -->\n<p><strong>DEPAK Bats and Disease Position Statement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nrecognizes that human health, animal health, and ecosystem health are\ninextricably linked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Experts\nnow estimate that 75% of all emerging human infectious diseases originate in\nanimal populations, among them bats and other mammals. Contact between people,\nlivestock and wildlife increases as the growing human population encroaches\ninto natural areas and as some species adapt to co-exist in close proximity to\nhumans. This increased contact poses a challenge for both health practitioners\nand conservationists in the task of preventing spillover of pathogens from wild\nanimals to humans and livestock and protecting wildlife and their habitats.\nConservation of habitats and limitation of human-wildlife contact are only two\nof the elements considered to mitigate this issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis committed to an integrated One Health approach to work with communities to\nprotect human health and conserve the world’s bats. The One Health Initiative\nseeks to promote, improve, and defend the health and well-being of all species\nby enhancing cooperation and collaboration between physicians, veterinarians,\nother scientific health and environmental professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With\nmore than 1410 species, bats are the second largest group of mammals on Earth. DEPAK\nrecognizes the serious challenge of effectively preventing, responding and\nmanaging zoonotic spillover events that may be linked to bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis dedicated to the enduring protection of the world’s bats and their habitats,\nand creating a world in which bats and humans successfully coexist. DEPAK\nbelieves that effective bat conservation can help reduce the risk of zoonotic\ndisease through better understanding and effective management of human-bat\ninteractions. In particular, DEPAK supports interdisciplinary conservation\naction and ethical, well-designed research to better understand the\nrelationships between bat ecology and the risk of zoonotic disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nencourages interaction and collaboration among different health and\nconservation professions in collaborative prevention, surveillance and\nmanagement of zoonotic diseases. DEPAK is dedicated to furthering this\ncollaboration by sharing knowledge to help educate managers, researchers,\npolicymakers, students, conservation organizations and the public about the\nmanagement of zoonotic diseases and bat conservation issues through\nprofessional networks, scientific journals, lay articles, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats & Human Contact</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simply\nleft alone, bats are harmless and highly beneficial. They are fascinating\ncreatures, vital to the balance of nature around the world. Like most wild\nanimals, bats prefer to avoid contact with humans. But in situations where bats\nand humans come into close proximity, it is important to understand how to\nprevent negative outcomes for humans AND bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several\nscenarios might bring bats and humans together: bats sometimes accidentally fly\ninto a home or business through open doors or windows; they might take\nadvantage of existing small openings into attics, wall spaces, or chimneys and\nroost in structures where humans live or work; and sick, injured, or dead bats\nsometimes fall to the ground. In each of these situations, DEPAK discourages\nthe general public from handling bats. If touching or contact does occur, we\nhope the following information will inform you about possible health risks that\nmay apply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats, Ebola, and Infectious Disease</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nfully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes\nthat conservation biologists and public health officials confront the same\necological problems. As stated in the executive summary of the “One\nHealth” Initiative, “the convergence of people, animals, and our environment\nhas created a new dynamic in which the health of each group is inextricably\ninterconnected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research\nhas revealed that more than 60 percent of emerging infectious diseases are\nzoonotic, and that bats are not exceptional among wildlife as potential sources\nof human disease. Over the last decade, increased surveillance and\nimproved techniques for disease detection have implicated bats as likely\nreservoirs and vectors for a lengthening list of pathogens that can affect\nhumans and domestic animals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These\ninclude Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply\nof lyssaviruses including rabies, and most notably, Ebola.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats and Rabies</strong><a href=\"http://www.batcon.org/pdfs/BRBrochureaspages.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ncauses for the emergence of these diseases from wildlife into human populations\nare <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>,\nresulting from the disruption of our natural habitats, and are inevitably\nexacerbated by social disorder and political instability. <em>Read more…</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rabies\nis a preventable viral infection of the central nervous system in mammals.\nBats, like most mammals, can contract the rabies virus, but the vast majority\nnever do. When bats do get rabies, they eventually die from the disease and do\nnot “carry” the virus indefinitely without themselves getting sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nvirus is typically transmitted by the bite of an infected animal – so anyone\nbitten by a bat (or any other wild or unknown domestic animal) should seek\nimmediate medical attention. People can, in rare instances, contract rabies if\ninfectious material, such as saliva from a rabid animal, gets into their eyes,\nnose, mouth, or a wound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Learn more about Bats & Rabies</strong><strong></strong></p>\n<!-- /wp:paragraph -->','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 17:05:15','2019-11-20 17:05:15','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(106,1,'2019-11-20 17:06:19','2019-11-20 17:06:19','<!-- wp:paragraph -->\n<p><strong>DEPAK Bats and Disease Position Statement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nrecognizes that human health, animal health, and ecosystem health are\ninextricably linked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Experts\nnow estimate that 75% of all emerging human infectious diseases originate in\nanimal populations, among them bats and other mammals. Contact between people,\nlivestock and wildlife increases as the growing human population encroaches\ninto natural areas and as some species adapt to co-exist in close proximity to\nhumans. This increased contact poses a challenge for both health practitioners\nand conservationists in the task of preventing spillover of pathogens from wild\nanimals to humans and livestock and protecting wildlife and their habitats.\nConservation of habitats and limitation of human-wildlife contact are only two\nof the elements considered to mitigate this issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis committed to an integrated One Health approach to work with communities to\nprotect human health and conserve the world’s bats. The One Health Initiative\nseeks to promote, improve, and defend the health and well-being of all species\nby enhancing cooperation and collaboration between physicians, veterinarians,\nother scientific health and environmental professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With\nmore than 1410 species, bats are the second largest group of mammals on Earth. DEPAK\nrecognizes the serious challenge of effectively preventing, responding and\nmanaging zoonotic spillover events that may be linked to bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis dedicated to the enduring protection of the world’s bats and their habitats,\nand creating a world in which bats and humans successfully coexist. DEPAK\nbelieves that effective bat conservation can help reduce the risk of zoonotic\ndisease through better understanding and effective management of human-bat\ninteractions. In particular, DEPAK supports interdisciplinary conservation\naction and ethical, well-designed research to better understand the\nrelationships between bat ecology and the risk of zoonotic disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nencourages interaction and collaboration among different health and\nconservation professions in collaborative prevention, surveillance and\nmanagement of zoonotic diseases. DEPAK is dedicated to furthering this\ncollaboration by sharing knowledge to help educate managers, researchers,\npolicymakers, students, conservation organizations and the public about the\nmanagement of zoonotic diseases and bat conservation issues through\nprofessional networks, scientific journals, lay articles, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats & Human Contact</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simply\nleft alone, bats are harmless and highly beneficial. They are fascinating\ncreatures, vital to the balance of nature around the world. Like most wild\nanimals, bats prefer to avoid contact with humans. But in situations where bats\nand humans come into close proximity, it is important to understand how to\nprevent negative outcomes for humans AND bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several\nscenarios might bring bats and humans together: bats sometimes accidentally fly\ninto a home or business through open doors or windows; they might take\nadvantage of existing small openings into attics, wall spaces, or chimneys and\nroost in structures where humans live or work; and sick, injured, or dead bats\nsometimes fall to the ground. In each of these situations, DEPAK discourages\nthe general public from handling bats. If touching or contact does occur, we\nhope the following information will inform you about possible health risks that\nmay apply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats, Ebola, and Infectious Disease</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nfully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes\nthat conservation biologists and public health officials confront the same\necological problems. As stated in the executive summary of the “One\nHealth” Initiative, “the convergence of people, animals, and our environment\nhas created a new dynamic in which the health of each group is inextricably\ninterconnected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research\nhas revealed that more than 60 percent of emerging infectious diseases are\nzoonotic, and that bats are not exceptional among wildlife as potential sources\nof human disease. Over the last decade, increased surveillance and\nimproved techniques for disease detection have implicated bats as likely\nreservoirs and vectors for a lengthening list of pathogens that can affect\nhumans and domestic animals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These\ninclude Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply\nof lyssaviruses including rabies, and most notably, Ebola.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats and Rabies</strong><a href=\"http://www.batcon.org/pdfs/BRBrochureaspages.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ncauses for the emergence of these diseases from wildlife into human populations\nare <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>,\nresulting from the disruption of our natural habitats, and are inevitably\nexacerbated by social disorder and political instability. <em>Read more…</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rabies\nis a preventable viral infection of the central nervous system in mammals.\nBats, like most mammals, can contract the rabies virus, but the vast majority\nnever do. When bats do get rabies, they eventually die from the disease and do\nnot “carry” the virus indefinitely without themselves getting sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nvirus is typically transmitted by the bite of an infected animal – so anyone\nbitten by a bat (or any other wild or unknown domestic animal) should seek\nimmediate medical attention. People can, in rare instances, contract rabies if\ninfectious material, such as saliva from a rabid animal, gets into their eyes,\nnose, mouth, or a wound.</p>\n<!-- /wp:paragraph -->','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 17:06:19','2019-11-20 17:06:19','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(107,1,'2019-11-20 17:07:41','2019-11-20 17:07:41','','Bat\'s Conservation Pakistan','','publish','closed','closed','','bats-conservation-pakistan','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=107',1,'nav_menu_item','',0),(108,1,'2019-11-20 17:10:59','2019-11-20 17:10:59','<!-- wp:heading -->\n<h2>Bat\'s Conservation Pakistan</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>DEPAK Bats and Disease Position Statement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nrecognizes that human health, animal health, and ecosystem health are\ninextricably linked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Experts\nnow estimate that 75% of all emerging human infectious diseases originate in\nanimal populations, among them bats and other mammals. Contact between people,\nlivestock and wildlife increases as the growing human population encroaches\ninto natural areas and as some species adapt to co-exist in close proximity to\nhumans. This increased contact poses a challenge for both health practitioners\nand conservationists in the task of preventing spillover of pathogens from wild\nanimals to humans and livestock and protecting wildlife and their habitats.\nConservation of habitats and limitation of human-wildlife contact are only two\nof the elements considered to mitigate this issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis committed to an integrated One Health approach to work with communities to\nprotect human health and conserve the world’s bats. The One Health Initiative\nseeks to promote, improve, and defend the health and well-being of all species\nby enhancing cooperation and collaboration between physicians, veterinarians,\nother scientific health and environmental professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With\nmore than 1410 species, bats are the second largest group of mammals on Earth. DEPAK\nrecognizes the serious challenge of effectively preventing, responding and\nmanaging zoonotic spillover events that may be linked to bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis dedicated to the enduring protection of the world’s bats and their habitats,\nand creating a world in which bats and humans successfully coexist. DEPAK\nbelieves that effective bat conservation can help reduce the risk of zoonotic\ndisease through better understanding and effective management of human-bat\ninteractions. In particular, DEPAK supports interdisciplinary conservation\naction and ethical, well-designed research to better understand the\nrelationships between bat ecology and the risk of zoonotic disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nencourages interaction and collaboration among different health and\nconservation professions in collaborative prevention, surveillance and\nmanagement of zoonotic diseases. DEPAK is dedicated to furthering this\ncollaboration by sharing knowledge to help educate managers, researchers,\npolicymakers, students, conservation organizations and the public about the\nmanagement of zoonotic diseases and bat conservation issues through\nprofessional networks, scientific journals, lay articles, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats & Human Contact</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simply\nleft alone, bats are harmless and highly beneficial. They are fascinating\ncreatures, vital to the balance of nature around the world. Like most wild\nanimals, bats prefer to avoid contact with humans. But in situations where bats\nand humans come into close proximity, it is important to understand how to\nprevent negative outcomes for humans AND bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several\nscenarios might bring bats and humans together: bats sometimes accidentally fly\ninto a home or business through open doors or windows; they might take\nadvantage of existing small openings into attics, wall spaces, or chimneys and\nroost in structures where humans live or work; and sick, injured, or dead bats\nsometimes fall to the ground. In each of these situations, DEPAK discourages\nthe general public from handling bats. If touching or contact does occur, we\nhope the following information will inform you about possible health risks that\nmay apply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats, Ebola, and Infectious Disease</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nfully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes\nthat conservation biologists and public health officials confront the same\necological problems. As stated in the executive summary of the “One\nHealth” Initiative, “the convergence of people, animals, and our environment\nhas created a new dynamic in which the health of each group is inextricably\ninterconnected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research\nhas revealed that more than 60 percent of emerging infectious diseases are\nzoonotic, and that bats are not exceptional among wildlife as potential sources\nof human disease. Over the last decade, increased surveillance and\nimproved techniques for disease detection have implicated bats as likely\nreservoirs and vectors for a lengthening list of pathogens that can affect\nhumans and domestic animals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These\ninclude Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply\nof lyssaviruses including rabies, and most notably, Ebola.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats and Rabies</strong><a href=\"http://www.batcon.org/pdfs/BRBrochureaspages.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ncauses for the emergence of these diseases from wildlife into human populations\nare <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>,\nresulting from the disruption of our natural habitats, and are inevitably\nexacerbated by social disorder and political instability. <em>Read more…</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rabies\nis a preventable viral infection of the central nervous system in mammals.\nBats, like most mammals, can contract the rabies virus, but the vast majority\nnever do. When bats do get rabies, they eventually die from the disease and do\nnot “carry” the virus indefinitely without themselves getting sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nvirus is typically transmitted by the bite of an infected animal – so anyone\nbitten by a bat (or any other wild or unknown domestic animal) should seek\nimmediate medical attention. People can, in rare instances, contract rabies if\ninfectious material, such as saliva from a rabid animal, gets into their eyes,\nnose, mouth, or a wound.</p>\n<!-- /wp:paragraph -->','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 17:10:59','2019-11-20 17:10:59','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(109,1,'2019-11-20 17:14:58','2019-11-20 17:14:58','<!-- wp:paragraph -->\n<p><strong>DEPAK Bats and Disease Position Statement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nrecognizes that human health, animal health, and ecosystem health are\ninextricably linked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Experts\nnow estimate that 75% of all emerging human infectious diseases originate in\nanimal populations, among them bats and other mammals. Contact between people,\nlivestock and wildlife increases as the growing human population encroaches\ninto natural areas and as some species adapt to co-exist in close proximity to\nhumans. This increased contact poses a challenge for both health practitioners\nand conservationists in the task of preventing spillover of pathogens from wild\nanimals to humans and livestock and protecting wildlife and their habitats.\nConservation of habitats and limitation of human-wildlife contact are only two\nof the elements considered to mitigate this issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis committed to an integrated One Health approach to work with communities to\nprotect human health and conserve the world’s bats. The One Health Initiative\nseeks to promote, improve, and defend the health and well-being of all species\nby enhancing cooperation and collaboration between physicians, veterinarians,\nother scientific health and environmental professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With\nmore than 1410 species, bats are the second largest group of mammals on Earth. DEPAK\nrecognizes the serious challenge of effectively preventing, responding and\nmanaging zoonotic spillover events that may be linked to bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis dedicated to the enduring protection of the world’s bats and their habitats,\nand creating a world in which bats and humans successfully coexist. DEPAK\nbelieves that effective bat conservation can help reduce the risk of zoonotic\ndisease through better understanding and effective management of human-bat\ninteractions. In particular, DEPAK supports interdisciplinary conservation\naction and ethical, well-designed research to better understand the\nrelationships between bat ecology and the risk of zoonotic disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nencourages interaction and collaboration among different health and\nconservation professions in collaborative prevention, surveillance and\nmanagement of zoonotic diseases. DEPAK is dedicated to furthering this\ncollaboration by sharing knowledge to help educate managers, researchers,\npolicymakers, students, conservation organizations and the public about the\nmanagement of zoonotic diseases and bat conservation issues through\nprofessional networks, scientific journals, lay articles, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats & Human Contact</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simply\nleft alone, bats are harmless and highly beneficial. They are fascinating\ncreatures, vital to the balance of nature around the world. Like most wild\nanimals, bats prefer to avoid contact with humans. But in situations where bats\nand humans come into close proximity, it is important to understand how to\nprevent negative outcomes for humans AND bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several\nscenarios might bring bats and humans together: bats sometimes accidentally fly\ninto a home or business through open doors or windows; they might take\nadvantage of existing small openings into attics, wall spaces, or chimneys and\nroost in structures where humans live or work; and sick, injured, or dead bats\nsometimes fall to the ground. In each of these situations, DEPAK discourages\nthe general public from handling bats. If touching or contact does occur, we\nhope the following information will inform you about possible health risks that\nmay apply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats, Ebola, and Infectious Disease</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nfully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes\nthat conservation biologists and public health officials confront the same\necological problems. As stated in the executive summary of the “One\nHealth” Initiative, “the convergence of people, animals, and our environment\nhas created a new dynamic in which the health of each group is inextricably\ninterconnected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research\nhas revealed that more than 60 percent of emerging infectious diseases are\nzoonotic, and that bats are not exceptional among wildlife as potential sources\nof human disease. Over the last decade, increased surveillance and\nimproved techniques for disease detection have implicated bats as likely\nreservoirs and vectors for a lengthening list of pathogens that can affect\nhumans and domestic animals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These\ninclude Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply\nof lyssaviruses including rabies, and most notably, Ebola.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats and Rabies</strong><a href=\"http://www.batcon.org/pdfs/BRBrochureaspages.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ncauses for the emergence of these diseases from wildlife into human populations\nare <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>,\nresulting from the disruption of our natural habitats, and are inevitably\nexacerbated by social disorder and political instability. <em>Read more…</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rabies\nis a preventable viral infection of the central nervous system in mammals.\nBats, like most mammals, can contract the rabies virus, but the vast majority\nnever do. When bats do get rabies, they eventually die from the disease and do\nnot “carry” the virus indefinitely without themselves getting sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nvirus is typically transmitted by the bite of an infected animal – so anyone\nbitten by a bat (or any other wild or unknown domestic animal) should seek\nimmediate medical attention. People can, in rare instances, contract rabies if\ninfectious material, such as saliva from a rabid animal, gets into their eyes,\nnose, mouth, or a wound.</p>\n<!-- /wp:paragraph -->','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 17:14:58','2019-11-20 17:14:58','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(110,1,'2019-11-20 17:22:13','2019-11-20 17:22:13','','1-3','','inherit','open','closed','','1-3','','','2019-11-20 17:22:13','2019-11-20 17:22:13','',0,'https://depak.org/wp-content/uploads/2019/11/1-3.jpg',0,'attachment','image/jpeg',0),(111,1,'2019-11-20 17:26:40','2019-11-20 17:26:40','<!-- wp:html -->\n[rev_slider alias=\"bats-conservation-pakistan\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><strong>DEPAK Bats and Disease Position Statement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nrecognizes that human health, animal health, and ecosystem health are\ninextricably linked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Experts\nnow estimate that 75% of all emerging human infectious diseases originate in\nanimal populations, among them bats and other mammals. Contact between people,\nlivestock and wildlife increases as the growing human population encroaches\ninto natural areas and as some species adapt to co-exist in close proximity to\nhumans. This increased contact poses a challenge for both health practitioners\nand conservationists in the task of preventing spillover of pathogens from wild\nanimals to humans and livestock and protecting wildlife and their habitats.\nConservation of habitats and limitation of human-wildlife contact are only two\nof the elements considered to mitigate this issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis committed to an integrated One Health approach to work with communities to\nprotect human health and conserve the world’s bats. The One Health Initiative\nseeks to promote, improve, and defend the health and well-being of all species\nby enhancing cooperation and collaboration between physicians, veterinarians,\nother scientific health and environmental professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With\nmore than 1410 species, bats are the second largest group of mammals on Earth. DEPAK\nrecognizes the serious challenge of effectively preventing, responding and\nmanaging zoonotic spillover events that may be linked to bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis dedicated to the enduring protection of the world’s bats and their habitats,\nand creating a world in which bats and humans successfully coexist. DEPAK\nbelieves that effective bat conservation can help reduce the risk of zoonotic\ndisease through better understanding and effective management of human-bat\ninteractions. In particular, DEPAK supports interdisciplinary conservation\naction and ethical, well-designed research to better understand the\nrelationships between bat ecology and the risk of zoonotic disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nencourages interaction and collaboration among different health and\nconservation professions in collaborative prevention, surveillance and\nmanagement of zoonotic diseases. DEPAK is dedicated to furthering this\ncollaboration by sharing knowledge to help educate managers, researchers,\npolicymakers, students, conservation organizations and the public about the\nmanagement of zoonotic diseases and bat conservation issues through\nprofessional networks, scientific journals, lay articles, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats & Human Contact</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simply\nleft alone, bats are harmless and highly beneficial. They are fascinating\ncreatures, vital to the balance of nature around the world. Like most wild\nanimals, bats prefer to avoid contact with humans. But in situations where bats\nand humans come into close proximity, it is important to understand how to\nprevent negative outcomes for humans AND bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several\nscenarios might bring bats and humans together: bats sometimes accidentally fly\ninto a home or business through open doors or windows; they might take\nadvantage of existing small openings into attics, wall spaces, or chimneys and\nroost in structures where humans live or work; and sick, injured, or dead bats\nsometimes fall to the ground. In each of these situations, DEPAK discourages\nthe general public from handling bats. If touching or contact does occur, we\nhope the following information will inform you about possible health risks that\nmay apply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats, Ebola, and Infectious Disease</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nfully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes\nthat conservation biologists and public health officials confront the same\necological problems. As stated in the executive summary of the “One\nHealth” Initiative, “the convergence of people, animals, and our environment\nhas created a new dynamic in which the health of each group is inextricably\ninterconnected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research\nhas revealed that more than 60 percent of emerging infectious diseases are\nzoonotic, and that bats are not exceptional among wildlife as potential sources\nof human disease. Over the last decade, increased surveillance and\nimproved techniques for disease detection have implicated bats as likely\nreservoirs and vectors for a lengthening list of pathogens that can affect\nhumans and domestic animals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These\ninclude Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply\nof lyssaviruses including rabies, and most notably, Ebola.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats and Rabies</strong><a href=\"http://www.batcon.org/pdfs/BRBrochureaspages.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ncauses for the emergence of these diseases from wildlife into human populations\nare <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>,\nresulting from the disruption of our natural habitats, and are inevitably\nexacerbated by social disorder and political instability. <em>Read more…</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rabies\nis a preventable viral infection of the central nervous system in mammals.\nBats, like most mammals, can contract the rabies virus, but the vast majority\nnever do. When bats do get rabies, they eventually die from the disease and do\nnot “carry” the virus indefinitely without themselves getting sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nvirus is typically transmitted by the bite of an infected animal – so anyone\nbitten by a bat (or any other wild or unknown domestic animal) should seek\nimmediate medical attention. People can, in rare instances, contract rabies if\ninfectious material, such as saliva from a rabid animal, gets into their eyes,\nnose, mouth, or a wound.</p>\n<!-- /wp:paragraph -->','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 17:26:40','2019-11-20 17:26:40','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(112,1,'2019-11-20 17:57:46','2019-11-20 17:57:46','[pl_row]\n[pl_col col=12]\n[pl_text]\n<!-- wp:html -->\n[rev_slider alias=\"bats-conservation-pakistan\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><strong>DEPAK Bats and Disease Position Statement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nrecognizes that human health, animal health, and ecosystem health are\ninextricably linked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Experts\nnow estimate that 75% of all emerging human infectious diseases originate in\nanimal populations, among them bats and other mammals. Contact between people,\nlivestock and wildlife increases as the growing human population encroaches\ninto natural areas and as some species adapt to co-exist in close proximity to\nhumans. This increased contact poses a challenge for both health practitioners\nand conservationists in the task of preventing spillover of pathogens from wild\nanimals to humans and livestock and protecting wildlife and their habitats.\nConservation of habitats and limitation of human-wildlife contact are only two\nof the elements considered to mitigate this issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis committed to an integrated One Health approach to work with communities to\nprotect human health and conserve the world’s bats. The One Health Initiative\nseeks to promote, improve, and defend the health and well-being of all species\nby enhancing cooperation and collaboration between physicians, veterinarians,\nother scientific health and environmental professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With\nmore than 1410 species, bats are the second largest group of mammals on Earth. DEPAK\nrecognizes the serious challenge of effectively preventing, responding and\nmanaging zoonotic spillover events that may be linked to bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nis dedicated to the enduring protection of the world’s bats and their habitats,\nand creating a world in which bats and humans successfully coexist. DEPAK\nbelieves that effective bat conservation can help reduce the risk of zoonotic\ndisease through better understanding and effective management of human-bat\ninteractions. In particular, DEPAK supports interdisciplinary conservation\naction and ethical, well-designed research to better understand the\nrelationships between bat ecology and the risk of zoonotic disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nencourages interaction and collaboration among different health and\nconservation professions in collaborative prevention, surveillance and\nmanagement of zoonotic diseases. DEPAK is dedicated to furthering this\ncollaboration by sharing knowledge to help educate managers, researchers,\npolicymakers, students, conservation organizations and the public about the\nmanagement of zoonotic diseases and bat conservation issues through\nprofessional networks, scientific journals, lay articles, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats & Human Contact</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simply\nleft alone, bats are harmless and highly beneficial. They are fascinating\ncreatures, vital to the balance of nature around the world. Like most wild\nanimals, bats prefer to avoid contact with humans. But in situations where bats\nand humans come into close proximity, it is important to understand how to\nprevent negative outcomes for humans AND bats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several\nscenarios might bring bats and humans together: bats sometimes accidentally fly\ninto a home or business through open doors or windows; they might take\nadvantage of existing small openings into attics, wall spaces, or chimneys and\nroost in structures where humans live or work; and sick, injured, or dead bats\nsometimes fall to the ground. In each of these situations, DEPAK discourages\nthe general public from handling bats. If touching or contact does occur, we\nhope the following information will inform you about possible health risks that\nmay apply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats, Ebola, and Infectious Disease</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK\nfully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes\nthat conservation biologists and public health officials confront the same\necological problems. As stated in the executive summary of the “One\nHealth” Initiative, “the convergence of people, animals, and our environment\nhas created a new dynamic in which the health of each group is inextricably\ninterconnected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research\nhas revealed that more than 60 percent of emerging infectious diseases are\nzoonotic, and that bats are not exceptional among wildlife as potential sources\nof human disease. Over the last decade, increased surveillance and\nimproved techniques for disease detection have implicated bats as likely\nreservoirs and vectors for a lengthening list of pathogens that can affect\nhumans and domestic animals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These\ninclude Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply\nof lyssaviruses including rabies, and most notably, Ebola.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bats and Rabies</strong><a href=\"http://www.batcon.org/pdfs/BRBrochureaspages.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ncauses for the emergence of these diseases from wildlife into human populations\nare <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>,\nresulting from the disruption of our natural habitats, and are inevitably\nexacerbated by social disorder and political instability. <em>Read more…</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rabies\nis a preventable viral infection of the central nervous system in mammals.\nBats, like most mammals, can contract the rabies virus, but the vast majority\nnever do. When bats do get rabies, they eventually die from the disease and do\nnot “carry” the virus indefinitely without themselves getting sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nvirus is typically transmitted by the bite of an infected animal – so anyone\nbitten by a bat (or any other wild or unknown domestic animal) should seek\nimmediate medical attention. People can, in rare instances, contract rabies if\ninfectious material, such as saliva from a rabid animal, gets into their eyes,\nnose, mouth, or a wound.</p>\n<!-- /wp:paragraph -->\n[/pl_text]\n[/pl_col]\n[/pl_row]','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 17:57:46','2019-11-20 17:57:46','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(113,1,'2019-11-20 18:03:18','2019-11-20 18:03:18','<p>[vc_row][vc_column][vc_column_text][pl_row]<br />\n[pl_col col=12]<br />\n[pl_text]<br />\n<!-- wp:html -->[/vc_column_text][/vc_column][/vc_row][rev_slider alias=\"bats-conservation-pakistan\"][vc_row][vc_column css=\".vc_custom_1574272927992{padding-top: 40px !important;}\"][vc_column_text]<!-- /wp:html --></p>\n<p><!-- wp:paragraph --><strong>DEPAK Bats and Disease Position Statement</strong></p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->DEPAK<br />\nrecognizes that human health, animal health, and ecosystem health are<br />\ninextricably linked.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->Experts<br />\nnow estimate that 75% of all emerging human infectious diseases originate in<br />\nanimal populations, among them bats and other mammals. Contact between people,<br />\nlivestock and wildlife increases as the growing human population encroaches<br />\ninto natural areas and as some species adapt to co-exist in close proximity to<br />\nhumans. This increased contact poses a challenge for both health practitioners<br />\nand conservationists in the task of preventing spillover of pathogens from wild<br />\nanimals to humans and livestock and protecting wildlife and their habitats.<br />\nConservation of habitats and limitation of human-wildlife contact are only two<br />\nof the elements considered to mitigate this issue.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->DEPAK<br />\nis committed to an integrated One Health approach to work with communities to<br />\nprotect human health and conserve the world’s bats. The One Health Initiative<br />\nseeks to promote, improve, and defend the health and well-being of all species<br />\nby enhancing cooperation and collaboration between physicians, veterinarians,<br />\nother scientific health and environmental professionals.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->With<br />\nmore than 1410 species, bats are the second largest group of mammals on Earth. DEPAK<br />\nrecognizes the serious challenge of effectively preventing, responding and<br />\nmanaging zoonotic spillover events that may be linked to bats.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->DEPAK<br />\nis dedicated to the enduring protection of the world’s bats and their habitats,<br />\nand creating a world in which bats and humans successfully coexist. DEPAK<br />\nbelieves that effective bat conservation can help reduce the risk of zoonotic<br />\ndisease through better understanding and effective management of human-bat<br />\ninteractions. In particular, DEPAK supports interdisciplinary conservation<br />\naction and ethical, well-designed research to better understand the<br />\nrelationships between bat ecology and the risk of zoonotic disease.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->DEPAK<br />\nencourages interaction and collaboration among different health and<br />\nconservation professions in collaborative prevention, surveillance and<br />\nmanagement of zoonotic diseases. DEPAK is dedicated to furthering this<br />\ncollaboration by sharing knowledge to help educate managers, researchers,<br />\npolicymakers, students, conservation organizations and the public about the<br />\nmanagement of zoonotic diseases and bat conservation issues through<br />\nprofessional networks, scientific journals, lay articles, and the media.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph --><strong>Bats & Human Contact</strong></p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->Simply<br />\nleft alone, bats are harmless and highly beneficial. They are fascinating<br />\ncreatures, vital to the balance of nature around the world. Like most wild<br />\nanimals, bats prefer to avoid contact with humans. But in situations where bats<br />\nand humans come into close proximity, it is important to understand how to<br />\nprevent negative outcomes for humans AND bats.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->Several<br />\nscenarios might bring bats and humans together: bats sometimes accidentally fly<br />\ninto a home or business through open doors or windows; they might take<br />\nadvantage of existing small openings into attics, wall spaces, or chimneys and<br />\nroost in structures where humans live or work; and sick, injured, or dead bats<br />\nsometimes fall to the ground. In each of these situations, DEPAK discourages<br />\nthe general public from handling bats. If touching or contact does occur, we<br />\nhope the following information will inform you about possible health risks that<br />\nmay apply.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph --><strong>Bats, Ebola, and Infectious Disease</strong></p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->DEPAK<br />\nfully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes<br />\nthat conservation biologists and public health officials confront the same<br />\necological problems. As stated in the executive summary of the “One<br />\nHealth” Initiative, “the convergence of people, animals, and our environment<br />\nhas created a new dynamic in which the health of each group is inextricably<br />\ninterconnected.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->Research<br />\nhas revealed that more than 60 percent of emerging infectious diseases are<br />\nzoonotic, and that bats are not exceptional among wildlife as potential sources<br />\nof human disease. Over the last decade, increased surveillance and<br />\nimproved techniques for disease detection have implicated bats as likely<br />\nreservoirs and vectors for a lengthening list of pathogens that can affect<br />\nhumans and domestic animals.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->These<br />\ninclude Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply<br />\nof lyssaviruses including rabies, and most notably, Ebola.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph --><strong>Bats and Rabies</strong><a href=\"http://www.batcon.org/pdfs/BRBrochureaspages.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The<br />\ncauses for the emergence of these diseases from wildlife into human populations<br />\nare <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>,<br />\nresulting from the disruption of our natural habitats, and are inevitably<br />\nexacerbated by social disorder and political instability. <em>Read more…</em></p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->Rabies<br />\nis a preventable viral infection of the central nervous system in mammals.<br />\nBats, like most mammals, can contract the rabies virus, but the vast majority<br />\nnever do. When bats do get rabies, they eventually die from the disease and do<br />\nnot “carry” the virus indefinitely without themselves getting sick.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The<br />\nvirus is typically transmitted by the bite of an infected animal – so anyone<br />\nbitten by a bat (or any other wild or unknown domestic animal) should seek<br />\nimmediate medical attention. People can, in rare instances, contract rabies if<br />\ninfectious material, such as saliva from a rabid animal, gets into their eyes,<br />\nnose, mouth, or a wound.</p>\n<p><!-- /wp:paragraph --><br />\n[/pl_text]<br />\n[/pl_col]<br />\n[/pl_row][/vc_column_text][/vc_column][/vc_row]</p>\n','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 18:03:18','2019-11-20 18:03:18','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(114,1,'2020-10-04 20:02:27','2020-10-04 20:02:27','<p>[vc_row][vc_column][rev_slider alias=\"bats-conservation-pakistan\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1574272927992{padding-top: 40px !important;}\"][vc_column_text]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph --><strong>DEPAK Bats and Disease Position Statement</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals. Contact between people, livestock and wildlife increases as the growing human population encroaches into natural areas and as some species adapt to co-exist in close proximity to humans. This increased contact poses a challenge for both health practitioners and conservationists in the task of preventing spillover of pathogens from wild animals to humans and livestock and protecting wildlife and their habitats. Conservation of habitats and limitation of human-wildlife contact are only two of the elements considered to mitigate this issue.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is committed to an integrated One Health approach to work with communities to protect human health and conserve the world’s bats. The One Health Initiative seeks to promote, improve, and defend the health and well-being of all species by enhancing cooperation and collaboration between physicians, veterinarians, other scientific health and environmental professionals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->With more than 1410 species, bats are the second largest group of mammals on Earth. DEPAK recognizes the serious challenge of effectively preventing, responding and managing zoonotic spillover events that may be linked to bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of the world’s bats and their habitats, and creating a world in which bats and humans successfully coexist. DEPAK believes that effective bat conservation can help reduce the risk of zoonotic disease through better understanding and effective management of human-bat interactions. In particular, DEPAK supports interdisciplinary conservation action and ethical, well-designed research to better understand the relationships between bat ecology and the risk of zoonotic disease.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK encourages interaction and collaboration among different health and conservation professions in collaborative prevention, surveillance and management of zoonotic diseases. DEPAK is dedicated to furthering this collaboration by sharing knowledge to help educate managers, researchers, policymakers, students, conservation organizations and the public about the management of zoonotic diseases and bat conservation issues through professional networks, scientific journals, lay articles, and the media.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats & Human Contact</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Simply left alone, bats are harmless and highly beneficial. They are fascinating creatures, vital to the balance of nature around the world. Like most wild animals, bats prefer to avoid contact with humans. But in situations where bats and humans come into close proximity, it is important to understand how to prevent negative outcomes for humans AND bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Several scenarios might bring bats and humans together: bats sometimes accidentally fly into a home or business through open doors or windows; they might take advantage of existing small openings into attics, wall spaces, or chimneys and roost in structures where humans live or work; and sick, injured, or dead bats sometimes fall to the ground. In each of these situations, DEPAK discourages the general public from handling bats. If touching or contact does occur, we<br />hope the following information will inform you about possible health risks that may apply.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats, Ebola, and Infectious Disease</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK fully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes that conservation biologists and public health officials confront the same ecological problems. As stated in the executive summary of the “One Health” Initiative, “the convergence of people, animals, and our environment has created a new dynamic in which the health of each group is inextricably interconnected.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Research has revealed that more than 60 percent of emerging infectious diseases are zoonotic, and that bats are not exceptional among wildlife as potential sources of human disease. Over the last decade, increased surveillance and improved techniques for disease detection have implicated bats as likely reservoirs and vectors for a lengthening list of pathogens that can affect humans and domestic animals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->These include Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply of lyssaviruses including rabies, and most notably, Ebola.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats and Rabies</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The causes for the emergence of these diseases from wildlife into human populations are <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>, resulting from the disruption of our natural habitats, and are inevitably exacerbated by social disorder and political instability.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Rabies is a preventable viral infection of the central nervous system in mammals. Bats, like most mammals, can contract the rabies virus, but the vast majority never do. When bats do get rabies, they eventually die from the disease and do not “carry” the virus indefinitely without themselves getting sick.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The virus is typically transmitted by the bite of an infected animal – so anyone bitten by a bat (or any other wild or unknown domestic animal) should seek immediate medical attention. People can, in rare instances, contract rabies if infectious material, such as saliva from a rabid animal, gets into their eyes, nose, mouth, or a wound.</p>\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-autosave-v1','','','2020-10-04 20:02:27','2020-10-04 20:02:27','',104,'https://depak.org/2019/11/20/104-autosave-v1/',0,'revision','',0),(115,1,'2019-11-20 18:09:55','2019-11-20 18:09:55','<p>[vc_row][vc_column][vc_column_text][pl_row]<br />[pl_col col=12]<br />[pl_text]<br /><!-- wp:html -->[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider alias=\"bats-conservation-pakistan\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1574272927992{padding-top: 40px !important;}\"][vc_column_text]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph --><strong>DEPAK Bats and Disease Position Statement</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals. Contact between people, livestock and wildlife increases as the growing human population encroaches into natural areas and as some species adapt to co-exist in close proximity to humans. This increased contact poses a challenge for both health practitioners and conservationists in the task of preventing spillover of pathogens from wild animals to humans and livestock and protecting wildlife and their habitats. Conservation of habitats and limitation of human-wildlife contact are only two of the elements considered to mitigate this issue.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is committed to an integrated One Health approach to work with communities to protect human health and conserve the world’s bats. The One Health Initiative seeks to promote, improve, and defend the health and well-being of all species by enhancing cooperation and collaboration between physicians, veterinarians, other scientific health and environmental professionals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->With more than 1410 species, bats are the second largest group of mammals on Earth. DEPAK recognizes the serious challenge of effectively preventing, responding and managing zoonotic spillover events that may be linked to bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of the world’s bats and their habitats, and creating a world in which bats and humans successfully coexist. DEPAK believes that effective bat conservation can help reduce the risk of zoonotic disease through better understanding and effective management of human-bat interactions. In particular, DEPAK supports interdisciplinary conservation action and ethical, well-designed research to better understand the relationships between bat ecology and the risk of zoonotic disease.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK encourages interaction and collaboration among different health and conservation professions in collaborative prevention, surveillance and management of zoonotic diseases. DEPAK is dedicated to furthering this collaboration by sharing knowledge to help educate managers, researchers, policymakers, students, conservation organizations and the public about the management of zoonotic diseases and bat conservation issues through professional networks, scientific journals, lay articles, and the media.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats & Human Contact</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Simply left alone, bats are harmless and highly beneficial. They are fascinating creatures, vital to the balance of nature around the world. Like most wild animals, bats prefer to avoid contact with humans. But in situations where bats and humans come into close proximity, it is important to understand how to prevent negative outcomes for humans AND bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Several scenarios might bring bats and humans together: bats sometimes accidentally fly into a home or business through open doors or windows; they might take advantage of existing small openings into attics, wall spaces, or chimneys and roost in structures where humans live or work; and sick, injured, or dead bats sometimes fall to the ground. In each of these situations, DEPAK discourages the general public from handling bats. If touching or contact does occur, we<br />hope the following information will inform you about possible health risks that may apply.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats, Ebola, and Infectious Disease</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK fully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes<br />that conservation biologists and public health officials confront the same ecological problems. As stated in the executive summary of the “One Health” Initiative, “the convergence of people, animals, and our environment has created a new dynamic in which the health of each group is inextricably interconnected.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Research has revealed that more than 60 percent of emerging infectious diseases are zoonotic, and that bats are not exceptional among wildlife as potential sources of human disease. Over the last decade, increased surveillance and improved techniques for disease detection have implicated bats as likely reservoirs and vectors for a lengthening list of pathogens that can affect humans and domestic animals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->These include Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply of lyssaviruses including rabies, and most notably, Ebola.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats and Rabies</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The causes for the emergence of these diseases from wildlife into human populations are <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>, resulting from the disruption of our natural habitats, and are inevitably exacerbated by social disorder and political instability. <em>Read more…</em></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Rabies is a preventable viral infection of the central nervous system in mammals. Bats, like most mammals, can contract the rabies virus, but the vast majority never do. When bats do get rabies, they eventually die from the disease and do not “carry” the virus indefinitely without themselves getting sick.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The virus is typically transmitted by the bite of an infected animal – so anyone bitten by a bat (or any other wild or unknown domestic animal) should seek immediate medical attention. People can, in rare instances, contract rabies if infectious material, such as saliva from a rabid animal, gets into their eyes, nose, mouth, or a wound.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 18:09:55','2019-11-20 18:09:55','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(116,1,'2019-11-20 18:13:49','2019-11-20 18:13:49','<p>[vc_row][vc_column][rev_slider alias=\"bats-conservation-pakistan\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1574272927992{padding-top: 40px !important;}\"][vc_column_text]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph --><strong>DEPAK Bats and Disease Position Statement</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals. Contact between people, livestock and wildlife increases as the growing human population encroaches into natural areas and as some species adapt to co-exist in close proximity to humans. This increased contact poses a challenge for both health practitioners and conservationists in the task of preventing spillover of pathogens from wild animals to humans and livestock and protecting wildlife and their habitats. Conservation of habitats and limitation of human-wildlife contact are only two of the elements considered to mitigate this issue.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is committed to an integrated One Health approach to work with communities to protect human health and conserve the world’s bats. The One Health Initiative seeks to promote, improve, and defend the health and well-being of all species by enhancing cooperation and collaboration between physicians, veterinarians, other scientific health and environmental professionals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->With more than 1410 species, bats are the second largest group of mammals on Earth. DEPAK recognizes the serious challenge of effectively preventing, responding and managing zoonotic spillover events that may be linked to bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of the world’s bats and their habitats, and creating a world in which bats and humans successfully coexist. DEPAK believes that effective bat conservation can help reduce the risk of zoonotic disease through better understanding and effective management of human-bat interactions. In particular, DEPAK supports interdisciplinary conservation action and ethical, well-designed research to better understand the relationships between bat ecology and the risk of zoonotic disease.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK encourages interaction and collaboration among different health and conservation professions in collaborative prevention, surveillance and management of zoonotic diseases. DEPAK is dedicated to furthering this collaboration by sharing knowledge to help educate managers, researchers, policymakers, students, conservation organizations and the public about the management of zoonotic diseases and bat conservation issues through professional networks, scientific journals, lay articles, and the media.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats & Human Contact</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Simply left alone, bats are harmless and highly beneficial. They are fascinating creatures, vital to the balance of nature around the world. Like most wild animals, bats prefer to avoid contact with humans. But in situations where bats and humans come into close proximity, it is important to understand how to prevent negative outcomes for humans AND bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Several scenarios might bring bats and humans together: bats sometimes accidentally fly into a home or business through open doors or windows; they might take advantage of existing small openings into attics, wall spaces, or chimneys and roost in structures where humans live or work; and sick, injured, or dead bats sometimes fall to the ground. In each of these situations, DEPAK discourages the general public from handling bats. If touching or contact does occur, we<br />hope the following information will inform you about possible health risks that may apply.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats, Ebola, and Infectious Disease</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK fully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes that conservation biologists and public health officials confront the same ecological problems. As stated in the executive summary of the “One Health” Initiative, “the convergence of people, animals, and our environment has created a new dynamic in which the health of each group is inextricably interconnected.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Research has revealed that more than 60 percent of emerging infectious diseases are zoonotic, and that bats are not exceptional among wildlife as potential sources of human disease. Over the last decade, increased surveillance and improved techniques for disease detection have implicated bats as likely reservoirs and vectors for a lengthening list of pathogens that can affect humans and domestic animals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->These include Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply of lyssaviruses including rabies, and most notably, Ebola.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats and Rabies</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The causes for the emergence of these diseases from wildlife into human populations are <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>, resulting from the disruption of our natural habitats, and are inevitably exacerbated by social disorder and political instability.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Rabies is a preventable viral infection of the central nervous system in mammals. Bats, like most mammals, can contract the rabies virus, but the vast majority never do. When bats do get rabies, they eventually die from the disease and do not “carry” the virus indefinitely without themselves getting sick.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The virus is typically transmitted by the bite of an infected animal – so anyone bitten by a bat (or any other wild or unknown domestic animal) should seek immediate medical attention. People can, in rare instances, contract rabies if infectious material, such as saliva from a rabid animal, gets into their eyes, nose, mouth, or a wound.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-20 18:13:49','2019-11-20 18:13:49','',104,'https://depak.org/2019/11/20/104-revision-v1/',0,'revision','',0),(117,1,'2019-11-20 18:26:08','2019-11-20 18:26:08','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyb3VyLWFwcHJvYWNoJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1575984743239{padding-top: 40px !important;}\"]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph -->Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges. Our approach is multi-dimensional, utilizing science to drive conservation action, focusing on local capacity building and education to ensure the sustainability of our work around the globe, investing in policy and legislative frameworks to institutionalize bat conservation practices and awareness, and developing effective marketing campaigns to expand our membership and support base. Simultaneously, Depak will continue to invest in its own organizational framework and capacity so that its employees, volunteers, and partners are well equipped to take the proactive steps necessary to achieve our mission.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->To maximize its conservation impact, Depak is focused on <strong>ten critical conservation strategies</strong>:</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>1. Accelerate Scientific Research</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Large gaps in our knowledge of the location and range, population, habitat requirements, ecology and threats for each species of bat persist, with 30 percent of all bat species considered especially “data deficient” by scientists. BCI will partner with Washington DC-based NatureServe and many others to create a global inventory of the location, population size and stability of bat species that allows Depak and others to set increasingly objective priorities for protecting bat species. Depak and its partners will also help populate the growing DNA and acoustic databases for bats and expand its Global Grassroots Grants program and other efforts to answer questions essential to bats’ lasting conservation.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>2. Prevent Extinctions</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will work with multiple partners at all levels of society to identify threatened and range-restricted species of bats, especially those listed as Endangered or Critically Endangered by The International Union for the Conservation of Nature (IUCN) and move quickly to halt their decline.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>3. Protect Intact Areas with Highly Diverse Bat Communities</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will seek out opportunities to leverage its conservation impact by identifying and protecting landscapes of high ecological integrity with high bat species diversity.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>4. Preserve Mega-Populations of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Bats’ importance to their ecosystems is difficult to overstate. This is particularly true where bat populations number in the many millions, as with Mexican free-tailed bats in the Texas Hill Country and straw-colored fruit bat colonies in Africa. The ecosystem services provided by these mega-populations are profound and if lost, would have serious consequences for agriculture, forestry and ecosystem health. Such populations also hold significant potential for educating the public. Depak will identify and protect mega-populations of bats wherever they are found, including areas containing a high percentage of the total population of individual bat species (major hibernacula, roosting colonies, migratory concentrations, etc.).</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>5. Forge Global and Regional Strategies and Partnerships</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Arresting and reversing the decline of bats requires an integrated global effort. Depak will forge partnerships with myriad organizations at the local, country, regional and global level, including organizations like the World Bank and other international development agencies and with the resource-extraction and energy industries to prevent the loss of habitat for priority species. Depak will also engage and work to strengthen the regional bat scientific and conservation networks with the long-term goal of building a unified global bat federation.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>6. Address Threats Impacting Multiple Species at Multiple Sites</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->White-Nose Syndrome and wind energy facilities are two of several serious threats affecting multiple species of bats across large portions of the world. Depak will work at scale to proactively develop strategies for minimizing such threats.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>7. Promote Community-Based Conservation of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Conservation is ultimately local. Depak will partner with and help strengthen the ability of local organizations and communities to protect globally threatened bat species and Significant Bat Areas. Much of Depak\'s education and marketing will take place at the community level.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>8. Create and Help Enforce Legal and Policy Frameworks</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Outside of Western Europe, bats have few legal protections and are classified as vermin in some countries. Depak will build public understanding and support for bats and work to create greater regulatory and legal safeguards in the places we work, with the long-term goal of creating an international bat conservation treaty.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>9. Help Develop and Perfect Important Technologies</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will help identify needed technologies and work with the scientific community and the nonprofit and for-profit sectors to develop and perfect them. These would include GPS transmitters to track small insectivorous bats across large landscapes or in migration; perfection of acoustic bat deterrents for wind turbines; and consumer-friendly bat detection and identification devices.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>10. Invest in Tomorrow’s Conservation Leadership</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->One of Depak\'s greatest impacts has been its support of promising students and young scientists who have since emerged as leaders in the study and conservation of bats. Depak will expand its scholarship program and launch new initiatives to create and support a new generation of talented young researchers and conservationists dedicated to the lasting survival of the world’s 1400+ species of bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Our Approach','','publish','closed','closed','','our-approach','','','2019-12-10 13:32:56','2019-12-10 13:32:56','',0,'https://depak.org/?page_id=117',0,'page','',0),(118,1,'2019-11-20 18:26:08','2019-11-20 18:26:08','<!-- wp:paragraph -->\n<p>Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges. Our approach is multi-dimensional, utilizing science to drive conservation action, focusing on local capacity building and education to ensure the sustainability of our work around the globe, investing in policy and legislative frameworks to institutionalize bat conservation practices and awareness, and developing effective marketing campaigns to expand our membership and support base. Simultaneously, Depak will continue to invest in its own organizational framework and capacity so that its employees, volunteers, and partners are well equipped to take the proactive steps necessary to achieve our mission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To maximize its conservation impact, Depak is focused on <strong>ten critical conservation strategies</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>1. Accelerate Scientific Research</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Large gaps in our knowledge of the location and range, population, habitat requirements, ecology and threats for each species of bat persist, with 30 percent of all bat species considered especially “data deficient” by scientists. BCI will partner with Washington DC-based NatureServe and many others to create a global inventory of the location, population size and stability of bat species that allows Depak and others to set increasingly objective priorities for protecting bat species. Depak and its partners will also help populate the growing DNA and acoustic databases for bats and expand its Global Grassroots Grants program and other efforts to answer questions essential to bats’ lasting conservation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>2. Prevent Extinctions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Depak will work with multiple partners at all levels of society to identify threatened and range-restricted species of bats, especially those listed as Endangered or Critically Endangered by The International Union for the Conservation of Nature (IUCN) and move quickly to halt their decline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>3. Protect Intact Areas with Highly Diverse Bat Communities</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Depak will seek out opportunities to leverage its conservation impact by identifying and protecting landscapes of high ecological integrity with high bat species diversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>4. Preserve Mega-Populations of Bats</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats’ importance to their ecosystems is difficult to overstate. This is particularly true where bat populations number in the many millions, as with Mexican free-tailed bats in the Texas Hill Country and straw-colored fruit bat colonies in Africa. The ecosystem services provided by these mega-populations are profound and if lost, would have serious consequences for agriculture, forestry and ecosystem health. Such populations also hold significant potential for educating the public. Depak will identify and protect mega-populations of bats wherever they are found, including areas containing a high percentage of the total population of individual bat species (major hibernacula, roosting colonies, migratory concentrations, etc.).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>5. Forge Global and Regional Strategies and Partnerships</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arresting and reversing the decline of bats requires an integrated global effort. Depak will forge partnerships with myriad organizations at the local, country, regional and global level, including organizations like the World Bank and other international development agencies and with the resource-extraction and energy industries to prevent the loss of habitat for priority species. Depak will also engage and work to strengthen the regional bat scientific and conservation networks with the long-term goal of building a unified global bat federation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>6. Address Threats Impacting Multiple Species at Multiple Sites</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>White-Nose Syndrome and wind energy facilities are two of several serious threats affecting multiple species of bats across large portions of the world. Depak will work at scale to proactively develop strategies for minimizing such threats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>7. Promote Community-Based Conservation of Bats</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Conservation is ultimately local. Depak will partner with and help strengthen the ability of local organizations and communities to protect globally threatened bat species and Significant Bat Areas. Much of Depak\'s education and marketing will take place at the community level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>8. Create and Help Enforce Legal and Policy Frameworks</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Outside of Western Europe, bats have few legal protections and are classified as vermin in some countries. Depak will build public understanding and support for bats and work to create greater regulatory and legal safeguards in the places we work, with the long-term goal of creating an international bat conservation treaty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>9. Help Develop and Perfect Important Technologies</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Depak will help identify needed technologies and work with the scientific community and the nonprofit and for-profit sectors to develop and perfect them. These would include GPS transmitters to track small insectivorous bats across large landscapes or in migration; perfection of acoustic bat deterrents for wind turbines; and consumer-friendly bat detection and identification devices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>10. Invest in Tomorrow’s Conservation Leadership</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of Depak\'s greatest impacts has been its support of promising students and young scientists who have since emerged as leaders in the study and conservation of bats. Depak will expand its scholarship program and launch new initiatives to create and support a new generation of talented young researchers and conservationists dedicated to the lasting survival of the world’s 1300+ species of bats.</p>\n<!-- /wp:paragraph -->','Our Approach','','inherit','closed','closed','','117-revision-v1','','','2019-11-20 18:26:08','2019-11-20 18:26:08','',117,'https://depak.org/2019/11/20/117-revision-v1/',0,'revision','',0),(119,1,'2019-11-20 18:27:51','2019-11-20 18:27:51',' ','','','publish','closed','closed','','119','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=119',8,'nav_menu_item','',0),(120,1,'2019-11-20 18:37:12','2019-11-20 18:37:12','','1-4','','inherit','open','closed','','1-4','','','2019-11-20 18:37:12','2019-11-20 18:37:12','',0,'https://depak.org/wp-content/uploads/2019/11/1-4.jpg',0,'attachment','image/jpeg',0),(122,1,'2019-11-20 18:42:40','2019-11-20 18:42:40','<!-- wp:html -->\n[rev_slider alias=\"our-approach\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges. Our approach is multi-dimensional, utilizing science to drive conservation action, focusing on local capacity building and education to ensure the sustainability of our work around the globe, investing in policy and legislative frameworks to institutionalize bat conservation practices and awareness, and developing effective marketing campaigns to expand our membership and support base. Simultaneously, Depak will continue to invest in its own organizational framework and capacity so that its employees, volunteers, and partners are well equipped to take the proactive steps necessary to achieve our mission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To maximize its conservation impact, Depak is focused on <strong>ten critical conservation strategies</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>1. Accelerate Scientific Research</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Large gaps in our knowledge of the location and range, population, habitat requirements, ecology and threats for each species of bat persist, with 30 percent of all bat species considered especially “data deficient” by scientists. BCI will partner with Washington DC-based NatureServe and many others to create a global inventory of the location, population size and stability of bat species that allows Depak and others to set increasingly objective priorities for protecting bat species. Depak and its partners will also help populate the growing DNA and acoustic databases for bats and expand its Global Grassroots Grants program and other efforts to answer questions essential to bats’ lasting conservation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>2. Prevent Extinctions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Depak will work with multiple partners at all levels of society to identify threatened and range-restricted species of bats, especially those listed as Endangered or Critically Endangered by The International Union for the Conservation of Nature (IUCN) and move quickly to halt their decline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>3. Protect Intact Areas with Highly Diverse Bat Communities</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Depak will seek out opportunities to leverage its conservation impact by identifying and protecting landscapes of high ecological integrity with high bat species diversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>4. Preserve Mega-Populations of Bats</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats’ importance to their ecosystems is difficult to overstate. This is particularly true where bat populations number in the many millions, as with Mexican free-tailed bats in the Texas Hill Country and straw-colored fruit bat colonies in Africa. The ecosystem services provided by these mega-populations are profound and if lost, would have serious consequences for agriculture, forestry and ecosystem health. Such populations also hold significant potential for educating the public. Depak will identify and protect mega-populations of bats wherever they are found, including areas containing a high percentage of the total population of individual bat species (major hibernacula, roosting colonies, migratory concentrations, etc.).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>5. Forge Global and Regional Strategies and Partnerships</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arresting and reversing the decline of bats requires an integrated global effort. Depak will forge partnerships with myriad organizations at the local, country, regional and global level, including organizations like the World Bank and other international development agencies and with the resource-extraction and energy industries to prevent the loss of habitat for priority species. Depak will also engage and work to strengthen the regional bat scientific and conservation networks with the long-term goal of building a unified global bat federation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>6. Address Threats Impacting Multiple Species at Multiple Sites</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>White-Nose Syndrome and wind energy facilities are two of several serious threats affecting multiple species of bats across large portions of the world. Depak will work at scale to proactively develop strategies for minimizing such threats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>7. Promote Community-Based Conservation of Bats</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Conservation is ultimately local. Depak will partner with and help strengthen the ability of local organizations and communities to protect globally threatened bat species and Significant Bat Areas. Much of Depak\'s education and marketing will take place at the community level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>8. Create and Help Enforce Legal and Policy Frameworks</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Outside of Western Europe, bats have few legal protections and are classified as vermin in some countries. Depak will build public understanding and support for bats and work to create greater regulatory and legal safeguards in the places we work, with the long-term goal of creating an international bat conservation treaty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>9. Help Develop and Perfect Important Technologies</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Depak will help identify needed technologies and work with the scientific community and the nonprofit and for-profit sectors to develop and perfect them. These would include GPS transmitters to track small insectivorous bats across large landscapes or in migration; perfection of acoustic bat deterrents for wind turbines; and consumer-friendly bat detection and identification devices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>10. Invest in Tomorrow’s Conservation Leadership</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of Depak\'s greatest impacts has been its support of promising students and young scientists who have since emerged as leaders in the study and conservation of bats. Depak will expand its scholarship program and launch new initiatives to create and support a new generation of talented young researchers and conservationists dedicated to the lasting survival of the world’s 1300+ species of bats.</p>\n<!-- /wp:paragraph -->','Our Approach','','inherit','closed','closed','','117-revision-v1','','','2019-11-20 18:42:40','2019-11-20 18:42:40','',117,'https://depak.org/2019/11/20/117-revision-v1/',0,'revision','',0),(123,1,'2019-11-20 18:47:55','2019-11-20 18:47:55','<p>[vc_row][vc_column css=\".vc_custom_1574275637637{padding-top: 40px !important;}\"][vc_column_text]<!-- wp:html -->[rev_slider alias=\"our-approach\"]</p>\n<!-- /wp:html -->\n<p><!-- wp:paragraph -->Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges. Our approach is multi-dimensional, utilizing science to drive conservation action, focusing on local capacity building and education to ensure the sustainability of our work around the globe, investing in policy and legislative frameworks to institutionalize bat conservation practices and awareness, and developing effective marketing campaigns to expand our membership and support base. Simultaneously, Depak will continue to invest in its own organizational framework and capacity so that its employees, volunteers, and partners are well equipped to take the proactive steps necessary to achieve our mission.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->To maximize its conservation impact, Depak is focused on <strong>ten critical conservation strategies</strong>:</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>1. Accelerate Scientific Research</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Large gaps in our knowledge of the location and range, population, habitat requirements, ecology and threats for each species of bat persist, with 30 percent of all bat species considered especially “data deficient” by scientists. BCI will partner with Washington DC-based NatureServe and many others to create a global inventory of the location, population size and stability of bat species that allows Depak and others to set increasingly objective priorities for protecting bat species. Depak and its partners will also help populate the growing DNA and acoustic databases for bats and expand its Global Grassroots Grants program and other efforts to answer questions essential to bats’ lasting conservation.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>2. Prevent Extinctions</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Depak will work with multiple partners at all levels of society to identify threatened and range-restricted species of bats, especially those listed as Endangered or Critically Endangered by The International Union for the Conservation of Nature (IUCN) and move quickly to halt their decline.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>3. Protect Intact Areas with Highly Diverse Bat Communities</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Depak will seek out opportunities to leverage its conservation impact by identifying and protecting landscapes of high ecological integrity with high bat species diversity.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>4. Preserve Mega-Populations of Bats</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Bats’ importance to their ecosystems is difficult to overstate. This is particularly true where bat populations number in the many millions, as with Mexican free-tailed bats in the Texas Hill Country and straw-colored fruit bat colonies in Africa. The ecosystem services provided by these mega-populations are profound and if lost, would have serious consequences for agriculture, forestry and ecosystem health. Such populations also hold significant potential for educating the public. Depak will identify and protect mega-populations of bats wherever they are found, including areas containing a high percentage of the total population of individual bat species (major hibernacula, roosting colonies, migratory concentrations, etc.).</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>5. Forge Global and Regional Strategies and Partnerships</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Arresting and reversing the decline of bats requires an integrated global effort. Depak will forge partnerships with myriad organizations at the local, country, regional and global level, including organizations like the World Bank and other international development agencies and with the resource-extraction and energy industries to prevent the loss of habitat for priority species. Depak will also engage and work to strengthen the regional bat scientific and conservation networks with the long-term goal of building a unified global bat federation.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>6. Address Threats Impacting Multiple Species at Multiple Sites</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->White-Nose Syndrome and wind energy facilities are two of several serious threats affecting multiple species of bats across large portions of the world. Depak will work at scale to proactively develop strategies for minimizing such threats.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>7. Promote Community-Based Conservation of Bats</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Conservation is ultimately local. Depak will partner with and help strengthen the ability of local organizations and communities to protect globally threatened bat species and Significant Bat Areas. Much of Depak\'s education and marketing will take place at the community level.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>8. Create and Help Enforce Legal and Policy Frameworks</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Outside of Western Europe, bats have few legal protections and are classified as vermin in some countries. Depak will build public understanding and support for bats and work to create greater regulatory and legal safeguards in the places we work, with the long-term goal of creating an international bat conservation treaty.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>9. Help Develop and Perfect Important Technologies</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->Depak will help identify needed technologies and work with the scientific community and the nonprofit and for-profit sectors to develop and perfect them. These would include GPS transmitters to track small insectivorous bats across large landscapes or in migration; perfection of acoustic bat deterrents for wind turbines; and consumer-friendly bat detection and identification devices.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading {\"level\":4} -->\n<h4>10. Invest in Tomorrow’s Conservation Leadership</h4>\n<!-- /wp:heading -->\n<p><!-- wp:paragraph -->One of Depak\'s greatest impacts has been its support of promising students and young scientists who have since emerged as leaders in the study and conservation of bats. Depak will expand its scholarship program and launch new initiatives to create and support a new generation of talented young researchers and conservationists dedicated to the lasting survival of the world’s 1300+ species of bats.</p>\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>\n','Our Approach','','inherit','closed','closed','','117-autosave-v1','','','2019-11-20 18:47:55','2019-11-20 18:47:55','',117,'https://depak.org/2019/11/20/117-autosave-v1/',0,'revision','',0),(124,1,'2019-11-20 18:49:41','2019-11-20 18:49:41','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyb3VyLWFwcHJvYWNoJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574275762837{padding-top: 40px !important;}\"]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph -->Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges. Our approach is multi-dimensional, utilizing science to drive conservation action, focusing on local capacity building and education to ensure the sustainability of our work around the globe, investing in policy and legislative frameworks to institutionalize bat conservation practices and awareness, and developing effective marketing campaigns to expand our membership and support base. Simultaneously, Depak will continue to invest in its own organizational framework and capacity so that its employees, volunteers, and partners are well equipped to take the proactive steps necessary to achieve our mission.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->To maximize its conservation impact, Depak is focused on <strong>ten critical conservation strategies</strong>:</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>1. Accelerate Scientific Research</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Large gaps in our knowledge of the location and range, population, habitat requirements, ecology and threats for each species of bat persist, with 30 percent of all bat species considered especially “data deficient” by scientists. BCI will partner with Washington DC-based NatureServe and many others to create a global inventory of the location, population size and stability of bat species that allows Depak and others to set increasingly objective priorities for protecting bat species. Depak and its partners will also help populate the growing DNA and acoustic databases for bats and expand its Global Grassroots Grants program and other efforts to answer questions essential to bats’ lasting conservation.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>2. Prevent Extinctions</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will work with multiple partners at all levels of society to identify threatened and range-restricted species of bats, especially those listed as Endangered or Critically Endangered by The International Union for the Conservation of Nature (IUCN) and move quickly to halt their decline.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>3. Protect Intact Areas with Highly Diverse Bat Communities</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will seek out opportunities to leverage its conservation impact by identifying and protecting landscapes of high ecological integrity with high bat species diversity.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>4. Preserve Mega-Populations of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Bats’ importance to their ecosystems is difficult to overstate. This is particularly true where bat populations number in the many millions, as with Mexican free-tailed bats in the Texas Hill Country and straw-colored fruit bat colonies in Africa. The ecosystem services provided by these mega-populations are profound and if lost, would have serious consequences for agriculture, forestry and ecosystem health. Such populations also hold significant potential for educating the public. Depak will identify and protect mega-populations of bats wherever they are found, including areas containing a high percentage of the total population of individual bat species (major hibernacula, roosting colonies, migratory concentrations, etc.).</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>5. Forge Global and Regional Strategies and Partnerships</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Arresting and reversing the decline of bats requires an integrated global effort. Depak will forge partnerships with myriad organizations at the local, country, regional and global level, including organizations like the World Bank and other international development agencies and with the resource-extraction and energy industries to prevent the loss of habitat for priority species. Depak will also engage and work to strengthen the regional bat scientific and conservation networks with the long-term goal of building a unified global bat federation.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>6. Address Threats Impacting Multiple Species at Multiple Sites</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->White-Nose Syndrome and wind energy facilities are two of several serious threats affecting multiple species of bats across large portions of the world. Depak will work at scale to proactively develop strategies for minimizing such threats.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>7. Promote Community-Based Conservation of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Conservation is ultimately local. Depak will partner with and help strengthen the ability of local organizations and communities to protect globally threatened bat species and Significant Bat Areas. Much of Depak\'s education and marketing will take place at the community level.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>8. Create and Help Enforce Legal and Policy Frameworks</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Outside of Western Europe, bats have few legal protections and are classified as vermin in some countries. Depak will build public understanding and support for bats and work to create greater regulatory and legal safeguards in the places we work, with the long-term goal of creating an international bat conservation treaty.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>9. Help Develop and Perfect Important Technologies</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will help identify needed technologies and work with the scientific community and the nonprofit and for-profit sectors to develop and perfect them. These would include GPS transmitters to track small insectivorous bats across large landscapes or in migration; perfection of acoustic bat deterrents for wind turbines; and consumer-friendly bat detection and identification devices.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>10. Invest in Tomorrow’s Conservation Leadership</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->One of Depak\'s greatest impacts has been its support of promising students and young scientists who have since emerged as leaders in the study and conservation of bats. Depak will expand its scholarship program and launch new initiatives to create and support a new generation of talented young researchers and conservationists dedicated to the lasting survival of the world’s 1300+ species of bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Our Approach','','inherit','closed','closed','','117-revision-v1','','','2019-11-20 18:49:41','2019-11-20 18:49:41','',117,'https://depak.org/2019/11/20/117-revision-v1/',0,'revision','',0),(125,1,'2019-11-20 18:52:55','2019-11-20 18:52:55','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyb3VyLWFwcHJvYWNoJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574275960046{padding-top: 40px !important;}\"]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph -->Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges. Our approach is multi-dimensional, utilizing science to drive conservation action, focusing on local capacity building and education to ensure the sustainability of our work around the globe, investing in policy and legislative frameworks to institutionalize bat conservation practices and awareness, and developing effective marketing campaigns to expand our membership and support base. Simultaneously, Depak will continue to invest in its own organizational framework and capacity so that its employees, volunteers, and partners are well equipped to take the proactive steps necessary to achieve our mission.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->To maximize its conservation impact, Depak is focused on <strong>ten critical conservation strategies</strong>:</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>1. Accelerate Scientific Research</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Large gaps in our knowledge of the location and range, population, habitat requirements, ecology and threats for each species of bat persist, with 30 percent of all bat species considered especially “data deficient” by scientists. BCI will partner with Washington DC-based NatureServe and many others to create a global inventory of the location, population size and stability of bat species that allows Depak and others to set increasingly objective priorities for protecting bat species. Depak and its partners will also help populate the growing DNA and acoustic databases for bats and expand its Global Grassroots Grants program and other efforts to answer questions essential to bats’ lasting conservation.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>2. Prevent Extinctions</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will work with multiple partners at all levels of society to identify threatened and range-restricted species of bats, especially those listed as Endangered or Critically Endangered by The International Union for the Conservation of Nature (IUCN) and move quickly to halt their decline.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>3. Protect Intact Areas with Highly Diverse Bat Communities</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will seek out opportunities to leverage its conservation impact by identifying and protecting landscapes of high ecological integrity with high bat species diversity.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>4. Preserve Mega-Populations of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Bats’ importance to their ecosystems is difficult to overstate. This is particularly true where bat populations number in the many millions, as with Mexican free-tailed bats in the Texas Hill Country and straw-colored fruit bat colonies in Africa. The ecosystem services provided by these mega-populations are profound and if lost, would have serious consequences for agriculture, forestry and ecosystem health. Such populations also hold significant potential for educating the public. Depak will identify and protect mega-populations of bats wherever they are found, including areas containing a high percentage of the total population of individual bat species (major hibernacula, roosting colonies, migratory concentrations, etc.).</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>5. Forge Global and Regional Strategies and Partnerships</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Arresting and reversing the decline of bats requires an integrated global effort. Depak will forge partnerships with myriad organizations at the local, country, regional and global level, including organizations like the World Bank and other international development agencies and with the resource-extraction and energy industries to prevent the loss of habitat for priority species. Depak will also engage and work to strengthen the regional bat scientific and conservation networks with the long-term goal of building a unified global bat federation.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>6. Address Threats Impacting Multiple Species at Multiple Sites</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->White-Nose Syndrome and wind energy facilities are two of several serious threats affecting multiple species of bats across large portions of the world. Depak will work at scale to proactively develop strategies for minimizing such threats.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>7. Promote Community-Based Conservation of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Conservation is ultimately local. Depak will partner with and help strengthen the ability of local organizations and communities to protect globally threatened bat species and Significant Bat Areas. Much of Depak\'s education and marketing will take place at the community level.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>8. Create and Help Enforce Legal and Policy Frameworks</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Outside of Western Europe, bats have few legal protections and are classified as vermin in some countries. Depak will build public understanding and support for bats and work to create greater regulatory and legal safeguards in the places we work, with the long-term goal of creating an international bat conservation treaty.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>9. Help Develop and Perfect Important Technologies</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will help identify needed technologies and work with the scientific community and the nonprofit and for-profit sectors to develop and perfect them. These would include GPS transmitters to track small insectivorous bats across large landscapes or in migration; perfection of acoustic bat deterrents for wind turbines; and consumer-friendly bat detection and identification devices.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>10. Invest in Tomorrow’s Conservation Leadership</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->One of Depak\'s greatest impacts has been its support of promising students and young scientists who have since emerged as leaders in the study and conservation of bats. Depak will expand its scholarship program and launch new initiatives to create and support a new generation of talented young researchers and conservationists dedicated to the lasting survival of the world’s 1300+ species of bats.</p>\r\n<p><!-- /wp:paragraph --> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Our Approach','','inherit','closed','closed','','117-revision-v1','','','2019-11-20 18:52:55','2019-11-20 18:52:55','',117,'https://depak.org/2019/11/20/117-revision-v1/',0,'revision','',0),(126,1,'2019-11-21 06:26:11','2019-11-21 06:26:11','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1575993065693{padding-top: 40px !important;}\"]</p>\r\n<p>The Salt Range is a hill system in the Punjab province of Pakistan, deriving its name from its extensive deposits of rock salt. The range extends along the south of the Pothohar Plateau and the North of the Jhelum River. The Salt Range contains the great mines of Khewra, Kalabagh and Warcha which yield vast supplies of salt. Coal of a medium quality is also found.</p>\r\n<p>Sakaser is the highest peak of Salt Range. Namal Lake, Khabikki Lake and Uchhali Lake are lakes in the Salt Range.</p>\r\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"138,136,134,132\" items_layout=\"gallery_default\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321580879{padding-bottom: 40px !important;}\"]</p>\r\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Salt Range','','publish','closed','closed','','soon-valley','','','2019-12-10 15:51:33','2019-12-10 15:51:33','',0,'https://depak.org/?page_id=126',0,'page','',0),(127,1,'2019-11-21 06:26:11','2019-11-21 06:26:11','<!-- wp:paragraph -->\n<p>The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera.[1] The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<!-- /wp:paragraph -->','Soon Valley','','inherit','closed','closed','','126-revision-v1','','','2019-11-21 06:26:11','2019-11-21 06:26:11','',126,'https://depak.org/2019/11/21/126-revision-v1/',0,'revision','',0),(128,1,'2019-11-21 06:29:23','2019-11-21 06:29:23',' ','','','publish','closed','closed','','128','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=128',10,'nav_menu_item','',0),(129,1,'2019-11-21 06:34:23','2019-11-21 06:34:23','','1-5','','inherit','open','closed','','1-5','','','2019-11-21 06:34:23','2019-11-21 06:34:23','',0,'https://depak.org/wp-content/uploads/2019/11/1-5.jpg',0,'attachment','image/jpeg',0),(130,1,'2019-11-21 06:37:08','2019-11-21 06:37:08','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text]<!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera.[1] The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>\n','Soon Valley','','inherit','closed','closed','','126-autosave-v1','','','2019-11-21 06:37:08','2019-11-21 06:37:08','',126,'https://depak.org/2019/11/21/126-autosave-v1/',0,'revision','',0),(131,1,'2019-11-21 06:37:43','2019-11-21 06:37:43','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text]</p>\r\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Soon Valley','','inherit','closed','closed','','126-revision-v1','','','2019-11-21 06:37:43','2019-11-21 06:37:43','',126,'https://depak.org/2019/11/21/126-revision-v1/',0,'revision','',0),(132,1,'2019-11-21 07:10:29','2019-11-21 07:10:29','','1','','inherit','open','closed','','1','','','2019-11-21 07:10:29','2019-11-21 07:10:29','',126,'https://depak.org/wp-content/uploads/2019/11/1.jpg',0,'attachment','image/jpeg',0),(133,1,'2019-11-21 07:10:43','2019-11-21 07:10:43','','2','','inherit','open','closed','','2','','','2019-11-21 07:10:43','2019-11-21 07:10:43','',126,'https://depak.org/wp-content/uploads/2019/11/2.jpg',0,'attachment','image/jpeg',0),(134,1,'2019-11-21 07:10:58','2019-11-21 07:10:58','','3','','inherit','open','closed','','3','','','2019-11-21 07:10:58','2019-11-21 07:10:58','',126,'https://depak.org/wp-content/uploads/2019/11/3.jpg',0,'attachment','image/jpeg',0),(135,1,'2019-11-21 07:11:14','2019-11-21 07:11:14','','4','','inherit','open','closed','','4','','','2019-11-21 07:11:14','2019-11-21 07:11:14','',126,'https://depak.org/wp-content/uploads/2019/11/4.jpg',0,'attachment','image/jpeg',0),(136,1,'2019-11-21 07:11:30','2019-11-21 07:11:30','','5','','inherit','open','closed','','5','','','2019-11-21 07:11:30','2019-11-21 07:11:30','',126,'https://depak.org/wp-content/uploads/2019/11/5.jpg',0,'attachment','image/jpeg',0),(137,1,'2019-11-21 07:11:54','2019-11-21 07:11:54','','6','','inherit','open','closed','','6','','','2019-11-21 07:11:54','2019-11-21 07:11:54','',126,'https://depak.org/wp-content/uploads/2019/11/6.jpg',0,'attachment','image/jpeg',0),(138,1,'2019-11-21 07:12:11','2019-11-21 07:12:11','','8','','inherit','open','closed','','8','','','2019-11-21 07:12:11','2019-11-21 07:12:11','',126,'https://depak.org/wp-content/uploads/2019/11/8.jpg',0,'attachment','image/jpeg',0),(139,1,'2019-11-21 07:12:27','2019-11-21 07:12:27','','9','','inherit','open','closed','','9','','','2019-11-21 07:12:27','2019-11-21 07:12:27','',126,'https://depak.org/wp-content/uploads/2019/11/9.jpg',0,'attachment','image/jpeg',0),(140,1,'2019-11-21 07:19:59','2019-11-21 07:19:59','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<p><!-- /wp:paragraph --> </p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][us_image_slider ids=\"139,138,137,136,135,134,133,132\"][/vc_column][/vc_row]</p>\n','Soon Valley','','inherit','closed','closed','','126-revision-v1','','','2019-11-21 07:19:59','2019-11-21 07:19:59','',126,'https://depak.org/2019/11/21/126-revision-v1/',0,'revision','',0),(141,1,'2019-11-21 07:27:46','2019-11-21 07:27:46','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<p><!-- /wp:paragraph --> </p>\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"139,138,137,136,135,134,133,132\"][/vc_column][/vc_row]</p>\n','Soon Valley','','inherit','closed','closed','','126-revision-v1','','','2019-11-21 07:27:46','2019-11-21 07:27:46','',126,'https://depak.org/2019/11/21/126-revision-v1/',0,'revision','',0),(142,1,'2019-11-21 07:31:16','2019-11-21 07:31:16','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<p><!-- /wp:paragraph --> </p>\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"139,138,137,136,135,134,133,132\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321412175{padding-top: 40px !important;padding-bottom: 40px !important;}\"]</p>\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Soon Valley','','inherit','closed','closed','','126-revision-v1','','','2019-11-21 07:31:16','2019-11-21 07:31:16','',126,'https://depak.org/2019/11/21/126-revision-v1/',0,'revision','',0),(143,1,'2019-11-21 07:33:40','2019-11-21 07:33:40','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<p><!-- /wp:paragraph --> </p>\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"139,138,137,136,135,134,133,132\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321580879{padding-bottom: 40px !important;}\"]</p>\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Soon Valley','','inherit','closed','closed','','126-revision-v1','','','2019-11-21 07:33:40','2019-11-21 07:33:40','',126,'https://depak.org/2019/11/21/126-revision-v1/',0,'revision','',0),(144,1,'2019-11-21 07:39:48','2019-11-21 07:39:48','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<p><!-- /wp:paragraph --> </p>\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"139,138,137,136,135,134,133,132\" items_layout=\"gallery_default\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321580879{padding-bottom: 40px !important;}\"]</p>\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Soon Valley','','inherit','closed','closed','','126-revision-v1','','','2019-11-21 07:39:48','2019-11-21 07:39:48','',126,'https://depak.org/2019/11/21/126-revision-v1/',0,'revision','',0),(145,1,'2019-11-21 10:05:39','2019-11-21 10:05:39','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image][/vc_column][/vc_row]</p>\n','Contact Us','','inherit','closed','closed','','30-autosave-v1','','','2019-11-21 10:05:39','2019-11-21 10:05:39','',30,'https://depak.org/2019/11/21/30-autosave-v1/',0,'revision','',0),(146,1,'2019-11-21 07:46:42','2019-11-21 07:46:42','[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 07:46:42','2019-11-21 07:46:42','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(147,1,'2019-11-21 10:07:36','2019-11-21 10:07:36','[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"120\" align=\"center\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 10:07:36','2019-11-21 10:07:36','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(148,1,'2019-11-21 10:12:06','2019-11-21 10:12:06','[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1574331100925{padding-top: 60px !important;}\"][vc_column width=\"1/2\"][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"120\" align=\"center\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 10:12:06','2019-11-21 10:12:06','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(149,1,'2019-11-21 10:16:08','2019-11-21 10:16:08','[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1574331100925{padding-top: 60px !important;}\"][vc_column width=\"1/2\"][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"120\" size=\"full\" align=\"center\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 10:16:08','2019-11-21 10:16:08','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(150,1,'2019-11-21 10:22:18','2019-11-21 10:22:18','','bat-flying','','inherit','open','closed','','bat-flying','','','2019-11-21 10:22:18','2019-11-21 10:22:18','',30,'https://depak.org/wp-content/uploads/2019/11/bat-flying.jpg',0,'attachment','image/jpeg',0),(151,1,'2019-11-21 10:27:22','2019-11-21 10:27:22','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1574331100925{padding-top: 60px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><strong>Want to talk? Let`s do it!</strong></h2>\n<p>If you have any questions about Green Planet, please do not hesitate to contact .[/vc_column_text][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"150\" size=\"full\" align=\"center\"][/vc_column][/vc_row]</p>\n','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 10:27:22','2019-11-21 10:27:22','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(152,1,'2019-11-21 10:41:44','2019-11-21 10:41:44','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574331100925{padding-top: 60px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><strong>Want to talk? Let`s do it!</strong></h2>\n<p>If you have any questions about Green Planet, please do not hesitate to contact .[/vc_column_text][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"150\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1574332864934{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 10:41:44','2019-11-21 10:41:44','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(153,1,'2019-11-21 11:40:38','2019-11-21 11:40:38','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1574331100925{padding-top: 60px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><strong>Want to talk? Let`s do it!</strong></h2>\n<p>If you have any questions about Green Planet, please do not hesitate to contact .[/vc_column_text][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"150\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1574336409567{margin-top: 40px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 11:40:38','2019-11-21 11:40:38','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(154,1,'2019-11-21 12:53:33','2019-11-21 12:53:33',' ','','','publish','closed','closed','','about','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=154',6,'nav_menu_item','',0),(155,1,'2019-11-21 12:56:29','2019-11-21 12:56:29','[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyY29udGFjdC11cyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1574331100925{padding-top: 60px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2><strong>Want to talk? Let`s do it!</strong></h2>\r\nIf you have any questions about Depak, please do not hesitate to contact .[/vc_column_text][us_cform items=\"%5B%7B%22type%22%3A%22text%22%2C%22placeholder%22%3A%22Name%22%7D%2C%7B%22type%22%3A%22email%22%2C%22placeholder%22%3A%22Email%22%7D%2C%7B%22type%22%3A%22textarea%22%2C%22placeholder%22%3A%22Message%22%7D%5D\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"150\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1574336409567{margin-top: 40px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','30-revision-v1','','','2019-11-21 12:56:29','2019-11-21 12:56:29','',30,'https://depak.org/2019/11/21/30-revision-v1/',0,'revision','',0),(156,1,'2019-11-21 15:54:07','2019-11-21 15:54:07','<p>[vc_row][vc_column][rev_slider alias=\"bats-conservation-pakistan\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1574272927992{padding-top: 40px !important;}\"][vc_column_text]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph --><strong>DEPAK Bats and Disease Position Statement</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals. Contact between people, livestock and wildlife increases as the growing human population encroaches into natural areas and as some species adapt to co-exist in close proximity to humans. This increased contact poses a challenge for both health practitioners and conservationists in the task of preventing spillover of pathogens from wild animals to humans and livestock and protecting wildlife and their habitats. Conservation of habitats and limitation of human-wildlife contact are only two of the elements considered to mitigate this issue.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is committed to an integrated One Health approach to work with communities to protect human health and conserve the world’s bats. The One Health Initiative seeks to promote, improve, and defend the health and well-being of all species by enhancing cooperation and collaboration between physicians, veterinarians, other scientific health and environmental professionals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->With more than 1410 species, bats are the second largest group of mammals on Earth. DEPAK recognizes the serious challenge of effectively preventing, responding and managing zoonotic spillover events that may be linked to bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of the world’s bats and their habitats, and creating a world in which bats and humans successfully coexist. DEPAK believes that effective bat conservation can help reduce the risk of zoonotic disease through better understanding and effective management of human-bat interactions. In particular, DEPAK supports interdisciplinary conservation action and ethical, well-designed research to better understand the relationships between bat ecology and the risk of zoonotic disease.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK encourages interaction and collaboration among different health and conservation professions in collaborative prevention, surveillance and management of zoonotic diseases. DEPAK is dedicated to furthering this collaboration by sharing knowledge to help educate managers, researchers, policymakers, students, conservation organizations and the public about the management of zoonotic diseases and bat conservation issues through professional networks, scientific journals, lay articles, and the media.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats & Human Contact</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Simply left alone, bats are harmless and highly beneficial. They are fascinating creatures, vital to the balance of nature around the world. Like most wild animals, bats prefer to avoid contact with humans. But in situations where bats and humans come into close proximity, it is important to understand how to prevent negative outcomes for humans AND bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Several scenarios might bring bats and humans together: bats sometimes accidentally fly into a home or business through open doors or windows; they might take advantage of existing small openings into attics, wall spaces, or chimneys and roost in structures where humans live or work; and sick, injured, or dead bats sometimes fall to the ground. In each of these situations, DEPAK discourages the general public from handling bats. If touching or contact does occur, we<br />hope the following information will inform you about possible health risks that may apply.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats, Ebola, and Infectious Disease</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK fully embraces the <a href=\"http://www.onehealthinitiative.com/taskForce.php\" target=\"_blank\" rel=\"noreferrer noopener\">“One Health” movement</a> which recognizes that conservation biologists and public health officials confront the same ecological problems. As stated in the executive summary of the “One Health” Initiative, “the convergence of people, animals, and our environment has created a new dynamic in which the health of each group is inextricably interconnected.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Research has revealed that more than 60 percent of emerging infectious diseases are zoonotic, and that bats are not exceptional among wildlife as potential sources of human disease. Over the last decade, increased surveillance and improved techniques for disease detection have implicated bats as likely reservoirs and vectors for a lengthening list of pathogens that can affect humans and domestic animals.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->These include Marburg, Nipah, Hendra, SARS-like coronaviruses, flu virus, a panoply of lyssaviruses including rabies, and most notably, Ebola.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --><strong>Bats and Rabies</strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The causes for the emergence of these diseases from wildlife into human populations are <a href=\"http://www.nytimes.com/2012/07/15/sunday-review/the-ecology-of-disease.html?smid=fb-share&_r=0\" target=\"_blank\" rel=\"noreferrer noopener\">fundamentally ecological</a>, resulting from the disruption of our natural habitats, and are inevitably exacerbated by social disorder and political instability.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Rabies is a preventable viral infection of the central nervous system in mammals. Bats, like most mammals, can contract the rabies virus, but the vast majority never do. When bats do get rabies, they eventually die from the disease and do not “carry” the virus indefinitely without themselves getting sick.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The virus is typically transmitted by the bite of an infected animal – so anyone bitten by a bat (or any other wild or unknown domestic animal) should seek immediate medical attention. People can, in rare instances, contract rabies if infectious material, such as saliva from a rabid animal, gets into their eyes, nose, mouth, or a wound.</p>\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Bat\'s Conservation Pakistan','','inherit','closed','closed','','104-revision-v1','','','2019-11-21 15:54:07','2019-11-21 15:54:07','',104,'https://depak.org/2019/11/21/104-revision-v1/',0,'revision','',0),(157,1,'2019-11-21 16:34:42','2019-11-21 16:34:42','[give_receipt]','Donation Confirmation','','publish','closed','closed','','donation-confirmation','','','2019-11-21 16:34:42','2019-11-21 16:34:42','',0,'https://depak.org/donation-confirmation/',0,'page','',0),(158,1,'2019-11-21 16:34:43','2019-11-21 16:34:43','We're sorry, your donation failed to process. Please try again or contact site support.','Donation Failed','','publish','closed','closed','','donation-failed','','','2019-11-21 16:34:43','2019-11-21 16:34:43','',0,'https://depak.org/donation-failed/',0,'page','',0),(159,1,'2019-11-21 16:34:43','2019-11-21 16:34:43','[donation_history]','Donation History','','publish','closed','closed','','donation-history','','','2019-11-21 16:34:43','2019-11-21 16:34:43','',0,'https://depak.org/donation-history/',0,'page','',0),(160,1,'2019-11-21 16:35:05','2019-11-21 16:35:05','[give_receipt]','Donation Confirmation','','publish','closed','closed','','donation-confirmation-2','','','2019-11-21 16:35:05','2019-11-21 16:35:05','',0,'https://depak.org/donation-confirmation-2/',0,'page','',0),(161,1,'2019-11-21 16:35:05','2019-11-21 16:35:05','We're sorry, your donation failed to process. Please try again or contact site support.','Donation Failed','','publish','closed','closed','','donation-failed-2','','','2019-11-21 16:35:05','2019-11-21 16:35:05','',0,'https://depak.org/donation-failed-2/',0,'page','',0),(162,1,'2019-11-21 16:35:06','2019-11-21 16:35:06','[donation_history]','Donation History','','publish','closed','closed','','donation-history-2','','','2019-11-21 16:35:06','2019-11-21 16:35:06','',0,'https://depak.org/donation-history-2/',0,'page','',0),(163,1,'2019-11-21 16:41:24','2019-11-21 16:41:24','','Donation Details','','publish','closed','closed','','donation-details','','','2019-11-21 16:45:23','2019-11-21 16:45:23','',0,'https://depak.org/?post_type=give_forms&p=163',0,'give_forms','',0),(165,1,'2019-11-21 16:38:21','2019-11-21 16:38:21','','Donation Details','','inherit','closed','closed','','163-revision-v1','','','2019-11-21 16:38:21','2019-11-21 16:38:21','',163,'https://depak.org/2019/11/21/163-revision-v1/',0,'revision','',0),(166,1,'2019-11-21 17:01:48','2019-11-21 17:01:48','[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>The Power of Earth</strong></h3>\r\n<h5 class=\"font_8\">All animals have important roles in the ecosystem. There seems to be an ecological balance between all animals in nature.All animals, insects, and even micro organisms play a role in the ecosystem. All animals and plants in the ecosystem co-exist and balance each other out, which Mother Nature has perfected over time and through trials and errors, and found a system that works flawlessly for her.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Young Explorers</span></strong></span></h3>\r\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></span></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\r\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-21 17:01:48','2019-11-21 17:01:48','',22,'https://depak.org/2019/11/21/22-revision-v1/',0,'revision','',0),(167,1,'2019-11-21 17:13:13','2019-11-21 17:13:13','','1-6','','inherit','open','closed','','1-6','','','2019-11-21 17:13:13','2019-11-21 17:13:13','',0,'https://depak.org/wp-content/uploads/2019/11/1-6.jpg',0,'attachment','image/jpeg',0),(169,1,'2019-11-21 17:21:33','2019-11-21 17:21:33','','1-6','','inherit','open','closed','','1-6-2','','','2019-11-21 17:21:33','2019-11-21 17:21:33','',0,'https://depak.org/wp-content/uploads/2019/11/1-6-1.jpg',0,'attachment','image/jpeg',0),(170,1,'2019-11-21 17:31:50','2019-11-21 17:31:50','<!-- wp:paragraph -->\n<p> [rev_slider alias=\"campaigns\"] </p>\n<!-- /wp:paragraph -->','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-11-21 17:31:50','2019-11-21 17:31:50','',101,'https://depak.org/2019/11/21/101-revision-v1/',0,'revision','',0),(171,1,'2019-11-22 10:34:39','2019-11-22 10:34:39','<!-- wp:paragraph -->\r\n<p>[rev_slider alias=\"campaigns\"]</p>\r\n<!-- /wp:paragraph -->','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-11-22 10:34:39','2019-11-22 10:34:39','',101,'https://depak.org/2019/11/22/101-revision-v1/',0,'revision','',0),(172,1,'2019-11-22 11:03:38','2019-11-22 11:03:38','','btm2-bg','','inherit','open','closed','','btm2-bg','','','2019-11-22 11:03:38','2019-11-22 11:03:38','',22,'https://depak.org/wp-content/uploads/2019/11/btm2-bg.jpg',0,'attachment','image/jpeg',0),(173,1,'2019-11-22 11:07:21','2019-11-22 11:07:21','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^172|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574420630191{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Young Explorers</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></span></h5>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-22 11:07:21','2019-11-22 11:07:21','',22,'https://depak.org/2019/11/22/22-revision-v1/',0,'revision','',0),(174,1,'2019-11-22 11:12:16','2019-11-22 11:12:16','','btm2-bg','','inherit','open','closed','','btm2-bg-2','','','2019-11-22 11:12:16','2019-11-22 11:12:16','',22,'https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg',0,'attachment','image/jpeg',0),(175,1,'2019-11-22 11:13:00','2019-11-22 11:13:00','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"51\" size=\"us_350_350_crop\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Young Explorers</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">We need an army of environmentalists and life scientists. <span class=\"color_11\">Our team will make young scientists as we call them young explorers better equipped and trained by providing them latest opportunities in their research fields.We can provide technical assistance for young scientists to develop their profile to compete at national and international level through training workshops and conferences on invitation of their institution.</span></span></h5>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-22 11:13:00','2019-11-22 11:13:00','',22,'https://depak.org/2019/11/22/22-revision-v1/',0,'revision','',0),(176,1,'2019-11-22 11:28:29','2019-11-22 11:28:29','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_overlay_color=\"#6b9726\" content_placement=\"middle\" css=\".vc_custom_1570809606198{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-22 11:28:29','2019-11-22 11:28:29','',22,'https://depak.org/2019/11/22/22-revision-v1/',0,'revision','',0),(177,1,'2019-11-22 11:35:52','2019-11-22 11:35:52','','btm2-bg-2','','inherit','open','closed','','btm2-bg-2-2','','','2019-11-22 11:35:52','2019-11-22 11:35:52','',22,'https://depak.org/wp-content/uploads/2019/11/btm2-bg-2.jpg',0,'attachment','image/jpeg',0),(178,1,'2019-11-22 11:43:00','2019-11-22 11:43:00','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=9isnjzzQCP8\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-22 11:43:00','2019-11-22 11:43:00','',22,'https://depak.org/2019/11/22/22-revision-v1/',0,'revision','',0),(179,1,'2019-11-22 11:49:38','0000-00-00 00:00:00','','Layout 1','','publish','closed','closed','','','','','2019-11-22 11:49:38','2019-11-22 11:49:38','',0,'https://depak.org/?post_type=us_grid_layout&p=179',0,'us_grid_layout','',0),(180,1,'2019-11-22 16:09:33','2019-11-22 16:09:33','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=9isnjzzQCP8\"][/vc_column][/vc_row][vc_row][vc_column][us_grid post_type=\"attachment\" images=\"137,136,135,134,133,132,138,139\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-22 16:09:33','2019-11-22 16:09:33','',22,'https://depak.org/2019/11/22/22-revision-v1/',0,'revision','',0),(181,1,'2019-11-22 16:13:10','2019-11-22 16:13:10','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1570809583749{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Wildlife Conservation and Zoonosis</strong></h3>\n<h5 class=\"font_8\">Infectious pathogens that originate in wild animals have become increasingly important throughout the world in recent decades, as they have had substantial impacts on human health, agricultural production, wildlife-based economies and wildlife conservation. Depak aims to address both challenges through effective engagement of Scientists and Public.</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"58\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=9isnjzzQCP8\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"137,136,135,134,133,132,138,139\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-22 16:13:10','2019-11-22 16:13:10','',22,'https://depak.org/2019/11/22/22-revision-v1/',0,'revision','',0),(182,1,'2019-11-22 16:22:28','2019-11-22 16:22:28','','bat_Transparent','','inherit','open','closed','','bat_transparent','','','2019-11-22 16:22:28','2019-11-22 16:22:28','',22,'https://depak.org/wp-content/uploads/2019/11/bat_Transparent.png',0,'attachment','image/png',0),(183,1,'2019-11-22 16:28:22','2019-11-22 16:28:22','','btm2-bg-3','','inherit','open','closed','','btm2-bg-3','','','2019-11-22 16:28:22','2019-11-22 16:28:22','',22,'https://depak.org/wp-content/uploads/2019/11/btm2-bg-3.jpg',0,'attachment','image/jpeg',0),(184,1,'2019-11-22 16:31:35','2019-11-22 16:31:35','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"182\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat\'s Conversation In Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=9isnjzzQCP8\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"137,136,135,134,133,132,138,139\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-22 16:31:35','2019-11-22 16:31:35','',22,'https://depak.org/2019/11/22/22-revision-v1/',0,'revision','',0),(186,1,'2019-11-23 15:43:07','2019-11-23 15:43:07','','animals_Transparent','','inherit','open','closed','','animals_transparent','','','2019-11-23 15:43:07','2019-11-23 15:43:07','',22,'https://depak.org/wp-content/uploads/2019/11/animals_Transparent.png',0,'attachment','image/png',0),(187,1,'2019-11-23 15:48:53','2019-11-23 15:48:53','','btm2-bg-4','','inherit','open','closed','','btm2-bg-4','','','2019-11-23 15:48:53','2019-11-23 15:48:53','',22,'https://depak.org/wp-content/uploads/2019/11/btm2-bg-4.jpg',0,'attachment','image/jpeg',0),(188,1,'2019-11-23 15:49:53','2019-11-23 15:49:53','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"182\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat\'s Conversation In Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=9isnjzzQCP8\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"137,136,135,134,133,132,138,139\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"186\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-23 15:49:53','2019-11-23 15:49:53','',22,'https://depak.org/2019/11/23/22-revision-v1/',0,'revision','',0),(189,1,'2019-11-23 15:53:50','2019-11-23 15:53:50','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"182\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat\'s Conversation In Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=9isnjzzQCP8\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"137,136,135,134,133,132,138,139\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"186\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-23 15:53:50','2019-11-23 15:53:50','',22,'https://depak.org/2019/11/23/22-revision-v1/',0,'revision','',0),(190,1,'2019-11-26 17:41:28','2019-11-26 17:41:28','','Bat Conversation Pakistan_Trasnparent Logo','','inherit','open','closed','','bat-conversation-pakistan_trasnparent-logo','','','2019-11-26 17:41:28','2019-11-26 17:41:28','',22,'https://depak.org/wp-content/uploads/2019/11/Bat-Conversation-Pakistan_Trasnparent-Logo.png',0,'attachment','image/png',0),(191,1,'2019-11-26 17:43:54','2019-11-26 17:43:54','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat\'s Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"134,133,138\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"186\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-26 17:43:54','2019-11-26 17:43:54','',22,'https://depak.org/2019/11/26/22-revision-v1/',0,'revision','',0),(192,1,'2019-11-26 17:53:59','2019-11-26 17:53:59','','Chigara','','inherit','open','closed','','chigara','','','2019-11-26 17:53:59','2019-11-26 17:53:59','',22,'https://depak.org/wp-content/uploads/2019/11/Chigara.jpg',0,'attachment','image/jpeg',0),(193,1,'2019-11-26 17:54:17','2019-11-26 17:54:17','','Childhood 2','','inherit','open','closed','','childhood-2','','','2019-11-26 17:54:17','2019-11-26 17:54:17','',22,'https://depak.org/wp-content/uploads/2019/11/Childhood-2.jpg',0,'attachment','image/jpeg',0),(194,1,'2019-11-26 17:54:45','2019-11-26 17:54:45','','Childhood','','inherit','open','closed','','childhood','','','2019-11-26 17:54:45','2019-11-26 17:54:45','',22,'https://depak.org/wp-content/uploads/2019/11/Childhood.jpg',0,'attachment','image/jpeg',0),(195,1,'2019-11-26 17:54:59','2019-11-26 17:54:59','','Lizzard','','inherit','open','closed','','lizzard','','','2019-11-26 17:54:59','2019-11-26 17:54:59','',22,'https://depak.org/wp-content/uploads/2019/11/Lizzard.jpg',0,'attachment','image/jpeg',0),(196,1,'2019-11-26 17:55:15','2019-11-26 17:55:15','','Man','','inherit','open','closed','','man','','','2019-11-26 17:55:15','2019-11-26 17:55:15','',22,'https://depak.org/wp-content/uploads/2019/11/Man.jpg',0,'attachment','image/jpeg',0),(197,1,'2019-11-26 17:55:30','2019-11-26 17:55:30','','Patridge','','inherit','open','closed','','patridge','','','2019-11-26 17:55:30','2019-11-26 17:55:30','',22,'https://depak.org/wp-content/uploads/2019/11/Patridge.jpg',0,'attachment','image/jpeg',0),(198,1,'2019-11-26 17:55:45','2019-11-26 17:55:45','','Urial','','inherit','open','closed','','urial','','','2019-11-26 17:55:45','2019-11-26 17:55:45','',22,'https://depak.org/wp-content/uploads/2019/11/Urial.jpg',0,'attachment','image/jpeg',0),(199,1,'2019-11-26 18:02:22','2019-11-26 18:02:22','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"134,133,138\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"186\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-26 18:02:22','2019-11-26 18:02:22','',22,'https://depak.org/2019/11/26/22-revision-v1/',0,'revision','',0),(200,1,'2019-11-26 20:02:03','2019-11-26 20:02:03','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"198,197,196,195,194,192,193\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"186\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-26 20:02:03','2019-11-26 20:02:03','',22,'https://depak.org/2019/11/26/22-revision-v1/',0,'revision','',0),(201,1,'2019-11-26 20:09:44','2019-11-26 20:09:44','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"198,197,196,195,194,192,193\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"8\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"186\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-26 20:09:44','2019-11-26 20:09:44','',22,'https://depak.org/2019/11/26/22-revision-v1/',0,'revision','',0),(202,1,'2019-11-26 20:19:31','2019-11-26 20:19:31','','bats','','inherit','open','closed','','bats','','','2019-11-26 20:19:31','2019-11-26 20:19:31','',22,'https://depak.org/wp-content/uploads/2019/11/bats.png',0,'attachment','image/png',0),(203,1,'2019-11-26 20:22:59','2019-11-26 20:22:59','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"us_600_600_crop\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"198,197,196,195,194,192,193\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"202\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-26 20:22:59','2019-11-26 20:22:59','',22,'https://depak.org/2019/11/26/22-revision-v1/',0,'revision','',0),(204,1,'2019-11-26 20:28:01','2019-11-26 20:28:01','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"48\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"198,197,196,195,194,192,193\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"202\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-26 20:28:01','2019-11-26 20:28:01','',22,'https://depak.org/2019/11/26/22-revision-v1/',0,'revision','',0),(205,1,'2019-11-26 20:31:45','2019-11-26 20:31:45','','Environment-Free-Download-PNG','','inherit','open','closed','','environment-free-download-png','','','2019-11-26 20:31:45','2019-11-26 20:31:45','',22,'https://depak.org/wp-content/uploads/2019/11/Environment-Free-Download-PNG.png',0,'attachment','image/png',0),(206,1,'2019-11-26 20:33:28','2019-11-26 20:33:28','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"198,197,196,195,194,192,193\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"202\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-26 20:33:28','2019-11-26 20:33:28','',22,'https://depak.org/2019/11/26/22-revision-v1/',0,'revision','',0),(207,1,'2019-11-28 16:12:27','2019-11-28 16:12:27','','1-21','','inherit','open','closed','','1-21','','','2019-11-28 16:12:27','2019-11-28 16:12:27','',0,'https://depak.org/wp-content/uploads/2019/11/1-21.jpg',0,'attachment','image/jpeg',0),(208,1,'2019-11-28 16:31:07','2019-11-28 16:31:07','','74045-vector-book-ecology-natural-on-environment-environmental','','inherit','open','closed','','74045-vector-book-ecology-natural-on-environment-environmental','','','2019-11-28 16:31:07','2019-11-28 16:31:07','',22,'https://depak.org/wp-content/uploads/2019/11/74045-vector-book-ecology-natural-on-environment-environmental.png',0,'attachment','image/png',0),(209,1,'2019-11-28 16:32:54','2019-11-28 16:32:54','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"198,197,196,195,194,192,193\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,300+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-28 16:32:54','2019-11-28 16:32:54','',22,'https://depak.org/2019/11/28/22-revision-v1/',0,'revision','',0),(210,1,'2019-11-28 16:44:27','2019-11-28 16:44:27','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"197,196,194,192,193\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-28 16:44:27','2019-11-28 16:44:27','',22,'https://depak.org/2019/11/28/22-revision-v1/',0,'revision','',0),(211,1,'2019-11-28 17:02:02','2019-11-28 17:02:02','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Soon Valley</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"129\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-28 17:02:02','2019-11-28 17:02:02','',22,'https://depak.org/2019/11/28/22-revision-v1/',0,'revision','',0),(212,1,'2019-11-28 17:06:02','2019-11-28 17:06:02','','Map','','inherit','open','closed','','map','','','2019-11-28 17:06:02','2019-11-28 17:06:02','',22,'https://depak.org/wp-content/uploads/2019/11/Map.png',0,'attachment','image/png',0),(213,1,'2019-11-28 17:16:34','2019-11-28 17:16:34','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong><span class=\"color_11\">Salt Range</span></strong></h3>\n<h5 class=\"font_5\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"212\" size=\"us_600_600\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-28 17:16:34','2019-11-28 17:16:34','',22,'https://depak.org/2019/11/28/22-revision-v1/',0,'revision','',0),(214,1,'2019-11-28 17:19:15','2019-11-28 17:19:15','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Salt Range</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"212\" size=\"us_600_400\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-28 17:19:15','2019-11-28 17:19:15','',22,'https://depak.org/2019/11/28/22-revision-v1/',0,'revision','',0),(215,1,'2019-11-28 17:28:01','2019-11-28 17:28:01','','ALS Logo','','inherit','open','closed','','als-logo','','','2019-11-28 17:28:01','2019-11-28 17:28:01','',22,'https://depak.org/wp-content/uploads/2019/11/ALS-Logo.png',0,'attachment','image/png',0),(216,1,'2019-11-28 17:35:05','2019-11-28 17:35:05','','btm2-bg-5','','inherit','open','closed','','btm2-bg-5','','','2019-11-28 17:35:05','2019-11-28 17:35:05','',22,'https://depak.org/wp-content/uploads/2019/11/btm2-bg-5.jpg',0,'attachment','image/jpeg',0),(217,1,'2019-11-28 17:38:41','2019-11-28 17:38:41','<p>[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\n<p>[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\n<p>[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Salt Range</span></strong></span></h3>\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"212\" size=\"us_600_400\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"8\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"7\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"216\" content_placement=\"middle\" css=\".vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong>Publish With Us!</strong></span></h3>\n<h5 class=\"font_8\"><span style=\"color: #ffffff;\">Advancement in life sciences is international quarterly journal of life sciences is now allowing researchers to submit their manuscript today for a faster peer reviewed publications.</span></h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:http%3A%2F%2Fwww.als-journal.com||target:%20_blank|\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"215\" size=\"medium\" align=\"center\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','22-revision-v1','','','2019-11-28 17:38:41','2019-11-28 17:38:41','',22,'https://depak.org/2019/11/28/22-revision-v1/',0,'revision','',0),(218,1,'2019-11-28 18:16:40','2019-11-28 18:16:40','','Tegga Kingstom','','inherit','open','closed','','tegga-kingstom','','','2019-11-28 18:16:40','2019-11-28 18:16:40','',28,'https://depak.org/wp-content/uploads/2019/11/Tegga-Kingstom.jpg',0,'attachment','image/jpeg',0),(219,1,'2019-11-28 18:22:04','2019-11-28 18:22:04','','Tigga','','inherit','open','closed','','tigga','','','2019-11-28 18:22:04','2019-11-28 18:22:04','',28,'https://depak.org/wp-content/uploads/2019/11/Tigga.png',0,'attachment','image/png',0),(220,1,'2019-11-28 18:34:09','2019-11-28 18:34:09','<p>[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Our Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.<br />\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1570986827114{padding-top: 70px !important;padding-bottom: 60px !important;}\"][vc_column width=\"1/3\"][us_image image=\"82\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570987194348{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Master Scholar</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Veterinary Epidemiologist working on infectious diseases and Antimicrobial Resistance(AMR). I am working to find innovative ways to limit AMR problem from environemt and animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.<br />\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 18:34:09','2019-11-28 18:34:09','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(221,1,'2019-11-28 18:53:35','2019-11-28 18:53:35','','Christina','','inherit','open','closed','','christina','','','2019-11-28 18:53:35','2019-11-28 18:53:35','',28,'https://depak.org/wp-content/uploads/2019/11/Christina.jpg',0,'attachment','image/jpeg',0),(222,1,'2019-11-28 19:04:05','2019-11-28 19:04:05','','Ali','','inherit','open','closed','','ali','','','2019-11-28 19:04:05','2019-11-28 19:04:05','',28,'https://depak.org/wp-content/uploads/2019/11/Ali.png',0,'attachment','image/png',0),(223,1,'2019-11-28 19:20:10','2019-11-28 19:20:10','<p>[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]</p>\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574966785992{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Veterinarian, Lecturer, Co-Director</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968259415{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor</i></b></span></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.<br />\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\n<p>[/vc_column_text][vc_column_text]</p>\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 19:20:10','2019-11-28 19:20:10','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(224,1,'2019-11-28 19:25:09','2019-11-28 19:25:09','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570972459542{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Coordinator</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Disease Ecologist and Epidemiologist working on zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 19:25:09','2019-11-28 19:25:09','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(225,1,'2019-11-28 19:32:11','2019-11-28 19:32:11','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 19:32:11','2019-11-28 19:32:11','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(226,1,'2019-11-28 19:36:53','2019-11-28 19:36:53','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570974821653{padding-top: 25px !important;padding-bottom: 35px !important;}\"][vc_column css=\".vc_custom_1570971015167{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column_text]\r\n<h4 class=\"font_8\" style=\"text-align: center;\"><strong>De<span class=\"color_19\">pak</span> is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][vc_column][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 19:36:53','2019-11-28 19:36:53','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(227,1,'2019-11-28 19:41:19','2019-11-28 19:41:19','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 19:41:19','2019-11-28 19:41:19','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(228,1,'2019-11-28 19:49:16','2019-11-28 19:49:16','','Dr.Bilal','','inherit','open','closed','','dr-bilal','','','2019-11-28 19:49:16','2019-11-28 19:49:16','',28,'https://depak.org/wp-content/uploads/2019/11/Dr.Bilal_.png',0,'attachment','image/png',0),(229,1,'2019-11-28 19:59:27','2019-11-28 19:59:27','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]</p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 19:59:27','2019-11-28 19:59:27','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(230,1,'2019-11-28 20:10:53','2019-11-28 20:10:53','','Lizzie','','inherit','open','closed','','tigga-2','','','2019-11-28 20:11:38','2019-11-28 20:11:38','',28,'https://depak.org/wp-content/uploads/2019/11/Tigga-1.png',0,'attachment','image/png',0),(231,1,'2019-11-28 20:35:15','2019-11-28 20:35:15','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 20:35:15','2019-11-28 20:35:15','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(232,1,'2019-11-28 21:44:53','2019-11-28 21:44:53','','Ubaid_','','inherit','open','closed','','ubaid_','','','2019-11-28 21:44:53','2019-11-28 21:44:53','',28,'https://depak.org/wp-content/uploads/2019/11/Ubaid_.png',0,'attachment','image/png',0),(233,1,'2019-11-28 21:46:55','2019-11-28 21:46:55','','Yasir','','inherit','open','closed','','yasir','','','2019-11-28 21:46:55','2019-11-28 21:46:55','',28,'https://depak.org/wp-content/uploads/2019/11/Yasir.png',0,'attachment','image/png',0),(234,1,'2019-11-28 21:49:47','2019-11-28 21:49:47','','Shafique','','inherit','open','closed','','shafique','','','2019-11-28 21:49:47','2019-11-28 21:49:47','',28,'https://depak.org/wp-content/uploads/2019/11/Shafique.png',0,'attachment','image/png',0),(235,1,'2019-11-28 21:54:08','2019-11-28 21:54:08','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"74\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574978027244{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574977984130{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 21:54:08','2019-11-28 21:54:08','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(236,1,'2019-11-28 22:01:30','2019-11-28 22:01:30','','Touseef','','inherit','open','closed','','touseef-2','','','2019-11-28 22:01:30','2019-11-28 22:01:30','',28,'https://depak.org/wp-content/uploads/2019/11/Touseef.png',0,'attachment','image/png',0),(237,1,'2019-11-28 22:03:10','2019-11-28 22:03:10','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"236\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574978027244{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574977984130{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-28 22:03:10','2019-11-28 22:03:10','',28,'https://depak.org/2019/11/28/28-revision-v1/',0,'revision','',0),(238,1,'2019-11-29 18:16:32','2019-11-29 18:16:32','','Touseef','','inherit','open','closed','','touseef-3','','','2019-11-29 18:16:32','2019-11-29 18:16:32','',28,'https://depak.org/wp-content/uploads/2019/11/Touseef-1.png',0,'attachment','image/png',0),(239,1,'2019-11-29 18:24:52','2019-11-29 18:24:52','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574978027244{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574977984130{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-11-29 18:24:52','2019-11-29 18:24:52','',28,'https://depak.org/2019/11/29/28-revision-v1/',0,'revision','',0),(244,1,'2019-12-10 06:51:56','2019-12-10 06:51:56','[vc_row css=\".vc_custom_1575987701415{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"career-oppor\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1575987946140{padding-bottom: 40px !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Coming Soon!</strong></h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Career Opportunities','','publish','closed','closed','','career-opportunities','','','2019-12-10 14:31:56','2019-12-10 14:31:56','',0,'https://depak.org/?page_id=244',0,'page','',0),(245,1,'2019-12-10 06:51:56','2019-12-10 06:51:56','','Career Opportunities','','inherit','closed','closed','','244-revision-v1','','','2019-12-10 06:51:56','2019-12-10 06:51:56','',244,'https://depak.org/2019/12/10/244-revision-v1/',0,'revision','',0),(246,1,'2019-12-10 06:54:41','2019-12-10 06:54:41','[vc_row css=\".vc_custom_1575991565708{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"our-activities\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1576323100272{padding-top: 40px !important;padding-bottom: 40px !important;}\"]\r\n<h1 style=\"text-align: center;\"><strong>Coming Soon</strong></h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Activities','','publish','closed','closed','','our-activities','','','2019-12-14 11:31:57','2019-12-14 11:31:57','',0,'https://depak.org/?page_id=246',0,'page','',0),(247,1,'2019-12-10 06:54:41','2019-12-10 06:54:41','','Our Activities','','inherit','closed','closed','','246-revision-v1','','','2019-12-10 06:54:41','2019-12-10 06:54:41','',246,'https://depak.org/2019/12/10/246-revision-v1/',0,'revision','',0),(248,1,'2019-12-10 13:07:31','2019-12-10 13:07:31',' ','','','publish','closed','closed','','248','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=248',9,'nav_menu_item','',0),(249,1,'2019-12-10 13:07:31','2019-12-10 13:07:31',' ','','','publish','closed','closed','','249','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=249',11,'nav_menu_item','',0),(250,1,'2019-12-10 13:14:03','2019-12-10 13:14:03','','Publish with Us','','publish','closed','closed','','publish-with-us','','','2019-12-10 13:14:30','2019-12-10 13:14:30','',0,'https://depak.org/?page_id=250',0,'page','',0),(251,1,'2019-12-10 13:14:03','2019-12-10 13:14:03','','Publish with Us','','inherit','closed','closed','','250-revision-v1','','','2019-12-10 13:14:03','2019-12-10 13:14:03','',250,'https://depak.org/2019/12/10/250-revision-v1/',0,'revision','',0),(253,1,'2019-12-10 13:25:58','2019-12-10 13:25:58','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\n<p><!-- /wp:paragraph --> </p>\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"139,138,137,136,135,134,133,132\" items_layout=\"gallery_default\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321580879{padding-bottom: 40px !important;}\"]</p>\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Salt Range','','inherit','closed','closed','','126-revision-v1','','','2019-12-10 13:25:58','2019-12-10 13:25:58','',126,'https://depak.org/2019/12/10/126-revision-v1/',0,'revision','',0),(254,1,'2019-12-10 13:29:26','2019-12-10 13:29:26','','Publish','','publish','closed','closed','','publish','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=254',4,'nav_menu_item','',0),(255,1,'2019-12-10 13:32:56','2019-12-10 13:32:56','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyb3VyLWFwcHJvYWNoJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1575984743239{padding-top: 40px !important;}\"]<!-- /wp:html --></p>\r\n<p><!-- wp:paragraph -->Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges. Our approach is multi-dimensional, utilizing science to drive conservation action, focusing on local capacity building and education to ensure the sustainability of our work around the globe, investing in policy and legislative frameworks to institutionalize bat conservation practices and awareness, and developing effective marketing campaigns to expand our membership and support base. Simultaneously, Depak will continue to invest in its own organizational framework and capacity so that its employees, volunteers, and partners are well equipped to take the proactive steps necessary to achieve our mission.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->To maximize its conservation impact, Depak is focused on <strong>ten critical conservation strategies</strong>:</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>1. Accelerate Scientific Research</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Large gaps in our knowledge of the location and range, population, habitat requirements, ecology and threats for each species of bat persist, with 30 percent of all bat species considered especially “data deficient” by scientists. BCI will partner with Washington DC-based NatureServe and many others to create a global inventory of the location, population size and stability of bat species that allows Depak and others to set increasingly objective priorities for protecting bat species. Depak and its partners will also help populate the growing DNA and acoustic databases for bats and expand its Global Grassroots Grants program and other efforts to answer questions essential to bats’ lasting conservation.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>2. Prevent Extinctions</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will work with multiple partners at all levels of society to identify threatened and range-restricted species of bats, especially those listed as Endangered or Critically Endangered by The International Union for the Conservation of Nature (IUCN) and move quickly to halt their decline.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>3. Protect Intact Areas with Highly Diverse Bat Communities</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will seek out opportunities to leverage its conservation impact by identifying and protecting landscapes of high ecological integrity with high bat species diversity.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>4. Preserve Mega-Populations of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Bats’ importance to their ecosystems is difficult to overstate. This is particularly true where bat populations number in the many millions, as with Mexican free-tailed bats in the Texas Hill Country and straw-colored fruit bat colonies in Africa. The ecosystem services provided by these mega-populations are profound and if lost, would have serious consequences for agriculture, forestry and ecosystem health. Such populations also hold significant potential for educating the public. Depak will identify and protect mega-populations of bats wherever they are found, including areas containing a high percentage of the total population of individual bat species (major hibernacula, roosting colonies, migratory concentrations, etc.).</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>5. Forge Global and Regional Strategies and Partnerships</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Arresting and reversing the decline of bats requires an integrated global effort. Depak will forge partnerships with myriad organizations at the local, country, regional and global level, including organizations like the World Bank and other international development agencies and with the resource-extraction and energy industries to prevent the loss of habitat for priority species. Depak will also engage and work to strengthen the regional bat scientific and conservation networks with the long-term goal of building a unified global bat federation.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>6. Address Threats Impacting Multiple Species at Multiple Sites</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->White-Nose Syndrome and wind energy facilities are two of several serious threats affecting multiple species of bats across large portions of the world. Depak will work at scale to proactively develop strategies for minimizing such threats.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>7. Promote Community-Based Conservation of Bats</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Conservation is ultimately local. Depak will partner with and help strengthen the ability of local organizations and communities to protect globally threatened bat species and Significant Bat Areas. Much of Depak\'s education and marketing will take place at the community level.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>8. Create and Help Enforce Legal and Policy Frameworks</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Outside of Western Europe, bats have few legal protections and are classified as vermin in some countries. Depak will build public understanding and support for bats and work to create greater regulatory and legal safeguards in the places we work, with the long-term goal of creating an international bat conservation treaty.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>9. Help Develop and Perfect Important Technologies</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->Depak will help identify needed technologies and work with the scientific community and the nonprofit and for-profit sectors to develop and perfect them. These would include GPS transmitters to track small insectivorous bats across large landscapes or in migration; perfection of acoustic bat deterrents for wind turbines; and consumer-friendly bat detection and identification devices.</p>\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4>10. Invest in Tomorrow’s Conservation Leadership</h4>\r\n<!-- /wp:heading -->\r\n<p><!-- wp:paragraph -->One of Depak\'s greatest impacts has been its support of promising students and young scientists who have since emerged as leaders in the study and conservation of bats. Depak will expand its scholarship program and launch new initiatives to create and support a new generation of talented young researchers and conservationists dedicated to the lasting survival of the world’s 1400+ species of bats.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Our Approach','','inherit','closed','closed','','117-revision-v1','','','2019-12-10 13:32:56','2019-12-10 13:32:56','',117,'https://depak.org/2019/12/10/117-revision-v1/',0,'revision','',0),(256,1,'2019-12-10 13:38:14','2019-12-10 13:38:14','<p>[vc_row css=\".vc_custom_1575986089644{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"vision-mission\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p><!-- wp:paragraph --><strong><em>The mission of Depak.Org is to conserve wildlife and their ecosystems through research and community engagement </em></strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of wildlife and their habitats and creating a world in which wildlife and humans successfully coexist through effective engagement. Bat Conservation Pakistan (BCP), which is major working body of this platform is develop in pursuit of this vision, during the next five years BCP will work in Pakistan at scale with local, regional, national and multinational public and private partners to respond rapidly and effectively to bat conservation crises, preventing the extinction and extirpation of threatened bats as well as adopt proactive approach for curbing bat’s born zoonotic disease spillover event through effective engagement at each level.</p>\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Educate key communities and the public at large on the importance of wildlife especially bats.</li>\r\n<li>Identify, prioritize and begin conserving the Pakistan most “Significant Wildlife Areas.\"</li>\r\n<li>Developing Pakistan First “Bat’s Conservation Center” in Salt Range of Pakistan.</li>\r\n<li>Respond strategically to broad, irreversible threats that impact wildlife especially bats at multiple locations in Pakistan.</li>\r\n<li>Build a global network of conservation biologists, NGOs, corporations, public agencies, local communities and regional bat scientific networks to address global issues impacting bat species.</li>\r\n<li>Create the first actionable Pakistan bat inventory and conservation database.</li>\r\n<li>Empower the next generation of wildlife, bat conservationists and scientists and Stimulate research on the most pressing scientific questions relating to the lasting protection and value of all wildlife especially bats.</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n<p><!-- wp:paragraph -->Work to develop the educational and public policy frameworks needed to safeguard bats as well as humans through bat’s borne zoonotic diseases.</p>\r\n<p><!-- /wp:paragraph --> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Vision & Mission','','publish','closed','closed','','vision-mission','','','2019-12-10 13:58:02','2019-12-10 13:58:02','',0,'https://depak.org/?page_id=256',0,'page','',0),(257,1,'2019-12-10 13:38:14','2019-12-10 13:38:14','<!-- wp:paragraph -->\n<p><strong><em>The mission of Depak.Org is to conserve wildlife and their\necosystems through research and community engagement </em></strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK is dedicated to the enduring protection\nof wildlife and their habitats and creating a world in which wildlife and\nhumans successfully coexist through effective engagement. Bat Conservation\nPakistan (BCP), which is major working body of this platform is develop in\npursuit of this vision, during the next five years BCP will work in Pakistan at\nscale with local, regional, national and multinational public and private\npartners to respond rapidly and effectively to bat conservation crises,\npreventing the extinction and extirpation of threatened bats as well as adopt\nproactive approach for curbing bat’s born zoonotic disease spillover event through\neffective engagement at each level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Educate key communities and the public at large on the\n importance of wildlife especially bats.</li><li>Identify, prioritize and begin conserving the Pakistan\n most “Significant Wildlife Areas.\"</li><li>Developing Pakistan First “Bat’s Conservation Center”\n in Salt Range of Pakistan.</li><li>Respond strategically to broad, irreversible threats\n that impact wildlife especially bats at multiple locations in Pakistan.</li><li>Build a global network of conservation biologists,\n NGOs, corporations, public agencies, local communities and regional bat\n scientific networks to address global issues impacting bat species. </li><li>Create the first actionable Pakistan bat inventory and\n conservation database.</li><li>Empower the next generation of wildlife, bat\n conservationists and scientists and Stimulate research on the most\n pressing scientific questions relating to the lasting protection and value\n of all wildlife especially bats. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>\n\nWork to develop the educational and public\npolicy frameworks needed to safeguard bats as well as humans through bat’s\nborne zoonotic diseases. \n\n\n\n</p>\n<!-- /wp:paragraph -->','Vision & Mission','','inherit','closed','closed','','256-revision-v1','','','2019-12-10 13:38:14','2019-12-10 13:38:14','',256,'https://depak.org/2019/12/10/256-revision-v1/',0,'revision','',0),(258,1,'2019-12-10 13:40:30','2019-12-10 13:40:30','<!-- wp:paragraph -->\n<p><strong><em>The mission of Depak.Org is to conserve wildlife and their\necosystems through research and community engagement </em></strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DEPAK is dedicated to the enduring protection\nof wildlife and their habitats and creating a world in which wildlife and\nhumans successfully coexist through effective engagement. Bat Conservation\nPakistan (BCP), which is major working body of this platform is develop in\npursuit of this vision, during the next five years BCP will work in Pakistan at\nscale with local, regional, national and multinational public and private\npartners to respond rapidly and effectively to bat conservation crises,\npreventing the extinction and extirpation of threatened bats as well as adopt\nproactive approach for curbing bat’s born zoonotic disease spillover event through\neffective engagement at each level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Educate key communities and the public at large on the importance of wildlife especially bats.</li><li>Identify, prioritize and begin conserving the Pakistan most “Significant Wildlife Areas.\"</li><li>Developing Pakistan First “Bat’s Conservation Center” in Salt Range of Pakistan.</li><li>Respond strategically to broad, irreversible threats that impact wildlife especially bats at multiple locations in Pakistan.</li><li>Build a global network of conservation biologists, NGOs, corporations, public agencies, local communities and regional bat scientific networks to address global issues impacting bat species. </li><li>Create the first actionable Pakistan bat inventory and conservation database.</li><li>Empower the next generation of wildlife, bat conservationists and scientists and Stimulate research on the most pressing scientific questions relating to the lasting protection and value of all wildlife especially bats. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p> Work to develop the educational and public policy frameworks needed to safeguard bats as well as humans through bat’s borne zoonotic diseases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Vision & Mission','','inherit','closed','closed','','256-revision-v1','','','2019-12-10 13:40:30','2019-12-10 13:40:30','',256,'https://depak.org/2019/12/10/256-revision-v1/',0,'revision','',0),(259,1,'2019-12-10 13:42:46','2019-12-10 13:42:46',' ','','','publish','closed','closed','','259','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=259',2,'nav_menu_item','',0),(260,1,'2019-12-10 13:54:30','2019-12-10 13:54:30','<p>[vc_row][vc_column][rev_slider_vc alias=\"vision-mission\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p><!-- wp:paragraph --><strong><em>The mission of Depak.Org is to conserve wildlife and their ecosystems through research and community engagement </em></strong></p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of wildlife and their habitats and creating a world in which wildlife and humans successfully coexist through effective engagement. Bat Conservation Pakistan (BCP), which is major working body of this platform is develop in pursuit of this vision, during the next five years BCP will work in Pakistan at scale with local, regional, national and multinational public and private partners to respond rapidly and effectively to bat conservation crises, preventing the extinction and extirpation of threatened bats as well as adopt proactive approach for curbing bat’s born zoonotic disease spillover event through effective engagement at each level.</p>\n<!-- wp:list -->\n<ul>\n<li>Educate key communities and the public at large on the importance of wildlife especially bats.</li>\n<li>Identify, prioritize and begin conserving the Pakistan most “Significant Wildlife Areas.\"</li>\n<li>Developing Pakistan First “Bat’s Conservation Center” in Salt Range of Pakistan.</li>\n<li>Respond strategically to broad, irreversible threats that impact wildlife especially bats at multiple locations in Pakistan.</li>\n<li>Build a global network of conservation biologists, NGOs, corporations, public agencies, local communities and regional bat scientific networks to address global issues impacting bat species.</li>\n<li>Create the first actionable Pakistan bat inventory and conservation database.</li>\n<li>Empower the next generation of wildlife, bat conservationists and scientists and Stimulate research on the most pressing scientific questions relating to the lasting protection and value of all wildlife especially bats.</li>\n</ul>\n<!-- /wp:list -->\n<p><!-- wp:paragraph -->Work to develop the educational and public policy frameworks needed to safeguard bats as well as humans through bat’s borne zoonotic diseases.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph --><!-- /wp:paragraph -->\n<p> </p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Vision & Mission','','inherit','closed','closed','','256-autosave-v1','','','2019-12-10 13:54:30','2019-12-10 13:54:30','',256,'https://depak.org/2019/12/10/256-autosave-v1/',0,'revision','',0),(261,1,'2019-12-10 13:50:44','2019-12-10 13:50:44','<p>[vc_row][vc_column][rev_slider_vc alias=\"vision-mission\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<!-- wp:paragraph --><strong><em>The mission of Depak.Org is to conserve wildlife and their ecosystems through research and community engagement </em></strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of wildlife and their habitats and creating a world in which wildlife and humans successfully coexist through effective engagement. Bat Conservation Pakistan (BCP), which is major working body of this platform is develop in pursuit of this vision, during the next five years BCP will work in Pakistan at scale with local, regional, national and multinational public and private partners to respond rapidly and effectively to bat conservation crises, preventing the extinction and extirpation of threatened bats as well as adopt proactive approach for curbing bat’s born zoonotic disease spillover event through effective engagement at each level.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Educate key communities and the public at large on the importance of wildlife especially bats.</li>\r\n<li>Identify, prioritize and begin conserving the Pakistan most “Significant Wildlife Areas.\"</li>\r\n<li>Developing Pakistan First “Bat’s Conservation Center” in Salt Range of Pakistan.</li>\r\n<li>Respond strategically to broad, irreversible threats that impact wildlife especially bats at multiple locations in Pakistan.</li>\r\n<li>Build a global network of conservation biologists, NGOs, corporations, public agencies, local communities and regional bat scientific networks to address global issues impacting bat species.</li>\r\n<li>Create the first actionable Pakistan bat inventory and conservation database.</li>\r\n<li>Empower the next generation of wildlife, bat conservationists and scientists and Stimulate research on the most pressing scientific questions relating to the lasting protection and value of all wildlife especially bats.</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n<p><!-- wp:paragraph -->Work to develop the educational and public policy frameworks needed to safeguard bats as well as humans through bat’s borne zoonotic diseases.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph --> </p>\r\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>','Vision & Mission','','inherit','closed','closed','','256-revision-v1','','','2019-12-10 13:50:44','2019-12-10 13:50:44','',256,'https://depak.org/2019/12/10/256-revision-v1/',0,'revision','',0),(262,1,'2019-12-10 13:55:26','2019-12-10 13:55:26','<p>[vc_row css=\".vc_custom_1575986089644{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"vision-mission\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p><!-- wp:paragraph --><strong><em>The mission of Depak.Org is to conserve wildlife and their ecosystems through research and community engagement </em></strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of wildlife and their habitats and creating a world in which wildlife and humans successfully coexist through effective engagement. Bat Conservation Pakistan (BCP), which is major working body of this platform is develop in pursuit of this vision, during the next five years BCP will work in Pakistan at scale with local, regional, national and multinational public and private partners to respond rapidly and effectively to bat conservation crises, preventing the extinction and extirpation of threatened bats as well as adopt proactive approach for curbing bat’s born zoonotic disease spillover event through effective engagement at each level.</p>\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Educate key communities and the public at large on the importance of wildlife especially bats.</li>\r\n<li>Identify, prioritize and begin conserving the Pakistan most “Significant Wildlife Areas.\"</li>\r\n<li>Developing Pakistan First “Bat’s Conservation Center” in Salt Range of Pakistan.</li>\r\n<li>Respond strategically to broad, irreversible threats that impact wildlife especially bats at multiple locations in Pakistan.</li>\r\n<li>Build a global network of conservation biologists, NGOs, corporations, public agencies, local communities and regional bat scientific networks to address global issues impacting bat species.</li>\r\n<li>Create the first actionable Pakistan bat inventory and conservation database.</li>\r\n<li>Empower the next generation of wildlife, bat conservationists and scientists and Stimulate research on the most pressing scientific questions relating to the lasting protection and value of all wildlife especially bats.</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n<p><!-- wp:paragraph -->Work to develop the educational and public policy frameworks needed to safeguard bats as well as humans through bat’s borne zoonotic diseases.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<!-- wp:paragraph --><!-- /wp:paragraph -->\r\n<p> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Vision & Mission','','inherit','closed','closed','','256-revision-v1','','','2019-12-10 13:55:26','2019-12-10 13:55:26','',256,'https://depak.org/2019/12/10/256-revision-v1/',0,'revision','',0),(263,1,'2019-12-10 13:58:02','2019-12-10 13:58:02','<p>[vc_row css=\".vc_custom_1575986089644{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"vision-mission\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p><!-- wp:paragraph --><strong><em>The mission of Depak.Org is to conserve wildlife and their ecosystems through research and community engagement </em></strong></p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->DEPAK is dedicated to the enduring protection of wildlife and their habitats and creating a world in which wildlife and humans successfully coexist through effective engagement. Bat Conservation Pakistan (BCP), which is major working body of this platform is develop in pursuit of this vision, during the next five years BCP will work in Pakistan at scale with local, regional, national and multinational public and private partners to respond rapidly and effectively to bat conservation crises, preventing the extinction and extirpation of threatened bats as well as adopt proactive approach for curbing bat’s born zoonotic disease spillover event through effective engagement at each level.</p>\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Educate key communities and the public at large on the importance of wildlife especially bats.</li>\r\n<li>Identify, prioritize and begin conserving the Pakistan most “Significant Wildlife Areas.\"</li>\r\n<li>Developing Pakistan First “Bat’s Conservation Center” in Salt Range of Pakistan.</li>\r\n<li>Respond strategically to broad, irreversible threats that impact wildlife especially bats at multiple locations in Pakistan.</li>\r\n<li>Build a global network of conservation biologists, NGOs, corporations, public agencies, local communities and regional bat scientific networks to address global issues impacting bat species.</li>\r\n<li>Create the first actionable Pakistan bat inventory and conservation database.</li>\r\n<li>Empower the next generation of wildlife, bat conservationists and scientists and Stimulate research on the most pressing scientific questions relating to the lasting protection and value of all wildlife especially bats.</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n<p><!-- wp:paragraph -->Work to develop the educational and public policy frameworks needed to safeguard bats as well as humans through bat’s borne zoonotic diseases.</p>\r\n<p><!-- /wp:paragraph --> </p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Vision & Mission','','inherit','closed','closed','','256-revision-v1','','','2019-12-10 13:58:02','2019-12-10 13:58:02','',256,'https://depak.org/2019/12/10/256-revision-v1/',0,'revision','',0),(264,1,'2019-12-10 14:26:28','2019-12-10 14:26:28','<p>[vc_row css=\".vc_custom_1575987701415{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"career-oppor\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1575987946140{padding-bottom: 40px !important;}\"][vc_column][vc_column_text]</p>\n<h1 style=\"text-align: center;\"><strong>Coming Soon!</strong></h1>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Career Opportunities','','inherit','closed','closed','','244-autosave-v1','','','2019-12-10 14:26:28','2019-12-10 14:26:28','',244,'https://depak.org/2019/12/10/244-autosave-v1/',0,'revision','',0),(265,1,'2019-12-10 14:13:17','2019-12-10 14:13:17','','1-7','','inherit','open','closed','','1-7','','','2019-12-10 14:13:17','2019-12-10 14:13:17','',0,'https://depak.org/wp-content/uploads/2019/12/1-7.jpg',0,'attachment','image/jpeg',0),(266,1,'2019-12-10 14:23:09','2019-12-10 14:23:09','[vc_row css=\".vc_custom_1575987701415{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"career-oppor\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Coming Soon!</strong></h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Career Opportunities','','inherit','closed','closed','','244-revision-v1','','','2019-12-10 14:23:09','2019-12-10 14:23:09','',244,'https://depak.org/2019/12/10/244-revision-v1/',0,'revision','',0),(267,1,'2019-12-10 14:30:08','2019-12-10 14:30:08','[vc_row css=\".vc_custom_1575987701415{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"career-oppor\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1575987946140{padding-bottom: 40px !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Coming Soon!</strong></h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Career Opportunities','','inherit','closed','closed','','244-revision-v1','','','2019-12-10 14:30:08','2019-12-10 14:30:08','',244,'https://depak.org/2019/12/10/244-revision-v1/',0,'revision','',0),(268,1,'2019-12-10 14:52:48','2019-12-10 14:52:48','','More','','publish','closed','closed','','more','','','2019-12-14 12:10:13','2019-12-14 12:10:13','',0,'https://depak.org/?p=268',5,'nav_menu_item','',0),(269,1,'2019-12-10 15:17:59','2019-12-10 15:17:59','','1-8','','inherit','open','closed','','1-8','','','2019-12-10 15:17:59','2019-12-10 15:17:59','',0,'https://depak.org/wp-content/uploads/2019/12/1-8.jpg',0,'attachment','image/jpeg',0),(270,1,'2019-12-14 11:31:29','2019-12-14 11:31:29','<p>[vc_row css=\".vc_custom_1575991565708{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"our-activities\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Our Activities','','inherit','closed','closed','','246-autosave-v1','','','2019-12-14 11:31:29','2019-12-14 11:31:29','',246,'https://depak.org/2019/12/10/246-autosave-v1/',0,'revision','',0),(271,1,'2019-12-10 15:26:46','2019-12-10 15:26:46','[vc_row css=\".vc_custom_1575991565708{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"our-activities\"][/vc_column][/vc_row]','Our Activities','','inherit','closed','closed','','246-revision-v1','','','2019-12-10 15:26:46','2019-12-10 15:26:46','',246,'https://depak.org/2019/12/10/246-revision-v1/',0,'revision','',0),(272,1,'2019-12-10 15:38:53','2019-12-10 15:38:53','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\r\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\r\n<!-- /wp:paragraph -->\r\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"138,136,135,134,133,132\" items_layout=\"gallery_default\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321580879{padding-bottom: 40px !important;}\"]</p>\r\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Salt Range','','inherit','closed','closed','','126-revision-v1','','','2019-12-10 15:38:53','2019-12-10 15:38:53','',126,'https://depak.org/2019/12/10/126-revision-v1/',0,'revision','',0),(273,1,'2019-12-10 15:46:53','2019-12-10 15:46:53','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1574319870121{padding-top: 40px !important;}\"]</p>\r\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\r\n<p><!-- /wp:paragraph -->[/vc_column_text][us_grid post_type=\"attachment\" images=\"138,136,134,132\" items_layout=\"gallery_default\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321580879{padding-bottom: 40px !important;}\"]</p>\r\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Salt Range','','inherit','closed','closed','','126-revision-v1','','','2019-12-10 15:46:53','2019-12-10 15:46:53','',126,'https://depak.org/2019/12/10/126-revision-v1/',0,'revision','',0),(274,1,'2019-12-10 15:51:33','2019-12-10 15:51:33','<p>[vc_row][vc_column][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc29vbi12YWxsZXktaGVhZGVyJTIyJTVE[/vc_raw_html][vc_column_text css=\".vc_custom_1575993065693{padding-top: 40px !important;}\"]</p>\r\n<p>The Salt Range is a hill system in the Punjab province of Pakistan, deriving its name from its extensive deposits of rock salt. The range extends along the south of the Pothohar Plateau and the North of the Jhelum River. The Salt Range contains the great mines of Khewra, Kalabagh and Warcha which yield vast supplies of salt. Coal of a medium quality is also found.</p>\r\n<p>Sakaser is the highest peak of Salt Range. Namal Lake, Khabikki Lake and Uchhali Lake are lakes in the Salt Range.</p>\r\n<p><!-- wp:paragraph -->The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The valley is 35 miles (56 km) long and has an average width of 9 miles (14 km). It covers a 300-square-mile (780 km2) area. Soon Valley has much scenic beauty, with lakes, waterfalls, jungle, natural pools and ponds. The valley has been settled since ancient times, including by the Awan tribe, whose descendants still live in the valley.</p>\r\n<!-- /wp:paragraph -->\r\n<p> </p>\r\n<p>[/vc_column_text][us_grid post_type=\"attachment\" images=\"138,136,134,132\" items_layout=\"gallery_default\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1574321580879{padding-bottom: 40px !important;}\"]</p>\r\n<p>The peak of Mount Sakesar is at 5,010 feet (1,530 m) above sea level. It was once the summer headquarters of the Deputy Commissioners of three districts - Campbelpur (now Attock), Mianwali and Shahpur (now Sargodha). It is the only mountain in this part of the Punjab which receives snowfall in winter. In the late 1950s the Pakistan Air Force placed a radar station on Sarkesar to monitor airspace over north-eastern Pakistan. Also on the mountain is a television transmission center with which the Pakistan Television Corporation relays its transmissions to the surrounding area.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>','Salt Range','','inherit','closed','closed','','126-revision-v1','','','2019-12-10 15:51:33','2019-12-10 15:51:33','',126,'https://depak.org/2019/12/10/126-revision-v1/',0,'revision','',0),(275,1,'2019-12-11 13:38:56','2019-12-11 13:38:56','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574968982316{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574978027244{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574977984130{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 13:38:56','2019-12-11 13:38:56','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(276,1,'2019-12-11 13:54:15','2019-12-11 13:54:15','','Hassan Mushtaq','','inherit','open','closed','','hassan-mushtaq','','','2019-12-11 13:54:15','2019-12-11 13:54:15','',28,'https://depak.org/wp-content/uploads/2019/12/Hassan-Mushtaq.jpg',0,'attachment','image/jpeg',0),(277,1,'2019-12-11 14:01:47','2019-12-11 14:01:47','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576072146340{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"276\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576072015286{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director, Associate Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574978027244{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574977984130{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 14:01:47','2019-12-11 14:01:47','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(278,1,'2019-12-11 14:20:49','2019-12-11 14:20:49','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576072146340{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"276\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576072015286{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director, Associate Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574977984130{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 14:20:49','2019-12-11 14:20:49','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(279,1,'2019-12-11 14:31:30','2019-12-11 14:31:30','','image (1)','','inherit','open','closed','','image-1','','','2019-12-11 14:31:30','2019-12-11 14:31:30','',246,'https://depak.org/wp-content/uploads/2019/12/image-1.jpeg',0,'attachment','image/jpeg',0),(280,1,'2019-12-11 14:32:06','2019-12-11 14:32:06','','image (2)','','inherit','open','closed','','image-2','','','2019-12-11 14:32:06','2019-12-11 14:32:06','',246,'https://depak.org/wp-content/uploads/2019/12/image-2.jpeg',0,'attachment','image/jpeg',0),(281,1,'2019-12-11 14:32:35','2019-12-11 14:32:35','','image (3)','','inherit','open','closed','','image-3','','','2019-12-11 14:32:35','2019-12-11 14:32:35','',246,'https://depak.org/wp-content/uploads/2019/12/image-3.jpeg',0,'attachment','image/jpeg',0),(282,1,'2019-12-11 14:33:00','2019-12-11 14:33:00','','image (4)','','inherit','open','closed','','image-4','','','2019-12-11 14:33:00','2019-12-11 14:33:00','',246,'https://depak.org/wp-content/uploads/2019/12/image-4.jpeg',0,'attachment','image/jpeg',0),(283,1,'2019-12-11 14:33:24','2019-12-11 14:33:24','','image','','inherit','open','closed','','image','','','2019-12-11 14:33:24','2019-12-11 14:33:24','',246,'https://depak.org/wp-content/uploads/2019/12/image.jpeg',0,'attachment','image/jpeg',0),(284,1,'2019-12-11 14:37:07','2019-12-11 14:37:07','<p>[vc_row css=\".vc_custom_1575991565708{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"our-activities\"][/vc_column][/vc_row][vc_row][vc_column][us_grid post_type=\"attachment\" images=\"279,280,281,282,283\"][/vc_column][/vc_row]</p>\n','Our Activities','','inherit','closed','closed','','246-revision-v1','','','2019-12-11 14:37:07','2019-12-11 14:37:07','',246,'https://depak.org/2019/12/11/246-revision-v1/',0,'revision','',0),(285,1,'2019-12-11 14:38:34','2019-12-11 14:38:34','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576072146340{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director, UW</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. I received the One Health Fulbright Scholar Award and I am the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"276\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576072015286{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director, Associate Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574977984130{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 14:38:34','2019-12-11 14:38:34','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(286,1,'2019-12-11 15:54:25','2019-12-11 15:54:25','','Arshad Javid','','inherit','open','closed','','arshad-javid','','','2019-12-11 15:54:25','2019-12-11 15:54:25','',28,'https://depak.org/wp-content/uploads/2019/12/Arshad-Javid.jpg',0,'attachment','image/jpeg',0),(287,1,'2019-12-11 15:57:13','2019-12-11 15:57:13','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576079069826{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. Her personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"276\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management. He has published more than 100 International and National Research Papers, more than 150 Abstracts and 3 books.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576078938400{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 15:57:13','2019-12-11 15:57:13','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(288,1,'2019-12-11 16:05:05','2019-12-11 16:05:05','','Dr Naeem Awan','','inherit','open','closed','','dr-naeem-awan','','','2019-12-11 16:05:05','2019-12-11 16:05:05','',28,'https://depak.org/wp-content/uploads/2019/12/Dr-Naeem-Awan.jpg',0,'attachment','image/jpeg',0),(289,1,'2019-12-11 16:16:05','2019-12-11 16:16:05','','Hassan Mushtaq','','inherit','open','closed','','hassan-mushtaq-2','','','2019-12-11 16:16:05','2019-12-11 16:16:05','',28,'https://depak.org/wp-content/uploads/2019/12/Hassan-Mushtaq-1.jpg',0,'attachment','image/jpeg',0),(290,1,'2019-12-11 16:17:30','2019-12-11 16:17:30','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576079069826{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. Her personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management. He has published more than 100 International and National Research Papers, more than 150 Abstracts and 3 books.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576080215556{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr, Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"276\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management. He has published more than 100 International and National Research Papers, more than 150 Abstracts and 3 books.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576078938400{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 16:17:30','2019-12-11 16:17:30','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(291,1,'2019-12-11 16:21:25','2019-12-11 16:21:25','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576079069826{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. Her personal interests and passion in research, zoological and wildlife medicine provide me with continuous inspiration and direction for the interface of human and animal medicine, and wildlife as reservoirs of neglected and emerging infectious diseases. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576080215556{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr, Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management. He has published more than 100 International and National Research Papers, more than 150 Abstracts and 3 books.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576078938400{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 16:21:25','2019-12-11 16:21:25','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(292,1,'2019-12-11 16:56:07','2019-12-11 16:56:07','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576079069826{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management. He has published more than 100 International and National Research Papers, more than 150 Abstracts and 3 books.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576080215556{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr, Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576078938400{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 16:56:07','2019-12-11 16:56:07','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(293,1,'2019-12-11 17:01:43','2019-12-11 17:01:43','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576079069826{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576080215556{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr, Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576078938400{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574972784628{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Ambassador, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"230\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1576083682749{padding-top: 20px !important;}\"][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 17:01:43','2019-12-11 17:01:43','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(294,1,'2019-12-11 17:06:12','2019-12-11 17:06:12','','Lizzie','','inherit','open','closed','','lizzie','','','2019-12-11 17:06:12','2019-12-11 17:06:12','',28,'https://depak.org/wp-content/uploads/2019/12/Lizzie.png',0,'attachment','image/png',0),(295,1,'2019-12-11 17:18:13','2019-12-11 17:18:13','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576079069826{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576080215556{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr, Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971103378{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer, UVAS</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576078938400{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">I have been actively involved in international lobbying and liason development and been awarded letter of appriciation from Web of Science and Clarivate Analyitics on successfull efforts for internationalization of Pakistani higher education and sector sectors.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Managing Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576084530712{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases. I am responsible for conducting field & events activities for this organization.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576084600336{padding-top: 30px !important;}\"][vc_column width=\"1/3\"][us_image image=\"294\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 17:18:13','2019-12-11 17:18:13','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(296,1,'2019-12-11 17:54:05','2019-12-11 17:54:05','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576079069826{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079522362{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576080215556{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr, Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576079132817{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969081021{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor, CVAS</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies. During my Ph.D. I have worked as animal disease expert and epidemiologist for the \"Mapping of Emerging Zoonotic Diseases\" from Pakistan and Kenya.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan.\r\nCurrently working as Technical Advisor on One Health for Pakistan with Health Security Partners, USA.[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086254977{padding-top: 25px !important;}\"]</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Zubair Shabbir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">He is Associate Professor and work at Quality Operations Laboratory, University of Veterinary and Animal Sciences. He is committed to further continue in area of expertise in surveillance and epidemiology of infectious disease, and molecular characterization of pathogens of veterinary and public health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086325692{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology in University of Veterinary and Animal Sciences, Pakistan. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086353574{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am working as lecturer in University of Central Punjab. I am also managing editor for ALS Journal. I have been actively involved in international lobbying and liason development for internationalization of Pakistani higher education.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Managing Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576084530712{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases. I am responsible for conducting field & events activities for this organization.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576084600336{padding-top: 30px !important;}\"][vc_column width=\"1/3\"][us_image image=\"294\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 17:54:05','2019-12-11 17:54:05','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(297,1,'2019-12-11 17:59:32','2019-12-11 17:59:32','','Zubair','','inherit','open','closed','','zubair','','','2019-12-11 17:59:32','2019-12-11 17:59:32','',28,'https://depak.org/wp-content/uploads/2019/12/Zubair.jpg',0,'attachment','image/jpeg',0),(298,1,'2019-12-11 18:27:36','2019-12-11 18:27:36','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088590824{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director & Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088649000{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088750839{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Regional Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088816586{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576087433552{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am working as Assistant Professor of Epidemiology and Public Health in College of Veterinary and Animal Sciences. My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am working as Technical Adviser OneHealth for Health Security Partners, Washington DC, USA. I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan. I am actively involve in giving my inputs for Public Health Policy in Pakistan.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"297\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086254977{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Zubair Shabbir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">He is Associate Professor and work at Quality Operations Laboratory, University of Veterinary and Animal Sciences. He is committed to further continue in area of expertise in surveillance and epidemiology of infectious disease, and molecular characterization of pathogens of veterinary and public health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086325692{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology and Public Health in University of Veterinary and Animal Sciences, Pakistan. I am working on infectious disease epidemiology. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086353574{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am working as lecturer in University of Central Punjab. I am also managing editor for ALS Journal. I have been actively involved in international lobbying and liason development for internationalization of Pakistani higher education.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Managing Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576084530712{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases. I am responsible for conducting field & events activities for this organization.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576084600336{padding-top: 30px !important;}\"][vc_column width=\"1/3\"][us_image image=\"294\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2019-12-11 18:27:36','2019-12-11 18:27:36','',28,'https://depak.org/2019/12/11/28-revision-v1/',0,'revision','',0),(299,1,'2019-12-14 13:37:04','2019-12-14 13:37:04','<p>[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"358\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fconservation%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]</p>\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fforestation%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"339\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\n<p>[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fzoonosis%2F|||\"][/vc_column][/vc_row]</p>\n','Campaigns','','inherit','closed','closed','','101-autosave-v1','','','2019-12-14 13:37:04','2019-12-14 13:37:04','',101,'https://depak.org/2019/12/11/101-autosave-v1/',0,'revision','',0),(300,1,'2019-12-11 20:23:37','2019-12-11 20:23:37','<p>[vc_row][vc_column][rev_slider_vc alias=\"campaigns\" title=\"Campaigns\"][/vc_column][/vc_row]</p>','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-11 20:23:37','2019-12-11 20:23:37','',101,'https://depak.org/2019/12/11/101-revision-v1/',0,'revision','',0),(301,1,'2019-12-11 20:27:49','2019-12-11 20:27:49','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-11 20:27:49','2019-12-11 20:27:49','',101,'https://depak.org/2019/12/11/101-revision-v1/',0,'revision','',0),(302,1,'2019-12-11 20:35:56','2019-12-11 20:35:56','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1576096495515{padding-top: 40px !important;padding-bottom: 40px !important;}\"]\r\n<h1 style=\"text-align: center;\"><strong>Zoonoses</strong></h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-11 20:35:56','2019-12-11 20:35:56','',101,'https://depak.org/2019/12/11/101-revision-v1/',0,'revision','',0),(303,1,'2019-12-11 20:51:07','2019-12-11 20:51:07','','f45274bd-fb9b-4039-962d-c6a5dbb7996a','','inherit','open','closed','','f45274bd-fb9b-4039-962d-c6a5dbb7996a','','','2019-12-11 20:51:07','2019-12-11 20:51:07','',101,'https://depak.org/wp-content/uploads/2019/12/f45274bd-fb9b-4039-962d-c6a5dbb7996a.jpg',0,'attachment','image/jpeg',0),(304,1,'2019-12-11 20:54:51','2019-12-11 20:54:51','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Zoonosis</strong></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-11 20:54:51','2019-12-11 20:54:51','',101,'https://depak.org/2019/12/11/101-revision-v1/',0,'revision','',0),(305,1,'2019-12-11 21:04:14','2019-12-11 21:04:14','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Zoonosis</strong></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"303\" align=\"center\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-11 21:04:14','2019-12-11 21:04:14','',101,'https://depak.org/2019/12/11/101-revision-v1/',0,'revision','',0),(306,1,'2019-12-11 21:13:15','2019-12-11 21:13:15','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Zoonosis</strong></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"303\" align=\"center\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-11 21:13:15','2019-12-11 21:13:15','',101,'https://depak.org/2019/12/11/101-revision-v1/',0,'revision','',0),(307,1,'2019-12-11 21:20:54','2019-12-11 21:20:54','','03657e73-e548-45df-acc0-512059bafd01','','inherit','open','closed','','03657e73-e548-45df-acc0-512059bafd01','','','2019-12-11 21:20:54','2019-12-11 21:20:54','',101,'https://depak.org/wp-content/uploads/2019/12/03657e73-e548-45df-acc0-512059bafd01.jpg',0,'attachment','image/jpeg',0),(308,1,'2019-12-11 21:23:22','2019-12-11 21:23:22','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Zoonosis</strong></h1>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"303\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"307\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1 style=\"text-align: center;\"><strong>Conservation</strong></h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-11 21:23:22','2019-12-11 21:23:22','',101,'https://depak.org/2019/12/11/101-revision-v1/',0,'revision','',0),(309,1,'2019-12-11 21:37:12','2019-12-11 21:37:12','[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\r\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\r\n[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\r\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\r\n[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Salt Range</span></strong></span></h3>\r\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\r\n[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"212\" size=\"us_600_400\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"5\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"4\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\r\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"216\" content_placement=\"middle\" css=\".vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong>Publish With Us!</strong></span></h3>\r\n<h5 class=\"font_8\"><span style=\"color: #ffffff;\">Advancement in life sciences is international quarterly journal of life sciences is now allowing researchers to submit their manuscript today for a faster peer reviewed publications.</span></h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:http%3A%2F%2Fwww.als-journal.com||target:%20_blank|\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"215\" size=\"medium\" align=\"center\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-12-11 21:37:12','2019-12-11 21:37:12','',22,'https://depak.org/2019/12/11/22-revision-v1/',0,'revision','',0),(310,1,'2019-12-11 21:41:34','2019-12-11 21:41:34','[vc_row][vc_column][vc_column_text][rev_slider alias=\"youtube-hero\"][/vc_column_text][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"183\" content_placement=\"middle\" css=\".vc_custom_1574440137823{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"190\" size=\"full\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Bat Conversation Pakistan</strong></h3>\r\n<h5 class=\"font_8\">DEPAK recognizes that human health, animal health, and ecosystem health are inextricably linked. Experts now estimate that 75% of all emerging human infectious diseases originate in animal populations, among them bats and other mammals.</h5>\r\n[/vc_column_text][us_btn label=\"Get More Details\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^174|url^https://depak.org/wp-content/uploads/2019/11/btm2-bg-1.jpg|caption^null|alt^null|title^btm2-bg|description^null\" bg_image_repeat=\"no-repeat\" css=\".vc_custom_1574421146219{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Learn About Us</strong></h3>\r\n<h5 class=\"font_8\">Depak is a online platform of life scientists and environmentalists aims to promote effective and collective efforts to protect Mother Nature amid of climate change through wild life conservation and awareness against zoonotic diseases. We are eager to see you in our team if your environmental or life scientist.</h5>\r\n[/vc_column_text][us_btn label=\"Find Out More\" link=\"url:https%3A%2F%2Fdepak.org%2Fabout-us%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"205\" size=\"full\" align=\"center\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"177\" content_placement=\"middle\" css=\".vc_custom_1574422599983{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong><span class=\"color_11\">Salt Range</span></strong></span></h3>\r\n<h5 class=\"font_5\"><span style=\"color: #ffffff;\">The Soon Valley is in the north west of Khushab District, Punjab, Pakistan. Its largest settlement is the town of Naushera. The valley extends from the village of Padhrar to Sakesar, the highest peak in the Salt Range.</span></h5>\r\n[/vc_column_text][us_btn label=\"Learn More\" link=\"url:https%3A%2F%2Fdepak.org%2Fsoon-valley%2F|||\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"212\" size=\"us_600_400\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][us_grid post_type=\"attachment\" images=\"196,194,193,197,192\" items_quantity=\"5\" items_layout=\"portfolio_compact\" type=\"masonry\" columns=\"5\" items_gap=\"0rem\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"187\" content_placement=\"middle\" css=\".vc_custom_1574524379802{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][us_image image=\"208\" size=\"us_350_350\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><strong>Our Approach</strong></h3>\r\n<h5 class=\"font_8\">Depak is dedicated to finding “win-win” solutions, benefiting bats and people, to secure the future of the world’s 1,400+ bat species in the midst of today’s unprecedented threats and challenges.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Four-approach%2F|||\"][/vc_column][/vc_row][vc_row us_bg_image_source=\"media\" us_bg_image=\"216\" content_placement=\"middle\" css=\".vc_custom_1574962559761{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"font_5\"><span style=\"color: #ffffff;\"><strong>Publish With Us!</strong></span></h3>\r\n<h5 class=\"font_8\"><span style=\"color: #ffffff;\">Advancement in life sciences is international quarterly journal of life sciences is now allowing researchers to submit their manuscript today for a faster peer reviewed publications.</span></h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:http%3A%2F%2Fwww.als-journal.com||target:%20_blank|\" style=\"2\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"215\" size=\"medium\" align=\"center\"][/vc_column][/vc_row][vc_row width=\"full\"][vc_column][vc_column_text][rev_slider alias=\"Join\"][/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','22-revision-v1','','','2019-12-11 21:41:34','2019-12-11 21:41:34','',22,'https://depak.org/2019/12/11/22-revision-v1/',0,'revision','',0),(311,1,'2019-12-12 12:50:21','2019-12-12 12:50:21','','Conservation','','inherit','open','closed','','conservation','','','2019-12-12 12:50:21','2019-12-12 12:50:21','',101,'https://depak.org/wp-content/uploads/2019/12/Conservation.png',0,'attachment','image/png',0),(312,1,'2019-12-12 13:02:00','2019-12-12 13:02:00','','Favicon_2','','inherit','open','closed','','favicon_2','','','2019-12-12 13:02:00','2019-12-12 13:02:00','',0,'https://depak.org/wp-content/uploads/2019/12/Favicon_2.png',0,'attachment','image/png',0),(313,1,'2019-12-12 13:13:11','2019-12-12 13:13:11','','Depak_new Logo','','inherit','open','closed','','depak_new-logo','','','2019-12-12 13:13:11','2019-12-12 13:13:11','',0,'https://depak.org/wp-content/uploads/2019/12/Depak_new-Logo.png',0,'attachment','image/png',0),(314,1,'2019-12-12 13:20:15','2019-12-12 13:20:15','','Depak_new Logo_white','','inherit','open','closed','','depak_new-logo_white','','','2019-12-12 13:20:15','2019-12-12 13:20:15','',0,'https://depak.org/wp-content/uploads/2019/12/Depak_new-Logo_white.png',0,'attachment','image/png',0),(315,1,'2019-12-12 13:30:51','2019-12-12 13:30:51','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\nZoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"303\" align=\"center\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-12 13:30:51','2019-12-12 13:30:51','',101,'https://depak.org/2019/12/12/101-revision-v1/',0,'revision','',0),(316,1,'2019-12-12 13:34:07','2019-12-12 13:34:07','','Zoonosis','','inherit','open','closed','','zoonosis','','','2019-12-12 13:34:07','2019-12-12 13:34:07','',101,'https://depak.org/wp-content/uploads/2019/12/Zoonosis.png',0,'attachment','image/png',0),(317,1,'2019-12-12 13:42:30','2019-12-12 13:42:30','','Forestation','','inherit','open','closed','','forestation','','','2019-12-12 13:42:30','2019-12-12 13:42:30','',101,'https://depak.org/wp-content/uploads/2019/12/Forestation.png',0,'attachment','image/png',0),(318,1,'2019-12-12 13:49:42','2019-12-12 13:49:42','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576098683733{padding-top: 20px !important;padding-bottom: 20px !important;}\"][vc_column width=\"1/2\"][us_image image=\"317\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-12 13:49:42','2019-12-12 13:49:42','',101,'https://depak.org/2019/12/12/101-revision-v1/',0,'revision','',0),(319,1,'2019-12-12 13:57:30','2019-12-12 13:57:30','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158921718{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"317\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-12 13:57:30','2019-12-12 13:57:30','',101,'https://depak.org/2019/12/12/101-revision-v1/',0,'revision','',0),(320,1,'2019-12-12 14:02:55','2019-12-12 14:02:55','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159347552{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#e9e6e6\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"317\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-12 14:02:55','2019-12-12 14:02:55','',101,'https://depak.org/2019/12/12/101-revision-v1/',0,'revision','',0),(321,1,'2019-12-12 14:10:00','2019-12-12 14:10:00','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"317\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-12 14:10:00','2019-12-12 14:10:00','',101,'https://depak.org/2019/12/12/101-revision-v1/',0,'revision','',0),(322,1,'2019-12-12 14:36:00','2019-12-12 14:36:00','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"317\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-12 14:36:00','2019-12-12 14:36:00','',101,'https://depak.org/2019/12/12/101-revision-v1/',0,'revision','',0),(323,1,'2019-12-12 14:40:35','2019-12-12 14:40:35','[vc_row][vc_column][rev_slider_vc alias=\"zoonosis\"][/vc_column][/vc_row][vc_row][vc_column][us_grid post_type=\"attachment\" images=\"329,330,331,332,333,334\"][/vc_column][/vc_row]','Zoonosis','','publish','closed','closed','','zoonosis','','','2019-12-12 16:34:22','2019-12-12 16:34:22','',0,'https://depak.org/?page_id=323',0,'page','',0),(324,1,'2019-12-12 14:40:35','2019-12-12 14:40:35','','Zoonosis','','inherit','closed','closed','','323-revision-v1','','','2019-12-12 14:40:35','2019-12-12 14:40:35','',323,'https://depak.org/2019/12/12/323-revision-v1/',0,'revision','',0),(325,1,'2019-12-12 14:55:58','2019-12-12 14:55:58','','1-9','','inherit','open','closed','','1-9','','','2019-12-12 14:55:58','2019-12-12 14:55:58','',0,'https://depak.org/wp-content/uploads/2019/12/1-9.jpg',0,'attachment','image/jpeg',0),(326,1,'2019-12-12 16:21:26','2019-12-12 16:21:26','<p>[vc_row][vc_column][rev_slider_vc alias=\"zoonosis\"][/vc_column][/vc_row][vc_row][vc_column][us_grid][/vc_column][/vc_row]</p>\n','Zoonosis','','inherit','closed','closed','','323-autosave-v1','','','2019-12-12 16:21:26','2019-12-12 16:21:26','',323,'https://depak.org/2019/12/12/323-autosave-v1/',0,'revision','',0),(327,1,'2019-12-12 15:08:44','2019-12-12 15:08:44','[vc_row][vc_column][rev_slider_vc alias=\"zoonosis\"][/vc_column][/vc_row]','Zoonosis','','inherit','closed','closed','','323-revision-v1','','','2019-12-12 15:08:44','2019-12-12 15:08:44','',323,'https://depak.org/2019/12/12/323-revision-v1/',0,'revision','',0),(328,1,'2019-12-12 15:10:43','2019-12-12 15:10:43','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fbats-conservation-pakistan%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"317\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fzoonosis%2F|||\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-12 15:10:43','2019-12-12 15:10:43','',101,'https://depak.org/2019/12/12/101-revision-v1/',0,'revision','',0),(329,1,'2019-12-12 16:22:39','2019-12-12 16:22:39','','Disease Transmission','','inherit','open','closed','','disease-transmission','','','2019-12-12 16:22:39','2019-12-12 16:22:39','',323,'https://depak.org/wp-content/uploads/2019/12/Disease-Transmission.jpg',0,'attachment','image/jpeg',0),(330,1,'2019-12-12 16:23:28','2019-12-12 16:23:28','','Ebola Virus Transmission','','inherit','open','closed','','ebola-virus-transmission','','','2019-12-12 16:23:28','2019-12-12 16:23:28','',323,'https://depak.org/wp-content/uploads/2019/12/Ebola-Virus-Transmission.jpg',0,'attachment','image/jpeg',0),(331,1,'2019-12-12 16:24:05','2019-12-12 16:24:05','','NiV Transmission','','inherit','open','closed','','niv-transmission','','','2019-12-12 16:24:05','2019-12-12 16:24:05','',323,'https://depak.org/wp-content/uploads/2019/12/NiV-Transmission.jpg',0,'attachment','image/jpeg',0),(332,1,'2019-12-12 16:24:52','2019-12-12 16:24:52','','RABV Circulation','','inherit','open','closed','','rabv-circulation','','','2019-12-12 16:24:52','2019-12-12 16:24:52','',323,'https://depak.org/wp-content/uploads/2019/12/RABV-Circulation.jpg',0,'attachment','image/jpeg',0),(333,1,'2019-12-12 16:25:51','2019-12-12 16:25:51','','Species to Species Transmission','','inherit','open','closed','','species-to-species-transmission','','','2019-12-12 16:25:51','2019-12-12 16:25:51','',323,'https://depak.org/wp-content/uploads/2019/12/Species-to-Species-Transmission.jpg',0,'attachment','image/jpeg',0),(334,1,'2019-12-12 16:26:27','2019-12-12 16:26:27','','Viral Load','','inherit','open','closed','','viral-load','','','2019-12-12 16:26:27','2019-12-12 16:26:27','',323,'https://depak.org/wp-content/uploads/2019/12/Viral-Load.jpg',0,'attachment','image/jpeg',0),(335,1,'2019-12-12 16:34:22','2019-12-12 16:34:22','[vc_row][vc_column][rev_slider_vc alias=\"zoonosis\"][/vc_column][/vc_row][vc_row][vc_column][us_grid post_type=\"attachment\" images=\"329,330,331,332,333,334\"][/vc_column][/vc_row]','Zoonosis','','inherit','closed','closed','','323-revision-v1','','','2019-12-12 16:34:22','2019-12-12 16:34:22','',323,'https://depak.org/2019/12/12/323-revision-v1/',0,'revision','',0),(336,1,'2019-12-14 10:24:50','2019-12-14 10:24:50','[vc_row css=\".vc_custom_1575991565708{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"our-activities\"][/vc_column][/vc_row][vc_row][vc_column][us_grid post_type=\"attachment\" images=\"279,280,281,282,283\"][/vc_column][/vc_row]','Our Activities','','inherit','closed','closed','','246-revision-v1','','','2019-12-14 10:24:50','2019-12-14 10:24:50','',246,'https://depak.org/2019/12/14/246-revision-v1/',0,'revision','',0),(337,1,'2019-12-14 10:29:50','2019-12-14 10:29:50','<p>[vc_row][vc_column][rev_slider_vc alias=\"conservation\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576322721591{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][vc_column_text]<!-- wp:paragraph -->THE Ministry of Climate Change’s decision to compile a red data list for threatened or endangered wildlife and plant species is a good first step towards protecting rare flora and fauna in the country. Besides providing a framework for wildlife conservation efforts, this list will also help battle illegal wildlife trade. According to the IUCN, at least four ecosystems in Pakistan are among the world’s most biologically outstanding ecoregions. Pakistan is home to an estimated 174 species of mammals, 177 species of reptiles and 668 species of birds. Out of these, about 50 species of mammals and 27 of birds are considered endangered, while 17 species of insects are also under the threat of extinction. For the compilation of this red data list of plants, animals and other organisms, the climate change ministry will collaborate with international organisations working on ecosystem preservation and wildlife conservation. Though the list will be Pakistan-specific, it will be based on internationally recognised guidelines used to evaluate the extinction risk. According to the WWF’s Living Planet Index report of 2018, populations of mammals, birds, fish, amphibians and reptiles have declined by at least 64pc in the Indo-Pacific region — which includes Pakistan — between 1970 and 2014. The report also points out that the rampant illegal wildlife trade has badly damaged the country’s biodiversity, and it has termed smuggling of freshwater turtles and pangolins as a major cause for concern. Furthermore, unchecked deforestation over the years has caused many animals, such as the leopard, to lose their habitat.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->In Pakistan, conservation efforts had been stymied by the lack of credible data and information. However, this list, by providing data about the range, population size, habitat and ecology of and threats to endangered species of animals, birds, insects and plants will be able to identify and provide an outline for effective conservation efforts in the country. The list might also prove helpful in improving regulation of hunting permits granted by the provincial wildlife departments. The data can be used to increase awareness among local communities to help preserve the natural habitats of threatened species.a</p>\r\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>','Conservation','','publish','closed','closed','','conservation','','','2019-12-14 11:26:53','2019-12-14 11:26:53','',0,'https://depak.org/?page_id=337',0,'page','',0),(338,1,'2019-12-14 10:29:50','2019-12-14 10:29:50','<!-- wp:paragraph -->\n<p>THE Ministry of Climate Change’s decision to compile a red data list for threatened or endangered wildlife and plant species is a good first step towards protecting rare flora and fauna in the country. Besides providing a framework for wildlife conservation efforts, this list will also help battle illegal wildlife trade. According to the IUCN, at least four ecosystems in Pakistan are among the world’s most biologically outstanding ecoregions. Pakistan is home to an estimated 174 species of mammals, 177 species of reptiles and 668 species of birds. Out of these, about 50 species of mammals and 27 of birds are considered endangered, while 17 species of insects are also under the threat of extinction. For the compilation of this red data list of plants, animals and other organisms, the climate change ministry will collaborate with international organisations working on ecosystem preservation and wildlife conservation. Though the list will be Pakistan-specific, it will be based on internationally recognised guidelines used to evaluate the extinction risk. According to the WWF’s Living Planet Index report of 2018, populations of mammals, birds, fish, amphibians and reptiles have declined by at least 64pc in the Indo-Pacific region — which includes Pakistan — between 1970 and 2014. The report also points out that the rampant illegal wildlife trade has badly damaged the country’s biodiversity, and it has termed smuggling of freshwater turtles and pangolins as a major cause for concern. Furthermore, unchecked deforestation over the years has caused many animals, such as the leopard, to lose their habitat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Pakistan, conservation efforts had been stymied by the lack of credible data and information. However, this list, by providing data about the range, population size, habitat and ecology of and threats to endangered species of animals, birds, insects and plants will be able to identify and provide an outline for effective conservation efforts in the country. The list might also prove helpful in improving regulation of hunting permits granted by the provincial wildlife departments. The data can be used to increase awareness among local communities to help preserve the natural habitats of threatened species.a</p>\n<!-- /wp:paragraph -->','Conservation','','inherit','closed','closed','','337-revision-v1','','','2019-12-14 10:29:50','2019-12-14 10:29:50','',337,'https://depak.org/2019/12/14/337-revision-v1/',0,'revision','',0),(339,1,'2019-12-14 10:33:56','2019-12-14 10:33:56','','Forestation','','inherit','open','closed','','forestation-2','','','2019-12-14 10:33:56','2019-12-14 10:33:56','',101,'https://depak.org/wp-content/uploads/2019/12/Forestation-1.png',0,'attachment','image/png',0),(340,1,'2019-12-14 10:34:53','2019-12-14 10:34:53','','Zoonosis','','inherit','open','closed','','zoonosis-2','','','2019-12-14 10:34:53','2019-12-14 10:34:53','',101,'https://depak.org/wp-content/uploads/2019/12/Zoonosis-1.png',0,'attachment','image/png',0),(341,1,'2019-12-14 10:39:12','2019-12-14 10:39:12','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fconservation%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"339\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fzoonosis%2F|||\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-14 10:39:12','2019-12-14 10:39:12','',101,'https://depak.org/2019/12/14/101-revision-v1/',0,'revision','',0),(342,1,'2019-12-14 10:58:52','2019-12-14 10:58:52','<p>[vc_row][vc_column][vc_column_text]<!-- wp:paragraph -->THE Ministry of Climate Change’s decision to compile a red data list for threatened or endangered wildlife and plant species is a good first step towards protecting rare flora and fauna in the country. Besides providing a framework for wildlife conservation efforts, this list will also help battle illegal wildlife trade. According to the IUCN, at least four ecosystems in Pakistan are among the world’s most biologically outstanding ecoregions. Pakistan is home to an estimated 174 species of mammals, 177 species of reptiles and 668 species of birds. Out of these, about 50 species of mammals and 27 of birds are considered endangered, while 17 species of insects are also under the threat of extinction. For the compilation of this red data list of plants, animals and other organisms, the climate change ministry will collaborate with international organisations working on ecosystem preservation and wildlife conservation. Though the list will be Pakistan-specific, it will be based on internationally recognised guidelines used to evaluate the extinction risk. According to the WWF’s Living Planet Index report of 2018, populations of mammals, birds, fish, amphibians and reptiles have declined by at least 64pc in the Indo-Pacific region — which includes Pakistan — between 1970 and 2014. The report also points out that the rampant illegal wildlife trade has badly damaged the country’s biodiversity, and it has termed smuggling of freshwater turtles and pangolins as a major cause for concern. Furthermore, unchecked deforestation over the years has caused many animals, such as the leopard, to lose their habitat.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->In Pakistan, conservation efforts had been stymied by the lack of credible data and information. However, this list, by providing data about the range, population size, habitat and ecology of and threats to endangered species of animals, birds, insects and plants will be able to identify and provide an outline for effective conservation efforts in the country. The list might also prove helpful in improving regulation of hunting permits granted by the provincial wildlife departments. The data can be used to increase awareness among local communities to help preserve the natural habitats of threatened species.a</p>\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"conservation\"][/vc_column][/vc_row]</p>\n','Conservation','','inherit','closed','closed','','337-autosave-v1','','','2019-12-14 10:58:52','2019-12-14 10:58:52','',337,'https://depak.org/2019/12/14/337-autosave-v1/',0,'revision','',0),(343,1,'2019-12-14 11:00:00','2019-12-14 11:00:00','<p>[vc_row][vc_column][rev_slider_vc alias=\"conservation\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<!-- wp:paragraph -->THE Ministry of Climate Change’s decision to compile a red data list for threatened or endangered wildlife and plant species is a good first step towards protecting rare flora and fauna in the country. Besides providing a framework for wildlife conservation efforts, this list will also help battle illegal wildlife trade. According to the IUCN, at least four ecosystems in Pakistan are among the world’s most biologically outstanding ecoregions. Pakistan is home to an estimated 174 species of mammals, 177 species of reptiles and 668 species of birds. Out of these, about 50 species of mammals and 27 of birds are considered endangered, while 17 species of insects are also under the threat of extinction. For the compilation of this red data list of plants, animals and other organisms, the climate change ministry will collaborate with international organisations working on ecosystem preservation and wildlife conservation. Though the list will be Pakistan-specific, it will be based on internationally recognised guidelines used to evaluate the extinction risk. According to the WWF’s Living Planet Index report of 2018, populations of mammals, birds, fish, amphibians and reptiles have declined by at least 64pc in the Indo-Pacific region — which includes Pakistan — between 1970 and 2014. The report also points out that the rampant illegal wildlife trade has badly damaged the country’s biodiversity, and it has termed smuggling of freshwater turtles and pangolins as a major cause for concern. Furthermore, unchecked deforestation over the years has caused many animals, such as the leopard, to lose their habitat.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->In Pakistan, conservation efforts had been stymied by the lack of credible data and information. However, this list, by providing data about the range, population size, habitat and ecology of and threats to endangered species of animals, birds, insects and plants will be able to identify and provide an outline for effective conservation efforts in the country. The list might also prove helpful in improving regulation of hunting permits granted by the provincial wildlife departments. The data can be used to increase awareness among local communities to help preserve the natural habitats of threatened species.a</p>\r\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>','Conservation','','inherit','closed','closed','','337-revision-v1','','','2019-12-14 11:00:00','2019-12-14 11:00:00','',337,'https://depak.org/2019/12/14/337-revision-v1/',0,'revision','',0),(344,1,'2019-12-14 11:25:42','2019-12-14 11:25:42','<p>[vc_row][vc_column][rev_slider_vc alias=\"conservation\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576322721591{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][vc_column_text]<!-- wp:paragraph -->THE Ministry of Climate Change’s decision to compile a red data list for threatened or endangered wildlife and plant species is a good first step towards protecting rare flora and fauna in the country. Besides providing a framework for wildlife conservation efforts, this list will also help battle illegal wildlife trade. According to the IUCN, at least four ecosystems in Pakistan are among the world’s most biologically outstanding ecoregions. Pakistan is home to an estimated 174 species of mammals, 177 species of reptiles and 668 species of birds. Out of these, about 50 species of mammals and 27 of birds are considered endangered, while 17 species of insects are also under the threat of extinction. For the compilation of this red data list of plants, animals and other organisms, the climate change ministry will collaborate with international organisations working on ecosystem preservation and wildlife conservation. Though the list will be Pakistan-specific, it will be based on internationally recognised guidelines used to evaluate the extinction risk. According to the WWF’s Living Planet Index report of 2018, populations of mammals, birds, fish, amphibians and reptiles have declined by at least 64pc in the Indo-Pacific region — which includes Pakistan — between 1970 and 2014. The report also points out that the rampant illegal wildlife trade has badly damaged the country’s biodiversity, and it has termed smuggling of freshwater turtles and pangolins as a major cause for concern. Furthermore, unchecked deforestation over the years has caused many animals, such as the leopard, to lose their habitat.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->In Pakistan, conservation efforts had been stymied by the lack of credible data and information. However, this list, by providing data about the range, population size, habitat and ecology of and threats to endangered species of animals, birds, insects and plants will be able to identify and provide an outline for effective conservation efforts in the country. The list might also prove helpful in improving regulation of hunting permits granted by the provincial wildlife departments. The data can be used to increase awareness among local communities to help preserve the natural habitats of threatened species.a</p>\r\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>','Conservation','','inherit','closed','closed','','337-revision-v1','','','2019-12-14 11:25:42','2019-12-14 11:25:42','',337,'https://depak.org/2019/12/14/337-revision-v1/',0,'revision','',0),(345,1,'2019-12-14 11:31:57','2019-12-14 11:31:57','[vc_row css=\".vc_custom_1575991565708{padding-bottom: 40px !important;}\"][vc_column][rev_slider_vc alias=\"our-activities\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1576323100272{padding-top: 40px !important;padding-bottom: 40px !important;}\"]\r\n<h1 style=\"text-align: center;\"><strong>Coming Soon</strong></h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Activities','','inherit','closed','closed','','246-revision-v1','','','2019-12-14 11:31:57','2019-12-14 11:31:57','',246,'https://depak.org/2019/12/14/246-revision-v1/',0,'revision','',0),(346,1,'2019-12-14 11:39:52','2019-12-14 11:39:52','','1-10','','inherit','open','closed','','1-10','','','2019-12-14 11:39:52','2019-12-14 11:39:52','',0,'https://depak.org/wp-content/uploads/2019/12/1-10.jpg',0,'attachment','image/jpeg',0),(347,1,'2019-12-14 11:44:35','2019-12-14 11:44:35','<p>[vc_row][vc_column][rev_slider_vc alias=\"forestation\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576325078289{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][vc_column_text]<!-- wp:paragraph -->Forests are essential for life on earth. Three hundred million people worldwide live in forests and 1.6 billion depend on them for their livelihoods. Forests also provide habitat for a vast array of plants and animals, many of which are still undiscovered. They protect our watersheds. They inspire wonder and provide places for recreation. They supply the oxygen we need to survive. They provide the timber for products we use every day.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Forests are so much more than a collection of trees. Forests are home to 80% of the world’s terrestrial biodiversity. These ecosystems are complex webs of organisms that include plants, animals, fungi and bacteria. Forests take many forms, depending on their latitude, local soil, rainfall and prevailing temperatures. Coniferous forests are dominated by cone-bearing trees, like pines and firs that can thrive in northern latitudes where these forests are often found. Many temperate forests house both coniferous and broad-leafed trees, such as oaks and elms, which can turn beautiful shades of orange, yellow and red in the fall.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The most biologically diverse and complex forests on earth are tropical rainforests, where rainfall is abundant and temperatures are always warm. Forests also play a critical role in mitigating climate change because they act as a carbon sink—soaking up carbon dioxide and other greenhouse gases that would otherwise be free in the atmosphere and contribute to ongoing changes in climate patterns.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->But forests are being destroyed and degraded at alarming rates. Deforestation comes in many forms, including fires, clear-cutting for agriculture, ranching and development, unsustainable logging for timber, and degradation due to climate change. This impacts people’s livelihoods and threatens a wide range of plant and animal species. Forests are disappearing at an alarming rate—18.7 million acres of forests are lost annually, equivalent to 27 soccer fields every minute.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The Amazon, the planet’s largest rainforest, lost at least 17% of its forest cover in the last half century due to human activity. In Indonesia, the island of Sumatra has lost 85% of its forests—primarily due to conversion for oil palm and pulp plantations—and a similar level of destruction is taking place on the island of Borneo. Deforestation also undermines the important carbon sink function of forests. It is estimated that 15% of all greenhouse gas emissions are the result of deforestation.</p>\r\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>','Forestation','','publish','closed','closed','','forestation','','','2019-12-14 12:05:05','2019-12-14 12:05:05','',0,'https://depak.org/?page_id=347',0,'page','',0),(348,1,'2019-12-14 11:44:35','2019-12-14 11:44:35','','Forestation','','inherit','closed','closed','','347-revision-v1','','','2019-12-14 11:44:35','2019-12-14 11:44:35','',347,'https://depak.org/2019/12/14/347-revision-v1/',0,'revision','',0),(349,1,'2019-12-14 11:52:03','2019-12-14 11:52:03','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"311\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fconservation%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fforestation%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"339\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fzoonosis%2F|||\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-14 11:52:03','2019-12-14 11:52:03','',101,'https://depak.org/2019/12/14/101-revision-v1/',0,'revision','',0),(350,1,'2019-12-14 11:54:54','2019-12-14 11:54:54','<!-- wp:paragraph -->\n<p>Forests are essential for life on earth. Three hundred million people worldwide live in forests and 1.6 billion depend on them for their livelihoods. Forests also provide habitat for a vast array of plants and animals, many of which are still undiscovered. They protect our watersheds. They inspire wonder and provide places for recreation. They supply the oxygen we need to survive. They provide the timber for products we use every day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Forests are so much more than a collection of trees. Forests are home to 80% of the world’s terrestrial biodiversity. These ecosystems are complex webs of organisms that include plants, animals, fungi and bacteria. Forests take many forms, depending on their latitude, local soil, rainfall and prevailing temperatures. Coniferous forests are dominated by cone-bearing trees, like pines and firs that can thrive in northern latitudes where these forests are often found. Many temperate forests house both coniferous and broad-leafed trees, such as oaks and elms, which can turn beautiful shades of orange, yellow and red in the fall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The most biologically diverse and complex forests on earth are tropical rainforests, where rainfall is abundant and temperatures are always warm. Forests also play a critical role in mitigating climate change because they act as a carbon sink—soaking up carbon dioxide and other greenhouse gases that would otherwise be free in the atmosphere and contribute to ongoing changes in climate patterns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But forests are being destroyed and degraded at alarming rates. Deforestation comes in many forms, including fires, clear-cutting for agriculture, ranching and development, unsustainable logging for timber, and degradation due to climate change. This impacts people’s livelihoods and threatens a wide range of plant and animal species. Forests are disappearing at an alarming rate—18.7 million acres of forests are lost annually, equivalent to 27 soccer fields every minute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Amazon, the planet’s largest rainforest, lost at least 17% of its forest cover in the last half century due to human activity. In Indonesia, the island of Sumatra has lost 85% of its forests—primarily due to conversion for oil palm and pulp plantations—and a similar level of destruction is taking place on the island of Borneo. Deforestation also undermines the important carbon sink function of forests. It is estimated that 15% of all greenhouse gas emissions are the result of deforestation.</p>\n<!-- /wp:paragraph -->','Forestation','','inherit','closed','closed','','347-revision-v1','','','2019-12-14 11:54:54','2019-12-14 11:54:54','',347,'https://depak.org/2019/12/14/347-revision-v1/',0,'revision','',0),(351,1,'2019-12-14 12:03:53','2019-12-14 12:03:53','<p>[vc_row][vc_column][vc_column_text]<!-- wp:paragraph -->Forests are essential for life on earth. Three hundred million people worldwide live in forests and 1.6 billion depend on them for their livelihoods. Forests also provide habitat for a vast array of plants and animals, many of which are still undiscovered. They protect our watersheds. They inspire wonder and provide places for recreation. They supply the oxygen we need to survive. They provide the timber for products we use every day.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->Forests are so much more than a collection of trees. Forests are home to 80% of the world’s terrestrial biodiversity. These ecosystems are complex webs of organisms that include plants, animals, fungi and bacteria. Forests take many forms, depending on their latitude, local soil, rainfall and prevailing temperatures. Coniferous forests are dominated by cone-bearing trees, like pines and firs that can thrive in northern latitudes where these forests are often found. Many temperate forests house both coniferous and broad-leafed trees, such as oaks and elms, which can turn beautiful shades of orange, yellow and red in the fall.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The most biologically diverse and complex forests on earth are tropical rainforests, where rainfall is abundant and temperatures are always warm. Forests also play a critical role in mitigating climate change because they act as a carbon sink—soaking up carbon dioxide and other greenhouse gases that would otherwise be free in the atmosphere and contribute to ongoing changes in climate patterns.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->But forests are being destroyed and degraded at alarming rates. Deforestation comes in many forms, including fires, clear-cutting for agriculture, ranching and development, unsustainable logging for timber, and degradation due to climate change. This impacts people’s livelihoods and threatens a wide range of plant and animal species. Forests are disappearing at an alarming rate—18.7 million acres of forests are lost annually, equivalent to 27 soccer fields every minute.</p>\n<!-- /wp:paragraph -->\n<p><!-- wp:paragraph -->The Amazon, the planet’s largest rainforest, lost at least 17% of its forest cover in the last half century due to human activity. In Indonesia, the island of Sumatra has lost 85% of its forests—primarily due to conversion for oil palm and pulp plantations—and a similar level of destruction is taking place on the island of Borneo. Deforestation also undermines the important carbon sink function of forests. It is estimated that 15% of all greenhouse gas emissions are the result of deforestation.</p>\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row]</p>\n','Forestation','','inherit','closed','closed','','347-autosave-v1','','','2019-12-14 12:03:53','2019-12-14 12:03:53','',347,'https://depak.org/2019/12/14/347-autosave-v1/',0,'revision','',0),(352,1,'2019-12-14 12:05:05','2019-12-14 12:05:05','<p>[vc_row][vc_column][rev_slider_vc alias=\"forestation\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1576325078289{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][vc_column_text]<!-- wp:paragraph -->Forests are essential for life on earth. Three hundred million people worldwide live in forests and 1.6 billion depend on them for their livelihoods. Forests also provide habitat for a vast array of plants and animals, many of which are still undiscovered. They protect our watersheds. They inspire wonder and provide places for recreation. They supply the oxygen we need to survive. They provide the timber for products we use every day.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->Forests are so much more than a collection of trees. Forests are home to 80% of the world’s terrestrial biodiversity. These ecosystems are complex webs of organisms that include plants, animals, fungi and bacteria. Forests take many forms, depending on their latitude, local soil, rainfall and prevailing temperatures. Coniferous forests are dominated by cone-bearing trees, like pines and firs that can thrive in northern latitudes where these forests are often found. Many temperate forests house both coniferous and broad-leafed trees, such as oaks and elms, which can turn beautiful shades of orange, yellow and red in the fall.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The most biologically diverse and complex forests on earth are tropical rainforests, where rainfall is abundant and temperatures are always warm. Forests also play a critical role in mitigating climate change because they act as a carbon sink—soaking up carbon dioxide and other greenhouse gases that would otherwise be free in the atmosphere and contribute to ongoing changes in climate patterns.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->But forests are being destroyed and degraded at alarming rates. Deforestation comes in many forms, including fires, clear-cutting for agriculture, ranching and development, unsustainable logging for timber, and degradation due to climate change. This impacts people’s livelihoods and threatens a wide range of plant and animal species. Forests are disappearing at an alarming rate—18.7 million acres of forests are lost annually, equivalent to 27 soccer fields every minute.</p>\r\n<!-- /wp:paragraph -->\r\n<p><!-- wp:paragraph -->The Amazon, the planet’s largest rainforest, lost at least 17% of its forest cover in the last half century due to human activity. In Indonesia, the island of Sumatra has lost 85% of its forests—primarily due to conversion for oil palm and pulp plantations—and a similar level of destruction is taking place on the island of Borneo. Deforestation also undermines the important carbon sink function of forests. It is estimated that 15% of all greenhouse gas emissions are the result of deforestation.</p>\r\n<p><!-- /wp:paragraph -->[/vc_column_text][/vc_column][/vc_row]</p>','Forestation','','inherit','closed','closed','','347-revision-v1','','','2019-12-14 12:05:05','2019-12-14 12:05:05','',347,'https://depak.org/2019/12/14/347-revision-v1/',0,'revision','',0),(354,1,'2019-12-14 12:24:26','2019-12-14 12:24:26','','Depak_new Logo_white','','inherit','open','closed','','depak_new-logo_white-2','','','2019-12-14 12:24:26','2019-12-14 12:24:26','',0,'https://depak.org/wp-content/uploads/2019/12/Depak_new-Logo_white-1.png',0,'attachment','image/png',0),(355,1,'2019-12-14 13:08:10','2019-12-14 13:08:10','','1-11','','inherit','open','closed','','1-11','','','2019-12-14 13:08:10','2019-12-14 13:08:10','',0,'https://depak.org/wp-content/uploads/2019/12/1-11.jpg',0,'attachment','image/jpeg',0),(356,1,'2019-12-14 13:20:49','2019-12-14 13:20:49','<p>[vc_row][vc_column][rev_slider_vc alias=\"our-programs\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Our Programs','','inherit','closed','closed','','26-autosave-v1','','','2019-12-14 13:20:49','2019-12-14 13:20:49','',26,'https://depak.org/2019/12/14/26-autosave-v1/',0,'revision','',0),(357,1,'2019-12-14 13:21:36','2019-12-14 13:21:36','[vc_row][vc_column][rev_slider_vc alias=\"our-programs\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1576329678980{padding-top: 40px !important;padding-bottom: 40px !important;}\"]Each kit includes detailed lesson plans, practical information on forest issues, and examples of relevant recovery, conservation and stewardship programs. The lessons incorporate interactive, hands-on activities that reflect science and geography based learning outcomes and expectations in Canada’s provincial and territorial curriculum guidelines. They also encourage exploration through language and visual arts, social studies, drama and other subjects.\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume1-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 1: Canada\'s Forests — Learning from the Past, Building for the Future</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume2-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 2: Canada\'s Forests — A Breath of Fresh Air</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume3-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 3: Canada\'s Forests — All Things Big and Small</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume4-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 4: Canada\'s Forests — Source of Life</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume5-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 5: Canada\'s Forest — A Fine Balance</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume6-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 6: Canada\'s Forests and Wetlands — Our Natural Water Filters</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume7-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">Volume 7: The Boreal Forest — A Global Legacy</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/volume8-e.html\" target=\"_self\" rel=\"noopener noreferrer\">Volume 8 : Canada\'s Boreal Forest — Tradition and Transition</a></p>\r\n<p class=\"body\"><a class=\"linkbody\" href=\"http://www.canadianforestry.com/kits/english/guide-e.html\" target=\"_parent\" rel=\"noopener noreferrer\">User Guide to Teaching Kit Series</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Programs','','inherit','closed','closed','','26-revision-v1','','','2019-12-14 13:21:36','2019-12-14 13:21:36','',26,'https://depak.org/2019/12/14/26-revision-v1/',0,'revision','',0),(358,1,'2019-12-14 13:34:39','2019-12-14 13:34:39','','Conservation','','inherit','open','closed','','conservation-2','','','2019-12-14 13:34:39','2019-12-14 13:34:39','',101,'https://depak.org/wp-content/uploads/2019/12/Conservation-1.png',0,'attachment','image/png',0),(359,1,'2019-12-14 13:37:24','2019-12-14 13:37:24','[vc_row][vc_column][rev_slider_vc alias=\"campaigns\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158984240{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"358\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Conservation</strong></h3>\r\n<h5>Wildlife conservation is the practice of protecting animal species and their habitats. It is achieved partially through legislation such as the Endangered Species Act, the establishment and protection of public lands, and responsible public practices that conserve wild animal populations.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fconservation%2F|||\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" bg_type=\"bg_color\" css=\".vc_custom_1576159782388{padding-top: 40px !important;padding-bottom: 40px !important;}\" bg_color_value=\"#eeecec\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\"><strong>Forest for Future</strong></h3>\r\n<h5>Tens of thousands of species of animals & insects are found in our forests and rangelands, and many play an important role in pollinating plants, recycling nutrients, balancing ecosystem and providing food for wildlife.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fforestation%2F|||\"][/vc_column][vc_column width=\"1/2\"][us_image image=\"339\" align=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1576158954433{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][us_image image=\"316\" align=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><strong>Zoonosis</strong></h2>\r\n<h5>Zoonosis refers to diseases that can be passed from animals to humans. They are sometimes called zoonotic diseases. Animals can carry harmful germs, such as bacteria, fungi, parasites, and viruses. These are then shared with humans and cause illness. Zoonotic diseases range from mild to severe, and some can even be fatal.</h5>\r\n[/vc_column_text][us_btn label=\"Read More...\" link=\"url:https%3A%2F%2Fdepak.org%2Fzoonosis%2F|||\"][/vc_column][/vc_row]','Campaigns','','inherit','closed','closed','','101-revision-v1','','','2019-12-14 13:37:24','2019-12-14 13:37:24','',101,'https://depak.org/2019/12/14/101-revision-v1/',0,'revision','',0),(361,1,'2019-12-30 15:03:35','2019-12-30 15:03:35','','Depak_new Logo','','inherit','open','closed','','depak_new-logo-2','','','2019-12-30 15:03:35','2019-12-30 15:03:35','',0,'https://depak.org/wp-content/uploads/2019/12/Depak_new-Logo-1.png',0,'attachment','image/png',0),(362,1,'2019-12-30 15:11:26','2019-12-30 15:11:26','','Depak_new Logo_white','','inherit','open','closed','','depak_new-logo_white-3','','','2019-12-30 15:11:26','2019-12-30 15:11:26','',0,'https://depak.org/wp-content/uploads/2019/12/Depak_new-Logo_white-2.png',0,'attachment','image/png',0),(363,1,'2019-12-30 15:14:49','2019-12-30 15:14:49','<p>[vc_row color_scheme=\"footer-bottom\" bg_type=\"bg_color\" bg_color_value=\"#6b9726\"][vc_column][vc_row_inner content_placement=\"middle\" css=\".vc_custom_1574340272673{padding-top: 85px !important;padding-bottom: 25px !important;background-color: #6b9726 !important;}\"][vc_column_inner width=\"1/4\"][us_image image=\"362\" size=\"medium\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]</p>\n<h4><span style=\"color: #ffffff;\"><strong>What We Do</strong></span></h4>\n<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/bats-conservation-pakistan/\">Bats Conservation</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/our-programs/\">Our Programs</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/vision-mission/\">Future Plans</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/campaigns/\">Campaigns</a></span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]</p>\n<h4><span style=\"color: #ffffff;\"><strong>News & Media</strong></span></h4>\n<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/our-activities/\">Images & Videos</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/soon-valley/\">Salt Range</a></span><br />\n<span style=\"color: #ffffff;\">Gallery</span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/career-opportunities/\">Events</a></span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]</p>\n<h4><span style=\"color: #ffffff;\"><strong>About Us</strong></span></h4>\n<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/our-approach/\">Our Approach</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/contact-us/\">Join Us</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/about-us/\">About</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://depak.org/blog/\">Blog</a></span>[/vc_column_text][/vc_column_inner][/vc_row_inner][us_separator size=\"small\" show_line=\"1\" color=\"switch_text\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1570866850028{padding-bottom: 25px !important;}\"]</p>\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Depak.org © All the Copyrights are Reserved 2019-20</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][us_socials items=\"%5B%7B%22type%22%3A%22facebook%22%2C%22url%22%3A%22https%3A%2F%2Fweb.facebook.com%2FDEPAK-923765904626779%2F%3Fmodal%3Dadmin_todo_tour%22%2C%22icon%22%3A%22fab%7Capple%22%2C%22color%22%3A%22%23999999%22%7D%2C%7B%22type%22%3A%22twitter%22%2C%22url%22%3A%22https%3A%2F%2Ftwitter.com%2FTouseef963%22%2C%22icon%22%3A%22fab%7Capple%22%2C%22color%22%3A%22%23999999%22%7D%5D\" size=\"20\" gap=\"4\" align=\"center\" css=\".vc_custom_1570867024682{padding-bottom: 25px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Default Footer','','inherit','closed','closed','','7-autosave-v1','','','2019-12-30 15:14:49','2019-12-30 15:14:49','',7,'https://depak.org/2019/12/30/7-autosave-v1/',0,'revision','',0),(365,1,'2020-01-14 12:47:21','2020-01-14 12:47:21','[vc_row][vc_column][rev_slider alias=\"About Page\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1574971147371{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Chair\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][us_image image=\"219\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574965159625{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Prof. Tigga Kingston</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Chair Person</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am currently working a professor at Texas Tech University in the Department of Biological Sciences. In addition to my position as a professor I also run the Kingston Lab at Texas Tech focusing on contributions to both the conservation of the world’s imperiled bat species (especially in SE Asia) and the advancement of ecological knowledge.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Board of Directors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"221\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088590824{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Christina Pettan-Brewer</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Co-Director & Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Christina is working as co-director and professor in University of Washington. She is world reputed OneHealth advocate. She is also the One Health Brazil Latin America founder, and OHLA representative.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"286\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088649000{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Arshad Javid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Arshad Javid is working as Associate Professor and Chairman in the Department of Wildlife and Ecology, University of Veterinary & Animal Sciences, Lahore. Dr. Arshad is a wildlife biologist and has good understanding of wildlife conservation issues and their management.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"288\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576088750839{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Naeem Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Regional Director</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Naeem Awan is senior wildlife conservationist and ecologist. He is heading Earth Day.Org mission in Pakistan. He also served as conservation officer for WWF Pakistan and Former CEO of Himalayan Nature Conservation Foundation.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576083051427{padding-top: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"289\" align=\"center\" style=\"circle\" onclick=\"custom_link\" link=\"url:http%3A%2F%2Fwww.uvas.edu.pk%2Facademics%2Ffaculties%2FFVS%2Fepidemiology-public-health%2FHassan-mushtaq.htm|title:Read%20More%20About%20Dr.%20M.Hassan%20Mushtaq||\"][vc_column_text css=\".vc_custom_1576088816586{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Hassan Mushtaq</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor & </strong></span></em><span style=\"color: #6b9726;\"><b><i>Chairman</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Dr. Hassan Mushtaq is working as Associate Professor and Chairman in the Department of Epidemiology and Public Health, University of Veterinary & Animal Sciences, Lahore. Dr. Hassan has good understanding of infectious zoonotic diseases and their control and prevention. He has expertise in molecular characterization and phylogenetic analysis of zoonotic pathogen.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Executive Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"238\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574969293780{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Touseef Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Depak Founder</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Ph.D scholar at Texas Tech University, working on disease ecology and epidemiology of Bat\'s borne zoonotic diseases. I have a keen interest in applying principles of disease ecology to understand how human disturbance can promote vulnerability to pathogen transmission between wildlife host and potential spillover events into human and livestock animals.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"222\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576087433552{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ali Zohaib</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant Professor</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am working as Assistant Professor of Epidemiology and Public Health in National University of Science and Technology (NUST). My research is dedicated to emerging zoonotic infections and their interactions with variable hosts. In addition, I have been trained for the development of serological assays and performing seroepidemiological studies.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"83\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973071417{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Farooq Tahir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Technical Advisor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi I am working as Technical Adviser OneHealth for Health Security Partners, Washington DC, USA. I am Veterinary Microbiologist and graduate of Field Epidemiology and Laboratory Training Program (FELTP), Pakistan. I am actively involve in giving my inputs for Public Health Policy in Pakistan.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"297\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086254977{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Zubair Shabbir</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Associate Professor</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">He is Associate Professor and work at Quality Operations Laboratory, University of Veterinary and Animal Sciences. He is committed to further continue in area of expertise in surveillance and epidemiology of infectious disease, and molecular characterization of pathogens of veterinary and public health.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"232\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086325692{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Ubaid-ur-Rehman Zia</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am currently working as lecturer of Epidemiology and Public Health in University of Veterinary and Animal Sciences, Pakistan. I am working on infectious disease epidemiology. I am eager to develop mathematical and statistical models for zoonotic diseases prediction.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"234\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576086353574{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Shafique Ahmed Awan</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Lecturer</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am working as lecturer in University of Central Punjab. I am also managing editor for ALS Journal. I have been actively involved in international lobbying and liason development for internationalization of Pakistani higher education.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576074016641{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/3\"][us_image image=\"84\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1570973520769{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Umar Raza Shahid</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Population Scientist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p class=\"font_8\" style=\"text-align: center;\">Hi! I am microbiologist and population scientist. My expertise lies in cell suspension culture technology and vaccine production. I am currently working as research scientist at Iowa state university for meeting gaps between animal and humans health.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Managing Team\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column width=\"1/3\"][us_image image=\"228\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574970498475{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Muhammad Bilal</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Editor, Epidemiologist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">Hi! I am Master\'s scholar of Public Health, working on disease ecology, data analysis and machine learning. I have a keen interest in developing statistical and ecological models for disease prediction. I am also the editor of this organization.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][us_image image=\"233\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1576084530712{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Dr. Yasir Zahoor</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><span style=\"color: #6b9726;\"><b><i>Assistant, Epidemiologist</i></b></span></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a master’s scholar in Epidemiology and Public Health with research experience in infectious diseases<b> </b>Epidemiology and Zoonosis<b>.</b> My research interests lies in Prevention and control of Zoonotic diseases. I am responsible for conducting field & events activities for this organization.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\"][vc_column][vc_row_inner css=\".vc_custom_1570979208352{padding-top: 65px !important;padding-bottom: 85px !important;}\"][vc_column_inner][vc_custom_heading text=\"Ambassadors\" font_container=\"tag:h1|text_align:center|color:%2307461a\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1576084600336{padding-top: 30px !important;}\"][vc_column width=\"1/3\"][us_image image=\"294\" align=\"center\" style=\"circle\" onclick=\"lightbox\"][vc_column_text css=\".vc_custom_1574971701611{padding-top: 25px !important;}\"]\r\n<h5 style=\"text-align: center;\"><span style=\"color: #07461a;\"><strong>Lizzie Platt</strong></span></h5>\r\n<h6 style=\"text-align: center;\"><em><span style=\"color: #6b9726;\"><strong>Bat Conservationist</strong></span></em></h6>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\">I am a bat ecologist, I have worked with bats for probably 14 years now. I began as a bat rescuer and carer for the bat Conservation trust whist I studied for Natural England bat licenses, first for roost visitor and then on to research and surveying licences.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"Join\"][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" css=\".vc_custom_1570987753363{padding-top: 30px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#07461a\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\"><strong><em>For Help, Please Contact us at: Inquiries@depak.org</em></strong></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','28-revision-v1','','','2020-01-14 12:47:21','2020-01-14 12:47:21','',28,'https://depak.org/2020/01/14/28-revision-v1/',0,'revision','',0),(368,1,'2020-04-26 21:45:47','2020-04-26 21:45:47','','Blog BG','','inherit','open','closed','','wp4835201','','','2020-04-26 21:46:10','2020-04-26 21:46:10','',0,'https://depak.org/wp-content/uploads/2020/04/wp4835201.jpg',0,'attachment','image/jpeg',0),(369,1,'2020-04-26 21:56:29','2020-04-26 21:56:29','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-26 21:56:29','2020-04-26 21:56:29','',32,'https://depak.org/2020/04/26/32-revision-v1/',0,'revision','',0),(370,1,'2020-04-26 22:03:09','2020-04-26 22:03:09','','image','','inherit','open','closed','','image-5','','','2020-04-26 22:03:09','2020-04-26 22:03:09','',0,'https://depak.org/wp-content/uploads/2020/04/image.png',0,'attachment','image/png',0),(371,1,'2020-05-06 21:34:05','2020-05-06 21:34:05','<p>[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"412\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"419\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions (FAQ\'s) and their Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]</p>\n','Blog','','inherit','closed','closed','','32-autosave-v1','','','2020-05-06 21:34:05','2020-05-06 21:34:05','',32,'https://depak.org/2020/04/26/32-autosave-v1/',0,'revision','',0),(372,1,'2020-04-26 22:13:46','2020-04-26 22:13:46','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Our Recent Press Release about COVID-19</h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_btn label=\"Download Now\" link=\"url:https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1PMqCJwNP35tFz6cDVYhr6o0ayX_c1J_z%2Fview%3Fusp%3Dsharing|||\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-26 22:13:46','2020-04-26 22:13:46','',32,'https://depak.org/2020/04/26/32-revision-v1/',0,'revision','',0),(373,1,'2020-04-26 22:18:17','2020-04-26 22:18:17','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1587939476660{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Our Recent Press Release about COVID-19</h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_btn label=\"Download Now\" link=\"url:https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1PMqCJwNP35tFz6cDVYhr6o0ayX_c1J_z%2Fview%3Fusp%3Dsharing|||\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-26 22:18:17','2020-04-26 22:18:17','',32,'https://depak.org/2020/04/26/32-revision-v1/',0,'revision','',0),(374,1,'2020-04-26 22:21:26','2020-04-26 22:21:26','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1587939476660{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Our Recent Press Release about COVID-19</h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_btn label=\"Download Now\" link=\"url:https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1PMqCJwNP35tFz6cDVYhr6o0ayX_c1J_z%2Fview%3Fusp%3Dsharing||target:%20_blank|\" align=\"center\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-26 22:21:26','2020-04-26 22:21:26','',32,'https://depak.org/2020/04/26/32-revision-v1/',0,'revision','',0),(375,1,'2020-04-26 23:07:52','2020-04-26 23:07:52','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1587939476660{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][vc_column_text]\r\n<h3>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\r\nDate of release: 24/04/2020</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been\r\nprematurely implicated as the source of COVID-19. Recent social media posts and unverified\r\nopinions about bats have led to widespread antipathy and fear in the general public. Incidents\r\nof the public requesting for removal of bats, destroying bat roosts, bursting crackers or\r\nsmoking them out and sealing crevices where bats and their pups roost has increased in the\r\nlast month both in urban and rural areas in India [1,2]. In this challenging time, we, as people\r\ninvolved in bat conservation at different capacities, would like to clarify that bats do not pose\r\na direct human health hazard. On the contrary, we highlight the role of bats in improving the\r\necosystem, economy and human health. The following points are listed out in this summary\r\nand are elaborated.\r\n1. The exact origin of SARS-CoV-2 or its precursor is not known. It is premature and\r\nunfair to blame bats or any other animal for the pandemic.\r\n2. Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump\r\ndirectly from bats to humans. Also, there is no evidence of humans contracting\r\ncoronavirus or any such viruses through the excreta of bats .\r\n3. The recent report from the Indian Council of Medical Research (ICMR) on the\r\ndiscovery of bat coronaviruses (BtCoV) in two species of South Asian bats poses no\r\nknown health hazard. The viruses found in the study are different from SARS-CoV-2\r\nand cannot cause COVID-19.\r\n4. Information on the current, and past zoonotic disease outbreaks suggest that global\r\nwildlife trade and/or large-scale industrial livestock farming play an important role in\r\nsuch events. Killing bats and other wild animals, or evicting them from their roosts in\r\nretaliation is counterproductive and will not solve any problems.\r\n5. Bats perform vital ecosystem services. They pollinate the flowers of some mangroves,\r\nand many other commercially and culturally important plants. Insect-eating bats are\r\nvoracious eaters of pest insects in rice, corn, cotton and potentially, tea\r\nfarms.Therefore, bats benefit ecological and human health, and provide intangible\r\neconomic benefits.\r\n\r\n6. The society currently needs more awareness about the bats around them in addition to\r\nepidemiological facts for a healthy coexistence. We therefore, request media houses\r\nand the press to consider possible negative impacts of their statements on bats and\r\nother animals before releasing them.\r\n7. Lastly, we urge the governments of South Asian countries to strengthen the legal\r\nframework to protect bats in view of their ecosystem services and their slow breeding\r\ncapacity.\r\n\r\nOn the origin and transmission of SARS-CoV-2\r\nThe actual origin of SARS-CoV-2 is highly debated among scientists. SARS-CoV-2 appears\r\nto be similar to another coronavirus RaTG13 found in a species of bat called the Intermediate\r\nHorseshoe Bat (Rhinolophus affinis) [3]. However, a recent study has shown that RaTG13\r\nand SARS-CoV-2 diverged 40-70 years ago from each other (a long timespan for the\r\nevolution of viruses) and hence the direct transmission of SARS-CoV-2 or its precursor from\r\nbats to humans is improbable [4,5]. Moreover, the surface proteins of all SARS-like viruses\r\nfound in bats cannot bind efficiently to the corresponding receptors of the human lung\r\nepithelium which makes direct transmission even more unlikely [4].\r\n\r\nIt is also highly improbable that the faeces of bats pose an immediate health risk to humans\r\nand, none of the previous zoonotic disease outbreaks, globally, show any evidence that they\r\nwere caused due to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\r\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild animal, so\r\nfollowing basic hygiene rules is advised.\r\n\r\nCoronaviruses in two species of Indian bats\r\nNone of the South Asian bats are proven to be natural reservoirs of SARS-CoV-2. Recently, a\r\nstudy by the Indian Council of Medical Research (ICMR) found bat coronaviruses (BtCoV)\r\nin the common Indian Flying Fox (Pteropus medius a.k.a giganteus) and Fulvous Fruit Bat\r\n(Rousettus leschenaultii) [9]. However, less than 5% of the screened samples contained this\r\n\r\nBtCoV and, as the study mentions, it is very distantly-related to SARS-CoV-2 and hence\r\ncannot cause COVID-19.\r\n\r\nRelationship between bats and zoonotic disease outbreaks\r\nThe real drivers of zoonotic disease outbreaks are predominantly man-made and many\r\nanimals are carriers of viruses which could potentially spillover to humans. However, in\r\nrecent times only bats are unfortunately in focus for being reservoirs of viruses. Like any\r\nother animal, bats are also reservoirs of many zoonotic viruses. However, being reservoirs\r\ndoes not mean that they spread diseases to humans. In reality, there is very little scientific\r\nevidence to prove bats have directly transmitted viruses to humans or caused outbreaks. The\r\nonly known exception was the Nipah (NiV) outbreak in Bangladesh which was caused\r\nthrough indirect contact between bats and humans. As the cause of the outbreak was\r\nidentified, it became easy to control and prevent subsequent outbreaks through basic\r\nprecautionary and mitigation measures [7,10]. Habitat fragmentation, global wildlife trade\r\nand wet markets, large-scale industrial farming of wild and domestic animals have synergistic\r\neffects in bringing animals in close contact in unsanitary or stressful conditions—ideal\r\nconditions for the transmission and evolution of novel zoonotic viruses [11]. Hence, during\r\nsuch outbreaks there is no reason to single out or villainise only bats - whose benefits far\r\noutweigh the perceived negativity associated with them. .\r\n\r\nBats are beneficial for humans and the ecosystem\r\nBats perform vital ecosystem services all over the world. Fruit bats help pollinate globally\r\nimportant cash crops like durian [12] and agave (the plant that produces tequila) [13]. In\r\nSouth Asia, the culturally-significant tree Mahua (Madhuca longifolia) appears to be\r\npredominantly bat-pollinated [14]. In Nepal, Chiuri (Diploknema butyracea), a multipurpose\r\ntree for the rural populace is pollinated by bats [15]. Small fruit bats also pollinate the flowers\r\nof mangroves, which is an extremely productive ecosystem and also a natural barrier to\r\ncoastal erosion and sea surges, thereby forming our first line of defence to natural disasters.\r\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause economic losses\r\nin rice plantations [16] and also eat mosquitoes. For instance, bats are estimated to save ~800\r\n\r\nmillion USD for cocoa farmers in Indonesia [17] and ~22 billion dollars (annually) for corn\r\nfarmers in the United States [18] through pest control. The importance of bats as seed\r\ndispersers, pollinators and pest controllers, particularly in the region’s important cash crops\r\n(like tea) is beginning to be unravelled. Epidemiologically, the unique immune system of bats\r\ncould provide clues on handling viruses, therefore they should be seen as a solution to disease\r\noutbreaks, rather than the problem.\r\n\r\nConcluding remarks\r\nIn view of the above points, we firmly believe that the mass hysteria against bats is unfair and\r\nuncalled for. The current pandemic is an outcome of the ongoing ecological destruction,\r\nincreasing intensification of livestock farming and wildlife trade. We urge people not to\r\nbelieve in news from unverified sources and cause harm to bats in retaliation. Likewise, we\r\nrequest the media to not oversimplify scientific evidence, to emphasise the role of humans in\r\ndisease outbreaks and to highlight the importance of coexistence with bats in urban\r\nlandscapes. Bats have been living around us for centuries and we have been disease free\r\nwherever bats have been left to their business. Oversimplified or unverified information from\r\nthe press not only creates unnecessary fear among the public but also pushes decades of\r\nconservation efforts backwards which is far more destructive for the ecosystem.. In India,\r\nonly two species (out of 128) are protected by law, while many other species are more\r\nendangered or lack scientific information [19]. In Nepal, too, all species are unprotected,\r\nincluding two species from the National Red List [20] and the same is true for Pakistan. We\r\nurge the governments of these countries to reconsider and reinforce the laws governing bat\r\nconservation.\r\n\r\nSignatories\r\n*Email IDs are provided for those who have agreed to be contacted by the media\r\n1. Rohit Chakravarty, Leibniz Institute for Zoo and Wildlife Research, Berlin,\r\nGermany <rohit.chakravarty77@gmail.com>\r\n2. Baheerathan Murugavel, Indian Institute of Science Education and Research\r\nThiruvananthapuram (IISER TVM), India <baheerathanm@gmail.com>\r\n\r\n3. Dr. Seshadri K S, Indian Institute of Science (IISc) and The Madras Crocodile Bank\r\nTrust (MCBT), India <seshadri.ali@gmail.com>\r\n4. Vidisha Kulkarni, Jain University and GubbiLabs, Bangalore, India\r\n5. Rajesh Puttaswamaiah, Citizen Scientist & Trustee, Bat Conservation India Trust,\r\nBangalore, India <rajesh@bcit.org.in>\r\n6. Dr. Vadamalai Elangovan, Babasaheb Bhimrao Ambedkar University, Lucknow,\r\nUttar Pradesh, India <elango70@yahoo.com>\r\n7. Shriranjani Iyer, Sálim Ali Centre for Ornithology and Natural History (SACON),\r\nAnaikatty, Coimbatore, India <shriranjani8@gmail.com>\r\n8. Aditya Srinivasulu, Biodiversity Research and Conservation Society, Hyderabad,\r\nIndia. <juramaia98@gmail.com>\r\n9. Dr. Pushpa Raj Acharya, Central Campus of Science and Technology, Mid-Western\r\nUniversity, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com>\r\n10. Basanta Sharma, Nepal Bats Research and Conservation Union (NeBRCU),\r\nPokhara, Nepal. <basant@nebrcu.org.np>\r\n11. Dr. T.Ganesh, Senior Fellow, Ashoka Trust for research in Ecology and the\r\nEnvironment(ATREE), Bangalore, India\r\n12. Sanjeev Baniya, Nepal Bat Research and Conservation Union (NeBRCU), Pokhara,\r\nNepal. <sanjeev.torres19@gmail.com>\r\n13. Dr. A. Rathinakumar, Madurai Kamaraj University, Madurai, India.\r\n<rathinacumar@gmail.com>\r\n14. Dr. Chetan HC, Assistant Professor, The University of Transdisciplinary Health\r\nSciences and Technology, Centre for Conservation of Natural resources, Bengaluru,\r\nIndia <chetan.hcc@gmail.com>\r\n15. Dr. R. Ganesan, Ashoka Trust for Research in Ecology and the Environment\r\n(ATREE), Bangalore, India\r\n16. Rohit Chouhan, Wildlife Research Fellow, Department of Wildlife Science,\r\nUniversity of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com>\r\n17. Kaushik N, Madurai Kamaraj University, Madurai, India\r\n<kaushiknarayanan93@gmail.com>\r\n18. Dr. Sumit Dookia, Assistant Professor, University School of Environment\r\nManagement, Guru Gobind Singh Indraprastha University, New Delhi, India\r\n<sumitdookia@gmail.com>\r\n\r\n19. Aishanya Sarma, Conservation Initiatives, Assam, India\r\n<aishanyasarma@gmail.com>\r\n20. Kasturi Saha, Indian Institute of Science (IISc), Bangalore, India\r\n<kasturisaha@iisc.ac.in>\r\n21. Ram Mohan, Indian Institute of Science Education and Research Pune (IISER Pune),\r\nIndia <rmmhn62@gmail.com>\r\n22. Tariq Ahmed Shah, Wildlife Biology & Taxonomy Lab, Osmania University,\r\nHyderabad, India. <tariqahmed143@gmail.com>\r\n23. Devna Arora, Rehabber’s Den, Pune, India <devna@rehabbersden.org>\r\n24. Harish Prakash, Indian Institute of Science (IISc), Bangalore, India\r\n<harishp@iisc.ac.in>\r\n25. Dr. Parvathy Venugopal, School of Biological Sciences, University of Bristol,\r\nUnited Kingdom. <pvparvathycof@gmail.com>\r\n26. Rajlakshmi Mishra, University School of Environmental Management, Guru Gobind\r\nSingh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com>\r\n27. Rahul Prabhukhanolkar, Mhadei Research Center, Belagavi and Indian Bat\r\nConservation Research Unit, India <pkrahul85@gmail.com>\r\n28. A. Karthikeyan, Madurai Kamaraj University, Madurai, India.\r\n<aero2.karthi@gmail.com>\r\n29. Prof. Hema Somanathan, Indian Institute of Science Education and Research,\r\nThiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in>\r\n30. Prof. G. Marimuthu, Madurai Kamaraj University, Madurai, India\r\n31. Dr. Utttam Saikia, Zoological Survey of India, Shillong, India\r\n<uttamzsi@gmail.com>\r\n32. Dr. H. Raghuram, PG and Research Department of Zoology, The American College,\r\nMadurai 625 002, Tamil Nadu, India <hraghuram@gmail.com>\r\n33. Tharaka Kusuminda, Department of Agricultural Biology, Faculty of Agriculture,\r\nUniversity of Ruhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com>\r\n34. Jayanthi Kallam, Founder and Executive Director, Avian and Reptile Rehabilitation\r\nTrust, Bangalore, India <arrcindia@gmail.com>\r\n35. Prof. Sripathi Kandula, Madurai Kamaraj University / Chettinad Academy of\r\nResearch and Education, Chennai, India <sribat@gmail.com>\r\n\r\n36. Dr. Amani Mannakkara, Department of Agricultural Biology, Faculty of\r\nAgriculture, University of Ruhuna, Kamburupitiya, Sri Lanka.\r\n<amani@agbio.ruh.ac.lk>\r\n37. Ravi Umadi, Department of Biologie II, Biocenter, Ludwig-Maximillians\r\nUniversitaet, Munich, Germany <ravisumadi@gmail.com>\r\n38. Sargam Singh Rasaily IFS, APCCF/Member Secretary, Uttarakhand Biodiversity\r\nBoard, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com>\r\n39. R.M.T. Priyanwada Rathnayake, Master of Environment Management , Faculty of\r\nGraduate Studies , University of Colombo, Sri Lanka <priyanwada1@gmail.com>\r\n40. Sangay Tshering, College of Natural Resources, Royal University of Bhutan,\r\nPunakha, Bhutan. <desangma06@gmail.com>\r\n41. Dr. D. Paramanantha Swami Doss, Assistant Professor, St. John’s College,\r\nPalayamkottai, Tamil Nadu, India <dossanad@gmail.com>\r\n42. Dr. Venkatesh Nagarajan Radha, Postdoc Associate, University of Sydney,\r\nAustralia. <venkatesh.nagarajan.radha@gmail.com>\r\n43. Dr. Chelmala Srinivasulu, Department of Zoology, Osmania University, Hyderabad,\r\nTelangana State, India <srini.chelmala@gmail.com>\r\n44. Dr. Bhargavi Srinivasulu, Department of Zoology, Osmania University, Hyderabad,\r\nTelangana State, India\r\n45. Dr. S. Baskaran, Assistant Professor, Department of Biotechnology, The Madura\r\nCollege, Madurai, Tamil Nadu, India <baskarmku@gmail.com>\r\n46. Chamara Amarasinghe, Faculty of Graduate Studies, University of Colombo, Sri\r\nLanka. <a.zeylanica@gmail.com>\r\n47. Pratik Das, XVI M.Sc., Wildlife Institute of India, Dehradun, India.\r\n48. Dr. Touseef Ahmed, Department of Biological Sciences, Texas Tech University,\r\nTexas, USA. <touseef.ahmed@ttu.edu>\r\n49. Dr. T. Karuppudurai, Madurai Kamaraj University, Madurai, India.\r\n<tkdurai@gmail.com>\r\n50. Steffi Christiane R, Department of Animal Behaviour & Physiology, School of\r\nBiological Sciences, Madurai Kamaraj University, Madurai, India.\r\n<christianesteffi16@gmail.com>\r\n51. Dr. Manjari Jain, Indian Institute of Science Education and Research, Mohali\r\n(IISER-M), India <manjari@iisermohali.ac.in>\r\n\r\n52. Suranjan Karunarathna, Nature Exploration and Education Team, Colombo, Sri\r\nLanka <suranjan.karu@gmail.com>\r\n53. Dr. Sanjay Molur, Co-chair, Chiroptera Conservation & Information Network of\r\nSouth Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India.\r\n<sanjay@zooreach.org>\r\n54. Dr. Kranti Yardi, Professor, Bharati Vidyapeeth Institute of Environment Education\r\nand Research, Bharati Vidyapeeth Deemed to be University, Pune\r\n<kranti@bvieer.edu.in>\r\n55. Aita Hang Subba, Guest faculty, Department of Zoology, Sikkim University,\r\nGangtok, India <aitalimboo20@gmail.com>\r\n56. M. Mathivanan, Senior Research Associate, Ashoka Trust for Research in Ecology\r\nand the Environment (ATREE), Agasthyamalai Community Conservation Centre\r\n(ACCC), Manimutharu, Tirunelveli, Tamil Nadu, India <mathi@atree.org>\r\n57. Dr. Adora Thabah, Freelance researcher, Shillong, Meghalaya.\r\n<abatty1@gmail.com>\r\n58. Tijo K Joy, UNDP Cluster Coordinator- Conservation & Ecology HTML Project,\r\nMunnar, Kerala, India.\r\n59. Dr. K. Emmanuvel Rajan, Department of Animal Science, School of Life Sciences,\r\nBharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India\r\n<emmanuvel@bud.ac.in>\r\n60. Shasank Ongole, National Centre for Biological Sciences, Bengaluru, Karnataka\r\n61. Soham Mukherjee, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad\r\n(Gujarat), India <soham.naja@gmail.com>\r\n62. Kadambari Deshpande, Ashoka Trust for Research in Ecology and the Environment\r\n(ATREE), Bangalore, India\r\n63. Thejasvi Beleyur, Max Planck Institute for Ornithology, Seewiesen, Germany\r\n<thejasvib@gmail.com>\r\n64. Dr Md Nurul Islam, FETPV Technical Officer, Global Health Development (GHD),\r\nBangladesh <nislam@globalhealthdev.org>\r\nNote: The views of the signatories are personal and may not reflect those of their institutions.\r\n\r\nReferences\r\n1. “Bats are Bengaluru’s enemy no 1 now”, news article in Bangalore Mirror on 20th\r\n\r\nApril 2020. https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-\r\nbengalurus-enemy-no-1-now/articleshow/75240633.cms\r\n\r\n2. “Myths of bats spreadinng Coronavirus: Two trees chopped off in city”, news report\r\n\r\nin Star of Mysore on 3rd April 2020. https://starofmysore.com/myth-of-bats-\r\nspreading-coronavirus-two-trees-chopped-off-in-city/\r\n\r\n3. Zhou, P., Yang, X., Wang, X. et al. (2020). A pneumonia outbreak associated with a\r\nnew coronavirus of probable bat origin. Nature 579, 270–273 (2020).\r\nhttps://doi.org/10.1038/s41586-020-2012-7\r\n4. Andersen, K.G., Rambaut, A., Lipkin, W.I. et al. (2020) The proximal origin of\r\nSARS-CoV-2. Nat Med 26, 450–452. https://doi.org/10.1038/s41591-020-0820-9\r\n\r\n5. Boni, M.F., Lemey, P., Jiang, X. et al. (2020). Evolutionary origins of the SARS-\r\nCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic. Preprint on\r\n\r\nwww.biorxiv.org. https://doi.org/10.1101/2020.03.30.015008\r\n\r\n6. World Health Organization Fact Sheet on Ebola: https://www.who.int/news-\r\nroom/fact-sheets/detail/ebola-virus-disease\r\n\r\n7. World Health Organization Fact Sheet on Nipah virus: https://www.who.int/news-\r\nroom/fact-sheets/detail/nipah-virus\r\n\r\n8. World Health Organization Fact Sheet on Middle Eastern Respiratory Syndrome:\r\n\r\nhttps://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-\r\ncoronavirus-(mers-cov)\r\n\r\n9. Yadav, P.D, Shete-Aich, A., Nyayanit, D.A., et al. (2020). Detection of coronaviruses\r\nin Pteropus and Rousettus species of bats from different states of India. Indian\r\nJournal of Medical Research\r\n10. Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis in Bangladesh:\r\nPolicy options. J Public Health Pol 36, 270–282.\r\nhttps://doi.org/10.1057/jphp.2015.13\r\n11. Jones, B.A, Grace, D., Kock, R. et al. (2013). Zoonosis emergence linked to\r\nagricultural intensification and environmental change. PNAS 110 (21), 8399-8404.\r\nhttps://doi.org/10.1073/pnas.1208059110\r\n12. Aziz, SA, Clements, GR, McConkey, KR, et al. (2017) Pollination by the locally\r\nendangered island flying fox (Pteropus hypomelanus) enhances fruit production of the\r\n\r\neconomically important durian (Durio zibethinus). Ecol Evol.; 7: 8670– 8684.\r\nhttps://doi.org/10.1002/ece3.3213\r\n13. Trejo-Salazar, R.E, Eguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save\r\nOur Bats, Save Our Tequila: Industry and Science Join Forces to Help Bats and\r\nAgaves Natural Areas Journal 36(4), 523-530. https://doi.org/10.3375/043.036.0417\r\n14. Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G. (2009). Bat\r\nforaging strategies and pollination of Madhuca longifolia (Sapotaceae) in southern\r\nIndia. Acta Chiropterologica, 11(2): 435-441.\r\n15. Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of Nature, Kathmandu.\r\n16. Wanger, T.C., Darras, K., Bumrungsri, S. et al. (2014). Bat pest control contributes to\r\nfood security in Thailand. Biological Conservation, 171: 220-223.\r\n17. Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds increase crop yield in\r\ntropical agroforestry landscapes. Ecology Letters, 16: 1480-1487.\r\n18. Maine, J. and Boyles, J.G. (2015). Bats initiate vital agroecological interactions in\r\ncorn. PNAS, 112(4): 12438-12443.\r\n19. Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020). Checklist of the bats of\r\nSouth Asia (v1.1). https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\r\n[Date of publication: 13 April 2020].\r\n20. Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. et al. (2011). The Status of\r\nNepal Mammals: The National Red List Series, Department of National Parks and\r\nWildlife Conservation, Kathmandu, Nepal.[/vc_column_text][us_btn label=\"Download PDF\" link=\"url:https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1PMqCJwNP35tFz6cDVYhr6o0ayX_c1J_z%2Fview%3Fusp%3Dsharing||target:%20_blank|\" align=\"center\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-26 23:07:52','2020-04-26 23:07:52','',32,'https://depak.org/2020/04/26/32-revision-v1/',0,'revision','',0),(376,1,'2020-04-27 20:47:00','2020-04-27 20:47:00','<!-- wp:heading -->\n<h2><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2><em>On the origin and transmission of SARS-CoV-2</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Coronaviruses in two species of Indian bats</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be natural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of Medical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian Flying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat (<em>Rousettus leschenaultii</em>) [9]. However, less than 5% of the screened samples contained this BtCoV and, as the study mentions, it is very distantly-related to SARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Bats are beneficial for humans and the ecosystem</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Concluding remarks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Touseef Ahmed</strong>, PhD Student , Teaching Assistant, Department of Biological Sciences Texas Tech University </li><li><strong>Rohit Chakravarty</strong>, Leibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>, Indian Institute of Science Education and Research Thiruvananthapuram (IISER TVM), India <baheerathanm@gmail.com> <strong> </strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>, Assistant Professor, The University of Transdisciplinary Health Sciences and Technology, Centre for Conservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant Professor, University School of Environment Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG and Research Department of Zoology, The American College, Madurai 625 002, Tamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and Reptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>, Madurai Kamaraj University / Chettinad Academy of Research and Education, Chennai, India <sribat@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>, Guest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior Research Associate, Ashoka Trust for Research in Ecology and the Environment (ATREE), Agasthyamalai Community Conservation Centre (ACCC), Manimutharu, Tirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP Cluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala, India.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department of Animal Science, School of Life Sciences, Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1 now”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-arebengalurus-enemy-no-1-now/articleshow/75240633.cms </a></li><li>“Myths of bats spreadinng Coronavirus: Two trees chopped off in city”, news report in Star of Mysore on 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> https://starofmysore.com/myth-of-batsspreading-coronavirus-two-trees-chopped-off-in-city/ </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak associated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> https://doi.org/10.1038/s41586-020-2012-7 </a></li><li>Andersen, K.G., Rambaut, A., Lipkin, W.I. <em>et al.</em> (2020) The proximal origin of SARS-CoV-2. <em>Nat Med</em> 26, 450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> https://doi.org/10.1038/s41591-020-0820-9 </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of the SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic. Preprint on<a href=\"http://www.biorxiv.org/\"> www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">. https://doi.org/10.1101/2020.03.30.015008 </a></li><li>World Health Organization Fact Sheet on Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> https://www.who.int/newsroom/fact-sheets/detail/ebola-virus-disease </a></li><li>World Health Organization Fact Sheet on Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> https://www.who.int/newsroom/fact-sheets/detail/nipah-virus </a></li><li>World Health Organization Fact Sheet on Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndromecoronavirus-(mers-cov) </a></li><li>Yadav, P.D, Shete-Aich, A., Nyayanit, D.A., <em>et al</em>. (2020). Detection of coronaviruses in <em>Pteropus </em>and <em>Rousettus </em>species of bats from different states of India. <em>Indian Journal of Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis in Bangladesh: Policy options. J Public Health Pol 36, 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> https://doi.org/10.1057/jphp.2015.13 </a> </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19','','publish','open','open','','south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020','','','2020-05-02 19:19:11','2020-05-02 19:19:11','',0,'https://depak.org/?p=376',0,'post','',0),(377,1,'2020-04-27 20:46:42','2020-04-27 20:46:42','','Auto Draft','','inherit','closed','closed','','376-revision-v1','','','2020-04-27 20:46:42','2020-04-27 20:46:42','',376,'https://depak.org/2020/04/27/376-revision-v1/',0,'revision','',0),(378,1,'2020-04-27 20:49:30','2020-04-27 20:49:30','<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>On the origin and transmission of SARS-CoV-2</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Coronaviruses in two species of Indian bats</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be\nnatural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of\nMedical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian\nFlying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(<em>Rousettus\nleschenaultii</em>) [9]. However, less than 5% of the screened samples contained\nthis BtCoV and, as the study mentions, it is very distantly-related to\nSARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Bats are beneficial for humans and the ecosystem</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Concluding remarks</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Rohit Chakravarty</strong>,\nLeibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>,\nIndian Institute of Science Education and Research </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Thiruvananthapuram (IISER\nTVM), India <baheerathanm@gmail.com>\n<strong> </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian\nInstitute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India\n<seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>,\nJain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>,\nCitizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India\n<rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb\nBhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and\nNatural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong>\nBiodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>,\nCentral Campus of Science and Technology, Mid-Western University,\nBirendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal\nBats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior\nFellow, Ashoka Trust for research in Ecology and the Environment(ATREE),\nBangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal\nBat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>,\nMadurai Kamaraj University, Madurai, India. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><rathinacumar@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>,\nAssistant Professor, The University of Transdisciplinary Health </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Sciences and Technology, Centre for\nConservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia <strong> </strong></li><li><strong>Rohit Chouhan</strong>,\nWildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai\nKamaraj University, Madurai, India </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><kaushiknarayanan93@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant\nProfessor, University School of Environment </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Management, Guru Gobind\nSingh Indraprastha University, New Delhi, India </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><sumitdookia@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation\nInitiatives, Assam, India </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><aishanyasarma@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian\nInstitute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian\nInstitute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife\nBiology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s\nDen, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>,\nIndian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>,\nSchool of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>,\nUniversity School of Environmental Management, Guru Gobind Singh Indraprastha\nUniversity, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>,\nMhadei Research Center, Belagavi and Indian Bat Conservation Research Unit,\nIndia <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai\nKamaraj University, Madurai, India. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><aero2.karthi@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>,\nIndian Institute of Science Education and Research, Thiruvananthapuram\n(IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>,\nMadurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong>\nZoological Survey of India, Shillong, India </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><uttamzsi@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG\nand Research Department of Zoology, The American College, Madurai 625 002,\nTamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>,\nDepartment of Agricultural Biology, Faculty of Agriculture, University of\nRuhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and\nReptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>,\nMadurai Kamaraj University / Chettinad Academy of </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Research and Education,\nChennai, India <sribat@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty\nof Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><amani@agbio.ruh.ac.lk></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department\nof Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany\n<ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>,\n</strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun,\nUttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada\nRathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies\n, University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>,\nCollege of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami\nDoss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu,\nIndia <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan\nRadha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>,\nDepartment of Zoology, Osmania University, Hyderabad, Telangana State, India\n<<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>,\nDepartment of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>,\nAssistant Professor, Department of Biotechnology, The Madura College, Madurai,\nTamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>,\nFaculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI\nM.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>,\nDepartment of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai\nKamaraj University, Madurai, India. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><tkdurai@gmail.com> </h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School\nof Biological Sciences, Madurai Kamaraj University, Madurai, India. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><<strong>christianesteffi16@gmail.com</strong>></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>,\nIndian Institute of Science Education and Research, Mohali </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>(IISER-M), India <manjari@iisermohali.ac.in> </h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>,\nNature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>,\nCo-chair, Chiroptera Conservation & Information Network of South Asia\n(CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>,\nProfessor, Bharati Vidyapeeth Institute of Environment Education and\nResearch, Bharati Vidyapeeth Deemed to\nbe University, Pune </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><kranti@bvieer.edu.in> </h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>,\nGuest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior\nResearch Associate, Ashoka Trust for Research in Ecology and the Environment\n(ATREE), Agasthyamalai Community Conservation Centre </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>(ACCC), Manimutharu,\nTirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance\nresearcher, Shillong, Meghalaya. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><abatty1@gmail.com> </h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP\nCluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala,\nIndia.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department\nof Animal Science, School of Life Sciences, </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bharathidasan University,\nTiruchirappalli-620024, Tamil Nadu, India </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><emmanuvel@bud.ac.in> </h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>,\nNational Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>,\nHerpetologist & Wildlife Biologist, NAJA India, Ahmedabad </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>(Gujarat), India <soham.naja@gmail.com> </h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1\nnow”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">https://bangaloremirror.indiatimes.com/bangalore/cover</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">story/bats</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">are</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">bengalurus</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">enemy</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">no</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">1</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">now/articleshow/75240633.cms</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a></li><li>“Myths of bats spreadinng\nCoronavirus: Two trees chopped off in city”, news report in Star of Mysore\non 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">https://starofmysore.com/myth</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">of</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">bats</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">spreading</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">coronavirus</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">two</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">trees</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">chopped</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">off</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">in</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">city/</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak\nassociated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">https://doi.org/10.1038/s41586</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">020</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">2012</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">7</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a></li><li>Andersen, K.G., Rambaut, A., Lipkin,\nW.I. <em>et al.</em> (2020) The proximal\norigin of SARS-CoV-2. <em>Nat Med</em> 26,\n450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">https://doi.org/10.1038/s41591</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">020</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">0820</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">9</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of\nthe SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic.\nPreprint on<a href=\"http://www.biorxiv.org/\"> </a><a href=\"http://www.biorxiv.org/\">www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">.</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">https://doi.org/10.1101/2020.03.30.015008</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a></li><li>World Health Organization Fact Sheet\non Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">sheets/detail/ebola</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">disease</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a></li><li>World Health Organization Fact Sheet\non Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">sheets/detail/nipah</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a></li><li>World Health Organization Fact Sheet\non Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">sheets/detail/middle</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">east</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">respiratory</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">syndrome</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">coronavirus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">(mers</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">cov)</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a></li><li>Yadav, P.D, Shete-Aich, A.,\nNyayanit, D.A., <em>et al</em>. (2020).\nDetection of coronaviruses in <em>Pteropus </em>and\n<em>Rousettus </em>species of bats from\ndifferent states of India. <em>Indian Journal\nof Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis\nin Bangladesh: </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Policy options.\n J Public Health Pol 36,\n 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a><a href=\"https://doi.org/10.1057/jphp.2015.13\">https://doi.org/10.1057/jphp.2015.13</a><a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 (Date of release: 24/04/2020)','','inherit','closed','closed','','376-revision-v1','','','2020-04-27 20:49:30','2020-04-27 20:49:30','',376,'https://depak.org/2020/04/27/376-revision-v1/',0,'revision','',0),(379,1,'2020-04-27 20:54:29','2020-04-27 20:54:29','<!-- wp:heading -->\n<h2>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 (Date of release: 24/04/2020)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>On the origin and transmission of SARS-CoV-2</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Coronaviruses in two species of Indian bats</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be\nnatural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of\nMedical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian\nFlying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(<em>Rousettus\nleschenaultii</em>) [9]. However, less than 5% of the screened samples contained\nthis BtCoV and, as the study mentions, it is very distantly-related to\nSARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Bats are beneficial for humans and the ecosystem</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><em>Concluding remarks</em> </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Rohit Chakravarty</strong>,\nLeibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>,\nIndian Institute of Science Education and Research </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Thiruvananthapuram (IISER\nTVM), India <baheerathanm@gmail.com>\n<strong> </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>,\nAssistant Professor, The University of Transdisciplinary Health </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Sciences and Technology, Centre for\nConservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant\nProfessor, University School of Environment </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG\nand Research Department of Zoology, The American College, Madurai 625 002,\nTamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>,\nDepartment of Agricultural Biology, Faculty of Agriculture, University of\nRuhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and\nReptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>,\nMadurai Kamaraj University / Chettinad Academy of </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Research and Education,\nChennai, India <sribat@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>,\nGuest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior\nResearch Associate, Ashoka Trust for Research in Ecology and the Environment\n(ATREE), Agasthyamalai Community Conservation Centre </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>(ACCC), Manimutharu,\nTirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP\nCluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala,\nIndia.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department\nof Animal Science, School of Life Sciences, </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1\nnow”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">https://bangaloremirror.indiatimes.com/bangalore/cover</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">story/bats</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">are</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">bengalurus</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">enemy</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">no</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">1</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">now/articleshow/75240633.cms</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a></li><li>“Myths of bats spreadinng\nCoronavirus: Two trees chopped off in city”, news report in Star of Mysore\non 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">https://starofmysore.com/myth</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">of</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">bats</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">spreading</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">coronavirus</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">two</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">trees</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">chopped</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">off</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">in</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">city/</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak\nassociated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">https://doi.org/10.1038/s41586</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">020</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">2012</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">7</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a></li><li>Andersen, K.G., Rambaut, A., Lipkin,\nW.I. <em>et al.</em> (2020) The proximal\norigin of SARS-CoV-2. <em>Nat Med</em> 26,\n450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">https://doi.org/10.1038/s41591</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">020</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">0820</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">9</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of\nthe SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic.\nPreprint on<a href=\"http://www.biorxiv.org/\"> </a><a href=\"http://www.biorxiv.org/\">www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">.</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">https://doi.org/10.1101/2020.03.30.015008</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a></li><li>World Health Organization Fact Sheet\non Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">sheets/detail/ebola</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">disease</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a></li><li>World Health Organization Fact Sheet\non Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">sheets/detail/nipah</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a></li><li>World Health Organization Fact Sheet\non Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">sheets/detail/middle</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">east</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">respiratory</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">syndrome</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">coronavirus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">(mers</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">cov)</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a></li><li>Yadav, P.D, Shete-Aich, A.,\nNyayanit, D.A., <em>et al</em>. (2020).\nDetection of coronaviruses in <em>Pteropus </em>and\n<em>Rousettus </em>species of bats from\ndifferent states of India. <em>Indian Journal\nof Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis\nin Bangladesh: </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Policy options.\n J Public Health Pol 36,\n 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a><a href=\"https://doi.org/10.1057/jphp.2015.13\">https://doi.org/10.1057/jphp.2015.13</a><a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 (Date of release: 24/04/2020)','','inherit','closed','closed','','376-revision-v1','','','2020-04-27 20:54:29','2020-04-27 20:54:29','',376,'https://depak.org/2020/04/27/376-revision-v1/',0,'revision','',0),(380,1,'2020-04-27 20:56:14','2020-04-27 20:56:14','<!-- wp:heading -->\n<h2><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 </strong>(Date of release: 24/04/2020)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2><em>On the origin and transmission of SARS-CoV-2</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Coronaviruses in two species of Indian bats</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be\nnatural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of\nMedical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian\nFlying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(<em>Rousettus\nleschenaultii</em>) [9]. However, less than 5% of the screened samples contained\nthis BtCoV and, as the study mentions, it is very distantly-related to\nSARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Bats are beneficial for humans and the ecosystem</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Concluding remarks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Rohit Chakravarty</strong>,\nLeibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>,\nIndian Institute of Science Education and Research </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Thiruvananthapuram (IISER\nTVM), India <baheerathanm@gmail.com>\n<strong> </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>,\nAssistant Professor, The University of Transdisciplinary Health </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Sciences and Technology, Centre for\nConservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant\nProfessor, University School of Environment </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG\nand Research Department of Zoology, The American College, Madurai 625 002,\nTamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>,\nDepartment of Agricultural Biology, Faculty of Agriculture, University of\nRuhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and\nReptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>,\nMadurai Kamaraj University / Chettinad Academy of </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Research and Education,\nChennai, India <sribat@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>,\nGuest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior\nResearch Associate, Ashoka Trust for Research in Ecology and the Environment\n(ATREE), Agasthyamalai Community Conservation Centre </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>(ACCC), Manimutharu,\nTirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP\nCluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala,\nIndia.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department\nof Animal Science, School of Life Sciences, </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1\nnow”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">https://bangaloremirror.indiatimes.com/bangalore/cover</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">story/bats</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">are</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">bengalurus</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">enemy</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">no</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">1</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">now/articleshow/75240633.cms</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a></li><li>“Myths of bats spreadinng\nCoronavirus: Two trees chopped off in city”, news report in Star of Mysore\non 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">https://starofmysore.com/myth</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">of</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">bats</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">spreading</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">coronavirus</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">two</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">trees</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">chopped</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">off</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">in</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">city/</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak\nassociated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">https://doi.org/10.1038/s41586</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">020</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">2012</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">7</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a></li><li>Andersen, K.G., Rambaut, A., Lipkin,\nW.I. <em>et al.</em> (2020) The proximal\norigin of SARS-CoV-2. <em>Nat Med</em> 26,\n450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">https://doi.org/10.1038/s41591</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">020</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">0820</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">9</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of\nthe SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic.\nPreprint on<a href=\"http://www.biorxiv.org/\"> </a><a href=\"http://www.biorxiv.org/\">www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">.</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">https://doi.org/10.1101/2020.03.30.015008</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a></li><li>World Health Organization Fact Sheet\non Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">sheets/detail/ebola</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">disease</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a></li><li>World Health Organization Fact Sheet\non Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">sheets/detail/nipah</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a></li><li>World Health Organization Fact Sheet\non Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">sheets/detail/middle</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">east</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">respiratory</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">syndrome</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">coronavirus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">(mers</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">cov)</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a></li><li>Yadav, P.D, Shete-Aich, A.,\nNyayanit, D.A., <em>et al</em>. (2020).\nDetection of coronaviruses in <em>Pteropus </em>and\n<em>Rousettus </em>species of bats from\ndifferent states of India. <em>Indian Journal\nof Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis\nin Bangladesh: </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Policy options.\n J Public Health Pol 36,\n 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a><a href=\"https://doi.org/10.1057/jphp.2015.13\">https://doi.org/10.1057/jphp.2015.13</a><a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 (Date of release: 24/04/2020)','','inherit','closed','closed','','376-revision-v1','','','2020-04-27 20:56:14','2020-04-27 20:56:14','',376,'https://depak.org/2020/04/27/376-revision-v1/',0,'revision','',0); INSERT INTO `wpmd_posts` VALUES (381,1,'2020-04-27 20:56:44','2020-04-27 20:56:44','<!-- wp:heading -->\n<h2><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>(Date of release: 24/04/2020)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2><em>On the origin and transmission of SARS-CoV-2</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Coronaviruses in two species of Indian bats</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be\nnatural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of\nMedical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian\nFlying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(<em>Rousettus\nleschenaultii</em>) [9]. However, less than 5% of the screened samples contained\nthis BtCoV and, as the study mentions, it is very distantly-related to\nSARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Bats are beneficial for humans and the ecosystem</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Concluding remarks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Rohit Chakravarty</strong>,\nLeibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>,\nIndian Institute of Science Education and Research </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Thiruvananthapuram (IISER\nTVM), India <baheerathanm@gmail.com>\n<strong> </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>,\nAssistant Professor, The University of Transdisciplinary Health </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Sciences and Technology, Centre for\nConservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant\nProfessor, University School of Environment </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG\nand Research Department of Zoology, The American College, Madurai 625 002,\nTamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>,\nDepartment of Agricultural Biology, Faculty of Agriculture, University of\nRuhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and\nReptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>,\nMadurai Kamaraj University / Chettinad Academy of </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Research and Education,\nChennai, India <sribat@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>,\nGuest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior\nResearch Associate, Ashoka Trust for Research in Ecology and the Environment\n(ATREE), Agasthyamalai Community Conservation Centre </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>(ACCC), Manimutharu,\nTirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP\nCluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala,\nIndia.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department\nof Animal Science, School of Life Sciences, </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1\nnow”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">https://bangaloremirror.indiatimes.com/bangalore/cover</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">story/bats</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">are</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">bengalurus</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">enemy</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">no</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">1</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">now/articleshow/75240633.cms</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a></li><li>“Myths of bats spreadinng\nCoronavirus: Two trees chopped off in city”, news report in Star of Mysore\non 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">https://starofmysore.com/myth</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">of</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">bats</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">spreading</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">coronavirus</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">two</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">trees</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">chopped</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">off</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">in</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">city/</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak\nassociated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">https://doi.org/10.1038/s41586</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">020</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">2012</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">7</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a></li><li>Andersen, K.G., Rambaut, A., Lipkin,\nW.I. <em>et al.</em> (2020) The proximal\norigin of SARS-CoV-2. <em>Nat Med</em> 26,\n450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">https://doi.org/10.1038/s41591</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">020</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">0820</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">9</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of\nthe SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic.\nPreprint on<a href=\"http://www.biorxiv.org/\"> </a><a href=\"http://www.biorxiv.org/\">www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">.</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">https://doi.org/10.1101/2020.03.30.015008</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a></li><li>World Health Organization Fact Sheet\non Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">sheets/detail/ebola</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">disease</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a></li><li>World Health Organization Fact Sheet\non Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">sheets/detail/nipah</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a></li><li>World Health Organization Fact Sheet\non Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">sheets/detail/middle</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">east</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">respiratory</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">syndrome</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">coronavirus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">(mers</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">cov)</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a></li><li>Yadav, P.D, Shete-Aich, A.,\nNyayanit, D.A., <em>et al</em>. (2020).\nDetection of coronaviruses in <em>Pteropus </em>and\n<em>Rousettus </em>species of bats from\ndifferent states of India. <em>Indian Journal\nof Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis\nin Bangladesh: </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Policy options.\n J Public Health Pol 36,\n 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a><a href=\"https://doi.org/10.1057/jphp.2015.13\">https://doi.org/10.1057/jphp.2015.13</a><a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 (Date of release: 24/04/2020)','','inherit','closed','closed','','376-revision-v1','','','2020-04-27 20:56:44','2020-04-27 20:56:44','',376,'https://depak.org/2020/04/27/376-revision-v1/',0,'revision','',0),(382,1,'2020-04-27 20:57:34','2020-04-27 20:57:34','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row][vc_column][vc_wp_posts title=\"Most Recent\" number=\"5\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 20:57:34','2020-04-27 20:57:34','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(383,1,'2020-04-27 20:58:54','2020-04-27 20:58:54','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row][vc_column][us_carousel][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 20:58:54','2020-04-27 20:58:54','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(384,1,'2020-04-27 20:59:19','2020-04-27 20:59:19','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][us_carousel][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 20:59:19','2020-04-27 20:59:19','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(385,1,'2020-04-27 21:01:56','2020-04-27 21:01:56','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][us_carousel items_layout=\"blog_compact\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 21:01:56','2020-04-27 21:01:56','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(387,1,'2020-04-27 21:09:48','2020-04-27 21:09:48','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][us_carousel items_layout=\"blog_12\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 21:09:48','2020-04-27 21:09:48','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(388,1,'2020-04-27 21:19:56','2020-04-27 21:19:56','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1588021155278{padding-top: 40px !important;padding-bottom: 40px !important;}\"][vc_column][vc_wp_posts title=\"\" number=\"5\" show_date=\"1\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 21:19:56','2020-04-27 21:19:56','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(389,1,'2020-04-27 21:30:42','2020-04-27 21:30:42','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vc_column_text]\r\n<h2><span style=\"text-decoration: underline;\"><span style=\"color: #1a1a1a;\"><a style=\"color: #1a1a1a;\" href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19</strong></a></span></span></h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 21:30:42','2020-04-27 21:30:42','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(391,1,'2020-04-27 21:48:00','2020-04-27 21:48:00','<!-- wp:heading -->\n<h2><strong>Frequently Asked Questions and Answers on Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Is there any scientific basis to the theory that the novel coronavirus (SARS-COV-2) may have its origin in bats?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats do share some genomic similarities with\nSARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2\nindependently without the aid of any intermediary species. Pangolin is believe\nto be that intermediary species. However, we do not say anything for sure, how\nthey interact which resulted in transmission of SARS-COV-2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Why are bats a reservoir for viruses? And how do they\nprotect themselves from these pathogens?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats are reservoir of viruses just as any other animal\nspecies. In fact, there are other animals that carry more viruses than bats\nlike migratory birds, rodents and pigs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bats have unique body physiology. They raise their\nbody temperature as a flight mechanism, which can result in damage of virus\nparticle (genome), that no longer remain viable to infect bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional, there are evidences that bats have\nevolutionary relationship with viruse that reside in it. Which means that these\nvirus evolved within bats, hence, infective for bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent study shows that bats can develop an\nanti-inflammatory stage which prevent them form these viruses, which is\nactually quite amazing because it gives clues for human line of treatment\nagainst similar viral diseases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>As a bat expert, what is your reaction to the\nvilification of bats in the wake of COVID-19?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is totally unjustified to vilify nature’s most\nmysterious and beneficial wildlife species. COVID-19 is spreading through human\nto human transmission. This mass hysteria of blaming bats has no justification\nand scientific proof to support. I feel there is need for more awareness for\npublic and authorities, to appreciate how important bats are, for sustainable\necosystem and world economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>In many cities across the world, residents have called\nin experts to remove bats from their roosts in buildings. Is this panic\nreaction warranted?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is highly painful as a bat researcher to see, how\npeople are reacting to their friendliest bats neighbors. It is important to\nunderstand that bats do harbor zoonotic viruses but these viruses will not\ninflict harm to people until people start disturbing and poking them and\ncontinue degrading their habitats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Should cultures that have traditionally eaten bats\nstop the practice now?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We have reports that many countries have secret wildlife\nbush meat markets like in China and some African countries where people trade bats\nfor eating purposes. There is still lot need to be done to change people\nbehavior and abolish bat meat eating culture and traditions around many regions\nof world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>What are the pressing threats that most of the 1,400\nbat species worldwide face these days?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Habitat destruction is the most serious threat for\nmost of the bats species worldwide. Land use for agriculture and humans\nsettlement have significantly reduced bats habitat across world. In addition,\nclimate change induced global warming has further aggravated living conditions\nfor bats particularly in South Asia. Pteropus medius is a local bats species in\nIndian subcontinent which is continuously under threat from harsh summer\ntemperature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Will the COVID-19 pandemic hurt global bat conservation\nefforts?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We believe COVID-19 pandemic will not hurt global bat conservation efforts. In fact it will support our cause for wildlife especially bats conservation. One Health Approach is gaining momentum after COVID-19 pandemic, which appreciate human health is related with wellbeing of animals and environment health. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>About Author</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Touseef Ahmed is a PhD Scholar in Kingston Lab at Texas Tech University, USA. He is working on bats borne zoonotic diseases ecology and epidemiology in Pakistan. He is a founder of non-profit platform DEPAK.ORG, which is created for enhancing wildlife conservation and zoonosis through effective engagement. He is also representing Pakistan in Global Union for Bats Diversity Network GBatNet </p>\n<!-- /wp:paragraph -->','Frequently Asked Questions and Answers on Bats and COVID-19','','publish','open','open','','frequently-asked-questions-and-answers-on-bats-and-covid-19','','','2020-05-02 17:00:22','2020-05-02 17:00:22','',0,'https://depak.org/?p=391',0,'post','',0),(392,1,'2020-04-27 21:47:12','2020-04-27 21:47:12','','Touseef','','inherit','open','closed','','touseef-4','','','2020-04-27 21:47:12','2020-04-27 21:47:12','',391,'https://depak.org/wp-content/uploads/2020/04/Touseef.jpg',0,'attachment','image/jpeg',0),(393,1,'2020-04-27 21:48:00','2020-04-27 21:48:00','<!-- wp:paragraph -->\n<p><strong>Frequently Asked Questions and Answers on Bats and\nCOVID-19</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Is there any scientific basis to the theory that the novel coronavirus (SARS-COV-2) may have its origin in bats?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats do share some genomic similarities with\nSARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2\nindependently without the aid of any intermediary species. Pangolin is believe\nto be that intermediary species. However, we do not say anything for sure, how\nthey interact which resulted in transmission of SARS-COV-2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Why are bats a reservoir for viruses? And how do they\nprotect themselves from these pathogens?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats are reservoir of viruses just as any other animal\nspecies. In fact, there are other animals that carry more viruses than bats\nlike migratory birds, rodents and pigs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bats have unique body physiology. They raise their\nbody temperature as a flight mechanism, which can result in damage of virus\nparticle (genome), that no longer remain viable to infect bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional, there are evidences that bats have\nevolutionary relationship with viruse that reside in it. Which means that these\nvirus evolved within bats, hence, infective for bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent study shows that bats can develop an\nanti-inflammatory stage which prevent them form these viruses, which is\nactually quite amazing because it gives clues for human line of treatment\nagainst similar viral diseases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>As a bat expert, what is your reaction to the\nvilification of bats in the wake of COVID-19?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is totally unjustified to vilify nature’s most\nmysterious and beneficial wildlife species. COVID-19 is spreading through human\nto human transmission. This mass hysteria of blaming bats has no justification\nand scientific proof to support. I feel there is need for more awareness for\npublic and authorities, to appreciate how important bats are, for sustainable\necosystem and world economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>In many cities across the world, residents have called\nin experts to remove bats from their roosts in buildings. Is this panic\nreaction warranted?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is highly painful as a bat researcher to see, how\npeople are reacting to their friendliest bats neighbors. It is important to\nunderstand that bats do harbor zoonotic viruses but these viruses will not\ninflict harm to people until people start disturbing and poking them and\ncontinue degrading their habitats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Should cultures that have traditionally eaten bats\nstop the practice now?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We have reports that many countries have secret wildlife\nbush meat markets like in China and some African countries where people trade bats\nfor eating purposes. There is still lot need to be done to change people\nbehavior and abolish bat meat eating culture and traditions around many regions\nof world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>What are the pressing threats that most of the 1,400\nbat species worldwide face these days?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Habitat destruction is the most serious threat for\nmost of the bats species worldwide. Land use for agriculture and humans\nsettlement have significantly reduced bats habitat across world. In addition,\nclimate change induced global warming has further aggravated living conditions\nfor bats particularly in South Asia. Pteropus medius is a local bats species in\nIndian subcontinent which is continuously under threat from harsh summer\ntemperature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Will the COVID-19 pandemic hurt global bat conservation\nefforts?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We believe COVID-19 pandemic will not hurt global bat conservation efforts. In fact it will support our cause for wildlife especially bats conservation. One Health Approach is gaining momentum after COVID-19 pandemic, which appreciate human health is related with wellbeing of animals and environment health. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>About Dr. Touseef</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":392,\"width\":185,\"height\":181,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://depak.org/wp-content/uploads/2020/04/Touseef.jpg\" alt=\"\" class=\"wp-image-392\" width=\"185\" height=\"181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Touseef Ahmed is a PhD Scholar in Kingston Lab at Texas Tech University, USA. He is working on bats borne zoonotic diseases ecology and epidemiology in Pakistan. He is a founder of non-profit platform DEPAK.ORG, which is created for enhancing wildlife conservation and zoonosis through effective engagement. He is also representing Pakistan in Global Union for Bats Diversity Network GBatNet </p>\n<!-- /wp:paragraph -->','Frequently Asked Questions and Answers on Bats and COVID-19','','inherit','closed','closed','','391-revision-v1','','','2020-04-27 21:48:00','2020-04-27 21:48:00','',391,'https://depak.org/2020/04/27/391-revision-v1/',0,'revision','',0),(394,1,'2020-04-27 21:50:06','2020-04-27 21:50:06','<!-- wp:heading -->\n<h2>Frequently Asked Questions and Answers on Bats and COVID-19 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Is there any scientific basis to the theory that the novel coronavirus (SARS-COV-2) may have its origin in bats?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats do share some genomic similarities with\nSARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2\nindependently without the aid of any intermediary species. Pangolin is believe\nto be that intermediary species. However, we do not say anything for sure, how\nthey interact which resulted in transmission of SARS-COV-2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Why are bats a reservoir for viruses? And how do they\nprotect themselves from these pathogens?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats are reservoir of viruses just as any other animal\nspecies. In fact, there are other animals that carry more viruses than bats\nlike migratory birds, rodents and pigs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bats have unique body physiology. They raise their\nbody temperature as a flight mechanism, which can result in damage of virus\nparticle (genome), that no longer remain viable to infect bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional, there are evidences that bats have\nevolutionary relationship with viruse that reside in it. Which means that these\nvirus evolved within bats, hence, infective for bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent study shows that bats can develop an\nanti-inflammatory stage which prevent them form these viruses, which is\nactually quite amazing because it gives clues for human line of treatment\nagainst similar viral diseases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>As a bat expert, what is your reaction to the\nvilification of bats in the wake of COVID-19?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is totally unjustified to vilify nature’s most\nmysterious and beneficial wildlife species. COVID-19 is spreading through human\nto human transmission. This mass hysteria of blaming bats has no justification\nand scientific proof to support. I feel there is need for more awareness for\npublic and authorities, to appreciate how important bats are, for sustainable\necosystem and world economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>In many cities across the world, residents have called\nin experts to remove bats from their roosts in buildings. Is this panic\nreaction warranted?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is highly painful as a bat researcher to see, how\npeople are reacting to their friendliest bats neighbors. It is important to\nunderstand that bats do harbor zoonotic viruses but these viruses will not\ninflict harm to people until people start disturbing and poking them and\ncontinue degrading their habitats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Should cultures that have traditionally eaten bats\nstop the practice now?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We have reports that many countries have secret wildlife\nbush meat markets like in China and some African countries where people trade bats\nfor eating purposes. There is still lot need to be done to change people\nbehavior and abolish bat meat eating culture and traditions around many regions\nof world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>What are the pressing threats that most of the 1,400\nbat species worldwide face these days?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Habitat destruction is the most serious threat for\nmost of the bats species worldwide. Land use for agriculture and humans\nsettlement have significantly reduced bats habitat across world. In addition,\nclimate change induced global warming has further aggravated living conditions\nfor bats particularly in South Asia. Pteropus medius is a local bats species in\nIndian subcontinent which is continuously under threat from harsh summer\ntemperature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Will the COVID-19 pandemic hurt global bat conservation\nefforts?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We believe COVID-19 pandemic will not hurt global bat conservation efforts. In fact it will support our cause for wildlife especially bats conservation. One Health Approach is gaining momentum after COVID-19 pandemic, which appreciate human health is related with wellbeing of animals and environment health. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>About Dr. Touseef</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":392,\"width\":185,\"height\":181,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://depak.org/wp-content/uploads/2020/04/Touseef.jpg\" alt=\"\" class=\"wp-image-392\" width=\"185\" height=\"181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Touseef Ahmed is a PhD Scholar in Kingston Lab at Texas Tech University, USA. He is working on bats borne zoonotic diseases ecology and epidemiology in Pakistan. He is a founder of non-profit platform DEPAK.ORG, which is created for enhancing wildlife conservation and zoonosis through effective engagement. He is also representing Pakistan in Global Union for Bats Diversity Network GBatNet </p>\n<!-- /wp:paragraph -->','Frequently Asked Questions and Answers on Bats and COVID-19','','inherit','closed','closed','','391-revision-v1','','','2020-04-27 21:50:06','2020-04-27 21:50:06','',391,'https://depak.org/2020/04/27/391-revision-v1/',0,'revision','',0),(395,1,'2020-04-27 21:50:48','2020-04-27 21:50:48','<!-- wp:heading -->\n<h2><strong>Frequently Asked Questions and Answers on Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Is there any scientific basis to the theory that the novel coronavirus (SARS-COV-2) may have its origin in bats?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats do share some genomic similarities with\nSARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2\nindependently without the aid of any intermediary species. Pangolin is believe\nto be that intermediary species. However, we do not say anything for sure, how\nthey interact which resulted in transmission of SARS-COV-2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Why are bats a reservoir for viruses? And how do they\nprotect themselves from these pathogens?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats are reservoir of viruses just as any other animal\nspecies. In fact, there are other animals that carry more viruses than bats\nlike migratory birds, rodents and pigs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bats have unique body physiology. They raise their\nbody temperature as a flight mechanism, which can result in damage of virus\nparticle (genome), that no longer remain viable to infect bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional, there are evidences that bats have\nevolutionary relationship with viruse that reside in it. Which means that these\nvirus evolved within bats, hence, infective for bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent study shows that bats can develop an\nanti-inflammatory stage which prevent them form these viruses, which is\nactually quite amazing because it gives clues for human line of treatment\nagainst similar viral diseases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>As a bat expert, what is your reaction to the\nvilification of bats in the wake of COVID-19?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is totally unjustified to vilify nature’s most\nmysterious and beneficial wildlife species. COVID-19 is spreading through human\nto human transmission. This mass hysteria of blaming bats has no justification\nand scientific proof to support. I feel there is need for more awareness for\npublic and authorities, to appreciate how important bats are, for sustainable\necosystem and world economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>In many cities across the world, residents have called\nin experts to remove bats from their roosts in buildings. Is this panic\nreaction warranted?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is highly painful as a bat researcher to see, how\npeople are reacting to their friendliest bats neighbors. It is important to\nunderstand that bats do harbor zoonotic viruses but these viruses will not\ninflict harm to people until people start disturbing and poking them and\ncontinue degrading their habitats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Should cultures that have traditionally eaten bats\nstop the practice now?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We have reports that many countries have secret wildlife\nbush meat markets like in China and some African countries where people trade bats\nfor eating purposes. There is still lot need to be done to change people\nbehavior and abolish bat meat eating culture and traditions around many regions\nof world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>What are the pressing threats that most of the 1,400\nbat species worldwide face these days?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Habitat destruction is the most serious threat for\nmost of the bats species worldwide. Land use for agriculture and humans\nsettlement have significantly reduced bats habitat across world. In addition,\nclimate change induced global warming has further aggravated living conditions\nfor bats particularly in South Asia. Pteropus medius is a local bats species in\nIndian subcontinent which is continuously under threat from harsh summer\ntemperature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Will the COVID-19 pandemic hurt global bat conservation\nefforts?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We believe COVID-19 pandemic will not hurt global bat conservation efforts. In fact it will support our cause for wildlife especially bats conservation. One Health Approach is gaining momentum after COVID-19 pandemic, which appreciate human health is related with wellbeing of animals and environment health. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>About Dr. Touseef</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":392,\"width\":185,\"height\":181,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://depak.org/wp-content/uploads/2020/04/Touseef.jpg\" alt=\"\" class=\"wp-image-392\" width=\"185\" height=\"181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Touseef Ahmed is a PhD Scholar in Kingston Lab at Texas Tech University, USA. He is working on bats borne zoonotic diseases ecology and epidemiology in Pakistan. He is a founder of non-profit platform DEPAK.ORG, which is created for enhancing wildlife conservation and zoonosis through effective engagement. He is also representing Pakistan in Global Union for Bats Diversity Network GBatNet </p>\n<!-- /wp:paragraph -->','Frequently Asked Questions and Answers on Bats and COVID-19','','inherit','closed','closed','','391-revision-v1','','','2020-04-27 21:50:48','2020-04-27 21:50:48','',391,'https://depak.org/2020/04/27/391-revision-v1/',0,'revision','',0),(396,1,'2020-04-27 21:52:37','2020-04-27 21:52:37','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vc_column_text]\r\n<h2><span style=\"text-decoration: underline;\"><span style=\"color: #1a1a1a;\"><a style=\"color: #1a1a1a;\" href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19</strong></a></span></span></h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1588024353063{padding-top: 30px !important;padding-bottom: 50px !important;}\"][vc_column][vc_column_text]\r\n<h2><span style=\"text-decoration: underline;\"><span style=\"color: #1a1a1a;\"><a style=\"color: #1a1a1a;\" href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Frequently Asked Questions and Answers on Bats and COVID-19</strong></a></span></span></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 21:52:37','2020-04-27 21:52:37','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(397,1,'2020-04-27 21:53:04','2020-04-27 21:53:04','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vc_column_text]\r\n<h2><span style=\"text-decoration: underline;\"><span style=\"color: #1a1a1a;\"><a style=\"color: #1a1a1a;\" href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19</strong></a></span></span></h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1588024381041{padding-top: 10px !important;padding-bottom: 50px !important;}\"][vc_column][vc_column_text]\r\n<h2><span style=\"text-decoration: underline;\"><span style=\"color: #1a1a1a;\"><a style=\"color: #1a1a1a;\" href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Frequently Asked Questions and Answers on Bats and COVID-19</strong></a></span></span></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-04-27 21:53:04','2020-04-27 21:53:04','',32,'https://depak.org/2020/04/27/32-revision-v1/',0,'revision','',0),(398,1,'2020-05-02 16:38:10','2020-05-02 16:38:10','<!-- wp:heading -->\n<h2><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>(Date of release: 24/04/2020)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2><em>On the origin and transmission of SARS-CoV-2</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Coronaviruses in two species of Indian bats</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be\nnatural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of\nMedical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian\nFlying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(<em>Rousettus\nleschenaultii</em>) [9]. However, less than 5% of the screened samples contained\nthis BtCoV and, as the study mentions, it is very distantly-related to\nSARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Bats are beneficial for humans and the ecosystem</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Concluding remarks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Touseef Ahmed</strong>, PhD Student , Teaching Assistant, Department of Biological Sciences Texas Tech University </li><li><strong>Rohit Chakravarty</strong>, Leibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>, Indian Institute of Science Education and Research </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Thiruvananthapuram (IISER\nTVM), India <baheerathanm@gmail.com>\n<strong> </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>,\nAssistant Professor, The University of Transdisciplinary Health </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Sciences and Technology, Centre for\nConservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant\nProfessor, University School of Environment </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG\nand Research Department of Zoology, The American College, Madurai 625 002,\nTamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>,\nDepartment of Agricultural Biology, Faculty of Agriculture, University of\nRuhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and\nReptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>,\nMadurai Kamaraj University / Chettinad Academy of </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Research and Education,\nChennai, India <sribat@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>,\nGuest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior\nResearch Associate, Ashoka Trust for Research in Ecology and the Environment\n(ATREE), Agasthyamalai Community Conservation Centre </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>(ACCC), Manimutharu,\nTirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP\nCluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala,\nIndia.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department\nof Animal Science, School of Life Sciences, </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1\nnow”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">https://bangaloremirror.indiatimes.com/bangalore/cover</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">story/bats</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">are</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">bengalurus</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">enemy</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">no</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">1</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">now/articleshow/75240633.cms</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a></li><li>“Myths of bats spreadinng\nCoronavirus: Two trees chopped off in city”, news report in Star of Mysore\non 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">https://starofmysore.com/myth</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">of</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">bats</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">spreading</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">coronavirus</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">two</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">trees</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">chopped</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">off</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">in</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">city/</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak\nassociated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">https://doi.org/10.1038/s41586</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">020</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">2012</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">7</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a></li><li>Andersen, K.G., Rambaut, A., Lipkin,\nW.I. <em>et al.</em> (2020) The proximal\norigin of SARS-CoV-2. <em>Nat Med</em> 26,\n450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">https://doi.org/10.1038/s41591</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">020</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">0820</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">9</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of\nthe SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic.\nPreprint on<a href=\"http://www.biorxiv.org/\"> </a><a href=\"http://www.biorxiv.org/\">www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">.</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">https://doi.org/10.1101/2020.03.30.015008</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a></li><li>World Health Organization Fact Sheet\non Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">sheets/detail/ebola</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">disease</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a></li><li>World Health Organization Fact Sheet\non Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">sheets/detail/nipah</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a></li><li>World Health Organization Fact Sheet\non Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">sheets/detail/middle</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">east</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">respiratory</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">syndrome</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">coronavirus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">(mers</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">cov)</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a></li><li>Yadav, P.D, Shete-Aich, A.,\nNyayanit, D.A., <em>et al</em>. (2020).\nDetection of coronaviruses in <em>Pteropus </em>and\n<em>Rousettus </em>species of bats from\ndifferent states of India. <em>Indian Journal\nof Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis\nin Bangladesh: </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Policy options.\n J Public Health Pol 36,\n 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a><a href=\"https://doi.org/10.1057/jphp.2015.13\">https://doi.org/10.1057/jphp.2015.13</a><a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19','','inherit','closed','closed','','376-revision-v1','','','2020-05-02 16:38:10','2020-05-02 16:38:10','',376,'https://depak.org/2020/05/02/376-revision-v1/',0,'revision','',0),(400,1,'2020-05-02 16:55:01','2020-05-02 16:55:01','<!-- wp:heading -->\n<h2><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2><em>On the origin and transmission of SARS-CoV-2</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Coronaviruses in two species of Indian bats</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be\nnatural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of\nMedical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian\nFlying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(<em>Rousettus\nleschenaultii</em>) [9]. However, less than 5% of the screened samples contained\nthis BtCoV and, as the study mentions, it is very distantly-related to\nSARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Bats are beneficial for humans and the ecosystem</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Concluding remarks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Touseef Ahmed</strong>, PhD Student , Teaching Assistant, Department of Biological Sciences Texas Tech University </li><li><strong>Rohit Chakravarty</strong>, Leibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>, Indian Institute of Science Education and Research </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Thiruvananthapuram (IISER\nTVM), India <baheerathanm@gmail.com>\n<strong> </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>,\nAssistant Professor, The University of Transdisciplinary Health </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Sciences and Technology, Centre for\nConservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant\nProfessor, University School of Environment </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG\nand Research Department of Zoology, The American College, Madurai 625 002,\nTamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>,\nDepartment of Agricultural Biology, Faculty of Agriculture, University of\nRuhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and\nReptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>,\nMadurai Kamaraj University / Chettinad Academy of </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Research and Education,\nChennai, India <sribat@gmail.com></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>,\nGuest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior\nResearch Associate, Ashoka Trust for Research in Ecology and the Environment\n(ATREE), Agasthyamalai Community Conservation Centre </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>(ACCC), Manimutharu,\nTirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP\nCluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala,\nIndia.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department\nof Animal Science, School of Life Sciences, </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1\nnow”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">https://bangaloremirror.indiatimes.com/bangalore/cover</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">story/bats</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">are</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">bengalurus</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">enemy</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">no</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">1</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">now/articleshow/75240633.cms</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a></li><li>“Myths of bats spreadinng\nCoronavirus: Two trees chopped off in city”, news report in Star of Mysore\non 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">https://starofmysore.com/myth</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">of</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">bats</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">spreading</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">coronavirus</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">two</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">trees</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">chopped</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">off</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">in</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">city/</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak\nassociated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">https://doi.org/10.1038/s41586</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">020</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">2012</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">7</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a></li><li>Andersen, K.G., Rambaut, A., Lipkin,\nW.I. <em>et al.</em> (2020) The proximal\norigin of SARS-CoV-2. <em>Nat Med</em> 26,\n450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">https://doi.org/10.1038/s41591</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">020</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">0820</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">9</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of\nthe SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic.\nPreprint on<a href=\"http://www.biorxiv.org/\"> </a><a href=\"http://www.biorxiv.org/\">www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">.</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">https://doi.org/10.1101/2020.03.30.015008</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a></li><li>World Health Organization Fact Sheet\non Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">sheets/detail/ebola</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">disease</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a></li><li>World Health Organization Fact Sheet\non Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">sheets/detail/nipah</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a></li><li>World Health Organization Fact Sheet\non Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">sheets/detail/middle</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">east</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">respiratory</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">syndrome</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">coronavirus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">(mers</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">cov)</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a></li><li>Yadav, P.D, Shete-Aich, A.,\nNyayanit, D.A., <em>et al</em>. (2020).\nDetection of coronaviruses in <em>Pteropus </em>and\n<em>Rousettus </em>species of bats from\ndifferent states of India. <em>Indian Journal\nof Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis\nin Bangladesh: </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Policy options.\n J Public Health Pol 36,\n 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a><a href=\"https://doi.org/10.1057/jphp.2015.13\">https://doi.org/10.1057/jphp.2015.13</a><a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19','','inherit','closed','closed','','376-revision-v1','','','2020-05-02 16:55:01','2020-05-02 16:55:01','',376,'https://depak.org/2020/05/02/376-revision-v1/',0,'revision','',0),(401,1,'2020-05-02 16:59:04','2020-05-02 16:59:04','<!-- wp:heading -->\n<h2><strong>Frequently Asked Questions and Answers on Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><strong>Is there any scientific basis to the theory that the novel coronavirus (SARS-COV-2) may have its origin in bats?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats do share some genomic similarities with\nSARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2\nindependently without the aid of any intermediary species. Pangolin is believe\nto be that intermediary species. However, we do not say anything for sure, how\nthey interact which resulted in transmission of SARS-COV-2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Why are bats a reservoir for viruses? And how do they\nprotect themselves from these pathogens?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bats are reservoir of viruses just as any other animal\nspecies. In fact, there are other animals that carry more viruses than bats\nlike migratory birds, rodents and pigs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bats have unique body physiology. They raise their\nbody temperature as a flight mechanism, which can result in damage of virus\nparticle (genome), that no longer remain viable to infect bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional, there are evidences that bats have\nevolutionary relationship with viruse that reside in it. Which means that these\nvirus evolved within bats, hence, infective for bats themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent study shows that bats can develop an\nanti-inflammatory stage which prevent them form these viruses, which is\nactually quite amazing because it gives clues for human line of treatment\nagainst similar viral diseases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>As a bat expert, what is your reaction to the\nvilification of bats in the wake of COVID-19?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is totally unjustified to vilify nature’s most\nmysterious and beneficial wildlife species. COVID-19 is spreading through human\nto human transmission. This mass hysteria of blaming bats has no justification\nand scientific proof to support. I feel there is need for more awareness for\npublic and authorities, to appreciate how important bats are, for sustainable\necosystem and world economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>In many cities across the world, residents have called\nin experts to remove bats from their roosts in buildings. Is this panic\nreaction warranted?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It is highly painful as a bat researcher to see, how\npeople are reacting to their friendliest bats neighbors. It is important to\nunderstand that bats do harbor zoonotic viruses but these viruses will not\ninflict harm to people until people start disturbing and poking them and\ncontinue degrading their habitats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Should cultures that have traditionally eaten bats\nstop the practice now?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We have reports that many countries have secret wildlife\nbush meat markets like in China and some African countries where people trade bats\nfor eating purposes. There is still lot need to be done to change people\nbehavior and abolish bat meat eating culture and traditions around many regions\nof world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>What are the pressing threats that most of the 1,400\nbat species worldwide face these days?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Habitat destruction is the most serious threat for\nmost of the bats species worldwide. Land use for agriculture and humans\nsettlement have significantly reduced bats habitat across world. In addition,\nclimate change induced global warming has further aggravated living conditions\nfor bats particularly in South Asia. Pteropus medius is a local bats species in\nIndian subcontinent which is continuously under threat from harsh summer\ntemperature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Will the COVID-19 pandemic hurt global bat conservation\nefforts?</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We believe COVID-19 pandemic will not hurt global bat conservation efforts. In fact it will support our cause for wildlife especially bats conservation. One Health Approach is gaining momentum after COVID-19 pandemic, which appreciate human health is related with wellbeing of animals and environment health. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>About Author</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Touseef Ahmed is a PhD Scholar in Kingston Lab at Texas Tech University, USA. He is working on bats borne zoonotic diseases ecology and epidemiology in Pakistan. He is a founder of non-profit platform DEPAK.ORG, which is created for enhancing wildlife conservation and zoonosis through effective engagement. He is also representing Pakistan in Global Union for Bats Diversity Network GBatNet </p>\n<!-- /wp:paragraph -->','Frequently Asked Questions and Answers on Bats and COVID-19','','inherit','closed','closed','','391-revision-v1','','','2020-05-02 16:59:04','2020-05-02 16:59:04','',391,'https://depak.org/2020/05/02/391-revision-v1/',0,'revision','',0),(402,1,'2020-05-02 19:14:12','2020-05-02 19:14:12','<!-- wp:heading -->\n<h2><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2><em>On the origin and transmission of SARS-CoV-2</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Coronaviruses in two species of Indian bats</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be natural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of Medical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian Flying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat (<em>Rousettus leschenaultii</em>) [9]. However, less than 5% of the screened samples contained this BtCoV and, as the study mentions, it is very distantly-related to SARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Bats are beneficial for humans and the ecosystem</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Concluding remarks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Touseef Ahmed</strong>, PhD Student , Teaching Assistant, Department of Biological Sciences Texas Tech University </li><li><strong>Rohit Chakravarty</strong>, Leibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>, Indian Institute of Science Education and Research Thiruvananthapuram (IISER TVM), India <baheerathanm@gmail.com> <strong> </strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>, Assistant Professor, The University of Transdisciplinary Health Sciences and Technology, Centre for Conservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant Professor, University School of Environment Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG and Research Department of Zoology, The American College, Madurai 625 002, Tamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and Reptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>, Madurai Kamaraj University / Chettinad Academy of Research and Education, Chennai, India <sribat@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>, Guest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior Research Associate, Ashoka Trust for Research in Ecology and the Environment (ATREE), Agasthyamalai Community Conservation Centre (ACCC), Manimutharu, Tirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP Cluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala, India.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department of Animal Science, School of Life Sciences, Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1\nnow”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">https://bangaloremirror.indiatimes.com/bangalore/cover</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">story/bats</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">are</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">bengalurus</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">enemy</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">no</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">1</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">-</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\">now/articleshow/75240633.cms</a><a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> </a></li><li>“Myths of bats spreadinng\nCoronavirus: Two trees chopped off in city”, news report in Star of Mysore\non 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">https://starofmysore.com/myth</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">of</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">bats</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">spreading</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">coronavirus</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">two</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">trees</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">chopped</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">off</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">in</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">-</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\">city/</a><a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak\nassociated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">https://doi.org/10.1038/s41586</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">020</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">2012</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">-</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\">7</a><a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> </a></li><li>Andersen, K.G., Rambaut, A., Lipkin,\nW.I. <em>et al.</em> (2020) The proximal\norigin of SARS-CoV-2. <em>Nat Med</em> 26,\n450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">https://doi.org/10.1038/s41591</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">020</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">0820</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">-</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\">9</a><a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of\nthe SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic.\nPreprint on<a href=\"http://www.biorxiv.org/\"> </a><a href=\"http://www.biorxiv.org/\">www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">.</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">https://doi.org/10.1101/2020.03.30.015008</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\"> </a></li><li>World Health Organization Fact Sheet\non Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">sheets/detail/ebola</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\">disease</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> </a></li><li>World Health Organization Fact Sheet\non Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">sheets/detail/nipah</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\">virus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> </a></li><li>World Health Organization Fact Sheet\non Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">https://www.who.int/news</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">room/fact</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">sheets/detail/middle</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">east</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">respiratory</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">syndrome</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">coronavirus</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">(mers</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">-</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\">cov)</a><a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> </a></li><li>Yadav, P.D, Shete-Aich, A.,\nNyayanit, D.A., <em>et al</em>. (2020).\nDetection of coronaviruses in <em>Pteropus </em>and\n<em>Rousettus </em>species of bats from\ndifferent states of India. <em>Indian Journal\nof Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis\nin Bangladesh: </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Policy options.\n J Public Health Pol 36,\n 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a><a href=\"https://doi.org/10.1057/jphp.2015.13\">https://doi.org/10.1057/jphp.2015.13</a><a href=\"https://doi.org/10.1057/jphp.2015.13\"> </a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19','','inherit','closed','closed','','376-revision-v1','','','2020-05-02 19:14:12','2020-05-02 19:14:12','',376,'https://depak.org/2020/05/02/376-revision-v1/',0,'revision','',0),(403,1,'2020-05-02 19:18:21','2020-05-02 19:18:21','<!-- wp:heading -->\n<h2><strong>South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19 </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The world is currently battling a pandemic of\nunprecedented proportions and bats have been prematurely implicated as the\nsource of COVID-19. Recent social media posts and unverified opinions about\nbats have led to widespread antipathy and fear in the general public. Incidents\nof the public requesting for removal of bats, destroying bat roosts, bursting\ncrackers or smoking them out and sealing crevices where bats and their pups\nroost has increased in the last month both in urban and rural areas in India\n[1,2]. In this challenging time, we, as people involved in bat conservation at\ndifferent capacities, would like to clarify that bats do not pose a direct\nhuman health hazard. On the contrary, we highlight the role of bats in\nimproving the ecosystem, economy and human health. The following points are\nlisted out in this summary and are elaborated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The exact origin of SARS-CoV-2 or its precursor is not known. It\nis premature and unfair to blame bats or any other animal for the pandemic. </li><li>Scientists strongly suggest that it is highly unlikely for SARS-like viruses to jump directly from\nbats to humans. Also, there is no evidence\nof humans contracting coronavirus or any such viruses through the excreta of\nbats . </li><li>The recent report from the Indian Council of Medical Research\n(ICMR) on the discovery of bat coronaviruses (BtCoV) in two species of South\nAsian bats poses no known health hazard. The viruses found in the study are\ndifferent from SARS-CoV-2 and cannot\ncause COVID-19. </li><li>Information on the current, and past zoonotic disease outbreaks\nsuggest that global wildlife trade and/or large-scale industrial livestock\nfarming play an important role in such events. Killing bats and other wild\nanimals, or evicting them from their roosts in retaliation is counterproductive\nand will not solve any problems. </li><li>Bats perform vital ecosystem services. They pollinate the\nflowers of some mangroves, and many other commercially and culturally important\nplants. Insect-eating bats are voracious eaters of pest insects in rice, corn,\ncotton and potentially, tea farms.Therefore, bats benefit ecological and human\nhealth, and provide intangible economic benefits. </li><li>The society currently needs more\nawareness about the bats around them in addition to epidemiological facts for a\nhealthy coexistence. We\ntherefore, request media houses and the press to consider possible negative\nimpacts of their statements on bats and other animals before releasing\nthem. </li><li>Lastly, we urge the governments of South Asian countries to\nstrengthen the legal framework to protect bats in view of their ecosystem\nservices and their slow breeding capacity. \n</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2><em>On the origin and transmission of SARS-CoV-2</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The actual origin of SARS-CoV-2 is highly\ndebated among scientists. SARS-CoV-2 appears to be similar to another\ncoronavirus RaTG13 found in a species of bat called the Intermediate Horseshoe\nBat (<em>Rhinolophus affinis</em>) [3].\nHowever, a recent study has shown that RaTG13 and SARS-CoV-2 diverged 40-70\nyears ago from each other (a long timespan for the evolution of viruses) and\nhence the direct transmission of SARS-CoV-2 or its precursor from bats to\nhumans is improbable [4,5]. Moreover, the surface proteins of all SARS-like\nviruses found in bats cannot bind efficiently to the corresponding receptors of\nthe human lung epithelium which makes direct transmission even more unlikely\n[4]. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also highly improbable that the faeces\nof bats pose an immediate health risk to humans and, none of the previous\nzoonotic disease outbreaks, globally, show any evidence that they were caused\ndue to contact with bat faeces [6,7,8]. However, fungal infections (for eg.\nHistoplasmosis) may arise from unprotected contact with the faeces of any wild\nanimal, so following basic hygiene rules is advised. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Coronaviruses in two species of Indian bats</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>None of the South Asian bats are proven to be natural reservoirs of SARS-CoV-2. Recently, a study by the Indian Council of Medical Research (ICMR) found bat coronaviruses (BtCoV) in the common Indian Flying Fox (<em>Pteropus medius </em>a.k.a <em>giganteus</em>) and Fulvous Fruit Bat (<em>Rousettus leschenaultii</em>) [9]. However, less than 5% of the screened samples contained this BtCoV and, as the study mentions, it is very distantly-related to SARS-CoV-2 and hence cannot cause COVID-19. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Relationship between bats and zoonotic disease\noutbreaks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The real drivers of zoonotic disease outbreaks\nare predominantly man-made and many animals are carriers of viruses which could\npotentially spillover to humans. However, in recent times only bats are\nunfortunately in focus for being reservoirs of viruses. Like any other animal,\nbats are also reservoirs of many zoonotic viruses. However, being reservoirs\ndoes not mean that they spread diseases to humans. In reality, there is very\nlittle scientific evidence to prove bats have directly transmitted viruses to\nhumans or caused outbreaks. The only known exception was the Nipah (NiV)\noutbreak in Bangladesh which was caused through indirect contact between bats\nand humans. As the cause of the outbreak was identified, it became easy to\ncontrol and prevent subsequent outbreaks through basic precautionary and\nmitigation measures [7,10]. Habitat fragmentation, global wildlife trade and\nwet markets, large-scale industrial farming of wild and domestic animals have\nsynergistic effects in bringing animals in close contact in unsanitary or\nstressful conditions—ideal conditions for the transmission and evolution of\nnovel zoonotic viruses [11]. Hence, during such outbreaks there is no reason to\nsingle out or villainise only bats - whose benefits far outweigh the perceived negativity associated with\nthem. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Bats are beneficial for humans and the ecosystem</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bats perform vital ecosystem services all over\nthe world. Fruit bats help pollinate globally important cash crops like durian\n[12] and agave (the plant that produces tequila) [13]. In South Asia, the\nculturally-significant tree Mahua (<em>Madhuca\nlongifolia</em>) appears to be predominantly bat-pollinated [14]. In Nepal,\nChiuri (<em>Diploknema butyracea</em>), a\nmultipurpose tree for the rural populace is pollinated by bats [15]. Small\nfruit bats also pollinate the flowers of mangroves, which is an extremely\nproductive ecosystem and also a natural barrier to coastal erosion and sea\nsurges, thereby forming our first line of defence to natural disasters.\nInsectivorous bats, on the other hand, voraciously eat pest insects that cause\neconomic losses in rice plantations [16] and also eat mosquitoes. For instance,\nbats are estimated to save ~800 million USD for cocoa farmers in Indonesia [17]\nand ~22 billion dollars (annually) for corn farmers in the United States [18]\nthrough pest control. The importance of bats as seed dispersers, pollinators\nand pest controllers, particularly in the region’s important cash crops (like\ntea) is beginning to be unravelled. Epidemiologically, the unique immune system\nof bats could provide clues on handling viruses, therefore they should be seen\nas a solution to disease outbreaks, rather than the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><em>Concluding remarks</em> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In view of the above points, we firmly believe\nthat the mass hysteria against bats is unfair and uncalled for. The current\npandemic is an outcome of the ongoing ecological destruction, increasing\nintensification of livestock farming and wildlife trade. We urge people not to\nbelieve in news from unverified sources and cause harm to bats in retaliation.\nLikewise, we request the media to not oversimplify scientific evidence, to\nemphasise the role of humans in disease outbreaks and to highlight the\nimportance of coexistence with bats in urban landscapes. Bats have been living\naround us for centuries and we have been disease free wherever bats have been\nleft to their business. Oversimplified or unverified information from the press\nnot only creates unnecessary fear among the public but also pushes decades of\nconservation efforts backwards which is far more destructive for the\necosystem.. In India, only two species (out of 128) are protected by law, while\nmany other species are more endangered or lack scientific information [19]. In\nNepal, too, all species are unprotected, including two species from the National\nRed List [20] and the same is true for Pakistan. We urge the governments of\nthese countries to reconsider and reinforce the laws governing bat\nconservation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Signatories</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Email IDs are provided for\nthose who have agreed to be contacted by the media </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Touseef Ahmed</strong>, PhD Student , Teaching Assistant, Department of Biological Sciences Texas Tech University </li><li><strong>Rohit Chakravarty</strong>, Leibniz Institute for Zoo and Wildlife Research, Berlin, Germany <rohit.chakravarty77@gmail.com></li><li><strong>Baheerathan Murugavel</strong>, Indian Institute of Science Education and Research Thiruvananthapuram (IISER TVM), India <baheerathanm@gmail.com> <strong> </strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Seshadri K S, </strong>Indian Institute of Science (IISc) and The Madras Crocodile Bank Trust (MCBT), India <seshadri.ali@gmail.com></li><li><strong>Vidisha Kulkarni</strong>, Jain University and GubbiLabs, Bangalore, India</li><li><strong>Rajesh Puttaswamaiah</strong>, Citizen Scientist & Trustee, Bat Conservation India Trust, Bangalore, India <rajesh@bcit.org.in></li><li><strong>Dr. Vadamalai Elangovan, </strong>Babasaheb Bhimrao Ambedkar University, Lucknow, Uttar Pradesh, India <elango70@yahoo.com></li><li><strong>Shriranjani Iyer</strong>,Sálim Ali Centre for Ornithology and Natural History (SACON), Anaikatty, Coimbatore, India <shriranjani8@gmail.com> <strong> </strong></li><li><strong>Aditya Srinivasulu,</strong> Biodiversity Research and Conservation Society, Hyderabad, India. <juramaia98@gmail.com></li><li><strong>Dr. Pushpa Raj Acharya</strong>, Central Campus of Science and Technology, Mid-Western University, Birendranagar, Surkhet, Nepal <armalepushpa@gmail.com></li><li><strong>Basanta Sharma</strong>, Nepal Bats Research and Conservation Union (NeBRCU), Pokhara, Nepal. <basant@nebrcu.org.np></li><li><strong>Dr. T.Ganesh</strong>, Senior Fellow, Ashoka Trust for research in Ecology and the Environment(ATREE), Bangalore, India</li><li><strong>Sanjeev Baniya, </strong>Nepal Bat Research and Conservation Union (NeBRCU), Pokhara, Nepal. <sanjeev.torres19@gmail.com></li><li><strong>Dr. A. Rathinakumar</strong>, Madurai Kamaraj University, Madurai, India <rathinacumar@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Chetan HC</strong>, Assistant Professor, The University of Transdisciplinary Health Sciences and Technology, Centre for Conservation of Natural resources, Bengaluru, India <chetan.hcc@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. R. Ganesan</strong>, Ashoka Trust for Research in Ecology and the Environment (ATREE), Bangalore, India <strong> </strong></li><li><strong>Rohit Chouhan</strong>, Wildlife Research Fellow, Department of Wildlife Science, University of Kota, Kota, Rajasthan, India. <rohit333chouhan@gmail.com></li><li><strong>Kaushik N,</strong> Madurai Kamaraj University, Madurai, India <kaushiknarayanan93@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Dr. Sumit Dookia, </strong>Assistant Professor, University School of Environment Management, Guru Gobind Singh Indraprastha University, New Delhi, India <sumitdookia@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Aishanya Sarma</strong>, Conservation Initiatives, Assam, India <aishanyasarma@gmail.com></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kasturi Saha</strong>, Indian Institute of Science (IISc), Bangalore, India <kasturisaha@iisc.ac.in></li><li><strong>Ram Mohan</strong>, Indian Institute of Science Education and Research Pune (IISER Pune), India <rmmhn62@gmail.com></li><li><strong>Tariq Ahmed Shah, </strong>Wildlife Biology & Taxonomy Lab, Osmania University, Hyderabad, India. <tariqahmed143@gmail.com></li><li><strong>Devna Arora, </strong>Rehabber’s Den, Pune, India <devna@rehabbersden.org></li><li><strong>Harish Prakash</strong>, Indian Institute of Science (IISc), Bangalore, India <harishp@iisc.ac.in></li><li><strong>Dr. Parvathy Venugopal</strong>, School of Biological Sciences, University of Bristol, United Kingdom. <pvparvathycof@gmail.com></li><li><strong>Rajlakshmi Mishra</strong>, University School of Environmental Management, Guru Gobind Singh Indraprastha University, New Delhi, India <rajlakshmi.jha@gmail.com></li><li><strong>Rahul Prabhukhanolkar</strong>, Mhadei Research Center, Belagavi and Indian Bat Conservation Research Unit, India <pkrahul85@gmail.com></li><li><strong>A. Karthikeyan, </strong>Madurai Kamaraj University, Madurai, India. <aero2.karthi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Prof. Hema Somanathan</strong>, Indian Institute of Science Education and Research, Thiruvananthapuram (IISER-TVM), India <hsomanathan@iisertvm.ac.in></li><li><strong>Prof. G. Marimuthu</strong>, Madurai Kamaraj University, Madurai, India</li><li><strong>Dr. Utttam Saikia,</strong> Zoological Survey of India, Shillong, India <uttamzsi@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. H. Raghuram, </strong>PG and Research Department of Zoology, The American College, Madurai 625 002, Tamil Nadu, India <hraghuram@gmail.com></li><li><strong>Tharaka Kusuminda</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <t.kusuminda@gmail.com></li><li><strong>Jayanthi Kallam,</strong> Founder and Executive Director, Avian and Reptile Rehabilitation Trust, Bangalore, India <arrcindia@gmail.com></li><li><strong>Prof. Sripathi Kandula</strong>, Madurai Kamaraj University / Chettinad Academy of Research and Education, Chennai, India <sribat@gmail.com></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Amani Mannakkara</strong>, Department of Agricultural Biology, Faculty of Agriculture, University of Ruhuna, Kamburupitiya, Sri Lanka. <amani@agbio.ruh.ac.lk></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Ravi Umadi, </strong>Department of Biologie II, Biocenter, Ludwig-Maximillians Universitaet, Munich, Germany <ravisumadi@gmail.com></li><li><strong>Sargam Singh Rasaily </strong><em>IFS</em><strong>, </strong>APCCF/Member Secretary, Uttarakhand Biodiversity Board, Dehradun, Uttarakhand, India <rasaily.ifs@gmail.com></li><li><strong>R.M.T. Priyanwada Rathnayake, </strong>Master of Environment Management , Faculty of Graduate Studies , University of Colombo, Sri Lanka <<strong>priyanwada1@gmail.com</strong>></li><li><strong>Sangay Tshering</strong>, College of Natural Resources, Royal University of Bhutan, Punakha, Bhutan. <<strong>desangma06@gmail.com</strong>></li><li><strong>Dr. D. Paramanantha Swami Doss</strong>, Assistant Professor, St. John’s College, Palayamkottai, Tamil Nadu, India <<strong>dossanad@gmail.com</strong>></li><li><strong>Dr. Venkatesh Nagarajan Radha</strong>, Postdoc Associate, University of Sydney, Australia. <<strong>venkatesh.nagarajan.radha@gmail.com</strong>></li><li><strong>Dr. Chelmala Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <<strong>srini.chelmala@gmail.com</strong>></li><li><strong>Dr. Bhargavi Srinivasulu</strong>, Department of Zoology, Osmania University, Hyderabad, Telangana State, India <strong> </strong></li><li><strong>Dr. S. Baskaran</strong>, Assistant Professor, Department of Biotechnology, The Madura College, Madurai, Tamil Nadu, India <<strong>baskarmku@gmail.com</strong>></li><li><strong>Chamara Amarasinghe</strong>, Faculty of Graduate Studies, University of Colombo, Sri Lanka. <<strong>a.zeylanica@gmail.com</strong>></li><li><strong>Pratik Das</strong>, XVI M.Sc., Wildlife Institute of India, Dehradun, India. <strong> </strong></li><li><strong>Dr. Touseef Ahmed</strong>, Department of Biological Sciences, Texas Tech University, Texas, USA. <<strong>touseef.ahmed@ttu.edu</strong>></li><li><strong>Dr. T. Karuppudurai, </strong>Madurai Kamaraj University, Madurai, India. <tkdurai@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Steffi Christiane R, </strong>Department of Animal Behaviour & Physiology, School of Biological Sciences, Madurai Kamaraj University, Madurai, India. <christianesteffi16@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Manjari Jain</strong>, Indian Institute of Science Education and Research, Mohali (IISER-M), India <manjari@iisermohali.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Suranjan Karunarathna</strong>, Nature Exploration and Education Team, Colombo, Sri Lanka <<strong>suranjan.karu@gmail.com</strong>></li><li><strong>Dr. Sanjay Molur</strong>, Co-chair, Chiroptera Conservation & Information Network of South Asia (CCINSA), Zoo Outreach Organization, Coimbatore, India. <<strong>sanjay@zooreach.org</strong>></li><li><strong>Dr. Kranti Yardi</strong>, Professor, Bharati Vidyapeeth Institute of Environment Education and Research, Bharati Vidyapeeth Deemed to be University, Pune <kranti@bvieer.edu.in></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Aita Hang Subba</strong>, Guest faculty, Department of Zoology, Sikkim University, Gangtok, India <<strong>aitalimboo20@gmail.com</strong>></li><li><strong>M. Mathivanan, </strong>Senior Research Associate, Ashoka Trust for Research in Ecology and the Environment (ATREE), Agasthyamalai Community Conservation Centre (ACCC), Manimutharu, Tirunelveli, Tamil Nadu, India <<strong>mathi@atree.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Dr. Adora Thabah, </strong>Freelance researcher, Shillong, Meghalaya. <abatty1@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Tijo K Joy</strong>, UNDP Cluster Coordinator- Conservation & Ecology HTML Project, Munnar, Kerala, India.</li><li><strong>Dr. K. Emmanuvel Rajan, </strong>Department of Animal Science, School of Life Sciences, Bharathidasan University, Tiruchirappalli-620024, Tamil Nadu, India <emmanuvel@bud.ac.in> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Shasank Ongole</strong>, National Centre for Biological Sciences, Bengaluru, Karnataka</li><li><strong>Soham Mukherjee</strong>, Herpetologist & Wildlife Biologist, NAJA India, Ahmedabad (Gujarat), India <soham.naja@gmail.com> </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Kadambari Deshpande</strong>,\nAshoka Trust for Research in Ecology and the Environment (ATREE), Bangalore,\nIndia</li><li><strong>Thejasvi Beleyur</strong>, Max\nPlanck Institute for Ornithology, Seewiesen, Germany <<strong>thejasvib@gmail.com</strong>></li><li><strong>Dr Md Nurul Islam</strong>,\nFETPV Technical Officer, Global Health Development (GHD), Bangladesh <<strong>nislam@globalhealthdev.org</strong>></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Note: The views of the\nsignatories are personal and may not reflect those of their institutions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>References</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>“Bats are Bengaluru’s enemy no 1 now”, news article in Bangalore Mirror on 20th April 2020.<a href=\"https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-are-bengalurus-enemy-no-1-now/articleshow/75240633.cms\"> https://bangaloremirror.indiatimes.com/bangalore/cover-story/bats-arebengalurus-enemy-no-1-now/articleshow/75240633.cms </a></li><li>“Myths of bats spreadinng Coronavirus: Two trees chopped off in city”, news report in Star of Mysore on 3rd April 2020. <a href=\"https://starofmysore.com/myth-of-bats-spreading-coronavirus-two-trees-chopped-off-in-city/\"> https://starofmysore.com/myth-of-batsspreading-coronavirus-two-trees-chopped-off-in-city/ </a></li><li>Zhou, P., Yang, X., Wang, X. <em>et al.</em> (2020). A pneumonia outbreak associated with a new coronavirus of probable bat origin. <em>Nature</em> 579, 270–273 (2020).<a href=\"https://doi.org/10.1038/s41586-020-2012-7\"> https://doi.org/10.1038/s41586-020-2012-7 </a></li><li>Andersen, K.G., Rambaut, A., Lipkin, W.I. <em>et al.</em> (2020) The proximal origin of SARS-CoV-2. <em>Nat Med</em> 26, 450–452.<a href=\"https://doi.org/10.1038/s41591-020-0820-9\"> https://doi.org/10.1038/s41591-020-0820-9 </a></li><li>Boni, M.F., Lemey, P., Jiang, X. <em>et al</em>. (2020). Evolutionary origins of the SARSCoV-2 sarbecovirus lineage responsible for the COVID-19 pandemic. Preprint on<a href=\"http://www.biorxiv.org/\"> www.biorxiv.org</a><a href=\"https://doi.org/10.1101/2020.03.30.015008\">. https://doi.org/10.1101/2020.03.30.015008 </a></li><li>World Health Organization Fact Sheet on Ebola:<a href=\"https://www.who.int/news-room/fact-sheets/detail/ebola-virus-disease\"> https://www.who.int/newsroom/fact-sheets/detail/ebola-virus-disease </a></li><li>World Health Organization Fact Sheet on Nipah virus:<a href=\"https://www.who.int/news-room/fact-sheets/detail/nipah-virus\"> https://www.who.int/newsroom/fact-sheets/detail/nipah-virus </a></li><li>World Health Organization Fact Sheet on Middle Eastern Respiratory Syndrome:<a href=\"https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndrome-coronavirus-(mers-cov)\"> https://www.who.int/news-room/fact-sheets/detail/middle-east-respiratory-syndromecoronavirus-(mers-cov) </a></li><li>Yadav, P.D, Shete-Aich, A., Nyayanit, D.A., <em>et al</em>. (2020). Detection of coronaviruses in <em>Pteropus </em>and <em>Rousettus </em>species of bats from different states of India. <em>Indian Journal of Medical Research </em> </li><li>Dhillon, J., Banerjee, A. (2015) Controlling Nipah virus encephalitis in Bangladesh: Policy options. J Public Health Pol 36, 270–282.<a href=\"https://doi.org/10.1057/jphp.2015.13\"> https://doi.org/10.1057/jphp.2015.13 </a> </li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Jones, B.A, Grace, D., Kock, R. <em>et al</em>. (2013). Zoonosis emergence linked to agricultural\nintensification and environmental change. PNAS 110 (21), 8399-8404. <a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a><a href=\"https://doi.org/10.1073/pnas.1208059110\">https://doi.org/10.1073/pnas.1208059110</a><a href=\"https://doi.org/10.1073/pnas.1208059110\"> </a></li><li>Aziz, SA, Clements, GR, McConkey, KR, <em>et al. </em>(2017) Pollination by the locally endangered island flying fox\n(<em>Pteropus hypomelanus</em>) enhances fruit\nproduction of the economically important durian (<em>Durio zibethinus</em>). Ecol Evol.; 7: 8670– 8684.<a href=\"https://doi.org/10.1002/ece3.3213\"> </a><a href=\"https://doi.org/10.1002/ece3.3213\">https://doi.org/10.1002/ece3.3213</a><a href=\"https://doi.org/10.1002/ece3.3213\"> </a> </li><li>Trejo-Salazar, R.E, \nEguiarte, L.E, Suro-Piñera, D. and Medellin, R.A. (2016) Save Our Bats,\nSave Our Tequila: Industry and Science Join Forces to Help Bats and Agaves\nNatural Areas Journal 36(4), 523-530.<a href=\"https://doi.org/10.3375/043.036.0417\"> </a><a href=\"https://doi.org/10.3375/043.036.0417\">https://doi.org/10.3375/043.036.0417</a><a href=\"https://doi.org/10.3375/043.036.0417\"> </a> </li><li>Nathan, P.T., Karupuddurai, T., Raghuram, H. and Marimuthu, G.\n(2009). Bat foraging strategies and pollination of <em>Madhuca longifolia </em>(Sapotaceae) in southern India. <em>Acta Chiropterologica</em>, 11(2): 435-441. </li><li>Acharya, P.R. (2015). Chepang Chiuri and Chamera. Friends of\nNature, Kathmandu. </li><li>Wanger, T.C., Darras, K., Bumrungsri, S. <em>et al</em>. (2014). Bat pest control contributes to food security in\nThailand. <em>Biological Conservation</em>,\n171: 220-223. </li><li>Maas, B., Clough, Y. and Tscharntke, T. (2013). Bats and birds\nincrease crop yield in tropical agroforestry landscapes. <em>Ecology Letters</em>, 16: 1480-1487. </li><li>Maine, J. and Boyles, J.G. (2015). Bats initiate vital\nagroecological interactions in corn. <em>PNAS</em>,\n112(4): 12438-12443. </li><li>Srinivasulu, C., Srinivasulu, A. and Srinivasulu. B. (2020).\nChecklist of the bats of South Asia (v1.1).<a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\">https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia</a><a href=\"https://threatenedtaxa.org/index.php/JoTT/checklists/bats/southasia\"> </a>[Date\nof publication: 13 April 2020]. </li><li>Jnawali, S.R., Baral, H.S., Acharya, K.P., Upadhyay, G.P. <em>et al</em>. (2011). The Status of Nepal Mammals:\nThe National Red List Series, Department of National Parks and Wildlife\nConservation, Kathmandu, Nepal. </li></ol>\n<!-- /wp:list -->','South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19','','inherit','closed','closed','','376-revision-v1','','','2020-05-02 19:18:21','2020-05-02 19:18:21','',376,'https://depak.org/2020/05/02/376-revision-v1/',0,'revision','',0),(404,1,'2020-05-02 19:30:41','2020-05-02 19:30:41','','Flying fox','Black flying-foxes (Pteropus alecto) hanging in a tree','inherit','open','closed','','flying-fox','','','2020-05-02 19:30:41','2020-05-02 19:30:41','',32,'https://depak.org/wp-content/uploads/2020/05/Bats_02.jpg',0,'attachment','image/jpeg',0),(405,1,'2020-05-02 19:38:53','2020-05-02 19:38:53','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"404\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions....[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"404\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions....[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-05-02 19:38:53','2020-05-02 19:38:53','',32,'https://depak.org/2020/05/02/32-revision-v1/',0,'revision','',0),(406,1,'2020-05-02 19:44:37','2020-05-02 19:44:37','','Frequently Asked Questions','','inherit','open','closed','','frequently-asked-questions','','','2020-05-02 19:44:37','2020-05-02 19:44:37','',32,'https://depak.org/wp-content/uploads/2020/05/Frequently-Asked-Questions.jpg',0,'attachment','image/jpeg',0),(407,1,'2020-05-02 20:03:41','2020-05-02 20:03:41','','Bats_02','','inherit','open','closed','','bats_02','','','2020-05-02 20:03:41','2020-05-02 20:03:41','',32,'https://depak.org/wp-content/uploads/2020/05/Bats_02-1.jpg',0,'attachment','image/jpeg',0),(408,1,'2020-05-02 20:06:43','2020-05-02 20:06:43','','Frequently Asked Questions','','inherit','open','closed','','frequently-asked-questions-2','','','2020-05-02 20:06:43','2020-05-02 20:06:43','',32,'https://depak.org/wp-content/uploads/2020/05/Frequently-Asked-Questions-1.jpg',0,'attachment','image/jpeg',0),(409,1,'2020-05-02 20:10:53','2020-05-02 20:10:53','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"407\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"408\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions and Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-05-02 20:10:53','2020-05-02 20:10:53','',32,'https://depak.org/2020/05/02/32-revision-v1/',0,'revision','',0),(410,1,'2020-05-02 20:19:10','2020-05-02 20:19:10','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"404\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"406\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions and Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-05-02 20:19:10','2020-05-02 20:19:10','',32,'https://depak.org/2020/05/02/32-revision-v1/',0,'revision','',0),(411,1,'2020-05-02 20:25:32','2020-05-02 20:25:32','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"404\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"406\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions (FAQ\'s) and their Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-05-02 20:25:32','2020-05-02 20:25:32','',32,'https://depak.org/2020/05/02/32-revision-v1/',0,'revision','',0),(412,1,'2020-05-03 21:15:13','2020-05-03 21:15:13','','flying-fox','','inherit','open','closed','','flying-fox-2','','','2020-05-03 21:15:13','2020-05-03 21:15:13','',32,'https://depak.org/wp-content/uploads/2020/05/flying-fox.jpg',0,'attachment','image/jpeg',0),(413,1,'2020-05-03 21:18:27','2020-05-03 21:18:27','','faqs','','inherit','open','closed','','faqs','','','2020-05-03 21:18:27','2020-05-03 21:18:27','',32,'https://depak.org/wp-content/uploads/2020/05/faqs.jpg',0,'attachment','image/jpeg',0),(414,1,'2020-05-03 21:21:12','2020-05-03 21:21:12','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"412\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"413\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions (FAQ\'s) and their Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-05-03 21:21:12','2020-05-03 21:21:12','',32,'https://depak.org/2020/05/03/32-revision-v1/',0,'revision','',0),(416,1,'2020-05-06 20:57:11','2020-05-06 20:57:11','','133157-Flying-Bats','','inherit','open','closed','','133157-flying-bats','','','2020-05-06 20:57:11','2020-05-06 20:57:11','',32,'https://depak.org/wp-content/uploads/2020/05/133157-Flying-Bats.jpg',0,'attachment','image/jpeg',0),(417,1,'2020-05-06 21:12:46','2020-05-06 21:12:46','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"412\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"416\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions (FAQ\'s) and their Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-05-06 21:12:46','2020-05-06 21:12:46','',32,'https://depak.org/2020/05/06/32-revision-v1/',0,'revision','',0),(418,1,'2020-05-06 21:18:23','2020-05-06 21:18:23','','133','','inherit','open','closed','','133','','','2020-05-06 21:18:23','2020-05-06 21:18:23','',32,'https://depak.org/wp-content/uploads/2020/05/133.jpg',0,'attachment','image/jpeg',0),(419,1,'2020-05-06 21:31:41','2020-05-06 21:31:41','','133','','inherit','open','closed','','133-2','','','2020-05-06 21:31:41','2020-05-06 21:31:41','',32,'https://depak.org/wp-content/uploads/2020/05/133-1.jpg',0,'attachment','image/jpeg',0),(420,1,'2020-05-06 21:35:28','2020-05-06 21:35:28','[vc_row][vc_column][rev_slider_vc alias=\"blog\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1588022954438{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column width=\"1/2\"][us_image image=\"412\" align=\"center\"][vc_custom_heading text=\"South Asian Scientists and Conservationists Bust Myths About Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Fsouth-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020%2F|||\"][vc_column_text]The world is currently battling a pandemic of unprecedented proportions and bats have been prematurely implicated as the source of COVID-19. Recent social media posts and unverified opinions.... <a href=\"https://depak.org/2020/04/27/south-asian-scientists-and-conservationists-bust-myths-about-bats-and-covid-19-date-of-release-24-04-2020/\">See More</a>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][us_image image=\"419\" align=\"center\"][vc_custom_heading text=\"Frequently Asked Questions (FAQ\'s) and their Answers on Bats and COVID-19\" link=\"url:https%3A%2F%2Fdepak.org%2F2020%2F04%2F27%2Ffrequently-asked-questions-and-answers-on-bats-and-covid-19%2F|||\"][vc_column_text]Bats do share some genomic similarities with SARS-COV-2 but it’s highly unlikely that bats can transfers SARS-COV-2 independently without the aid of any intermediary species....<a href=\"https://depak.org/2020/04/27/frequently-asked-questions-and-answers-on-bats-and-covid-19/\">See More</a>[/vc_column_text][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','32-revision-v1','','','2020-05-06 21:35:28','2020-05-06 21:35:28','',32,'https://depak.org/2020/05/06/32-revision-v1/',0,'revision','',0),(421,1,'2020-10-03 13:42:04','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-10-03 13:42:04','0000-00-00 00:00:00','',0,'https://depak.org/?p=421',0,'post','',0),(422,1,'2020-10-04 20:12:46','0000-00-00 00:00:00','','Auto Draft','','draft','closed','closed','','','','','2020-10-04 20:12:46','2020-10-04 20:12:46','',0,'http://depak.org/?page_id=422',0,'page','',0),(423,1,'2020-10-04 20:08:08','2020-10-04 20:08:08','','Auto Draft','','inherit','closed','closed','','422-revision-v1','','','2020-10-04 20:08:08','2020-10-04 20:08:08','',422,'http://depak.org/2020/10/04/422-revision-v1/',0,'revision','',0),(424,1,'2020-10-07 19:54:00','2020-10-07 19:54:00','','batss','','publish','closed','closed','','batss','','','2020-10-07 19:54:00','2020-10-07 19:54:00','',0,'http://depak.org/?page_id=424',0,'page','',0),(425,1,'2020-10-07 19:54:00','2020-10-07 19:54:00','','batss','','inherit','closed','closed','','424-revision-v1','','','2020-10-07 19:54:00','2020-10-07 19:54:00','',424,'http://depak.org/?p=425',0,'revision','',0); /*!40000 ALTER TABLE `wpmd_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_revslider_css` -- DROP TABLE IF EXISTS `wpmd_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8mb4_unicode_ci NOT NULL, `settings` longtext COLLATE utf8mb4_unicode_ci, `hover` longtext COLLATE utf8mb4_unicode_ci, `advanced` longtext COLLATE utf8mb4_unicode_ci, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_revslider_css` -- LOCK TABLES `wpmd_revslider_css` WRITE; /*!40000 ALTER TABLE `wpmd_revslider_css` DISABLE KEYS */; INSERT INTO `wpmd_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"[object Object]\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `wpmd_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_revslider_layer_animations` -- DROP TABLE IF EXISTS `wpmd_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8mb4_unicode_ci NOT NULL, `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_revslider_layer_animations` -- LOCK TABLES `wpmd_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wpmd_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_revslider_navigations` -- DROP TABLE IF EXISTS `wpmd_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` longtext COLLATE utf8mb4_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_revslider_navigations` -- LOCK TABLES `wpmd_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wpmd_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_revslider_sliders` -- DROP TABLE IF EXISTS `wpmd_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `alias` tinytext COLLATE utf8mb4_unicode_ci, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci, `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_revslider_sliders` -- LOCK TABLES `wpmd_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wpmd_revslider_sliders` DISABLE KEYS */; INSERT INTO `wpmd_revslider_sliders` VALUES (1,'Join Us','Join','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Join Us\",\"alias\":\"Join\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Join\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullscreen\",\"width\":\"1400\",\"height\":\"868\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(2,'Youtube Hero','youtubehero','{\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Youtube Hero\",\"alias\":\"youtubehero\",\"shortcode\":\"[rev_slider alias=\\\\\\\"youtubehero\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"500\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"400\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"270\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Revapi31.bind(\\\\\\\"revolution.slide.layeraction\\\\\\\",function (e) {\\n\\t\\/\\/data.eventtype - Layer Action (enterstage, enteredstage, leavestage,leftstage)\\n\\t\\/\\/data.layertype - Layer Type (image,video,html)\\n\\t\\/\\/data.layersettings - Default Settings for Layer\\n\\t\\/\\/data.layer - Layer as jQuery Object\\n});\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/depak.org\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"30\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"30\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"vertical\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"action\":\"revslider_ajax_action\",\"client_action\":\"import_slider\",\"sliderid\":\"31\",\"nonce\":\"6444556aca\",\"import_file\":\"\",\"update_animations\":\"true\",\"update_static_captions\":\"none\",\"export_dummy_images\":\"false\",\"google_font\":[\"Raleway:500,800\"],\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"1.0.0\",\"uid\":\"e0b2c12a45841bdf21cb96305f2c85bf\"}','{\"version\":\"5.0.7\"}','template'),(3,'Youtube Hero','youtube-hero','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Youtube Hero\",\"alias\":\"youtube-hero\",\"shortcode\":\"[rev_slider alias=\\\\\\\"youtube-hero\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"500\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"400\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"270\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/depak.org\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"30\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"30\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"default\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"vertical\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(4,'About Us','About Page','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"About Us\",\"alias\":\"About Page\",\"shortcode\":\"[rev_slider alias=\\\\\\\"About Page\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(5,'bats-conservation-pakistan','bats-conservation-pakistan','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"bats-conservation-pakistan\",\"alias\":\"bats-conservation-pakistan\",\"shortcode\":\"[rev_slider alias=\\\"bats-conservation-pakistan\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(6,'Our Approach','our-approach','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Our Approach\",\"alias\":\"our-approach\",\"shortcode\":\"[rev_slider alias=\\\"our-approach\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(7,'Soon Valley Header','soon-valley-header','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Soon Valley Header\",\"alias\":\"soon-valley-header\",\"shortcode\":\"[rev_slider alias=\\\"soon-valley-header\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(8,'Contact Us','contact-us','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Contact Us\",\"alias\":\"contact-us\",\"shortcode\":\"[rev_slider alias=\\\"contact-us\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(9,'Campaigns','campaigns','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Campaigns\",\"alias\":\"campaigns\",\"shortcode\":\"[rev_slider alias=\\\"campaigns\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(10,'Vision & Mission','vision-mission','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Vision & Mission\",\"alias\":\"vision-mission\",\"shortcode\":\"[rev_slider alias=\\\"vision-mission\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(11,'Career Oppor','career-oppor','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Career Oppor\",\"alias\":\"career-oppor\",\"shortcode\":\"[rev_slider alias=\\\"career-oppor\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(12,'Our Activities','our-activities','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Our Activities\",\"alias\":\"our-activities\",\"shortcode\":\"[rev_slider alias=\\\"our-activities\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(13,'Zoonosis','zoonosis','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Zoonosis\",\"alias\":\"zoonosis\",\"shortcode\":\"[rev_slider alias=\\\"zoonosis\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(14,'Conservation','conservation','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Conservation\",\"alias\":\"conservation\",\"shortcode\":\"[rev_slider alias=\\\"conservation\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(15,'Forestation','forestation','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Forestation\",\"alias\":\"forestation\",\"shortcode\":\"[rev_slider alias=\\\"forestation\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(16,'Our Programs','our-programs','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Our Programs\",\"alias\":\"our-programs\",\"shortcode\":\"[rev_slider alias=\\\"our-programs\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(17,'Blog','blog','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Blog\",\"alias\":\"blog\",\"shortcode\":\"[rev_slider alias=\\\"blog\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1240\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"left\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"40\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"navbar\",\"navigation_thumbs_preset\":\"default\",\"ph-navbar-thumbs-hbgb-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"ph-navbar-thumbs-hovercolor-color-rgba-def\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-titlebg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-bg-color-rgba-def\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"vertical\",\"thumb_width\":\"50\",\"thumb_height\":\"50\",\"thumb_width_min\":\"50\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"778\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"right\",\"thumbnails_align_vert\":\"center\",\"thumbnails_offset_hor\":\"20\",\"thumbnails_offset_vert\":\"0\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''); /*!40000 ALTER TABLE `wpmd_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_revslider_slides` -- DROP TABLE IF EXISTS `wpmd_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_revslider_slides` -- LOCK TABLES `wpmd_revslider_slides` WRITE; /*!40000 ALTER TABLE `wpmd_revslider_slides` DISABLE KEYS */; INSERT INTO `wpmd_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"207\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/11\\/1-21.jpg\",\"0\":\"Remove\"}','[{\"text\":\"It\'s Cool to Be Part \",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-19},\"top\":{\"desktop\":330},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"It\'s Cool to Be Our ...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":478,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#07461a\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"of Our Team\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-22},\"top\":{\"desktop\":388},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"It\'s Cool to Be Our ...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":321,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#07461a\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Join the race to make the world a better place\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":-17},\"top\":{\"desktop\":442},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Join the race to mak...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":530,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"25px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#0a0a0a\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-size\":{\"desktop\":\"15px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"900\"},\"letter-spacing\":{\"desktop\":\"\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\",\"text-transform\":\"uppercase\",\"letter-spacing\":\"1px\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"rgba(0,0,0,0.75)\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"rgba(0,0,0,1)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"rgba(0,0,0,1)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"fa-icon-chevron-right\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"Join Us! <i class=\\\"fa-icon-chevron-right\\\"><\\/i>\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn rev-hiddenicon\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\"},\"max_height\":{\"desktop\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700.0006103515625,\"sfx_effect\":\"\"}},\"unique_id\":4,\"left\":{\"desktop\":19},\"top\":{\"desktop\":501},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":162,\"height\":39,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Learn More\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":232},\"top\":{\"desktop\":512},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Learn More\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":118,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#6b9726\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(2,2,1,'{\"background_type\":\"youtube\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"8dTzy_N0Pn4\",\"slide_bg_vimeo\":\"82642494\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"4:3\",\"video_start_at\":\"00:06\",\"video_end_at\":\"01:40\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Intro\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"https:\\/\\/depak.org\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomout\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"3000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/revslider\\/youtubehero\\/youtubebg.jpg\",\"transition_ease_in\":[\"Power3.easeInOut\"],\"transition_ease_out\":[\"Power3.easeInOut\"],\"video_mute\":\"on\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\",\"notebook\":\"\"},\"line-height\":{\"desktop\":\"\",\"notebook\":\"\"},\"font-weight\":{\"desktop\":\"800\",\"notebook\":\"800\"},\"color\":{\"desktop\":\"\",\"notebook\":\"\"}},\"deformation\":{\"background-color\":\"#000000\",\"background-transparency\":\"0.25\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Power1.easeInOut\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"100px\",\"notebook\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"desktop\":\"100px\",\"notebook\":\"100px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":0,\"notebook\":0},\"internal_class\":\"\",\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":750,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"<i class=\\\"pe-7s-film\\\"><\\/i>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":-66,\"notebook\":-64,\"tablet\":-78},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":5,\"loop_xend\":0,\"loop_ystart\":-5,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"2\",\"loop_angle\":\"20\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":33,\"height\":33,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\",\"tablet\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\",\"tablet\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"YOUTUBE HERO\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":-29,\"notebook\":0,\"tablet\":-22},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-338\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1.5\",\"scale_y_start\":\"1.5\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"customin-354\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"REVOLUTION SLIDER TEMPLATE\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":13,\"notebook\":52,\"tablet\":28},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"14px\",\"notebook\":\"14px\",\"tablet\":\"14px\",\"mobile\":\"14px\"},\"line-height\":{\"desktop\":\"14px\",\"notebook\":\"14px\",\"tablet\":\"14px\",\"mobile\":\"14px\"},\"font-weight\":{\"desktop\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\",\"mobile\":\"500\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-family\":\"Raleway\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-opacity\":\"0.5\",\"border-width\":\"1\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"1\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"},\"text\":\"CONTINUE ON SITE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Hero-Button\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"unique_id\":7,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":124,\"notebook\":124,\"tablet\":80,\"mobile\":65},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":true,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1250,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":180,\"height\":36,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[],\"scrollunder_offset\":[\"0\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(3,3,1,'{\"background_type\":\"youtube\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"j_SjhcdF_J4\",\"slide_bg_vimeo\":\"82642494\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"4:3\",\"video_start_at\":\"00:04\",\"video_end_at\":\"00:40\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Intro\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"https:\\/\\/depak.org\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomout\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"3000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/img.youtube.com\\/vi\\/j_SjhcdF_J4\\/maxresdefault.jpg\",\"transition_ease_in\":[\"Power3.easeInOut\"],\"transition_ease_out\":[\"Power3.easeInOut\"],\"video_mute\":\"on\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_volume\":\"100\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\",\"notebook\":\"\"},\"line-height\":{\"desktop\":\"\",\"notebook\":\"\"},\"font-weight\":{\"desktop\":\"800\",\"notebook\":\"800\"},\"color\":{\"desktop\":\"\",\"notebook\":\"\"},\"letter-spacing\":{}},\"deformation\":{\"background-color\":\"rgba(0, 0, 0, 0.25)\",\"border-color\":\"rgba(0, 0, 0, 0.5)\",\"border-opacity\":\"0.5\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":0,\"grayscalefilter\":0,\"brightnessfilter\":100,\"overflow\":\"visible\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Power1.easeInOut\",\"css_cursor\":\"auto\",\"blurfilter\":0,\"grayscalefilter\":0,\"brightnessfilter\":100,\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"100px\",\"notebook\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"desktop\":\"100px\",\"notebook\":\"100px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":0,\"notebook\":0},\"internal_class\":\"\",\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[],\"link_follow\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":750,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":750},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6750.0006103515625}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40\",\"display\":\"block\",\"static_start\":\"1\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[0,0,0,0]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5},{\"text\":\"Depak is non-profit platform created for enhancing awareness for wildlife conservation and zoonosis through effective engagement.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":37,\"mobile\":-29,\"notebook\":0,\"tablet\":-22},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"164px\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"967px\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":966,\"height\":164,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"40px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1.5\",\"scale_y_start\":\"1.5\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"customin-354\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"blockfromleft\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"blockfromleft\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6500.0006103515625,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"0px\",\"10px\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Learn more about us\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":77,\"mobile\":13,\"notebook\":52,\"tablet\":28},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":202,\"height\":20,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":1500,\"animation\":\"blockfromleft\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"blockfromleft\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6500.0006103515625,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\"},\"font-size\":{\"desktop\":\"14px\",\"notebook\":\"14px\",\"tablet\":\"14px\",\"mobile\":\"14px\"},\"line-height\":{\"desktop\":\"14px\",\"notebook\":\"14px\",\"tablet\":\"14px\",\"mobile\":\"14px\"},\"font-weight\":{\"desktop\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\",\"mobile\":\"500\"},\"letter-spacing\":{\"desktop\":\"\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-family\":\"Raleway\",\"background-color\":\"transparent\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"rgba(255, 255, 255, 0.5)\",\"border-opacity\":\"0.5\",\"border-width\":[\"1\",\"1\",\"1\",\"1\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\"},\"deformation-hover\":{\"background-color\":\"rgba(255, 255, 255, 1)\",\"color\":\"rgba(0, 0, 0, 1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"rgba(255, 255, 255, 1)\",\"border-opacity\":\"1\",\"border-width\":[\"1\",\"1\",\"1\",\"1\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\"CONTINUE ON SITE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Hero-Button\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"unique_id\":7,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":124,\"notebook\":124,\"tablet\":80,\"mobile\":65},\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":true,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":180,\"height\":36,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1250,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"sfb\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1250,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SmoothCropToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6250.0006103515625,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"static_start\":\"1\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"30px\",\"10px\",\"30px\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":9,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[],\"scrollunder_offset\":[\"0\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"300\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(4,4,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"71\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/10\\/1-1.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Board Members\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-136},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Board Members\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"378px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":378,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(5,5,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"110\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/11\\/1-3.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Bat\'s Conservation Pakistan\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-400},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(6,6,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"120\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/11\\/1-4.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Our Approach\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-271},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(7,7,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"129\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/11\\/1-5.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Salt Range\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-210},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(8,8,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"71\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/10\\/1-1.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Contact Us\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-50},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"About Us\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"378px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":378,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(9,9,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"169\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/11\\/1-6-1.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Campaigns\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-42},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"About Us\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"378px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":378,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(10,10,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"120\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/11\\/1-4.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Vision & Mission\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-319},\"top\":{\"desktop\":-1},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(11,11,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"265\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/12\\/1-7.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Career Opportunities\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-405},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#0a0909\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(12,12,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"269\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/12\\/1-8.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Our Activities\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-271},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(13,13,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"325\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/12\\/1-9.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Zoonosis\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-188},\"top\":{\"desktop\":-33},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(14,14,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"110\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/11\\/1-3.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Conservation\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-168},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(15,15,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"346\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/12\\/1-10.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Forestation\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-144},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(16,16,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"355\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2019\\/12\\/1-11.jpg\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Our Programs\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-217},\"top\":{\"desktop\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(17,17,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"370\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/depak.org\\/wp-content\\/uploads\\/2020\\/04\\/image.png\",\"slide_parallax_level\":\"-\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Remove\"}','[{\"text\":\"Blog\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":10,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"auto\",\"easing\":\"Power4.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8690.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-71},\"top\":{\"desktop\":-11},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bat\'s Conservation P...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0px\",\"mask_y_end\":\"0px\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"44px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":44,\"height\":14,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"15px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"0\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Georgia, serif\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":5,\"positionLeftReset\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'); /*!40000 ALTER TABLE `wpmd_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_revslider_static_slides` -- DROP TABLE IF EXISTS `wpmd_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `settings` text COLLATE utf8mb4_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_revslider_static_slides` -- LOCK TABLES `wpmd_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wpmd_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wpmd_revslider_static_slides` VALUES (1,2,'{\"background_type\":\"trans\"}','[]','[\"\"]'),(2,3,'{\"background_type\":\"trans\"}','[]','[\"\"]'); /*!40000 ALTER TABLE `wpmd_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_term_relationships` -- DROP TABLE IF EXISTS `wpmd_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_term_relationships` -- LOCK TABLES `wpmd_term_relationships` WRITE; /*!40000 ALTER TABLE `wpmd_term_relationships` DISABLE KEYS */; INSERT INTO `wpmd_term_relationships` VALUES (35,2,0),(36,2,0),(38,2,0),(103,2,0),(107,2,0),(119,2,0),(128,2,0),(154,2,0),(248,2,0),(249,2,0),(254,2,0),(259,2,0),(268,2,0),(376,1,0),(391,1,0); /*!40000 ALTER TABLE `wpmd_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_term_taxonomy` -- DROP TABLE IF EXISTS `wpmd_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_term_taxonomy` -- LOCK TABLES `wpmd_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpmd_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpmd_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'nav_menu','',0,13); /*!40000 ALTER TABLE `wpmd_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_termmeta` -- DROP TABLE IF EXISTS `wpmd_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_termmeta` -- LOCK TABLES `wpmd_termmeta` WRITE; /*!40000 ALTER TABLE `wpmd_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_terms` -- DROP TABLE IF EXISTS `wpmd_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_terms` -- LOCK TABLES `wpmd_terms` WRITE; /*!40000 ALTER TABLE `wpmd_terms` DISABLE KEYS */; INSERT INTO `wpmd_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menu','menu',0); /*!40000 ALTER TABLE `wpmd_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_usermeta` -- DROP TABLE IF EXISTS `wpmd_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_usermeta` -- LOCK TABLES `wpmd_usermeta` WRITE; /*!40000 ALTER TABLE `wpmd_usermeta` DISABLE KEYS */; INSERT INTO `wpmd_usermeta` VALUES (1,1,'nickname','depakorg'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpmd_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpmd_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor,vc_pointers_frontend_editor'),(15,1,'show_welcome_panel','1'),(17,1,'wpmd_dashboard_quick_press_last_post_id','421'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"119.160.96.0\";}'),(19,1,'Premium WP Template_cpt_in_menu_set','1'),(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(21,1,'metaboxhidden_nav-menus','a:4:{i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:25:\"add-us_portfolio_category\";i:5;s:20:\"add-us_portfolio_tag\";}'),(22,1,'wpmd_user-settings','libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=498px&edit_element_vcUIPanelTop=124px&hidetb=1'),(23,1,'wpmd_user-settings-time','1587937586'),(24,1,'nav_menu_recently_edited','2'),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:1:{i:0;s:19:\"wpb_visual_composer\";}'),(27,1,'rocket_boxes','a:0:{}'),(28,1,'session_tokens','a:1:{s:64:\"702a7e4423068598ecd92156a542a04b0750b11417673e330cdbf04779cced6d\";a:4:{s:10:\"expiration\";i:1602267168;s:2:\"ip\";s:13:\"119.160.96.17\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1602094368;}}'); /*!40000 ALTER TABLE `wpmd_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_users` -- DROP TABLE IF EXISTS `wpmd_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_users` -- LOCK TABLES `wpmd_users` WRITE; /*!40000 ALTER TABLE `wpmd_users` DISABLE KEYS */; INSERT INTO `wpmd_users` VALUES (1,'depakorg','$P$BHx6wZRGF6gFC/y0yfUadx7A9Jf5HP0','depakorg','admin@depak.org','','2019-10-09 17:25:25','',0,'depakorg'); /*!40000 ALTER TABLE `wpmd_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2020-10-08 14:31:55
/home/batcwwjx/public_html/././../old/public_html/thelabra_wp846-56bcb41.sql