uawdijnntqw1x1x1
IP : 3.149.230.234
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
/
.googleapps
/
..
/
.
/
old
/
public_html
/
thelabra_wp003.sql
/
/
-- MySQL dump 10.16 Distrib 10.1.41-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: thelabra_wp003 -- ------------------------------------------------------ -- 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 utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `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=30259 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://batconpakistan.org','yes'),(2,'home','http://batconpakistan.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@batconpakistan.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:4:{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:\"give-forms-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'cron','a:10:{i:1603687967;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:1603689925;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:1603701611;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:1603702663;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:1603730321;a:1:{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:1603733175;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:1603733438;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:1603989521;a:1:{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;}}}i:1605458321;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@batconpakistan.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://batconpakistan.org/wp-content/themes/wpnull24/fonts/fa-brands-400.woff2\") format(\"woff2\"),url(\"https://batconpakistan.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://batconpakistan.org/wp-content/themes/wpnull24/fonts/fa-light-300.woff2\") format(\"woff2\"),url(\"https://batconpakistan.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://batconpakistan.org/wp-content/themes/wpnull24/fonts/fa-regular-400.woff2\") format(\"woff2\"),url(\"https://batconpakistan.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://batconpakistan.org/wp-content/themes/wpnull24/fonts/fa-solid-900.woff2\") format(\"woff2\"),url(\"https://batconpakistan.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://batconpakistan.org/wp-content/themes/wpnull24/framework/img/phone-6-black-real.png)}.style_phone6-2>div{background-image:url(https://batconpakistan.org/wp-content/themes/wpnull24/framework/img/phone-6-white-real.png)}.style_phone6-3>div{background-image:url(https://batconpakistan.org/wp-content/themes/wpnull24/framework/img/phone-6-black-flat.png)}.style_phone6-4>div{background-image:url(https://batconpakistan.org/wp-content/themes/wpnull24/framework/img/phone-6-white-flat.png)}.leaflet-default-icon-path{background-image:url(https://batconpakistan.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-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:16:\"themepunch.tools\";}','yes'),(207,'revslider_server_refresh','1603398846','yes'),(208,'revslider-update-check-short','1603259292','yes'),(209,'revslider-templates-check','1603259293','yes'),(213,'revslider-library-check','1603259305','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','1603646916','yes'),(235,'_transient_timeout_bsf_check_product_updates','1603819716','no'),(236,'_transient_bsf_check_product_updates','1','no'),(237,'bsf-updater-version','1.22.62\r\n','yes'),(239,'bsf_local_transient_bundled','1602776743','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:24:\"admin@batconpakistan.org\";s:7:\"version\";s:5:\"5.3.4\";s:9:\"timestamp\";i:1591866311;}','no'),(2846,'admin_email_lifespan','1603035899','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:24:\"admin@batconpakistan.org\";}s:30:\"new-offline-donation_recipient\";a:1:{i:0;s:24:\"admin@batconpakistan.org\";}s:28:\"new-donor-register_recipient\";a:1:{i:0;s:24:\"admin@batconpakistan.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','1603381544','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','7','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:1603646916;s:15:\"version_checked\";s:5:\"5.3.4\";s:12:\"translations\";a:0:{}}','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'),(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'),(29662,'rs-templates-new','','no'),(29663,'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'),(30207,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1603646919;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'),(30209,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1603646919;s:7:\"checked\";a:13:{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: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: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.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.7.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.8\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.2.7.8.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.1\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/give/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/give.2.8.1.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.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pagelayer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pagelayer.1.3.1.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:3:{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:{}}}}','no'),(30211,'_site_transient_update_wprocket','1603686520','no'),(30256,'_site_transient_timeout_theme_roots','1603684559','no'),(30257,'_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'); /*!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=1280 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://batconpakistan.org/wp-content/uploads/2020/10/Batcon-Pakistan-White-Transparent.png'),(11,9,'_us_in_content_ids',''),(12,9,'us_og_image',''),(24,9,'_edit_lock','1602780088: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://batconpakistan.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://batconpakistan.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://batconpakistan.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','1602780907: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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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;}'),(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'),(1271,427,'_wp_attached_file','2020/10/Batcon-Pakistan-Logo-Transparent.png'),(1272,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:616;s:6:\"height\";i:310;s:4:\"file\";s:44:\"2020/10/Batcon-Pakistan-Logo-Transparent.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Batcon-Pakistan-Logo-Transparent-300x151.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"151\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Batcon-Pakistan-Logo-Transparent-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:44:\"Batcon-Pakistan-Logo-Transparent-350x176.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"176\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:44:\"Batcon-Pakistan-Logo-Transparent-600x302.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"302\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:44:\"Batcon-Pakistan-Logo-Transparent-600x302.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"302\";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\";}}'),(1273,427,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:31977;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11491;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:616;s:6:\"height\";i:310;s:5:\"ratio\";d:0.3594;}s:3:\"end\";i:1602777396;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:38121;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11646;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:5:\"ratio\";d:0.3055;}s:3:\"end\";i:1602777399;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18369;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6181;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.3365;}s:3:\"end\";i:1602777397;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:43080;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12066;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:176;s:5:\"ratio\";d:0.2801;}s:3:\"end\";i:1602777402;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:115963;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:33951;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:302;s:5:\"ratio\";d:0.2928;}s:3:\"end\";i:1602777404;}s:10:\"us_600_400\";a:0:{}}'),(1274,428,'_wp_attached_file','2020/10/Batcon-Pakistan-Logo-Transparent-1.png'),(1275,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:616;s:6:\"height\";i:310;s:4:\"file\";s:46:\"2020/10/Batcon-Pakistan-Logo-Transparent-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Batcon-Pakistan-Logo-Transparent-1-300x151.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"151\";s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Batcon-Pakistan-Logo-Transparent-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:46:\"Batcon-Pakistan-Logo-Transparent-1-350x176.png\";s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"176\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_600\";a:4:{s:4:\"file\";s:46:\"Batcon-Pakistan-Logo-Transparent-1-600x302.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"302\";s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"us_600_400\";a:4:{s:4:\"file\";s:46:\"Batcon-Pakistan-Logo-Transparent-1-600x302.png\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"302\";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\";}}'),(1276,428,'tiny_compress_images','a:6:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:31977;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11491;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:616;s:6:\"height\";i:310;s:5:\"ratio\";d:0.3594;}s:3:\"end\";i:1602777517;}s:6:\"medium\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:38121;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:11646;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:5:\"ratio\";d:0.3055;}s:3:\"end\";i:1602777525;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:18369;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:6181;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:5:\"ratio\";d:0.3365;}s:3:\"end\";i:1602777521;}s:10:\"us_350_350\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:43080;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:12066;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:350;s:6:\"height\";i:176;s:5:\"ratio\";d:0.2801;}s:3:\"end\";i:1602777526;}s:10:\"us_600_600\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:115963;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:33951;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:600;s:6:\"height\";i:302;s:5:\"ratio\";d:0.2928;}s:3:\"end\";i:1602777532;}s:10:\"us_600_400\";a:0:{}}'),(1277,429,'_wp_attached_file','2020/10/Batcon-Pakistan-White-Transparent.png'),(1278,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:91;s:4:\"file\";s:45:\"2020/10/Batcon-Pakistan-White-Transparent.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Batcon-Pakistan-White-Transparent-150x91.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"91\";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\";}}'),(1279,429,'tiny_compress_images','a:2:{i:0;a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:9686;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:3180;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:180;s:6:\"height\";i:91;s:5:\"ratio\";d:0.3283;}s:3:\"end\";i:1602780767;}s:9:\"thumbnail\";a:3:{s:5:\"input\";a:2:{s:4:\"size\";i:5602;s:4:\"type\";s:9:\"image/png\";}s:6:\"output\";a:5:{s:4:\"size\";i:2860;s:4:\"type\";s:9:\"image/png\";s:5:\"width\";i:150;s:6:\"height\";i:91;s:5:\"ratio\";d:0.5105;}s:3:\"end\";i:1602780767;}}'); /*!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=430 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://batconpakistan.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://batconpakistan.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=\"429\" 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://batconpakistan.org/bats-conservation-pakistan/\">Bats Conservation</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/our-programs/\">Our Programs</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/vision-mission/\">Future Plans</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.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://batconpakistan.org/our-activities/\">Images & Videos</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.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://batconpakistan.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://batconpakistan.org/our-approach/\">Our Approach</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/contact-us/\">Join Us</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/about-us/\">About</a></span>\r\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.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','','','2020-10-15 16:55:34','2020-10-15 16:55:34','',0,'https://batconpakistan.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\":\"428|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-10-15 15:59:53','2020-10-15 15:59:53','',0,'https://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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@batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.org/wp-content/uploads/2019/12/Depak_new-Logo_white-2.png',0,'attachment','image/png',0),(363,1,'2020-10-15 16:54:59','2020-10-15 16:54:59','<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=\"429\" 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://batconpakistan.org/bats-conservation-pakistan/\">Bats Conservation</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/our-programs/\">Our Programs</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/vision-mission/\">Future Plans</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.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://batconpakistan.org/our-activities/\">Images & Videos</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.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://batconpakistan.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://batconpakistan.org/our-approach/\">Our Approach</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/contact-us/\">Join Us</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.org/about-us/\">About</a></span><br />\n<span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://batconpakistan.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','','','2020-10-15 16:54:59','2020-10-15 16:54:59','',7,'https://batconpakistan.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@batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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%2Fbatconpakistan.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://batconpakistan.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://batconpakistan.org/2020/05/06/32-revision-v1/',0,'revision','',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://batconpakistan.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://batconpakistan.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://batconpakistan.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://batconpakistan.org/?p=425',0,'revision','',0),(427,1,'2020-10-15 15:55:54','2020-10-15 15:55:54','','Batcon Pakistan - Logo - Transparent','','inherit','open','closed','','batcon-pakistan-logo-transparent','','','2020-10-15 15:55:54','2020-10-15 15:55:54','',0,'https://batconpakistan.org/wp-content/uploads/2020/10/Batcon-Pakistan-Logo-Transparent.png',0,'attachment','image/png',0),(428,1,'2020-10-15 15:57:39','2020-10-15 15:57:39','','Batcon Pakistan - Logo - Transparent','','inherit','open','closed','','batcon-pakistan-logo-transparent-2','','','2020-10-15 15:57:39','2020-10-15 15:57:39','',0,'https://batconpakistan.org/wp-content/uploads/2020/10/Batcon-Pakistan-Logo-Transparent-1.png',0,'attachment','image/png',0),(429,1,'2020-10-15 16:52:24','2020-10-15 16:52:24','','Batcon Pakistan - White - Transparent','','inherit','open','closed','','batcon-pakistan-white-transparent','','','2020-10-15 16:52:24','2020-10-15 16:52:24','',0,'https://batconpakistan.org/wp-content/uploads/2020/10/Batcon-Pakistan-White-Transparent.png',0,'attachment','image/png',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','426'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"119.160.102.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=437px&edit_element_vcUIPanelTop=111px&hidetb=1'),(23,1,'wpmd_user-settings-time','1602780966'),(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:\"73d356086101189c45e67489f32b9c0d0d175cf17c047889594e0ea2e1a664ab\";a:4:{s:10:\"expiration\";i:1603986254;s:2:\"ip\";s:15:\"119.160.102.176\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36\";s:5:\"login\";i:1602776654;}}'); /*!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@batconpakistan.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-26 3:59:04
/home/batcwwjx/.googleapps/.././old/public_html/thelabra_wp003.sql