-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 23, 2024 at 12:56 PM
-- Server version: 5.7.44
-- PHP Version: 8.1.16

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `zivaorganiko_main`
--

-- --------------------------------------------------------

--
-- Table structure for table `admins`
--

CREATE TABLE `admins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `role` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'editor',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`id`, `name`, `username`, `email`, `email_verified`, `role`, `image`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'superadmin', 'super_admin', 'lttrbx.tech@gmail.com', 1, '1', '', '$2y$10$XXCjZ9RqSgNPcEKQIM8xMOJ0j95UOAs/64If6FiPVJthpFWr0Y5eG', 'bJyxTxflpBItOotCI59RLeEm5HCiPuyb1y5FovZABPUMFrq1iD9ZyrrOUNrL', '2024-01-02 05:18:39', '2024-01-02 05:18:39'),
(2, 'zivaorganiko', 'zivaorganiko', 'zivaorganiko@gmail.com', 0, '4', NULL, '$2y$10$rMHBZXHFeJjcyGVIz3Stmu7CsLH34PHk8AGYHaHcLjjrK1MhBycKW', '22CLIevtzuPEW2xbo8cJ4Pqdj02PyANdU3o5M47DodKSjqwRJA8QaHepzTc6', '2024-02-22 03:39:44', '2024-02-22 03:39:44');

-- --------------------------------------------------------

--
-- Table structure for table `admin_roles`
--

CREATE TABLE `admin_roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `permission` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_roles`
--

INSERT INTO `admin_roles` (`id`, `name`, `permission`, `created_at`, `updated_at`) VALUES
(1, 'Super Admin', '[\"video_gallery\",\"admin_manage\",\"about_page_manage\",\"users_manage\",\"quote_manage\",\"newsletter_manage\",\"package_orders_manage\",\"all_payment_logs\",\"pages_manage\",\"menus_manage\",\"widgets_manage\",\"popup_builder\",\"form_builder\",\"blogs_manage\",\"job_post_manage\",\"events_manage\",\"products_manage\",\"donations_manage\",\"knowledgebase\",\"home_variant\",\"topbar_settings\",\"home_page_manage\",\"contact_page_manage\",\"feedback_page_manage\",\"services\",\"case_study\",\"gallery_page\",\"404_page_manage\",\"faq\",\"brand_logos\",\"price_plan\",\"team_members\",\"testimonial\",\"counterup\",\"general_settings\",\"languages\",\"courses_manage\",\"appointment_manage\",\"support_tickets\",\"email_templates\"]', '2020-05-15 10:00:00', '2021-09-10 10:49:12'),
(2, 'Editor', '[\"about_page_manage\",\"quote_manage\",\"newsletter_manage\",\"package_orders_manage\",\"all_payment_logs\",\"pages_manage\",\"blogs_manage\",\"job_post_manage\",\"events_manage\",\"products_manage\",\"donations_manage\",\"knowledgebase\",\"topbar_settings\",\"home_page_manage\",\"contact_page_manage\",\"feedback_page_manage\",\"services\",\"case_study\",\"gallery_page\",\"faq\",\"brand_logos\",\"price_plan\",\"team_members\",\"testimonial\",\"counterup\"]', '2020-05-16 00:34:16', '2020-07-27 10:42:52'),
(3, 'Admin', '[\"users_manage\",\"quote_manage\",\"newsletter_manage\",\"package_orders_manage\",\"all_payment_logs\",\"pages_manage\",\"menus_manage\",\"widgets_manage\",\"popup_builder\",\"form_builder\",\"blogs_manage\",\"job_post_manage\",\"events_manage\",\"products_manage\",\"donations_manage\",\"knowledgebase\",\"topbar_settings\",\"home_page_manage\",\"contact_page_manage\",\"feedback_page_manage\",\"services\",\"case_study\",\"gallery_page\",\"404_page_manage\",\"faq\",\"brand_logos\",\"price_plan\",\"team_members\",\"testimonial\",\"counterup\",\"general_settings\"]', '2020-05-16 00:34:29', '2020-07-27 10:44:24'),
(4, 'admin mini', '[\"users_manage\",\"all_payment_logs\",\"products_manage\"]', '2024-02-22 03:39:04', '2024-02-22 03:43:28');

-- --------------------------------------------------------

--
-- Table structure for table `advertisements`
--

CREATE TABLE `advertisements` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `size` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slot` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `embed_code` text COLLATE utf8mb4_unicode_ci,
  `redirect_url` text COLLATE utf8mb4_unicode_ci,
  `click` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `impression` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `status` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `advertisements`
--

INSERT INTO `advertisements` (`id`, `title`, `type`, `size`, `image`, `slot`, `embed_code`, `redirect_url`, `click`, `impression`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Script One', 'scripts', '320*50', NULL, NULL, 'dsf', '', 0, 0, 1, '2022-07-15 23:38:21', '2022-07-15 23:38:21'),
(2, 'Advertisement Image One', 'image', '950*200', '329', NULL, NULL, '#', 1, 19, 1, '2022-07-15 23:40:47', '2022-07-16 03:52:49'),
(3, 'Test 3', 'google_adsense', '320*50', NULL, 'dd', NULL, '', 0, 0, 1, '2022-07-15 23:53:58', '2022-07-15 23:53:58'),
(4, 'Banner Image Two', 'image', '950*160', '328', NULL, NULL, '#', 0, 267, 1, '2022-07-15 23:55:32', '2022-08-03 04:27:17');

-- --------------------------------------------------------

--
-- Table structure for table `appointments`
--

CREATE TABLE `appointments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `categories_id` bigint(20) UNSIGNED DEFAULT NULL,
  `booking_time_ids` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `appointment_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `max_appointment` bigint(20) UNSIGNED DEFAULT NULL,
  `price` double(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `appointments`
--

INSERT INTO `appointments` (`id`, `categories_id`, `booking_time_ids`, `status`, `appointment_status`, `image`, `max_appointment`, `price`, `created_at`, `updated_at`) VALUES
(3, 1, '1,2,4,5,6,7,8,9,10,3', 'publish', 'yes', '187', 50, 100.00, '2021-04-22 16:09:35', '2021-05-07 22:27:07'),
(4, 1, '1,2,3,4,5,6,7,8,9,10', 'publish', 'yes', '188', 50, 100.00, '2021-04-22 16:09:37', '2021-04-22 18:45:10'),
(5, 1, '2,3,6,7,8,9', 'publish', 'yes', '189', 50, 100.00, '2021-04-22 18:48:05', '2021-04-22 18:49:40'),
(6, 1, '1,2,3,4,7,8,9,10', 'publish', 'no', '183', 50, 100.00, '2021-04-23 02:13:26', '2021-04-24 00:28:08'),
(7, 2, '1,2,3,4,7,8,9,10', 'publish', 'yes', '190', 50, 49.00, '2021-04-24 00:39:05', '2021-04-24 14:23:06'),
(8, 4, '1,2,3,4,7,8,9,10', 'publish', 'yes', '191', 20, 199.00, '2021-04-24 14:23:58', '2021-04-24 14:28:05'),
(9, 4, '1,2,3,4,7,8,9,10', 'publish', 'yes', '192', 20, 199.00, '2021-04-24 14:50:21', '2021-04-24 14:51:56'),
(10, 4, '1,2,3,4,7,8,9,10', 'publish', 'yes', '193', 20, 199.00, '2021-04-24 14:52:04', '2021-04-24 14:53:34'),
(11, 4, '1,2,3,4,7,8,9,10', 'publish', 'yes', '194', 20, 199.00, '2021-04-24 14:54:31', '2021-04-24 14:56:17'),
(12, 2, '1,2,3,4,7,8,9,10', 'publish', 'yes', '195', 50, 49.00, '2021-04-24 14:57:36', '2021-04-24 14:58:18'),
(13, 2, '1,2,3,4,7,8,9,10', 'publish', 'yes', '196', 50, 49.00, '2021-04-24 14:58:30', '2021-04-24 14:59:17'),
(14, 2, '1,2,3,4,7,8,9,10', 'publish', 'yes', '197', 50, 49.00, '2021-04-24 14:59:36', '2021-04-24 15:01:00');

-- --------------------------------------------------------

--
-- Table structure for table `appointment_bookings`
--

CREATE TABLE `appointment_bookings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_track` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `appointment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `total` double(8,2) DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `custom_fields` longtext COLLATE utf8mb4_unicode_ci,
  `all_attachment` longtext COLLATE utf8mb4_unicode_ci,
  `booking_time_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `manual_payment_attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `appointment_booking_times`
--

CREATE TABLE `appointment_booking_times` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `time` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `appointment_booking_times`
--

INSERT INTO `appointment_booking_times` (`id`, `time`, `status`, `created_at`, `updated_at`) VALUES
(1, '10:00AM - 11:00AM', 'publish', '2021-04-17 11:07:15', '2021-04-17 12:58:28'),
(2, '11:00AM - 12:00PM', 'publish', '2021-04-17 12:20:43', '2021-04-17 12:20:43'),
(3, '9:00AM - 10:00AM', 'publish', '2021-04-17 12:21:05', '2021-04-17 12:21:05'),
(4, '1:00PM - 2:00PM', 'publish', '2021-04-17 12:59:45', '2021-04-17 13:00:30'),
(5, '3:00PM - 4:00PM', 'publish', '2021-04-17 13:00:14', '2021-04-17 13:00:36'),
(6, '5:00PM - 6:00PM', 'publish', '2021-04-17 13:00:46', '2021-04-17 13:00:46'),
(7, '7:00PM - 8:00PM', 'publish', '2021-04-17 13:00:57', '2021-04-17 13:00:57'),
(8, '9:00PM - 10:00PM', 'publish', '2021-04-17 13:01:32', '2021-04-17 13:01:32'),
(9, '11:00PM - 12:00AM', 'publish', '2021-04-17 13:01:47', '2021-04-17 13:01:47'),
(10, '8:00AM - 9:00AM', 'publish', '2021-04-17 13:02:27', '2021-04-17 13:02:27');

-- --------------------------------------------------------

--
-- Table structure for table `appointment_categories`
--

CREATE TABLE `appointment_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `appointment_categories`
--

INSERT INTO `appointment_categories` (`id`, `status`, `created_at`, `updated_at`) VALUES
(1, 'publish', '2021-04-16 16:19:30', '2021-04-22 16:07:08'),
(2, 'publish', '2021-04-16 18:04:25', '2021-04-22 16:07:18'),
(3, 'publish', '2021-04-16 18:04:31', '2021-04-16 18:04:31'),
(4, 'publish', '2021-04-16 18:04:39', '2021-04-24 14:24:36');

-- --------------------------------------------------------

--
-- Table structure for table `appointment_category_langs`
--

CREATE TABLE `appointment_category_langs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cat_id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `appointment_category_langs`
--

INSERT INTO `appointment_category_langs` (`id`, `cat_id`, `title`, `lang`, `created_at`, `updated_at`) VALUES
(1, 1, 'Doctors', 'en_US', '2021-05-03 23:53:44', '2021-05-03 23:53:44'),
(2, 2, 'Cleaners', 'en_US', '2021-05-03 23:53:44', '2021-05-03 23:53:44'),
(3, 3, 'Ophthalmology', 'en_US', '2021-05-03 23:53:44', '2021-05-03 23:53:44'),
(4, 4, 'Lawyer', 'en_US', '2021-05-03 23:53:44', '2021-09-25 18:36:00');

-- --------------------------------------------------------

--
-- Table structure for table `appointment_langs`
--

CREATE TABLE `appointment_langs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `additional_info` longtext COLLATE utf8mb4_unicode_ci,
  `experience_info` longtext COLLATE utf8mb4_unicode_ci,
  `specialized_info` longtext COLLATE utf8mb4_unicode_ci,
  `location` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `meta_title` text COLLATE utf8mb4_unicode_ci,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `short_description` text COLLATE utf8mb4_unicode_ci,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `appointment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `appointment_langs`
--

INSERT INTO `appointment_langs` (`id`, `description`, `additional_info`, `experience_info`, `specialized_info`, `location`, `meta_description`, `meta_title`, `meta_tags`, `slug`, `short_description`, `lang`, `appointment_id`, `title`, `designation`, `created_at`, `updated_at`) VALUES
(1, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:8:\"Medicine\";i:1;s:7:\"Urology\";}', 'Avenue Hammond, LA 70401', '', '', '', 'leonard-m-morris', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 3, 'Leonard M. Morris', 'Specialist', '2021-05-06 17:36:24', '2021-05-07 22:27:07'),
(2, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:8:\"Medicine\";i:1;s:7:\"Urology\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'martha-s-coffield', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 4, 'Martha S. Coffield', 'Dentist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(3, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:8:\"Medicine\";i:1;s:7:\"Urology\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'leslie-j-dugan', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 5, 'Leslie J. Dugan', 'orthodontist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(4, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:100:\"MBBS (DMC), BCS (Health),FCPS (Medicine), MD(Endocrinology) BIRDEM, FRCP (Ireland), FRCP (Edinburgh)\";i:1;s:81:\"FACE (USA),FACP (USA),FRSM(UK), Associate prof. (Diabetes and Endocrinology), DMC\";}', 'a:2:{i:0;s:8:\"Medicine\";i:1;s:7:\"Urology\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'tina-j-washam', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 6, 'Tina J. Washam', 'Specialist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(5, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:90:\"BBA (Marketing) @ IUBAT—International University of  Business Agriculture and Technology\";i:1;s:45:\"HSC (Business Studies) @ Nigeria City College\";}', 'a:1:{i:0;N;}', 'a:2:{i:0;s:14:\"Floor Cleaning\";i:1;s:17:\"Washroom Cleaning\";}', 'Avenue Hammond, LA 70401', '', '', '', 'douglas-m-callahan', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 7, 'Douglas M. Callahan', 'Specialist', '2021-05-06 17:36:24', '2021-05-07 22:35:33'),
(6, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:72:\"McGeorge Merit Scholarship, 1979-1980; 1980-1981 Moot Court Honors Board\";i:1;s:48:\"Bachelor of Arts, 1980 University of The Pacific\";}', 'a:4:{i:0;s:32:\"Northern California Super Lawyer\";i:1;s:60:\"Member, Fresno County Superior Court, Local Rules Committee.\";i:2;s:108:\"Appointed by Senator Dianne Feinstein to Judicial Advisory Committee for the Eastern District of California.\";i:3;s:148:\"Northern California Super Lawyer. Mr. Hahesy was among five percent of Northern California\'s approximately 52,000 attorneys selected for this award.\";}', 'a:2:{i:0;s:13:\"Criminal Case\";i:1;s:16:\"Property Dealing\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'douglas-m-callahan', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 8, 'Douglas M. Callahan', 'Specialist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(7, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:72:\"McGeorge Merit Scholarship, 1979-1980; 1980-1981 Moot Court Honors Board\";i:1;s:48:\"Bachelor of Arts, 1980 University of The Pacific\";}', 'a:4:{i:0;s:32:\"Northern California Super Lawyer\";i:1;s:60:\"Member, Fresno County Superior Court, Local Rules Committee.\";i:2;s:108:\"Appointed by Senator Dianne Feinstein to Judicial Advisory Committee for the Eastern District of California.\";i:3;s:148:\"Northern California Super Lawyer. Mr. Hahesy was among five percent of Northern California\'s approximately 52,000 attorneys selected for this award.\";}', 'a:2:{i:0;s:13:\"Criminal Case\";i:1;s:16:\"Property Dealing\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'scott-y-mowrer', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 9, 'Scott Y. Mowrer', 'Specialist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(8, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:72:\"McGeorge Merit Scholarship, 1979-1980; 1980-1981 Moot Court Honors Board\";i:1;s:48:\"Bachelor of Arts, 1980 University of The Pacific\";}', 'a:4:{i:0;s:32:\"Northern California Super Lawyer\";i:1;s:60:\"Member, Fresno County Superior Court, Local Rules Committee.\";i:2;s:108:\"Appointed by Senator Dianne Feinstein to Judicial Advisory Committee for the Eastern District of California.\";i:3;s:148:\"Northern California Super Lawyer. Mr. Hahesy was among five percent of Northern California\'s approximately 52,000 attorneys selected for this award.\";}', 'a:2:{i:0;s:13:\"Criminal Case\";i:1;s:16:\"Property Dealing\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'beverly-c-trussell', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 10, 'Beverly C. Trussell', 'Specialist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(9, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:72:\"McGeorge Merit Scholarship, 1979-1980; 1980-1981 Moot Court Honors Board\";i:1;s:48:\"Bachelor of Arts, 1980 University of The Pacific\";}', 'a:4:{i:0;s:32:\"Northern California Super Lawyer\";i:1;s:60:\"Member, Fresno County Superior Court, Local Rules Committee.\";i:2;s:108:\"Appointed by Senator Dianne Feinstein to Judicial Advisory Committee for the Eastern District of California.\";i:3;s:148:\"Northern California Super Lawyer. Mr. Hahesy was among five percent of Northern California\'s approximately 52,000 attorneys selected for this award.\";}', 'a:2:{i:0;s:13:\"Criminal Case\";i:1;s:16:\"Property Dealing\";}', 'Avenue Hammond, LA 70401', '', '', '', 'patricia-g-cavazos', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 11, 'Patricia G. Cavazos', 'Specialist', '2021-05-06 17:36:24', '2021-05-07 22:40:06'),
(10, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:90:\"BBA (Marketing) @ IUBAT—International University of  Business Agriculture and Technology\";i:1;s:45:\"HSC (Business Studies) @ Nigeria City College\";}', 'a:1:{i:0;N;}', 'a:2:{i:0;s:14:\"Floor Cleaning\";i:1;s:17:\"Washroom Cleaning\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'gregory-b-gagnon', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 12, 'Gregory B. Gagnon', 'Specialist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(11, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:90:\"BBA (Marketing) @ IUBAT—International University of  Business Agriculture and Technology\";i:1;s:45:\"HSC (Business Studies) @ Nigeria City College\";}', 'a:1:{i:0;N;}', 'a:2:{i:0;s:14:\"Floor Cleaning\";i:1;s:17:\"Washroom Cleaning\";}', 'Avenue Hammond, LA 70401', 'Qui sunt dolor quo i', 'Qui omnis odit sit', 'Nihil ut mollit cupi', 'charles-r-outlaw', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 13, 'Charles R. Outlaw', 'Specialist', '2021-05-06 17:36:24', '2021-05-06 17:36:24'),
(12, '<p>She suspicion dejection saw instantly. Well deny may real one told yet saw hard dear. Bed chief house rapid right the. Set noisy one state tears which. No girl oh part must fact high my he. Simplicity in excellence melancholy as remarkably discovered. Own partiality motionless was old excellence she inquietude contrasted. Sister giving so wicket cousin of an he rather marked. Of on game part body rich. Adapted mr savings venture it or comfort affixed friends.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><div><br></div>', 'a:2:{i:0;s:90:\"BBA (Marketing) @ IUBAT—International University of  Business Agriculture and Technology\";i:1;s:45:\"HSC (Business Studies) @ Nigeria City College\";}', 'a:1:{i:0;N;}', 'a:2:{i:0;s:14:\"Floor Cleaning\";i:1;s:17:\"Washroom Cleaning\";}', 'Avenue Hammond, LA 70401', '', '', '', 'steve-c-moore', 'Turned advice the set vanity why mutual. Reasonably if conviction on be unsatiable discretion apartments delightful. Are melancholy appearance stimulated occasional entreaties end. Shy ham had esteem happen active county. Winding morning am shyness evident to. Garrets because elderly new manners however one village she.', 'en_US', 14, 'Steve C. Moore', 'Specialist', '2021-05-06 17:36:24', '2021-05-22 23:17:30');

-- --------------------------------------------------------

--
-- Table structure for table `appointment_reviews`
--

CREATE TABLE `appointment_reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ratings` int(10) UNSIGNED DEFAULT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `appointment_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `blog_categories_id` int(10) UNSIGNED NOT NULL,
  `tags` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `user_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `excerpt` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `author` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `breaking_news` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `video_url` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blogs`
--

INSERT INTO `blogs` (`id`, `title`, `content`, `blog_categories_id`, `tags`, `image`, `meta_tags`, `meta_description`, `user_id`, `excerpt`, `slug`, `author`, `status`, `lang`, `created_at`, `updated_at`, `breaking_news`, `video_url`) VALUES
(31, 'Health Benefits of A2 Cow Ghee: A Superfood for Modern Life', '<p><b><span lang=\"EN-IN\" style=\"font-size:18.0pt;\r\nline-height:109%;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-ansi-language:EN-IN;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Health Benefits of A2 Cow Ghee: A Superfood for\r\nModern Life</span></b><br></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 cow ghee, a type of clarified butter derived from the milk of indigenous\r\nIndian cows, has been a staple in Ayurvedic medicine for centuries. But in\r\nrecent years, it\'s gained popularity worldwide for its potential health\r\nbenefits. Let\'s explore what makes A2 ghee special and how it can contribute to\r\nyour well-being.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">The A2 Difference</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Regular cow milk contains two types of beta-casein protein: A1 and A2. A2\r\nghee comes from cows that naturally produce only A2 beta-casein, which some\r\nbelieve is easier to digest for those with lactose intolerance or casein\r\nsensitivities.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A Treasure Trove of Nutrients</span></b><span lang=\"EN-IN\" style=\"font-size:\r\n14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee is a rich source of essential nutrients, including:<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;\r\nmso-bidi-font-size:14.0pt;font-family:Symbol;mso-fareast-font-family:Symbol;\r\nmso-bidi-font-family:Symbol;color:#1F1F1F;mso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">Fat-soluble vitamins:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">&nbsp;Vitamins A, D, E, and K, crucial for immunity, bone health, vision,\r\nand healthy skin.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;\r\nmso-bidi-font-size:14.0pt;font-family:Symbol;mso-fareast-font-family:Symbol;\r\nmso-bidi-font-family:Symbol;color:#1F1F1F;mso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">Conjugated Linoleic Acid (CLA):</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">&nbsp;This fatty acid may aid in weight management, improve body\r\ncomposition, and promote cardiovascular health.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;\r\nmso-bidi-font-size:14.0pt;font-family:Symbol;mso-fareast-font-family:Symbol;\r\nmso-bidi-font-family:Symbol;color:#1F1F1F;mso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">Butyric Acid:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">&nbsp;Known for its anti-inflammatory and antimicrobial properties, butyric\r\nacid supports a healthy gut environment.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Digestive Aid</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee\'s unique properties make it a digestive ally. It lubricates the\r\ndigestive tract, potentially easing constipation. Additionally, the absence of\r\nlactose and casein makes it a good option for those with dairy sensitivities.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Immunity Booster</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">The presence of vitamins, antioxidants, and healthy fats in A2 ghee\r\ncontributes to a robust immune system. These elements help your body fight off\r\ninfections and stay healthy.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Other Potential Benefits</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee is also linked to benefits like:<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;\r\nmso-bidi-font-size:14.0pt;font-family:Symbol;mso-fareast-font-family:Symbol;\r\nmso-bidi-font-family:Symbol;color:#1F1F1F;mso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">Heart health:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">&nbsp;The presence of CLA and healthy fats may contribute to a healthy\r\nheart.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;\r\nmso-bidi-font-size:14.0pt;font-family:Symbol;mso-fareast-font-family:Symbol;\r\nmso-bidi-font-family:Symbol;color:#1F1F1F;mso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">Brain function:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">&nbsp;Certain fats in A2 ghee may support cognitive function and memory.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;\r\nmso-bidi-font-size:14.0pt;font-family:Symbol;mso-fareast-font-family:Symbol;\r\nmso-bidi-font-family:Symbol;color:#1F1F1F;mso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">Skin health:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">&nbsp;The vitamins and antioxidants may promote healthy, glowing skin.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Adding A2 Ghee to Your Diet</span></b><span lang=\"EN-IN\" style=\"font-size:\r\n14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee has a high smoke point, making it a versatile cooking oil suitable\r\nfor various dishes. Drizzle it over vegetables, add it to dals and curries, or\r\nuse it for sautéing. You can even consume a spoonful daily for its potential\r\nhealth benefits.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A Word of Caution</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">While A2 ghee offers potential benefits, it\'s still a high-fat food.\r\nConsume it in moderation as part of a balanced diet. If you have any underlying\r\nhealth conditions, consult your doctor before incorporating A2 ghee into your\r\nroutine.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">In Conclusion</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 cow ghee is a unique and nutritious addition to your diet. Its rich\r\nvitamin and fatty acid content, along with its digestive and immune-boosting\r\nproperties, make it a valuable player in holistic well-being. Explore\r\nincorporating A2 ghee into your meals and experience its potential health\r\nbenefits firsthand.<o:p></o:p></span></p>', 18, 'A2 Cow Ghee', '430', 'A2 Cow Ghee,Health Benefits  of ghee', 'Health Benefits of A2 Cow Ghee: A Superfood for Modern Life', '1', 'A2 cow ghee, a type of clarified butter derived from the milk of indigenous Indian cows, has been a staple in Ayurvedic medicine for centuries. But in recent years, it\'s gained popularity worldwide for its potential health benefits. Let\'s explore what makes A2 ghee special and how it can contribute to your well-being.', 'health-benifits-of-a2-cow-ghee', 'ziva organic', 'publish', 'en_US', '2024-01-27 00:05:10', '2024-05-02 09:27:28', 0, NULL),
(32, 'Health Benefits of Ziva Organiko A2 Cow Ghee: Nature\'s Gift for a Healthier You', '<p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:18.0pt;font-family:Poppins;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;\r\ncolor:windowtext;mso-bidi-language:HI\">Health Benefits of Ziva Organiko A2 Cow\r\nGhee: Nature\'s Gift for a Healthier You</span></b></p><h6 style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:\r\nHI\">At Ziva Organiko, we believe in harnessing the power of nature to bring you\r\nthe purest, most wholesome foods. Our A2 cow ghee is a testament to that\r\ncommitment. Crafted using the milk of indigenous cows raised on organic\r\npastures, Ziva Organiko A2 ghee goes beyond just a cooking fat. It\'s a\r\nnutritional powerhouse brimming with health benefits.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:\r\nHI\">A Legacy of Ayurveda: The Power of A2 Ghee</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:\r\nHI\">A2 ghee has been revered in Ayurveda, the ancient Indian system of\r\nmedicine, for centuries. It\'s believed to possess unique properties that\r\npromote overall well-being. Here\'s why Ziva Organiko A2 cow ghee can be a\r\nvaluable addition to your diet:<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:windowtext;\r\nmso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:windowtext;mso-bidi-language:HI\">Enhanced Digestion:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:\r\nHI\"> A2 ghee is known to stimulate the secretion of digestive enzymes, aiding\r\nin the breakdown of food and promoting nutrient absorption. Its butyric acid\r\ncontent fosters a healthy gut environment, further supporting digestion.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:windowtext;\r\nmso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:windowtext;mso-bidi-language:HI\">Rich in Essential Vitamins: </span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:\r\nHI\">Ziva Organiko A2 ghee is a treasure trove of fat-soluble vitamins A, D, E,\r\nand K. These vitamins are crucial for immune function, bone health, vision, and\r\nhealthy skin.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:windowtext;\r\nmso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:windowtext;mso-bidi-language:HI\">Boosts Immunity:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:\r\nHI\"> A2 ghee\'s unique properties are believed to strengthen the body\'s natural defences.\r\nIt may help fight inflammation and improve the body\'s response to illness.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:windowtext;\r\nmso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:windowtext;mso-bidi-language:HI\">Potential Benefits for Weight\r\nManagement:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:\r\nPoppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;\r\ncolor:windowtext;mso-bidi-language:HI\"> Studies suggest that A2 ghee, with its\r\nConjugated Linoleic Acid (CLA) content, may play a role in weight management by\r\nsupporting healthy body composition.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:windowtext;\r\nmso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:windowtext;mso-bidi-language:HI\">Lactose and Casein-Free:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:windowtext;mso-bidi-language:\r\nHI\"> Unlike regular ghee, A2 ghee is naturally free of lactose and casein, making\r\nit a suitable option for those with dairy sensitivities.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:windowtext;\r\nmso-bidi-language:HI\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:windowtext;mso-bidi-language:HI\">High Smoke Point for Versatile\r\nCooking: </span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;\r\ncolor:windowtext;mso-bidi-language:HI\">Ziva Organiko A2 ghee boasts a high\r\nsmoke point, making it ideal for various cooking methods, from sautéing to\r\nstir-frying. Its rich, nutty flavour adds a delightful touch to any dish.<o:p></o:p></span></p></h6><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:18.0pt;font-family:Poppins;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;\r\ncolor:windowtext;mso-bidi-language:HI\"><br></span></b></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:18.0pt;font-family:Poppins;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p>', 18, 'Deshi ghee', '431', 'A2 Desi Ghee,A2 cow ghee,A2 COW', 'Health Benefits of Ziva Organiko A2 Cow Ghee', '1', 'At Ziva Organiko, we believe in harnessing the power of nature to bring you the purest, most wholesome foods. Our A2 cow ghee is a testament to that commitment. Crafted using the milk of indigenous cows raised on organic pastures, Ziva Organiko A2 ghee goes beyond just a cooking fat. It\'s a nutritional powerhouse brimming with health benefits.', 'amazing-health-benefits-of-a2-desi-ghee', 'ziva organiko', 'publish', 'en_US', '2024-01-27 00:29:06', '2024-05-02 09:26:03', 0, NULL);
INSERT INTO `blogs` (`id`, `title`, `content`, `blog_categories_id`, `tags`, `image`, `meta_tags`, `meta_description`, `user_id`, `excerpt`, `slug`, `author`, `status`, `lang`, `created_at`, `updated_at`, `breaking_news`, `video_url`) VALUES
(33, 'A2 Cow Ghee vs. Regular Ghee: How Do They Differ?', '<p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:18.0pt;font-family:Poppins;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F;mso-bidi-language:HI\">A2 Cow Ghee vs. Regular Ghee: How Do They\r\nDiffer?</span></b></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Ghee, a clarified butter staple in Indian cuisine, holds a special place in\r\nmany households. But with the rise of A2 milk products, a question arises: is\r\nA2 ghee different from regular ghee? The answer is yes, and the key lies in the\r\nsource of the milk and the production process.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Milk Matters: A1 vs. A2</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">The difference between A2 and regular ghee boils down to the type of milk\r\nused. Milk contains beta-casein, a protein, but there are two main types: A1\r\nand A2. A1 beta-casein is found in the milk of most cows bred in Europe and\r\nAmerica. A2 beta-casein, on the other hand, is predominant in the milk of desi\r\n(indigenous) cows found in India.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Some studies suggest that A1 beta-casein may be harder to digest for some\r\npeople, leading to digestive discomfort. A2 milk, containing A2 beta-casein, is\r\nbelieved to be easier to digest.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Cows and Production: Traditional vs. Modern</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee is typically made from the milk of Gir cows, a breed native to\r\nIndia known for its high-quality milk. These cows are often raised in smaller\r\nfarms with a focus on organic practices.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Regular ghee, on the other hand, can be produced from the milk of various\r\nbreeds, including those containing A1 beta-casein. Production methods can vary,\r\nwith some utilizing large-scale industrial processes.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">The Bilona Method: A Slow and Steady Approach</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee is often made using the traditional bilona method. This slow and\r\nmeticulous process involves:<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F;mso-bidi-language:HI\">1.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Boiling A2 milk:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">&nbsp;This removes impurities and\r\nunwanted flavours.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F;mso-bidi-language:HI\">2.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Curdling with yogurt starter:</span></b><span lang=\"EN-IN\" style=\"font-size:\r\n14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:HI\">&nbsp;The milk\r\nis fermented into curd.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F;mso-bidi-language:HI\">3.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Churning with a wooden bilona:</span></b><span lang=\"EN-IN\" style=\"font-size:\r\n14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:HI\">&nbsp;The curd\r\nis churned to separate butterfat from the whey.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"margin-left: 0cm; margin-bottom: 0.0001pt; text-indent: -18pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F;mso-bidi-language:HI\">4.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Simmering the butter:</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\">&nbsp;The butter is gently heated\r\nuntil the milk solids and water evaporate, leaving behind pure ghee.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Regular ghee production can be faster, with butter directly clarified from\r\ncream without the fermentation step.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Flavour, Texture, and Nutrition</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee is often touted for its richer, nuttier flavor and a slightly\r\ngrainy texture. Regular ghee can have a milder flavor profile.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">A2 ghee may also contain higher levels of vitamins A and E due to the\r\ntraditional production process that preserves these nutrients.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">The Bottom Line</span></b><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">While both A2 and regular ghee are clarified butter with a high smoke\r\npoint, there are distinct differences. A2 ghee, made with A2 milk from desi\r\ncows using the bilona method, is believed to be easier to digest and may offer\r\na richer flavour and nutrient profile.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;color:#1F1F1F;mso-bidi-language:\r\nHI\">Ultimately, the choice between A2 and regular ghee depends on your\r\nindividual preferences, budget, and access to these products.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\" style=\"text-indent: 0cm; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:18.0pt;font-family:Poppins;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F;mso-bidi-language:HI\"><o:p></o:p></span></b></p>', 18, 'ghee diffrent', '429', 'A2 Cow Ghee vs. Regular Ghee: How Do They Differ', 'Ghee, a clarified butter staple in Indian cuisine, holds a special place in many households. But with the rise of A2 milk products, a question arises: is A2 ghee different from regular ghee? The answer is yes, and the key lies in the source of the milk and the production process.', '1', 'Ghee, a clarified butter staple in Indian cuisine, holds a special place in many households. But with the rise of A2 milk products, a question arises: is A2 ghee different from regular ghee? The answer is yes, and the key lies in the source of the milk and the production process.', 'a2-cow-ghee-vs.-regular-ghee:-how-do-they-differ', 'ziva organiko', 'publish', 'en_US', '2024-05-02 09:31:05', '2024-05-02 09:31:05', 0, NULL),
(34, 'Understanding the Traditional Bilona Method’s Role in Crafting Premium A2 Cow Ghee', '<h2 style=\"text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-family:Poppins;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F\">Understanding the Traditional Bilona\r\nMethod’s Role in Crafting Premium A2 Cow Ghee</span></h2><h2 style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><p style=\"text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">For centuries,\r\nA2 ghee, a clarified butter revered for its rich flavour and health benefits,\r\nhas held a special place in Indian cuisine. But what truly sets premium A2 ghee\r\napart is the meticulous method used in its creation: the Bilona method. This\r\ntraditional process, passed down through generations, is not just about clarification;\r\nit\'s an art form that unlocks the full potential of A2 milk, yielding a\r\nsuperior ghee experience.<o:p></o:p></span></p>\r\n\r\n</h2><h3 style=\"text-align: left; text-indent: 0cm; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;line-height:109%;font-family:\r\nPoppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">The Essence of A2 Milk<o:p></o:p></span></b></h3><h2 style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">\r\n\r\n<p style=\"text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">A2 milk comes\r\nfrom cows that naturally produce only the A2 type of beta-casein protein. Some\r\nindividuals find A2 milk easier to digest compared to regular cow\'s milk, which\r\ncontains both A1 and A2 beta-casein. This perceived digestibility is a key\r\nreason behind the growing popularity of A2 ghee.<o:p></o:p></span></p>\r\n\r\n</h2><h3 style=\"text-align: left; text-indent: 0cm; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span lang=\"EN-IN\" style=\"font-size:14.0pt;line-height:109%;font-family:\r\nPoppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">The Bilona Method: A\r\nStep-by-Step Journey<o:p></o:p></span></b></h3><h2 style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">\r\n\r\n<p style=\"text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">The Bilona\r\nmethod is a labour of love, prioritizing slow churning and natural processes\r\nover shortcuts. Here\'s a glimpse into this time-tested journey:<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:Poppins;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F\">1.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F\">Curd Formation:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F\"> A2 milk is first curdled using natural cultures, like yogurt.\r\nThis allows the milk solids to separate from the liquid whey.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:Poppins;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F\">2.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F\">Slow Churning:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F\"> The curd is then gently churned by hand or using a traditional\r\nwooden churner. This slow churning preserves the delicate milk fats and avoids\r\ndenaturation, a process that can affect the quality and taste of the final\r\nproduct.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:Poppins;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F\">3.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F\">Butter Formation:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F\"> With persistent churning, the fat particles clump together,\r\nforming makhan (butter). This step is crucial, as Bilona ghee is made solely\r\nfrom butter derived from A2 curd, not cream.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:Poppins;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F\">4.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F\">Heating and Clarification:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F\"> The makhan is then heated gently over a low flame.\r\nUnlike commercial methods that employ high heat, the Bilona method relies on\r\nslow heating to allow the water content to evaporate naturally. This low-heat\r\napproach prevents scorching and ensures the ghee retains its distinctive aroma\r\nand flavour.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:Poppins;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F\">5.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F\">Separation and Resting:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F\"> As the water evaporates, milk solids settle at the bottom of\r\nthe pan, separating from the clarified butterfat. This clarified butterfat is\r\nthe essence of Bilona ghee.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-fareast-font-family:Poppins;\r\nmso-bidi-font-family:Poppins;color:#1F1F1F\">6.<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\"> </span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:\r\nPoppins;color:#1F1F1F\">Storage:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:Poppins;mso-bidi-font-family:Poppins;\r\ncolor:#1F1F1F\"> After cooling, the Bilona ghee is stored in airtight\r\ncontainers, preserving its freshness and unique qualities.<o:p></o:p></span></p>\r\n\r\n</h2><h3 style=\"text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nline-height:109%;font-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">Beyond\r\nClarification: The Bilona Advantage<o:p></o:p></span></h3><h2 style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">\r\n\r\n<p style=\"text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">The Bilona\r\nmethod goes beyond simply separating fat from milk solids. Here\'s how it\r\nelevates the quality of A2 ghee:<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:#1F1F1F\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">Superior Taste\r\nand Aroma:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:\r\nPoppins;mso-bidi-font-family:Poppins;color:#1F1F1F\"> The slow and gentle heating\r\nprocess preserves the natural flavours and aroma of A2 milk, resulting in a\r\nricher, nuttier taste compared to commercially produced ghee.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:#1F1F1F\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">Enhanced\r\nNutritional Value: </span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">Bilona ghee is\r\nbelieved to retain more essential vitamins and antioxidants due to the low-heat\r\nprocessing, making it a potentially more nutritious option.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:#1F1F1F\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">Improved\r\nDigestibility:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\"> A2 ghee\r\nproduced using the Bilona method is thought to be easier to digest for those\r\nwith sensitivities to A1 beta-casein.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; margin-left: 0cm; text-indent: -18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><!--[if !supportLists]--><span lang=\"EN-IN\" style=\"font-size:10.0pt;mso-bidi-font-size:14.0pt;font-family:Symbol;\r\nmso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:#1F1F1F\">·<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">Artisanal\r\nCraft:</span></strong><span lang=\"EN-IN\" style=\"font-size:14.0pt;font-family:\r\nPoppins;mso-bidi-font-family:Poppins;color:#1F1F1F\"> The Bilona method\r\nrepresents a dedication to traditional practices and a commitment to quality\r\nover quantity.<o:p></o:p></span></p>\r\n\r\n<p style=\"text-align: left; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span lang=\"EN-IN\" style=\"font-size:14.0pt;\r\nfont-family:Poppins;mso-bidi-font-family:Poppins;color:#1F1F1F\">In conclusion,\r\nunderstanding the Bilona method is key to appreciating the unique qualities of\r\npremium A2 ghee. It\'s a testament to the power of tradition and its ability to\r\ncreate a culinary product that is both delicious and potentially beneficial for\r\nhealth. So, the next time you reach for a jar of A2 ghee, consider the Bilona\r\nmethod behind it – a process that transforms A2 milk into a golden treasure.<o:p></o:p></span></p></h2>', 18, 'a2 milk', '428', 'a2 milk,bilona ghee', 'Understanding the Traditional Bilona Method’s Role in Crafting Premium A2 Cow Ghee', '1', 'For centuries, A2 ghee, a clarified butter revered for its rich flavour and health benefits, has held a special place in Indian cuisine. But what truly sets premium A2 ghee apart is the meticulous method used in its creation: the Bilona method. This traditional process, passed down through generations, is not just about clarification; it\'s an art form that unlocks the full potential of A2 milk, yielding a superior ghee experience.', 'understanding-the-traditional-bilona-method’s-role-in-crafting-premium-a2-cow-ghee', 'ziva organiko', 'publish', 'en_US', '2024-05-02 09:35:42', '2024-05-07 10:42:13', 0, NULL);
INSERT INTO `blogs` (`id`, `title`, `content`, `blog_categories_id`, `tags`, `image`, `meta_tags`, `meta_description`, `user_id`, `excerpt`, `slug`, `author`, `status`, `lang`, `created_at`, `updated_at`, `breaking_news`, `video_url`) VALUES
(35, 'A1 vs. A2 Milk: Unveiling the Secrets of Ghee at Ziva Organiko', '<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size:\r\n18.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;\r\nmso-fareast-language:EN-IN;mso-bidi-language:HI\">Gir Cow Ghee vs. Regular Ghee:\r\nUnveiling the Secrets to Pure Ghee Goodness (Ziva Organiko)<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">In the realm of healthy fats, ghee reigns supreme. Here in India, ghee has\r\nbeen a staple in kitchens for centuries, not just for its rich flavor but also\r\nfor its purported health benefits. But with so many varieties available,\r\nchoosing the right ghee can be a challenge. At Ziva Organiko, a leading organic\r\nbrand based in Gujarat, we\'re passionate about offering pure, organic A2 cow\r\nghee. Today, we\'ll unveil the secrets behind Gir cow ghee and how it compares\r\nto regular ghee.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">The Source of Goodness: Milk Matters</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">The most significant difference between Gir cow ghee and regular ghee lies\r\nin the source – the milk. Gir cow ghee, as the name suggests, is crafted from\r\nthe milk of Gir cows, an indigenous breed native to the Gir forests of Gujarat.\r\nRenowned for their strength and resilience, Gir cows are known to produce milk\r\nwith a unique composition.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Regular ghee, on the other hand, can be derived from milk obtained from\r\nvarious breeds, often crossbred cows. While both milks provide essential\r\nnutrients, the milk from Gir cows is believed to possess a higher concentration\r\nof beneficial components like conjugated linoleic acid (CLA) and beta-carotene.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">The Art of Ghee Making: Traditional Methods</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">The production process also sets these two types of ghee apart. Gir cow\r\nghee is typically made using the traditional bilona method. This time-tested\r\ntechnique involves simmering A2 milk (milk free of beta-casein protein) into\r\ncurd. The curd is then churned in a wooden churner called a bilona to separate\r\nthe butter. This butter is then gently heated until clarified, resulting in\r\npure Gir cow ghee.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Regular ghee, on the other hand, often employs modern methods. Cream\r\nseparation techniques or churning conventionally produced butter are common\r\npractices. While these methods are efficient, they may not retain the same\r\nlevel of delicate flavors and nutrients as the traditional bilona method.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">A Feast for the Senses: Taste and Aroma</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">The unique characteristics of Gir cow ghee extend to its sensory profile.\r\nDue to the specific breed of cow and the bilona process, Gir cow ghee possesses\r\na nutty, slightly sweet aroma and a richer, creamier taste compared to regular\r\nghee.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Regular ghee can vary in taste depending on the source of the milk and the\r\nproduction method. It may have a more neutral aroma and flavor profile.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Ayurvedic Significance and Potential Health\r\nBenefits</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Gir cow ghee holds a special place in Ayurveda, the ancient Indian system\r\nof medicine. It\'s believed to possess various health benefits, including improved\r\ndigestion, enhanced immunity, and even weight management. While research is\r\nongoing, the unique composition of Gir cow milk, including the presence of A2\r\nprotein, may contribute to these potential benefits.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Regular ghee, while also valued in Ayurveda, may not possess the same\r\nextent of health benefits attributed to Gir cow ghee.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Choosing the Right Ghee for You</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Ultimately, the choice between Gir cow ghee and regular ghee depends on\r\nyour individual preferences and priorities. If you seek a traditionally crafted\r\nghee with a richer flavor profile and potential health benefits, Gir cow ghee\r\nmight be the perfect choice. Ziva Organiko offers organic A2 Gir cow ghee made\r\nusing the bilona method, ensuring purity and quality.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">For those looking for a more readily available and budget-friendly option,\r\nregular ghee can be a suitable choice. However, opting for organic, A2 cow ghee\r\ncan provide some additional advantages.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Experience the Ziva Organiko Difference</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">At Ziva Organiko, we believe in harnessing the power of nature to create\r\npure, organic products. Our A2 Gir cow ghee is a testament to this commitment.\r\nCrafted with love and care, it promises an authentic ghee experience that\r\nnourishes your body and delights your taste buds.<o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Explore the world of Ziva Organiko A2 Gir cow ghee\r\nand unlock the secrets to pure ghee goodness!</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:0pt;\r\nmso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\"><o:p></o:p></span></p>', 18, 'Ghee, Gir Cow Ghee, A2 Ghee, Organic Ghee, Ziva Organiko, Healthy Fats, Ayurveda', '434', 'Ghee, Gir Cow Ghee, A2 Ghee, Organic Ghee, Ziva Organiko, Healthy Fats, Ayurveda', 'Ziva Organiko, a leading organic brand in Gujarat, dives deep into the world of ghee. Learn the key differences between Gir cow ghee and regular ghee to make informed choices for your health.', '1', 'Confused about A1 and A2 cow ghee? Ziva Organiko, your organic brand from Gujarat, dives deep into the casein protein difference and its impact on digestion and health.', 'a1-vs-a2-milk-unveiling-the-secrets-of-ghee-at-ziva-organiko', 'ziva organiko', 'publish', 'en_US', '2024-07-31 11:22:25', '2024-07-31 11:22:25', 0, NULL),
(36, 'A2 Cow Ghee vs. Regular Ghee: Unveiling the Difference', '<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">For centuries, ghee has been a staple in Indian cuisine, revered for its\r\nrich flavor and culinary versatility. But with so many varieties available, choosing\r\nthe right ghee can be confusing. At Ziva Organiko, a leading organic brand\r\nbased in Gujarat, we\'re passionate about offering authentic, organic A2 cow\r\nghee. Today, we\'ll unveil the key differences between <a href=\"https://zivaorganiko.com/products/a2-ghee-gir-desi-cow-ghee-in-india-500ml\" target=\"_blank\">A2 cow ghee</a> and regular\r\nghee to empower you to make informed choices.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">The Source of Ghee: Milk Matters</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">The most significant distinction lies in the type of milk used. Regular\r\nghee can be derived from cow milk or even a blend of buffalo and cow milk. </span><a href=\"https://zivaorganiko.com/products/a2-ghee-gir-desi-cow-ghee-in-india-500ml\" target=\"_blank\">A2cow ghee</a><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">, on the other hand, originates exclusively from the milk of indigenous\r\nA2 cow breeds like Gir or Sahiwal. These cows are known for their traditional\r\ngrazing methods and are typically free from hormones.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Processing Methods: Unveiling the Tradition</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Traditional methods play a crucial role in shaping the final product.\r\nRegular ghee is often produced commercially using cream separation and\r\nhigh-heat clarification. A2 cow ghee, however, adheres to the time-tested\r\nBilona method. This slow-churning process involves crafting butter from\r\nfermented curd and then simmering it gently to extract the clarified butterfat,\r\npreserving its delicate flavor and nutrients.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Digestive Benefits: A Potential Advantage of A2\r\nGhee</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">A2 milk contains a specific type of beta-casein protein, A2 beta-casein,\r\nwhich some believe is easier to digest compared to the A1 beta-casein found in\r\nregular cow milk. This difference might explain why some people experience\r\ndigestive discomfort with regular ghee but find <a href=\"https://zivaorganiko.com/products/a2-ghee-gir-desi-cow-ghee-in-india-500ml\" target=\"_blank\">A2 cow ghee</a> more tolerable.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">A Treasure Trove of Nutrients</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Both A2 cow ghee and regular ghee are rich sources of healthy fats,\r\nvitamins A and E, and antioxidants. However, A2 cow ghee may boast slightly\r\nhigher levels of certain vitamins and minerals due to the milk source and\r\ntraditional processing methods.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">The Ziva Organiko Difference</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><a href=\"https://zivaorganiko.com/\" target=\"_blank\">At Ziva Organiko</a>, we craft our <a href=\"https://zivaorganiko.com/products/a2-ghee-gir-desi-cow-ghee-in-india-500ml\" target=\"_blank\">A2 cow ghee</a> using ethically sourced milk\r\nfrom Gir cows raised on organic pastures. Our commitment to organic practices\r\nand the Bilona method ensures you experience the pure, unadulterated taste and\r\npotential health benefits of A2 cow ghee.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Embrace the Goodness of <a href=\"https://zivaorganiko.com/products/a2-ghee-gir-desi-cow-ghee-in-india-500ml\" target=\"_blank\">A2 Cow Ghee</a></span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Whether you\'re seeking a lactose-friendlier option or simply want to\r\nelevate your cooking with a superior quality ghee, A2 cow ghee offers a\r\ndistinct experience. Ziva Organiko\'s A2 cow ghee is perfect for everyday\r\ncooking, adding a touch of richness to your dishes while nurturing your\r\nwell-being.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Experience the <a href=\"https://zivaorganiko.com/\" target=\"_blank\">Ziva Organiko</a> Difference Today!</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\">Visit our website to explore our range of organic A2 cow ghee products and\r\nembark on a journey of pure, healthy indulgence.<o:p></o:p></span></p>', 19, 'A2 Ghee, Ghee Benefits, Organic Ghee, Ziva Organiko, Desi Cow Ghee, Ghee for Digestion', '435', 'A2 Ghee, Ghee Benefits, Organic Ghee, Ziva Organiko, Desi Cow Ghee, Ghee for Digestion', 'Explore the world of ghee! Ziva Organiko dives deep into the difference between A2 cow ghee and regular ghee, covering their origin, processing, and health benefits.', '1', 'Explore the world of ghee! Ziva Organiko dives deep into the difference between A2 cow ghee and regular ghee, covering their origin, processing, and health benefits.', 'a2-cow-ghee-vs-regular-ghee-unveiling-the-difference', 'ziva organiko', 'publish', 'en_US', '2024-07-31 11:27:43', '2024-07-31 11:27:43', 0, NULL),
(37, 'Unveiling the Perfect Choice for You (Ziva Organiko)', '<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">At Ziva Organiko, a Gujarat-based manufacturer of organic A2 cow ghee, we\r\nunderstand the importance of choosing the right ingredients for a healthy\r\nlifestyle. Ghee, a clarified butter revered in Indian cuisine for centuries,\r\ncomes in two main varieties: buffalo ghee and cow ghee. Both boast rich, nutty\r\nflavors and impressive health benefits, but which one reigns supreme?<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Breaking Down the Composition:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Fat Content:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Buffalo ghee holds a higher fat content compared to cow ghee. This\r\n     translates to a denser texture and a slight increase in calories.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Fatty Acid Profile:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Cow ghee wins in the omega-3 department, containing beneficial\r\n     anti-inflammatory properties.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Digestive Impact:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Cow ghee, with its lower fat content, might be easier on sensitive\r\n     stomachs.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Nutritional Value:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Both ghees offer a good dose of vitamins A, D, E, and K, along with\r\n     antioxidants. However, buffalo ghee provides a slight edge in terms of\r\n     minerals like calcium, phosphorus, and magnesium.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Choosing Your Ghee Champion:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Weight Management:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     If weight loss is your goal, cow ghee\'s lower fat content makes it a\r\n     preferable choice.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Bone Health:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Buffalo ghee, with its rich mineral profile, can be a good option for\r\n     maintaining strong bones.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Digestive Comfort:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Opt for cow ghee if you have a sensitive digestive system.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Flavor Profile:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Both ghees offer a unique taste experience. Buffalo ghee has a slightly\r\n     higher smoke point, making it suitable for high-heat cooking.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">The Ziva Organiko Difference:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">At Ziva Organiko, we take pride in our organic A2 cow ghee, prepared using\r\ntraditional methods and sourced from ethically-treated cows. Our A2 ghee boasts\r\na distinct advantage as it\'s free from beta-casein, a protein often linked to\r\ndigestive discomfort for some individuals.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">The Final Verdict:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:0pt;\r\nmso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">There\'s no single winner in the buffalo ghee vs. cow ghee battle. The ideal\r\nchoice hinges on your specific dietary needs and preferences. Ziva Organiko\r\noffers organic A2 cow ghee, perfect for those seeking a delicious,\r\neasy-to-digest, and versatile cooking fat.<o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Whichever path you choose, embrace the goodness of\r\nghee!</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p>', 19, 'ghee, buffalo ghee, cow ghee, A2 ghee, organic ghee, health benefits, Ziva Organiko, Gujarat', '436', 'ghee, buffalo ghee, cow ghee, A2 ghee, organic ghee, health benefits, Ziva Organiko, Gujarat', 'Debunking the myths! Dive into the world of ghee and discover the key differences between buffalo ghee and cow ghee. Learn which ghee aligns best with your health goals from Ziva Organiko, a leading organic A2 cow ghee brand in Gujarat.', '1', 'Debunking the myths! Dive into the world of ghee and discover the key differences between buffalo ghee and cow ghee. Learn which ghee aligns best with your health goals', 'unveiling-the-perfect-choice-for-you-ziva-organiko', 'ziva organiko', 'publish', 'en_US', '2024-07-31 11:34:15', '2024-07-31 11:34:15', 0, NULL);
INSERT INTO `blogs` (`id`, `title`, `content`, `blog_categories_id`, `tags`, `image`, `meta_tags`, `meta_description`, `user_id`, `excerpt`, `slug`, `author`, `status`, `lang`, `created_at`, `updated_at`, `breaking_news`, `video_url`) VALUES
(38, 'Demystifying Ghee: A Beginner\'s Guide to Types & Benefits (Ziva Organiko)', '<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A Beginner\'s Guide to Ghee\r\nTypes: Everything You Need to Know<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Ever wonder what that golden goodness gracing your plate is? If you\'re new\r\nto the world of ghee, you\'ve come to the right place! At Ziva Organiko, a\r\nleading organic brand in Gujarat, we\'re passionate about sharing the wonders of\r\nthis ancient culinary staple. This beginner\'s guide dives deep into different\r\nghee types, their unique characteristics, and helps you navigate the world of\r\nclarified butter.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">What is Ghee?</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:0pt;\r\nmso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Ghee, also known as clarified butter, is a type of fat produced by\r\nsimmering butter to remove lactose and milk solids. This process results in a\r\nshelf-stable, high smoke point cooking oil with a rich, nutty flavor. Ghee\r\nholds a significant place in Ayurvedic practices, revered for its health\r\nbenefits and digestive properties.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Exploring Ghee Types:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:0pt;\r\nmso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">The world of ghee offers a surprising variety! Here are some common types\r\nyou might encounter:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Regular Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Made from conventional cow\'s butter, this is the most widely available\r\n     type.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">A2 Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     This variety comes from the milk of A2 cows, believed by some to be easier\r\n     to digest due to a specific protein profile. Ziva Organiko is proud to\r\n     offer organic A2 ghee!<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Grass-fed Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Cows raised on pastures produce milk used to make grass-fed ghee, potentially\r\n     richer in vitamins and antioxidants.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">White Butter Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Made from clarified white butter, this type has a milder flavor and higher\r\n     smoke point.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Flavored Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Look out for varieties infused with herbs, spices, or even garlic for a\r\n     delightful culinary twist.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Choosing the Right Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">The best ghee for you depends on your dietary needs and preferences. Here\'s\r\na quick guide:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">For everyday cooking:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     <a href=\"https://zivaorganiko.com/products/a2-ghee-gir-desi-cow-ghee-in-india-500ml\" target=\"_blank\">Regular or A2 ghee</a> are perfect choices.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">For sensitive digestion:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Opt for A2 ghee, known for its potentially easier digestibility.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">For health-conscious choices:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\"> Consider grass-fed ghee for its potential added\r\n     benefits.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">For baking:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     White butter ghee\'s mild flavor might be ideal for delicate pastries.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">For added flair:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Explore flavored varieties to add a unique touch to your dishes.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Unlocking the Benefits of Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Ghee boasts a range of potential health benefits, including:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l2 level1 lfo3;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">High smoke point:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Makes it perfect for high-heat cooking without burning.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l2 level1 lfo3;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Lactose-free:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Ideal for those with lactose intolerance.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l2 level1 lfo3;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Rich in healthy fats:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     May support heart health (consult your doctor).<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l2 level1 lfo3;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Potential digestive aid:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     A2 ghee, in particular, may be easier to digest for some.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Ziva Organiko: Your Partner in Pure Ghee:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">At Ziva Organiko, we craft our ghee with the utmost care. We use organic A2\r\nmilk from grass-fed cows, ensuring the purest quality and the goodness of ghee\r\nin every jar. Explore our range of A2 ghee products and embark on a flavorful,\r\npotentially health-supportive culinary journey!<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">In Conclusion:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:0pt;\r\nmso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Ghee is a versatile and delicious addition to any kitchen. With its variety\r\nof types and potential health benefits, it\'s no wonder this ancient food is\r\nexperiencing a modern resurgence. We hope this guide has empowered you to\r\nexplore the world of ghee with confidence.<o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Happy Cooking with Ziva Organiko!</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></p>', 19, 'ghee, types of ghee, organic ghee, A2 ghee, clarified butter, Ziva Organiko, health benefits of ghee', '437', 'ghee, types of ghee, organic ghee, A2 ghee, clarified butter, Ziva Organiko, health benefits of ghee', 'Unveiling the world of ghee! This Ziva Organiko guide explores different ghee types, their benefits, and helps you choose the perfect one for your kitchen.', '1', 'Unveiling the world of ghee! This Ziva Organiko guide explores different ghee types, their benefits, and helps you choose the perfect one for your kitchen.', 'demystifying-ghee-a-beginner-guide-to-types-benefits-ziva-organiko', 'ziva organiko', 'publish', 'en_US', '2024-07-31 11:44:06', '2024-07-31 11:44:06', 0, NULL),
(39, 'Benefits of A2 Ghee for Fitness & Athletes (Ziva Organiko)', '<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">What Is Bilona Ghee And Its\r\nBenefits?<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">At Ziva Organiko, we\'re passionate about organic A2 cow ghee and its\r\npotential to elevate your cooking and well-being. But have you heard of Bilona\r\nGhee? This traditional method of ghee production is said to create a superior\r\nproduct with a unique flavor profile and a range of potential health benefits.\r\nLet\'s explore the world of Bilona Ghee and discover what makes it special.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">The Traditional Touch of Bilona Ghee</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Unlike commercially produced ghee, Bilona Ghee is handcrafted using a\r\ntime-tested method passed down for generations. Here\'s a glimpse into the\r\nBilona process:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Sourced from A2 Milk:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Bilona Ghee typically uses A2 milk from indigenous cow breeds like Gir. A2\r\n     milk is believed to be easier to digest for some people.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Fermentation Magic:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     The milk undergoes a natural fermentation process, allowing the\r\n     development of beneficial bacteria and flavors.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">The Art of Churning:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Traditional churning techniques, often involving a hand-operated Bilona\r\n     pot, separate the butter from the buttermilk.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Slow and Steady Wins the Race:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\"> The butter is then clarified at a low temperature,\r\n     preserving its delicate nutrients and taste.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Bilona Ghee: A Treasure Trove of Potential Benefits</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Bilona Ghee is lauded for its potential health benefits, which may be\r\nattributed to the traditional method and the use of A2 milk. Here are some\r\nreasons why Bilona Ghee might be a worthy addition to your diet:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Richer in Nutrients:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Compared to regular ghee, Bilona Ghee may boast higher levels of vitamins\r\n     A, D, E, and K, along with essential fatty acids.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Enhanced Flavor Profile:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     The slow and gentle clarification process preserves the natural goodness\r\n     of the milk, resulting in a ghee with a richer, nuttier aroma and a more\r\n     flavorful taste.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Digestive Support:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Bilona Ghee is believed to be easier to digest for some due to the\r\n     presence of A2 beta-casein protein and the fermentation process.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Ayurvedic Powerhouse:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     In Ayurveda, Bilona Ghee is considered a Sattvic food, promoting balance\r\n     and well-being.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Bilona Ghee: A Versatile Kitchen Companion</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Bilona Ghee\'s high smoke point makes it ideal for various cooking methods,\r\nfrom sauteing to deep frying. Add a touch of Bilona Ghee to your dals, curries,\r\nor vegetables for a burst of flavor and a silky texture.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:\r\n&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:\r\nEN-IN;mso-bidi-language:HI\">Experience the Bilona Difference with Ziva Organiko</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">At Ziva Organiko, we understand the importance of quality and tradition.\r\nWhile we may not produce Bilona Ghee itself due to its resource-intensive\r\nnature, we are committed to offering the finest organic A2 cow ghee made using\r\nsimilar principles. Our ghee is handcrafted in small batches using A2 milk from\r\nGir cows and clarified at low temperatures to preserve its goodness.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Explore the world of A2 cow ghee and discover the difference it can make in\r\nyour kitchen and your well-being. Visit Ziva Organiko today!<o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">&nbsp;</span></p>', 19, 'A2 Ghee, Fitness, Athletes, Muscle Recovery, Energy Levels, Organic Ghee, Ziva Organiko, Gujarat', '438', 'A2 Ghee, Fitness, Athletes, Muscle Recovery, Energy Levels, Organic Ghee, Ziva Organiko, Gujarat', 'Dive deep into the world of Bilona Ghee! Ziva Organiko, your trusted source for organic A2 ghee, unveils the secrets of this traditional ghee and its potential health benefits. (Meta Description)', '1', 'Discover how Ziva Organiko\'s A2 Ghee can fuel your fitness journey and optimize athletic performance. Learn about the benefits of A2 Ghee for muscle recovery, sustained energy, and overall well-being.', 'benefits-of-a2-ghee-for-fitness-atheletes', 'ziva organiko', 'publish', 'en_US', '2024-07-31 16:46:57', '2024-07-31 16:46:57', 0, NULL);
INSERT INTO `blogs` (`id`, `title`, `content`, `blog_categories_id`, `tags`, `image`, `meta_tags`, `meta_description`, `user_id`, `excerpt`, `slug`, `author`, `status`, `lang`, `created_at`, `updated_at`, `breaking_news`, `video_url`) VALUES
(40, 'Unlock the Power of A2 Cow Ghee: A Guide to its Remarkable Health Benefits', '<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">For centuries, ghee has been a staple in Indian kitchens, not just for its\r\nrich, nutty flavor but also for its perceived health benefits. Ziva Organiko, a\r\nleading organic brand based in Gujarat, brings you the finest A2 cow ghee,\r\ncrafted using traditional methods and organic practices. But what exactly sets\r\nA2 cow ghee apart, and how can it contribute to your well-being? Let\'s explore\r\nthe treasure trove of health benefits this golden goodness offers.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Unveiling the Uniqueness of A2\r\nGhee<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A2 cow ghee comes from the milk of cows belonging to indigenous breeds like\r\nGir, Sahiwal, and Red Sindhi. The milk from these cows naturally contains only\r\nthe A2 type of beta-casein protein, which some believe is easier to digest for\r\nthose with lactose intolerance.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A Powerhouse of Nutrients<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A2 cow ghee is a rich source of essential nutrients, making it a valuable\r\naddition to your diet:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Healthy Fats:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Unlike misconceptions surrounding saturated fats, A2 ghee offers a\r\n     balanced combination of short-chain, medium-chain, and long-chain fatty\r\n     acids. It\'s loaded with omega-3 and omega-9 fatty acids, promoting healthy\r\n     bodily functions and cardiovascular health.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Conjugated Linoleic Acid (CLA):</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\"> A2 ghee boasts a good amount of CLA, which may\r\n     support weight management, improve body composition, and promote overall\r\n     well-being.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Fat-Soluble Vitamins:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     A2 ghee is a treasure trove of vitamins A, D, E, and K. These vitamins are\r\n     crucial for immune function, bone health, vision, healthy skin, and blood\r\n     clotting.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Aiding Digestion and Gut\r\nHealth<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A2 ghee is revered in Ayurveda for its digestive properties. The butyric\r\nacid content in A2 ghee may help nourish the gut lining and promote healthy gut\r\nbacteria. This can lead to improved digestion and nutrient absorption.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Boosting Immunity and Overall\r\nWell-being<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">The presence of essential vitamins, antioxidants, and healthy fats in A2\r\nghee can contribute to a stronger immune system. These components may help\r\nfight inflammation and protect your body from free radical damage.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A Spoonful for a Healthier\r\nHeart<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A2 ghee, rich in omega-3 fatty acids and conjugated linoleic acid (CLA),\r\nmay help maintain healthy cholesterol levels. This can contribute to overall\r\ncardiovascular health.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Beyond the Spoon: Additional\r\nBenefits of A2 Ghee<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A2 cow ghee offers a variety of benefits beyond internal health. Here are a\r\nfew examples:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Skincare:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     A2 ghee\'s moisturizing properties may help soothe dry skin and promote a\r\n     healthy glow.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Eye Health:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Vitamin A content in A2 ghee may contribute to maintaining healthy vision.<o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Experience the Ziva Organiko\r\nDifference<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">At Ziva Organiko, we are committed to providing you with the purest and\r\nmost authentic A2 cow ghee. Our ghee is made using milk sourced from indigenous\r\ncow breeds raised in healthy environments. We follow traditional methods to\r\nensure the preservation of nutrients and the rich, flavor profile of A2 ghee.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal;mso-outline-level:2\"><b><span lang=\"EN-IN\" style=\"font-size: 18pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">Incorporating A2 Ghee into\r\nYour Diet<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">A2 cow ghee\'s high smoke point makes it perfect for various cooking\r\nmethods, from sauteing vegetables to tempering dals. You can also enjoy a\r\nspoonful of A2 ghee drizzled over cooked rice or warm vegetables for an added\r\nflavor boost and a dose of its health benefits.<o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><span style=\"color: rgb(0, 0, 0);\">Embrace the goodness of A2 cow ghee and unlock a world of health and\r\nculinary possibilities. Explore Ziva Organiko\'s range of organic A2 cow ghee\r\nproducts and experience the difference pure, organic goodness can make!</span><o:p></o:p></span></p>', 19, 'A2 cow ghee, organic ghee, health benefits, digestion, immunity, weight management, Ziva Organiko', '439', 'A2 cow ghee, organic ghee, health benefits, digestion, immunity, weight management, Ziva Organiko', 'Dive into the world of A2 cow ghee, an organic superfood by Ziva Organiko. Discover its health benefits for digestion, immunity, heart health, and more!', '1', 'Dive into the world of A2 cow ghee, an organic superfood by Ziva Organiko. Discover its health benefits for digestion, immunity, heart health, and more!', 'unlock-the-power-of-a2-cow-ghee-a-guide-to-its-remarkable-health-benefits', 'A2 cow ghee, organic ghee, health benefits, digestion, immunity, weight management, Ziva Organiko', 'publish', 'en_US', '2024-07-31 16:57:26', '2024-07-31 16:57:26', 0, NULL),
(41, 'Unveiling the Magic: Why Gir Cow Ghee Holds a Special Place in India', '<p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">In the diverse culinary landscape of India, ghee (clarified butter) holds a\r\nplace of immense importance. But within this world of ghee, Gir Cow Ghee stands\r\nout as a treasure, revered for its unique qualities and potential health\r\nbenefits. At <a href=\"https://zivaorganiko.com/\" target=\"_blank\">Ziva Organik</a>o, an organic brand based in Gujarat, we\'re passionate\r\nabout sharing the magic of Gir Cow Ghee.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Bahnschrift, sans-serif; color: rgb(0, 0, 0);\">So, what exactly makes Gir Cow Ghee so special? Let\'s explore the reasons\r\nbehind its esteemed status in India:<o:p></o:p></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">The Majesty of the Gir Cow:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\"> Hailing from the Gir forests of Gujarat, the Gir\r\n     cow is a resilient breed known for its adaptability and ability to thrive\r\n     on natural vegetation. These gentle giants produce A2 milk, which contains\r\n     primarily A2 beta-casein protein. This type of protein is believed to be\r\n     easier to digest for many people compared to regular cow\'s milk containing\r\n     both A1 and A2 beta-casein.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Traditional Craft, Exceptional Quality:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\"> <a href=\"https://zivaorganiko.com/\" target=\"_blank\">Ziva Organiko\'s</a> Gir Cow Ghee is crafted using the\r\n     time-tested Bilona method. This slow and meticulous process involves\r\n     simmering A2 milk for extended periods, allowing the water content to\r\n     evaporate and the milk solids to caramelize, resulting in a rich, golden\r\n     ghee with a distinct nutty aroma.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">A Treasure Trove of Nutrients:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\"> Gir Cow Ghee is a natural source of vitamins A, D,\r\n     E, and K, all vital for maintaining good health. It\'s also rich in\r\n     conjugated linoleic acid (CLA) and Omega-3 fatty acids, both associated\r\n     with potential health benefits like improved immunity and heart health.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">Beyond the Kitchen:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     The benefits of Gir Cow Ghee extend beyond culinary applications. In\r\n     Ayurveda, the traditional Indian system of medicine, it\'s used for its\r\n     purported ability to aid digestion, improve skin health, and reduce\r\n     inflammation.<o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\n     line-height:normal;mso-list:l0 level1 lfo1;tab-stops:list 36.0pt\"><b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\n     mso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;\r\n     mso-bidi-language:HI\">A Taste of Purity:</span></b><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-font-kerning:\r\n     0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:HI\">\r\n     Ziva Organiko\'s Gir Cow Ghee is a testament to purity. We use only organic\r\n     A2 milk from Gir cows raised in a natural environment, free from\r\n     antibiotics or growth hormones. This translates into a superior taste\r\n     experience, elevating your everyday dishes with its rich, nutty flavor.<o:p></o:p></span></li>\r\n</ul><p>\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;\r\nline-height:normal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;font-family:&quot;Bahnschrift&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-font-kerning:0pt;mso-ligatures:none;mso-fareast-language:EN-IN;mso-bidi-language:\r\nHI\"><span style=\"color: rgb(0, 0, 0);\">At <a href=\"https://zivaorganiko.com/\" target=\"_blank\">Ziva Organiko</a>, we believe in harnessing the power of tradition and\r\norganic practices to bring you the finest quality Gir Cow Ghee. We invite you\r\nto experience the magic of this unique ghee and discover its potential health\r\nbenefits for yourself.</span><o:p></o:p></span></p>', 19, 'Gir Cow Ghee, A2 Ghee, Organic Ghee, Ghee Benefits, Gujarat, Ziva Organiko', '440', 'Gir Cow Ghee, A2 Ghee, Organic Ghee, Ghee Benefits, Gujarat, Ziva Organiko', 'Dive into the world of Gir Cow Ghee! Explore what makes this A2 ghee unique, from its origin story to its health benefits and rich, nutty flavor.', '1', 'Dive into the world of Gir Cow Ghee! Explore what makes this A2 ghee unique, from its origin story to its health benefits and rich, nutty flavor.', 'unveiling-the-megic-why-gir-cow-ghee-holds-a-special-place-in-india', 'ziva organiko', 'publish', 'en_US', '2024-07-31 17:03:48', '2024-07-31 17:03:48', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `blog_categories`
--

CREATE TABLE `blog_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blog_categories`
--

INSERT INTO `blog_categories` (`id`, `name`, `status`, `lang`, `created_at`, `updated_at`, `image`) VALUES
(18, 'Organic Farming', 'publish', 'en_US', '2024-01-04 06:09:46', '2024-01-04 06:09:46', NULL),
(19, 'Organic Products', 'publish', 'en_US', '2024-01-04 06:09:57', '2024-01-04 06:09:57', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `brands`
--

CREATE TABLE `brands` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `brands`
--

INSERT INTO `brands` (`id`, `title`, `url`, `image`, `created_at`, `updated_at`) VALUES
(1, 'logo 1', '#', '37', '2020-06-09 02:16:28', '2020-06-09 02:18:20'),
(2, 'logo 2', NULL, '36', '2020-06-09 02:18:12', '2020-06-09 02:18:12'),
(3, 'logo 3', '#', '35', '2020-06-09 02:18:31', '2020-06-09 02:18:31'),
(4, 'logo 4', NULL, '34', '2020-06-09 02:18:41', '2020-06-09 02:18:41'),
(5, 'logo 5', NULL, '35', '2020-06-09 02:22:54', '2020-06-09 02:22:54');

-- --------------------------------------------------------

--
-- Table structure for table `contacts`
--

CREATE TABLE `contacts` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `phone` bigint(20) NOT NULL,
  `email` varchar(255) NOT NULL,
  `message` longtext,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `contacts`
--

INSERT INTO `contacts` (`id`, `name`, `phone`, `email`, `message`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'prashant', 8155940203, 'prashantakaviya@gmail.com', NULL, '2024-06-11 14:03:26', '2024-06-11 15:07:45', NULL),
(2, 'Aakaviya Prashant', 8155940203, 'prashantakaviya@gmail.com', NULL, '2024-06-11 15:37:08', '2024-06-11 15:42:35', NULL),
(3, 'Aakaviya Prashant', 8155940203, 'prashantakaviya@gmail.com', 'hello', '2024-06-11 15:41:34', '2024-06-11 15:41:34', NULL),
(4, 'shivani', 9909809133, 'shivanijogi221@gmail.com', NULL, '2024-06-11 17:32:30', '2024-06-11 17:32:30', NULL),
(5, 'Aakaviya Prashant', 8155940203, 'prashantakaviya@gmail.com', NULL, '2024-06-11 17:49:01', '2024-06-11 17:49:01', NULL),
(6, 'Hiren Chauhan', 7069320619, 'hiren.lttrbx@gmail.com', NULL, '2024-06-12 08:50:56', '2024-06-12 08:50:56', NULL),
(7, 'Hiren Chauhan', 7069320619, 'hiren.lttrbx@gmail.com', 'New MSG', '2024-06-12 08:51:52', '2024-06-12 08:51:52', NULL),
(8, 'shivani', 9909809133, 'shivanijogi221@gmail.com', NULL, '2024-06-12 09:50:37', '2024-06-12 09:50:37', NULL),
(9, 'Hiren Chauhan', 7069320619, 'hiren.lttrbx@gmail.com', NULL, '2024-06-12 10:59:59', '2024-06-12 10:59:59', NULL),
(10, 'Hiren Chauhan', 7069320619, 'hiren.lttrbx@gmail.com', NULL, '2024-06-12 11:03:27', '2024-06-12 11:03:27', NULL),
(11, 'shivani', 9909809133, 'shivanijogi221@gmail.com', NULL, '2024-06-12 11:12:12', '2024-06-12 11:12:12', NULL),
(12, 'shivani', 9909809133, 'shivanijogi221@gmail.com', NULL, '2024-06-12 11:12:56', '2024-06-12 11:12:56', NULL),
(13, 'shivani', 9909809133, 'shivanijogi221@gmail.com', NULL, '2024-06-12 11:13:49', '2024-06-12 11:13:49', NULL),
(14, 'Hiren Chauhan', 7069320619, 'hiren.lttrbx@gmail.com', NULL, '2024-06-12 11:14:17', '2024-06-12 11:14:17', NULL),
(15, 'Hiren Chauhan', 7069320619, 'hiren.lttrbx@gmail.com', NULL, '2024-06-12 11:17:10', '2024-06-12 11:17:10', NULL),
(16, 'Mike Porter', 81753615215, 'mikeimarly@gmail.com', 'Hi there \r\n \r\nThis is Mike Porter\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nThe new Semrush Backlinks, which will make your zivaorganiko.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.co/semrush-backlinks/ \r\n \r\nCheap and effective \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Porter\r\n https://www.strictlydigital.co/whatsapp-us/', '2024-06-13 01:39:16', '2024-06-13 01:39:16', NULL),
(17, 'Bharti Multani', 7506752812, 'bhartimultani98@gmail.com', NULL, '2024-06-17 03:44:58', '2024-06-17 03:44:58', NULL),
(18, 'Mike Moore', 82973616711, 'mikeRatscync@gmail.com', 'This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.co/ranking-in-the-maps-means-sales/ \r\n \r\nThanks and Regards \r\nMike Moore\r\n \r\nhttps://www.speed-seo.co/whatsapp-us/', '2024-06-17 21:32:49', '2024-06-17 21:32:49', NULL),
(19, 'Anita Pandya', 7043486903, 'anitapandya0212@gmail.com', NULL, '2024-06-18 14:18:48', '2024-06-18 14:18:48', NULL),
(20, 'Mike Ford', 86884155819, 'mikeRatscync@gmail.com', 'Hi there \r\n \r\nJust checked your zivaorganiko.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.badlinkscleanup.com/ \r\n \r\n \r\nRegards \r\nMike Ford\r\n \r\nDigital SEO Experts \r\nhttps://www.badlinkscleanup.com/whatsapp-us/', '2024-06-26 04:35:44', '2024-06-26 04:35:44', NULL),
(21, 'Muralidhar Nanna', 9849070663, 'mdnanna@yahoo.com', NULL, '2024-06-28 14:01:09', '2024-06-28 14:01:09', NULL),
(22, 'Mike Paterson', 88894161356, 'mikeRatscync@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.co/join-affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Paterson\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-affiliates/', '2024-06-29 02:20:10', '2024-06-29 02:20:10', NULL),
(23, 'Mike Mason', 83353143559, 'mikeRatscync@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\n \r\nThanks and regards \r\nMike Mason\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-us/', '2024-06-29 11:45:02', '2024-06-29 11:45:02', NULL),
(24, 'AmandaMymnPymnb', 81943218261, 'amandaplashy3@gmail.com', 'Hey darling, want to hang out? -  http://surl.li/ulebc?invoigo', '2024-06-30 02:52:07', '2024-06-30 02:52:07', NULL),
(25, 'Herbert S.', 8102440753, 'addison@seconsultancies.com', 'Just wanted to ask if you\'re interested in getting a new website made or need some changes to your existing one? We have a large team of experienced website designers and developers who can help you.\r\n\r\nWe work with all platforms - Wordpress, Squarespace, Wix, Weebly etc and make all types of websites - informational, e-commerce etc. Would you like to see our portfolio?', '2024-07-30 16:14:30', '2024-07-30 16:14:30', NULL),
(26, 'Herbert S.', 8102440753, 'addison@seconsultancies.com', 'Just wanted to ask if you\'re interested in getting a new website made or need some changes to your existing one? We have a large team of experienced website designers and developers who can help you.\r\n\r\nWe work with all platforms - Wordpress, Squarespace, Wix, Weebly etc and make all types of websites - informational, e-commerce etc. Would you like to see our portfolio?', '2024-07-30 16:14:30', '2024-07-30 16:14:30', NULL),
(27, 'shivansh', 7574995200, 'shivanshojhaa07@gmail.com', NULL, '2024-08-28 10:24:21', '2024-08-28 10:24:21', NULL),
(28, 'Trupti Dhekane', 7379173111, 'tupsdhek@gmail.com', NULL, '2024-09-27 11:31:21', '2024-09-27 11:31:21', NULL),
(29, 'Nayan Bakhlika', 9898133027, 'bnaza98@gmail.com', NULL, '2024-10-03 12:25:12', '2024-10-03 12:25:12', NULL),
(30, 'Komal Rathod', 6358907224, 'komalrrathod6161@gmail.com', NULL, '2024-10-10 08:41:59', '2024-10-10 08:41:59', NULL),
(31, 'qlqpPODkH', 9466771302, 'sjr0mtf4qyzlmm@yahoo.com', NULL, '2024-11-06 10:58:37', '2024-11-06 10:58:37', NULL),
(32, 'qlqpPODkH', 9466771302, 'sjr0mtf4qyzlmm@yahoo.com', NULL, '2024-11-06 10:58:40', '2024-11-06 10:58:40', NULL),
(33, 'dQykFbWDYqDdrW', 2904697343, 'v2enued8hsvy@yahoo.com', NULL, '2024-11-08 01:31:49', '2024-11-08 01:31:49', NULL),
(34, 'dQykFbWDYqDdrW', 2904697343, 'v2enued8hsvy@yahoo.com', NULL, '2024-11-08 01:31:52', '2024-11-08 01:31:52', NULL),
(35, 'IKljrTCLIqFzAb', 2825954544, 'ollihucklebridge@yahoo.com', NULL, '2024-11-09 00:05:02', '2024-11-09 00:05:02', NULL),
(36, 'IKljrTCLIqFzAb', 2825954544, 'ollihucklebridge@yahoo.com', NULL, '2024-11-09 00:05:07', '2024-11-09 00:05:07', NULL),
(37, 'oNLoLbSd', 2354624305, 'djennihuangwi53@gmail.com', NULL, '2024-11-11 04:54:37', '2024-11-11 04:54:37', NULL),
(38, 'oNLoLbSd', 2354624305, 'djennihuangwi53@gmail.com', NULL, '2024-11-11 04:54:40', '2024-11-11 04:54:40', NULL),
(39, 'cwqRCsTnjLCvEfP', 4427200224, 'ecgltvxhvspxcro@yahoo.com', NULL, '2024-11-11 23:19:25', '2024-11-11 23:19:25', NULL),
(40, 'cwqRCsTnjLCvEfP', 4427200224, 'ecgltvxhvspxcro@yahoo.com', NULL, '2024-11-11 23:19:29', '2024-11-11 23:19:29', NULL),
(41, 'svJdsfKLtIz', 4957032379, 'tstokesu6765@gmail.com', NULL, '2024-11-12 22:39:44', '2024-11-12 22:39:44', NULL),
(42, 'svJdsfKLtIz', 4957032379, 'tstokesu6765@gmail.com', NULL, '2024-11-12 22:39:48', '2024-11-12 22:39:48', NULL),
(43, 'GoNDnNGWp', 4795988698, 'bivisgoodmane@gmail.com', NULL, '2024-11-13 20:10:40', '2024-11-13 20:10:40', NULL),
(44, 'GoNDnNGWp', 4795988698, 'bivisgoodmane@gmail.com', NULL, '2024-11-13 20:10:43', '2024-11-13 20:10:43', NULL),
(45, 'SiCpxhnI', 7569450035, 'mtxnate59nt@yahoo.com', NULL, '2024-11-14 17:20:05', '2024-11-14 17:20:05', NULL),
(46, 'SiCpxhnI', 7569450035, 'mtxnate59nt@yahoo.com', NULL, '2024-11-14 17:20:09', '2024-11-14 17:20:09', NULL),
(47, 'qSRLkgZGNbKd', 5579867755, 'heleneta876@gmail.com', NULL, '2024-11-15 14:44:09', '2024-11-15 14:44:09', NULL),
(48, 'qSRLkgZGNbKd', 5579867755, 'heleneta876@gmail.com', NULL, '2024-11-15 14:44:12', '2024-11-15 14:44:12', NULL),
(49, 'NBdCdFUsvAd', 2454462925, 'culertonstevermer@yahoo.com', NULL, '2024-11-16 11:07:48', '2024-11-16 11:07:48', NULL),
(50, 'aagDTYjtyPOLU', 8674047378, 'loxdsjoiajfpiku@yahoo.com', NULL, '2024-11-17 18:26:14', '2024-11-17 18:26:14', NULL),
(51, 'aagDTYjtyPOLU', 8674047378, 'loxdsjoiajfpiku@yahoo.com', NULL, '2024-11-17 18:26:21', '2024-11-17 18:26:21', NULL),
(52, 'ZXbsYTwaMuaNcZ', 9245799972, 'eamboriboonvilaysae@yahoo.com', NULL, '2024-11-19 04:14:22', '2024-11-19 04:14:22', NULL),
(53, 'ZXbsYTwaMuaNcZ', 9245799972, 'eamboriboonvilaysae@yahoo.com', NULL, '2024-11-19 04:14:26', '2024-11-19 04:14:26', NULL),
(54, 'MJejAeHwR', 2057582757, 'hhav2q64n5vpls5@yahoo.com', NULL, '2024-11-22 16:05:03', '2024-11-22 16:05:03', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `contact_info_items`
--

CREATE TABLE `contact_info_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `contact_info_items`
--

INSERT INTO `contact_info_items` (`id`, `title`, `lang`, `icon`, `description`, `created_at`, `updated_at`) VALUES
(1, 'Email Address', 'en_US', 'far fa-envelope', 'info@zivaorganiko.com', '2020-07-20 16:45:32', '2024-01-08 08:21:59'),
(2, 'Phone', 'en_US', 'flaticon-phone', '+91 9909809133', '2020-07-20 16:46:20', '2024-05-11 17:33:08'),
(3, 'Open Hours', 'en_US', 'far fa-clock', 'Mon - Sat\r\n10AM - 7PM', '2020-07-20 16:49:53', '2024-05-01 13:12:52'),
(4, 'Location', 'en_US', 'fas fa-map-marker-alt', '413, Satyamev Elite, Near Vakil Saheb Bridge, S.P.Ring Road, Bopal, Ahmedabad 380058', '2020-07-20 16:51:00', '2024-02-21 07:51:50');

-- --------------------------------------------------------

--
-- Table structure for table `counterups`
--

CREATE TABLE `counterups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `extra_text` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `counterups`
--

INSERT INTO `counterups` (`id`, `icon`, `number`, `lang`, `title`, `extra_text`, `created_at`, `updated_at`) VALUES
(1, 'far fa-smile', '3700', 'en_US', 'Happy Customer', 'K+', '2020-07-20 09:43:54', '2022-07-28 00:12:28'),
(2, 'fas fa-download', '2050', 'en_US', 'Total Downloads', 'K+', '2020-07-20 09:46:28', '2022-07-28 00:12:28'),
(3, 'fas fa-exclamation-triangle', '2050', 'en_US', 'Awards Won', NULL, '2020-07-20 09:46:51', '2022-07-28 00:12:28'),
(4, 'fas fa-user-check', '387', 'en_US', 'Total Agents', NULL, '2020-07-20 09:47:58', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `courses`
--

CREATE TABLE `courses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `duration` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `duration_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `max_student` bigint(20) UNSIGNED DEFAULT NULL,
  `enrolled_student` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `featured` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `external_url` text COLLATE utf8mb4_unicode_ci,
  `price` double(8,2) DEFAULT NULL,
  `sale_price` double(8,2) DEFAULT NULL,
  `enroll_required` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_meta_image` bigint(20) UNSIGNED DEFAULT NULL,
  `instructor_id` bigint(20) UNSIGNED DEFAULT NULL,
  `curriculum_id` text COLLATE utf8mb4_unicode_ci,
  `categories_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `courses`
--

INSERT INTO `courses` (`id`, `image`, `status`, `duration`, `duration_type`, `max_student`, `enrolled_student`, `featured`, `external_url`, `price`, `sale_price`, `enroll_required`, `og_meta_image`, `instructor_id`, `curriculum_id`, `categories_id`, `created_at`, `updated_at`) VALUES
(17, '202', 'publish', '22', 'days', 50000, '0', 'no', NULL, 99.00, 159.00, 'yes', NULL, 7, 'a:3:{i:0;i:8;i:1;i:55;i:2;i:56;}', 43, '2021-04-27 15:03:43', '2022-08-04 18:24:45'),
(18, '205', 'publish', '36', 'days', 50000, '0', 'yes', NULL, 49.00, 59.00, 'yes', NULL, 11, 'a:3:{i:0;i:57;i:1;i:58;i:2;i:59;}', 34, '2021-05-02 17:04:45', '2022-08-04 21:10:28'),
(19, '206', 'publish', '65', 'days', 50000, '1', 'yes', NULL, 59.00, 69.00, 'yes', NULL, 10, 'a:3:{i:0;i:60;i:1;i:61;i:2;i:62;}', 44, '2021-05-02 17:19:42', '2022-07-26 01:39:54'),
(20, '207', 'publish', '65', 'days', 50000, '0', 'no', NULL, 89.00, 129.00, 'yes', NULL, 10, 'a:3:{i:0;i:63;i:1;i:64;i:2;i:65;}', 44, '2021-05-02 18:26:37', '2022-08-04 08:20:29'),
(21, '208', 'publish', '22', 'days', 50000, '2', 'no', NULL, 99.00, 159.00, 'yes', NULL, 7, 'a:3:{i:0;i:66;i:1;i:67;i:2;i:68;}', 43, '2021-05-02 18:29:18', '2022-03-09 14:57:53'),
(22, '209', 'publish', '22', 'days', 50000, '0', 'no', NULL, 189.00, 269.00, 'yes', NULL, 5, 'a:3:{i:0;i:69;i:1;i:70;i:2;i:71;}', 45, '2021-05-02 18:34:50', '2022-08-05 05:03:31'),
(23, '210', 'publish', '22', 'days', 50000, '1', 'yes', NULL, 399.00, 499.00, 'yes', NULL, 11, 'a:3:{i:0;i:72;i:1;i:73;i:2;i:74;}', 46, '2021-05-02 18:41:06', '2022-07-26 06:54:49'),
(24, '211', 'publish', '16', 'days', 50000, '0', 'no', NULL, 45.00, 59.00, 'yes', NULL, 7, 'a:3:{i:0;i:75;i:1;i:76;i:2;i:77;}', 43, '2021-05-02 18:46:36', '2022-08-05 06:24:23'),
(25, '212', 'publish', '36', 'days', 50000, '0', 'no', NULL, 449.00, 999.00, 'yes', NULL, 10, 'a:3:{i:0;i:78;i:1;i:79;i:2;i:80;}', 42, '2021-05-02 18:51:59', '2022-08-04 22:33:32');

-- --------------------------------------------------------

--
-- Table structure for table `courses_categories`
--

CREATE TABLE `courses_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `courses_categories`
--

INSERT INTO `courses_categories` (`id`, `status`, `icon`, `created_at`, `updated_at`) VALUES
(34, 'publish', 'nexicon-ribbon', '2021-04-24 23:31:11', '2021-04-25 15:40:31'),
(42, 'publish', 'nexicon-analysis-3', '2021-04-25 00:55:03', '2021-04-25 15:47:10'),
(43, 'publish', 'nexicon-coding', '2021-04-25 15:27:39', '2021-04-25 15:47:41'),
(44, 'publish', 'nexicon-campaign', '2021-04-25 15:54:30', '2021-04-25 15:54:30'),
(45, 'publish', 'nexicon-cap', '2021-04-25 15:56:47', '2021-04-25 15:56:47'),
(46, 'publish', 'nexicon-analysis-2', '2021-04-25 15:57:40', '2021-04-25 15:57:40');

-- --------------------------------------------------------

--
-- Table structure for table `courses_category_langs`
--

CREATE TABLE `courses_category_langs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cat_id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `courses_category_langs`
--

INSERT INTO `courses_category_langs` (`id`, `cat_id`, `title`, `lang`, `created_at`, `updated_at`) VALUES
(93, 34, 'Web Development', 'en_US', '2021-04-24 23:31:11', '2021-04-25 15:40:31'),
(125, 42, 'Web Design', 'en_US', '2021-04-25 00:55:03', '2021-04-25 15:47:10'),
(129, 43, 'Graphic Design', 'en_US', '2021-04-25 15:27:39', '2021-04-25 15:47:41'),
(133, 44, 'Digital marketing', 'en_US', '2021-04-25 15:54:30', '2021-04-25 15:54:30'),
(137, 45, 'Academic', 'en_US', '2021-04-25 15:56:47', '2021-04-25 15:56:47'),
(141, 46, 'Data Scince', 'en_US', '2021-04-25 15:57:40', '2021-04-25 15:57:40');

-- --------------------------------------------------------

--
-- Table structure for table `course_certificates`
--

CREATE TABLE `course_certificates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `course_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `status` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `course_coupons`
--

CREATE TABLE `course_coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `discount` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `discount_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `expire_date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_coupons`
--

INSERT INTO `course_coupons` (`id`, `code`, `discount`, `discount_type`, `expire_date`, `status`, `created_at`, `updated_at`) VALUES
(2, 'COUSECOUPON', '10', 'amount', '2021-04-23', 'publish', '2021-04-25 14:48:42', '2021-05-02 10:38:06');

-- --------------------------------------------------------

--
-- Table structure for table `course_curriculms`
--

CREATE TABLE `course_curriculms` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `course_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_curriculms`
--

INSERT INTO `course_curriculms` (`id`, `course_id`, `created_at`, `updated_at`) VALUES
(8, 17, '2021-04-27 15:03:43', '2021-04-27 15:03:43'),
(55, 17, '2021-04-29 23:23:18', '2021-04-29 23:23:18'),
(56, 17, '2021-04-29 23:23:57', '2021-04-29 23:23:57'),
(57, 18, '2021-05-02 17:04:45', '2021-05-02 17:04:45'),
(58, 18, '2021-05-02 17:04:45', '2021-05-02 17:04:45'),
(59, 18, '2021-05-02 17:04:45', '2021-05-02 17:04:45'),
(60, 19, '2021-05-02 17:19:42', '2021-05-02 17:19:42'),
(61, 19, '2021-05-02 17:19:42', '2021-05-02 17:19:42'),
(62, 19, '2021-05-02 17:19:42', '2021-05-02 17:19:42'),
(63, 20, '2021-05-02 18:26:37', '2021-05-02 18:26:37'),
(64, 20, '2021-05-02 18:26:37', '2021-05-02 18:26:37'),
(65, 20, '2021-05-02 18:26:37', '2021-05-02 18:26:37'),
(66, 21, '2021-05-02 18:29:18', '2021-05-02 18:29:18'),
(67, 21, '2021-05-02 18:29:18', '2021-05-02 18:29:18'),
(68, 21, '2021-05-02 18:29:18', '2021-05-02 18:29:18'),
(69, 22, '2021-05-02 18:34:50', '2021-05-02 18:34:50'),
(70, 22, '2021-05-02 18:34:50', '2021-05-02 18:34:50'),
(71, 22, '2021-05-02 18:34:50', '2021-05-02 18:34:50'),
(72, 23, '2021-05-02 18:41:06', '2021-05-02 18:41:06'),
(73, 23, '2021-05-02 18:41:06', '2021-05-02 18:41:06'),
(74, 23, '2021-05-02 18:41:06', '2021-05-02 18:41:06'),
(75, 24, '2021-05-02 18:46:36', '2021-05-02 18:46:36'),
(76, 24, '2021-05-02 18:46:36', '2021-05-02 18:46:36'),
(77, 24, '2021-05-02 18:46:36', '2021-05-02 18:46:36'),
(78, 25, '2021-05-02 18:51:59', '2021-05-02 18:51:59'),
(79, 25, '2021-05-02 18:51:59', '2021-05-02 18:51:59'),
(80, 25, '2021-05-02 18:51:59', '2021-05-02 18:51:59');

-- --------------------------------------------------------

--
-- Table structure for table `course_curriculm_langs`
--

CREATE TABLE `course_curriculm_langs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `curriculum_id` bigint(20) UNSIGNED DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `description` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_curriculm_langs`
--

INSERT INTO `course_curriculm_langs` (`id`, `curriculum_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(13, 8, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-04-27 15:03:43', '2021-05-02 21:06:11'),
(14, 8, 'tr_TR', '', '', '2021-04-27 15:03:43', '2021-05-02 21:06:11'),
(15, 8, 'ar', '', '', '2021-04-27 15:03:43', '2021-05-02 21:06:11'),
(16, 8, 'es_ES', '', '', '2021-04-27 15:03:43', '2021-05-02 21:06:11'),
(69, 25, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(70, 25, 'tr_TR', '', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(71, 25, 'ar', '', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(72, 25, 'es_ES', '', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(73, 26, 'en_US', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(74, 26, 'tr_TR', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(75, 26, 'ar', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(76, 26, 'es_ES', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(77, 27, 'en_US', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(78, 27, 'tr_TR', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(79, 27, 'ar', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(80, 27, 'es_ES', 'curriculum title', '', '2021-04-28 22:56:42', '2021-04-28 22:56:42'),
(189, 55, 'en_US', 'Python setup', '', '2021-04-29 23:23:18', '2021-05-02 21:06:11'),
(190, 55, 'tr_TR', '', '', '2021-04-29 23:23:18', '2021-05-02 21:06:11'),
(191, 55, 'ar', '', '', '2021-04-29 23:23:18', '2021-05-02 21:06:11'),
(192, 55, 'es_ES', '', '', '2021-04-29 23:23:18', '2021-05-02 21:06:11'),
(193, 56, 'en_US', 'Python Object and Data Structure Basics', '', '2021-04-29 23:23:57', '2021-05-02 21:06:11'),
(194, 56, 'tr_TR', '', '', '2021-04-29 23:23:57', '2021-05-02 21:06:11'),
(195, 56, 'ar', '', '', '2021-04-29 23:23:57', '2021-05-02 21:06:11'),
(196, 56, 'es_ES', '', '', '2021-04-29 23:23:57', '2021-05-02 21:06:11'),
(197, 57, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(198, 57, 'tr_TR', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(199, 57, 'ar', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(200, 57, 'es_ES', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(201, 58, 'en_US', 'Python setup', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(202, 58, 'tr_TR', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(203, 58, 'ar', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(204, 58, 'es_ES', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(205, 59, 'en_US', 'Python Object and Data Structure Basics', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(206, 59, 'tr_TR', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(207, 59, 'ar', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(208, 59, 'es_ES', '', '', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(209, 60, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(210, 60, 'tr_TR', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(211, 60, 'ar', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(212, 60, 'es_ES', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(213, 61, 'en_US', 'Python setup', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(214, 61, 'tr_TR', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(215, 61, 'ar', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(216, 61, 'es_ES', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(217, 62, 'en_US', 'Python Object and Data Structure Basics', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(218, 62, 'tr_TR', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(219, 62, 'ar', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(220, 62, 'es_ES', '', '', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(221, 63, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(222, 63, 'tr_TR', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(223, 63, 'ar', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(224, 63, 'es_ES', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(225, 64, 'en_US', 'Python setup', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(226, 64, 'tr_TR', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(227, 64, 'ar', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(228, 64, 'es_ES', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(229, 65, 'en_US', 'Python Object and Data Structure Basics', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(230, 65, 'tr_TR', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(231, 65, 'ar', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(232, 65, 'es_ES', '', '', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(233, 66, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(234, 66, 'tr_TR', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(235, 66, 'ar', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(236, 66, 'es_ES', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(237, 67, 'en_US', 'Python setup', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(238, 67, 'tr_TR', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(239, 67, 'ar', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(240, 67, 'es_ES', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(241, 68, 'en_US', 'Python Object and Data Structure Basics', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(242, 68, 'tr_TR', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(243, 68, 'ar', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(244, 68, 'es_ES', '', '', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(245, 69, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(246, 69, 'tr_TR', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(247, 69, 'ar', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(248, 69, 'es_ES', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(249, 70, 'en_US', 'Python setup', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(250, 70, 'tr_TR', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(251, 70, 'ar', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(252, 70, 'es_ES', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(253, 71, 'en_US', 'Python Object and Data Structure Basics', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(254, 71, 'tr_TR', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(255, 71, 'ar', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(256, 71, 'es_ES', '', '', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(257, 72, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(258, 72, 'tr_TR', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(259, 72, 'ar', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(260, 72, 'es_ES', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(261, 73, 'en_US', 'Python setup', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(262, 73, 'tr_TR', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(263, 73, 'ar', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(264, 73, 'es_ES', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(265, 74, 'en_US', 'Python Object and Data Structure Basics', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(266, 74, 'tr_TR', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(267, 74, 'ar', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(268, 74, 'es_ES', '', '', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(269, 75, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(270, 75, 'tr_TR', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(271, 75, 'ar', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(272, 75, 'es_ES', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(273, 76, 'en_US', 'Python setup', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(274, 76, 'tr_TR', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(275, 76, 'ar', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(276, 76, 'es_ES', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(277, 77, 'en_US', 'Python Object and Data Structure Basics', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(278, 77, 'tr_TR', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(279, 77, 'ar', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(280, 77, 'es_ES', '', '', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(281, 78, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(282, 78, 'tr_TR', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(283, 78, 'ar', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(284, 78, 'es_ES', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(285, 79, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(286, 79, 'tr_TR', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(287, 79, 'ar', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(288, 79, 'es_ES', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(289, 80, 'en_US', 'Course overview', 'Unpleasing impression themselves to at assistance acceptance my or. On consider laughter civility offended oh.', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(290, 80, 'tr_TR', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(291, 80, 'ar', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(292, 80, 'es_ES', '', '', '2021-05-02 18:51:59', '2021-05-07 01:05:56'),
(293, NULL, NULL, 'Python Bootcamp de cero a héroe en Python', 'Python Bootcamp de cero a héroe en PythonPython Bootcamp de cero a héroe en Python', '2021-05-07 01:09:30', '2021-05-07 01:09:30'),
(294, NULL, NULL, '', '', '2021-05-07 01:09:31', '2021-05-07 01:09:31'),
(295, NULL, NULL, '', '', '2021-05-07 01:09:31', '2021-05-07 01:09:31'),
(296, NULL, NULL, '', '', '2021-05-07 01:09:49', '2021-05-07 01:09:49'),
(297, NULL, NULL, '', '', '2021-05-07 01:09:49', '2021-05-07 01:09:49'),
(298, NULL, NULL, '', '', '2021-05-07 01:09:49', '2021-05-07 01:09:49'),
(299, NULL, NULL, 'Python Bootcamp de cero a héroe en PythonPython Bootcamp de cero a héroe en PythonPython Bootcamp de cero a héroe en PythonPython Bootcamp de cero a héroe en Python', '', '2021-05-07 01:11:06', '2021-05-07 01:11:06'),
(300, NULL, NULL, '', '', '2021-05-07 01:11:06', '2021-05-07 01:11:06'),
(301, NULL, NULL, '', '', '2021-05-07 01:11:06', '2021-05-07 01:11:06'),
(302, 78, 'cs_CZ', 'Python Bootcamp de cero a héroe en PythonPython Bootcamp de cero a héroe en PythonPython Bootcamp de cero a héroe en PythonPython Bootcamp de cero a héroe en Python', '', '2021-05-07 01:15:32', '2021-05-07 01:15:32'),
(303, 79, 'cs_CZ', '', '', '2021-05-07 01:15:32', '2021-05-07 01:15:32'),
(304, 80, 'cs_CZ', '', '', '2021-05-07 01:15:32', '2021-05-07 01:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `course_enrolls`
--

CREATE TABLE `course_enrolls` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `total` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `course_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `payment_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_track` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `coupon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `coupon_discounted` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `manual_payment_attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `course_instructors`
--

CREATE TABLE `course_instructors` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` bigint(20) UNSIGNED DEFAULT NULL,
  `social_icons` longtext COLLATE utf8mb4_unicode_ci,
  `social_icon_url` longtext COLLATE utf8mb4_unicode_ci,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_instructors`
--

INSERT INTO `course_instructors` (`id`, `image`, `social_icons`, `social_icon_url`, `name`, `designation`, `created_at`, `updated_at`) VALUES
(5, 201, 'a:4:{i:0;s:17:\"fab fa-facebook-f\";i:1;s:14:\"fab fa-twitter\";i:2;s:18:\"fab fa-linkedin-in\";i:3;s:18:\"fab fa-pinterest-p\";}', 'a:4:{i:0;s:12:\"https:fb.com\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}', 'Diane D. Bailey', 'Founder', '2021-04-26 01:03:47', '2021-04-26 13:39:57'),
(7, 199, 'a:4:{i:0;s:17:\"fab fa-facebook-f\";i:1;s:14:\"fab fa-twitter\";i:2;s:18:\"fab fa-linkedin-in\";i:3;s:18:\"fab fa-pinterest-p\";}', 'a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}', 'Nina D. Fuchs', 'Founder', '2021-04-26 10:43:27', '2021-04-26 13:38:26'),
(10, 198, 'a:4:{i:0;s:17:\"fab fa-facebook-f\";i:1;s:14:\"fab fa-twitter\";i:2;s:18:\"fab fa-linkedin-in\";i:3;s:18:\"fab fa-pinterest-p\";}', 'a:4:{i:0;s:12:\"https:fb.com\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}', 'Ruth J. Tobin', 'CEO Ir-Tech', '2021-04-26 13:38:29', '2021-04-26 13:41:04'),
(11, 200, 'a:4:{i:0;s:17:\"fab fa-facebook-f\";i:1;s:14:\"fab fa-twitter\";i:2;s:18:\"fab fa-linkedin-in\";i:3;s:18:\"fab fa-pinterest-p\";}', 'a:4:{i:0;s:12:\"https:fb.com\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}', 'Raymond J. Young', 'Founder', '2021-04-26 13:39:10', '2021-04-26 13:39:10');

-- --------------------------------------------------------

--
-- Table structure for table `course_instructor_langs`
--

CREATE TABLE `course_instructor_langs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `instructor_id` bigint(20) UNSIGNED NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_instructor_langs`
--

INSERT INTO `course_instructor_langs` (`id`, `instructor_id`, `description`, `lang`, `created_at`, `updated_at`) VALUES
(13, 5, 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though. Attended of on stronger or mr pleasure. Rich four like real yet west get. Felicity in dwelling to drawings. His pleasure new steepest for reserved formerly disposed jennings.', 'en_US', '2021-04-26 01:03:47', '2021-04-26 13:39:57'),
(17, 7, 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though. Attended of on stronger or mr pleasure. Rich four like real yet west get. Felicity in dwelling to drawings. His pleasure new steepest for reserved formerly disposed jennings.', 'en_US', '2021-04-26 10:43:27', '2021-04-26 13:38:26'),
(29, 10, 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though. Attended of on stronger or mr pleasure. Rich four like real yet west get. Felicity in dwelling to drawings. His pleasure new steepest for reserved formerly disposed jennings.', 'en_US', '2021-04-26 13:38:29', '2021-04-26 13:41:04'),
(33, 11, 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though. Attended of on stronger or mr pleasure. Rich four like real yet west get. Felicity in dwelling to drawings. His pleasure new steepest for reserved formerly disposed jennings.', 'en_US', '2021-04-26 13:39:10', '2021-04-26 13:39:10');

-- --------------------------------------------------------

--
-- Table structure for table `course_langs`
--

CREATE TABLE `course_langs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `course_id` bigint(20) UNSIGNED DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `meta_tag` longtext COLLATE utf8mb4_unicode_ci,
  `meta_title` longtext COLLATE utf8mb4_unicode_ci,
  `meta_description` longtext COLLATE utf8mb4_unicode_ci,
  `og_meta_title` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_langs`
--

INSERT INTO `course_langs` (`id`, `course_id`, `lang`, `title`, `slug`, `description`, `meta_tag`, `meta_title`, `meta_description`, `og_meta_title`, `created_at`, `updated_at`) VALUES
(1, 17, 'en_US', 'Docker for absolute beginners: Learn Docker from scratch', 'docker-for-absolute-beginners-learn-docker-from-scratch', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-04-27 15:03:43', '2021-05-02 21:06:11'),
(5, 18, 'en_US', 'Python Bootcamp From Zero to Hero in Python', 'python-bootcamp-from-zero-to-hero-in-python', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 17:04:45', '2021-05-02 21:04:27'),
(9, 19, 'en_US', 'Software Architecture and Clean Code Design in OOP', 'software-architecture-and-clean-code-design-in-oop', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 17:19:42', '2021-05-02 21:02:51'),
(13, 20, 'en_US', 'Machine Learning From Basic to Advanced', 'machine-learning-from-basic-to-advanced', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 18:26:37', '2021-05-02 21:01:38'),
(17, 21, 'en_US', 'Microsoft SQL Server Development for Everyone!', 'microsoft-sql-server-development-for-everyone', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 18:29:18', '2021-05-02 20:56:41'),
(21, 22, 'en_US', 'Docker for absolute beginners: Learn Docker from scratch', 'docker-for-absolute-beginners-learn-docker-from-scratch', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 18:34:50', '2021-05-02 20:49:04'),
(25, 23, 'en_US', 'Docker for absolute beginners: Learn Docker from scratch', 'docker-for-absolute-beginners-learn-docker-from-scratch', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 18:41:06', '2021-05-02 20:45:40'),
(29, 24, 'en_US', 'Full-Stack Web Development with React and MongoDB', 'full-stack-web-development-with-react-and-mongodb', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 18:46:36', '2021-05-02 20:39:37'),
(33, 25, 'en_US', 'Docker for absolute beginners: Learn Docker from scratch', 'docker-for-absolute-beginners-learn-docker-from-scratch', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div>', '', 'demo meta title', 'demo meta description', 'Python Bootcamp From Zero to Hero in Python', '2021-05-02 18:51:59', '2021-05-07 01:05:56');

-- --------------------------------------------------------

--
-- Table structure for table `course_lessions`
--

CREATE TABLE `course_lessions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `course_id` bigint(20) UNSIGNED DEFAULT NULL,
  `curriculum_id` bigint(20) UNSIGNED DEFAULT NULL,
  `video_embed_code` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `duration` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `duration_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `preview` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `file` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_lessions`
--

INSERT INTO `course_lessions` (`id`, `course_id`, `curriculum_id`, `video_embed_code`, `status`, `duration`, `duration_type`, `preview`, `created_at`, `updated_at`, `file`) VALUES
(2, 17, 8, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '1.05', 'min', 'yes', '2021-04-27 15:03:43', '2021-04-29 23:26:15', NULL),
(3, 17, 8, NULL, 'publish', '2:00', 'min', 'no', '2021-04-27 15:03:43', '2021-04-29 23:27:02', NULL),
(4, 17, 8, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '50:00', 'hr', 'yes', '2021-04-27 15:03:43', '2021-04-29 23:14:34', NULL),
(27, 17, 55, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-04-29 23:23:18', '2021-04-29 23:34:55', NULL),
(28, 17, 55, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-04-29 23:23:38', '2021-04-29 23:36:52', NULL),
(29, 17, 55, NULL, 'publish', '2.00', 'min', 'no', '2021-04-29 23:23:48', '2021-04-29 23:37:51', NULL),
(31, 17, 56, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '6.00', 'min', 'no', '2021-04-29 23:23:57', '2021-04-29 23:40:20', NULL),
(32, 17, 56, NULL, 'publish', '5.00', 'min', 'no', '2021-04-29 23:24:19', '2021-04-29 23:42:02', NULL),
(33, 17, 56, NULL, 'publish', '10.60', 'min', 'no', '2021-04-29 23:24:25', '2021-04-29 23:42:46', NULL),
(34, 17, 56, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-04-29 23:24:31', '2021-04-29 23:44:11', NULL),
(35, 17, 56, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '5.00', 'min', 'no', '2021-04-29 23:24:45', '2021-04-29 23:45:21', NULL),
(73, 25, 79, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', NULL, '1.05', 'min', 'yes', '2021-05-02 20:04:01', '2021-05-02 20:04:01', NULL),
(74, 25, 79, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 20:04:01', '2021-05-02 22:52:44', NULL),
(75, 25, 78, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', NULL, '50:00', 'hr', 'yes', '2021-05-02 20:04:01', '2021-05-02 20:04:01', NULL),
(76, 25, 80, NULL, 'publish', '3:00', 'min', 'no', '2021-05-02 20:04:01', '2021-06-12 22:02:37', NULL),
(77, 25, 80, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 20:04:01', '2021-06-12 22:02:41', NULL),
(78, 25, 78, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 20:04:01', '2021-05-02 22:52:09', NULL),
(79, 25, 78, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 20:04:01', '2021-05-02 22:52:16', NULL),
(80, 25, 80, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', NULL, '6.00', 'min', 'yes', '2021-05-02 20:04:01', '2021-05-02 20:04:01', NULL),
(81, 25, 78, NULL, 'publish', '5.00', 'min', 'no', '2021-05-02 20:04:01', '2021-05-02 22:52:57', NULL),
(82, 25, 80, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 20:04:01', '2021-06-12 22:02:47', NULL),
(83, 25, 78, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-05-02 20:04:01', '2021-06-12 22:02:51', NULL),
(84, 25, 79, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', NULL, '5.00', 'min', 'yes', '2021-05-02 20:04:01', '2021-05-02 20:04:01', NULL),
(86, 25, 76, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 20:38:32', '2021-06-12 22:01:39', NULL),
(87, 25, 76, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '50:00', 'hr', 'no', '2021-05-02 20:38:32', '2021-06-12 22:01:45', NULL),
(88, 25, 77, NULL, 'publish', '3:00', 'min', 'no', '2021-05-02 20:38:32', '2021-06-12 22:01:50', NULL),
(89, 25, 76, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 20:38:32', '2021-06-12 22:01:54', NULL),
(90, 25, 76, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 20:38:32', '2021-06-12 22:02:01', NULL),
(91, 25, 76, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 20:38:32', '2021-06-12 22:02:05', NULL),
(93, 25, 75, NULL, 'publish', '5.00', 'min', 'no', '2021-05-02 20:38:32', '2021-06-12 22:02:11', NULL),
(94, 25, 75, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 20:38:32', '2021-06-12 22:02:15', NULL),
(102, 25, 75, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 20:38:37', '2021-06-12 22:02:21', NULL),
(103, 25, 77, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 20:38:37', '2021-06-12 22:00:33', NULL),
(104, 25, 75, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '6.00', 'min', 'no', '2021-05-02 20:38:37', '2021-06-12 22:00:40', NULL),
(105, 25, 75, NULL, 'publish', '5.00', 'min', 'no', '2021-05-02 20:38:37', '2021-06-12 22:00:44', NULL),
(109, 23, 72, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '1.05', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:00:50', NULL),
(110, 23, 73, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:00:54', NULL),
(111, 23, 74, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '50:00', 'hr', 'no', '2021-05-02 20:43:26', '2021-06-12 22:01:00', NULL),
(113, 23, 73, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:01:04', NULL),
(114, 23, 74, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:01:11', NULL),
(115, 23, 72, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:01:15', NULL),
(116, 23, 73, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '6.00', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:01:19', NULL),
(117, 23, 74, NULL, 'publish', '5.00', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:00:12', NULL),
(118, 23, 72, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:00:05', NULL),
(119, 23, 74, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 22:00:01', NULL),
(120, 23, 73, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '5.00', 'min', 'no', '2021-05-02 20:43:26', '2021-06-12 21:59:55', NULL),
(121, 23, 69, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '1.05', 'min', 'no', '2021-05-02 20:48:34', '2021-06-12 21:59:51', NULL),
(122, 23, 69, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 20:48:34', '2021-06-12 21:59:44', NULL),
(123, 23, 70, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '50:00', 'hr', 'no', '2021-05-02 20:48:34', '2021-06-12 21:59:40', NULL),
(125, 23, 69, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 20:48:34', '2021-06-12 21:59:33', NULL),
(126, 23, 69, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 20:48:34', '2021-06-12 21:59:29', NULL),
(127, 23, 71, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 20:48:34', '2021-06-12 21:59:20', NULL),
(128, 22, 69, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '6.00', 'min', 'no', '2021-05-02 20:48:34', '2021-06-12 21:58:11', NULL),
(129, 22, 71, NULL, NULL, '5.00', 'min', 'yes', '2021-05-02 20:48:35', '2021-05-02 20:48:35', NULL),
(130, 22, 69, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 20:48:35', '2021-06-12 21:58:14', NULL),
(131, 22, 69, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-05-02 20:48:35', '2021-06-12 21:58:21', NULL),
(132, 22, 69, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '5.00', 'min', 'no', '2021-05-02 20:48:35', '2021-06-12 21:58:25', NULL),
(157, 21, 68, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '1.05', 'min', 'no', '2021-05-02 20:56:21', '2021-06-12 21:58:32', NULL),
(158, 21, 67, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 20:56:21', '2021-06-12 21:58:36', NULL),
(159, 21, 68, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '50:00', 'hr', 'no', '2021-05-02 20:56:21', '2021-06-12 21:58:42', NULL),
(161, 21, 67, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 20:56:21', '2021-05-03 22:14:49', NULL),
(162, 21, 67, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 20:56:21', '2021-05-03 22:25:28', NULL),
(163, 21, 67, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 20:56:21', '2021-05-03 22:25:32', NULL),
(164, 21, 66, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', NULL, '6.00', 'min', 'yes', '2021-05-02 20:56:21', '2021-05-02 20:56:21', NULL),
(165, 21, 66, NULL, NULL, '5.00', 'min', 'yes', '2021-05-02 20:56:21', '2021-05-02 20:56:21', NULL),
(166, 21, 67, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 20:56:22', '2021-05-03 22:25:41', NULL),
(167, 21, 67, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-05-02 20:56:22', '2021-05-03 22:25:45', NULL),
(168, 21, 67, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '5.00', 'min', 'no', '2021-05-02 20:56:22', '2021-05-03 22:25:54', NULL),
(180, 20, 68, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', NULL, '5.00', 'min', 'yes', '2021-05-02 20:57:12', '2021-05-02 20:57:12', NULL),
(181, 20, 65, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '1.05', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:43', NULL),
(182, 20, 63, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:48', NULL),
(183, 20, 65, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '50:00', 'hr', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:53', NULL),
(185, 20, 65, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:56:48', NULL),
(186, 20, 64, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:56:51', NULL),
(187, 20, 65, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:56:57', NULL),
(188, 20, 63, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '6.00', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:01', NULL),
(189, 20, 65, NULL, 'publish', '5.00', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:04', NULL),
(190, 20, 64, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:10', NULL),
(191, 20, 64, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:13', NULL),
(192, 20, 63, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '5.00', 'min', 'no', '2021-05-02 20:58:05', '2021-06-12 21:57:19', NULL),
(193, 19, 61, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '1.05', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:57:22', NULL),
(194, 19, 62, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:57:28', NULL),
(195, 19, 61, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', NULL, '50:00', 'hr', 'yes', '2021-05-02 21:02:20', '2021-05-02 21:02:20', NULL),
(197, 19, 61, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:16', NULL),
(198, 19, 62, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:26', NULL),
(199, 19, 60, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:29', NULL),
(200, 19, 62, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '6.00', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:34', NULL),
(201, 19, 61, NULL, 'publish', '5.00', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:38', NULL),
(202, 19, 61, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:43', NULL),
(203, 19, 60, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:48', NULL),
(204, 19, 62, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '5.00', 'min', 'no', '2021-05-02 21:02:20', '2021-06-12 21:54:51', NULL),
(205, 18, 57, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '1.05', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:53:30', NULL),
(206, 18, 59, NULL, 'publish', '2:00', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:45', NULL),
(207, 18, 57, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QXeEoD0pB3E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '50:00', 'hr', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:42', NULL),
(209, 18, 58, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/hEgO047GxaQ?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.00', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:34', NULL),
(210, 18, 58, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/mbryl4MZJms?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '3.05', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:29', NULL),
(211, 18, 58, NULL, 'publish', '2.00', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:25', NULL),
(212, 18, 59, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/DWgzHbglNIo?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '6.00', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:13', NULL),
(213, 18, 58, NULL, 'publish', '5.00', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:19', NULL),
(214, 18, 59, NULL, 'publish', '10.60', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:09', NULL),
(215, 18, 59, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/Eaz5e6M8tL4?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '15.00', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:52:02', NULL),
(216, 18, 59, '<iframe width=\"1180\" height=\"664\" src=\"https://www.youtube.com/embed/4V14G5_CNGg?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '5.00', 'min', 'no', '2021-05-02 21:03:56', '2021-06-12 21:51:58', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `course_lession_langs`
--

CREATE TABLE `course_lession_langs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `lession_id` bigint(20) UNSIGNED DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_lession_langs`
--

INSERT INTO `course_lession_langs` (`id`, `lession_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(1, 2, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-04-27 15:03:43', '2021-05-02 21:06:11'),
(5, 3, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-04-27 15:03:43', '2021-05-02 21:06:49'),
(9, 4, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-04-27 15:03:43', '2021-05-02 21:06:11'),
(81, 21, 'en_US', 'untitled', NULL, '2021-04-29 18:48:16', '2021-04-29 18:54:57'),
(105, 27, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:23:18', '2021-05-02 21:06:11'),
(109, 28, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:23:38', '2021-05-02 21:06:11'),
(113, 29, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:23:48', '2021-05-02 21:06:11'),
(117, 30, 'en_US', 'lesson title', NULL, '2021-04-29 23:23:54', '2021-04-29 23:23:54'),
(121, 31, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:23:57', '2021-05-02 21:06:11'),
(125, 32, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:24:19', '2021-05-02 21:06:11'),
(129, 33, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:24:25', '2021-05-02 21:06:11'),
(133, 34, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:24:31', '2021-05-02 21:06:11'),
(137, 35, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-04-29 23:24:45', '2021-05-02 21:06:11'),
(141, 36, 'en_US', 'untitled', NULL, '2021-05-02 17:06:05', '2021-05-02 17:19:22'),
(145, 37, 'en_US', 'untitled', NULL, '2021-05-02 17:06:05', '2021-05-02 17:19:22'),
(149, 38, 'en_US', 'untitled', NULL, '2021-05-02 17:06:05', '2021-05-02 17:19:22'),
(153, 39, 'en_US', NULL, NULL, '2021-05-02 18:24:03', '2021-05-02 18:24:03'),
(157, 40, 'en_US', NULL, NULL, '2021-05-02 18:24:03', '2021-05-02 18:24:03'),
(161, 41, 'en_US', NULL, NULL, '2021-05-02 18:24:03', '2021-05-02 18:24:03'),
(165, 42, 'en_US', NULL, NULL, '2021-05-02 18:28:19', '2021-05-02 18:28:19'),
(169, 43, 'en_US', NULL, NULL, '2021-05-02 18:28:19', '2021-05-02 18:28:19'),
(173, 44, 'en_US', NULL, NULL, '2021-05-02 18:28:19', '2021-05-02 18:28:19'),
(177, 45, 'en_US', 'untitled', NULL, '2021-05-02 18:30:25', '2021-05-02 18:30:51'),
(181, 46, 'en_US', 'untitled', NULL, '2021-05-02 18:30:25', '2021-05-02 18:30:52'),
(185, 47, 'en_US', 'untitled', NULL, '2021-05-02 18:30:25', '2021-05-02 18:30:52'),
(189, 48, 'en_US', NULL, NULL, '2021-05-02 18:37:04', '2021-05-02 18:37:04'),
(193, 49, 'en_US', NULL, NULL, '2021-05-02 18:37:04', '2021-05-02 18:37:04'),
(197, 50, 'en_US', NULL, NULL, '2021-05-02 18:37:04', '2021-05-02 18:37:04'),
(201, 51, 'en_US', NULL, NULL, '2021-05-02 18:43:46', '2021-05-02 18:43:46'),
(205, 52, 'en_US', NULL, NULL, '2021-05-02 18:43:46', '2021-05-02 18:43:46'),
(209, 53, 'en_US', NULL, NULL, '2021-05-02 18:43:46', '2021-05-02 18:43:46'),
(213, 54, 'en_US', NULL, NULL, '2021-05-02 18:51:34', '2021-05-02 18:51:34'),
(217, 55, 'en_US', NULL, NULL, '2021-05-02 18:51:34', '2021-05-02 18:51:34'),
(221, 56, 'en_US', NULL, NULL, '2021-05-02 18:51:34', '2021-05-02 18:51:34'),
(225, 57, 'en_US', NULL, NULL, '2021-05-02 18:54:15', '2021-05-02 18:54:15'),
(229, 58, 'en_US', NULL, NULL, '2021-05-02 18:54:16', '2021-05-02 18:54:16'),
(233, 59, 'en_US', NULL, NULL, '2021-05-02 18:54:16', '2021-05-02 18:54:16'),
(285, 73, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(289, 74, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(293, 75, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(297, 76, 'en_US', 'Course FAQs', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(301, 77, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(305, 78, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(309, 79, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(313, 80, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(317, 81, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(321, 82, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(325, 83, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(329, 84, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:04:01', '2021-05-07 01:15:32'),
(333, 85, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:38:32'),
(337, 86, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(341, 87, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(345, 88, 'en_US', 'Course FAQs', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(349, 89, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(353, 90, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(357, 91, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(361, 92, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:38:32'),
(365, 93, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(369, 94, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:39:37'),
(373, 95, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:38:32'),
(377, 96, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:32', '2021-05-02 20:38:32');
INSERT INTO `course_lession_langs` (`id`, `lession_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(381, 97, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(385, 98, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(389, 99, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(393, 100, 'en_US', 'Course FAQs', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(397, 101, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(401, 102, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:39:37'),
(405, 103, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:39:37'),
(409, 104, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:39:37'),
(413, 105, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:39:37'),
(417, 106, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(421, 107, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(425, 108, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:38:37', '2021-05-02 20:38:37'),
(429, 109, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(433, 110, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(437, 111, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(441, 113, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(442, 114, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(446, 115, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(450, 116, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(454, 117, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(458, 118, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(462, 119, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(466, 120, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:43:26', '2021-05-02 20:45:40'),
(470, 121, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:48:34', '2021-05-02 20:49:04'),
(474, 122, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:48:34', '2021-05-02 20:49:04'),
(478, 123, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:48:34', '2021-05-02 20:49:04'),
(482, 125, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:34', '2021-05-02 20:49:04'),
(483, 126, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:34', '2021-05-02 20:49:04'),
(486, 127, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:34', '2021-05-02 20:49:04'),
(490, 128, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:34', '2021-05-02 20:49:04'),
(494, 129, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:35', '2021-05-02 20:49:04'),
(498, 130, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:35', '2021-05-02 20:49:04'),
(502, 131, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:35', '2021-05-02 20:49:04'),
(506, 132, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:48:35', '2021-05-02 20:49:04'),
(510, 133, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(514, 134, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43');
INSERT INTO `course_lession_langs` (`id`, `lession_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(518, 135, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(522, 137, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(523, 138, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(526, 139, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(530, 140, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(533, 141, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(537, 142, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(541, 143, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(545, 144, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:51:43', '2021-05-02 20:51:43'),
(549, 145, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(553, 146, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(557, 147, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(561, 149, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(562, 150, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(565, 151, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(569, 152, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(572, 153, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(576, 154, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(580, 155, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(584, 156, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:52:34', '2021-05-02 20:54:55'),
(588, 157, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:56:21', '2021-05-02 20:56:41'),
(592, 158, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:56:21', '2021-05-02 20:56:41'),
(596, 159, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:56:21', '2021-05-02 20:56:41'),
(600, 161, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:21', '2021-05-03 22:14:49'),
(601, 162, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:21', '2021-05-03 22:25:28'),
(604, 163, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:21', '2021-05-03 22:25:32'),
(608, 164, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:21', '2021-05-02 20:56:41'),
(611, 165, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:21', '2021-05-02 20:56:41'),
(615, 166, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:22', '2021-05-03 22:25:41'),
(619, 167, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:22', '2021-05-03 22:25:45'),
(623, 168, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:56:22', '2021-05-03 22:25:54'),
(627, 169, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(631, 170, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(635, 171, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(639, 173, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(640, 174, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(643, 175, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12');
INSERT INTO `course_lession_langs` (`id`, `lession_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(647, 176, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(650, 177, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(654, 178, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(658, 179, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(662, 180, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:57:12', '2021-05-02 20:57:12'),
(666, 181, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(670, 182, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(674, 183, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(678, 185, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(679, 186, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(682, 187, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(686, 188, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(689, 189, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(693, 190, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(697, 191, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(701, 192, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 20:58:05', '2021-05-02 21:01:38'),
(705, 193, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(709, 194, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(713, 195, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(717, 197, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(718, 198, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(721, 199, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(725, 200, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(728, 201, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(732, 202, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(736, 203, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(740, 204, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:02:20', '2021-05-02 21:02:51'),
(744, 205, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(748, 206, 'en_US', 'Course Curriculum Overview', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(752, 207, 'en_US', 'Why Python?', '<div>In by an appetite no humoured returned informed. Possession so comparison inquietude he he conviction no decisively. Marianne jointure attended she hastened surprise but she. Ever lady son yet you very paid form away. He advantage of exquisite resolving if on tolerably. Become sister on in garden it barton waited on.&nbsp;</div><div><br></div><div>Perceived end knowledge certainly day sweetness why cordially. Ask quick six seven offer see among. Handsome met debating sir dwelling age material. As style lived he worse dried. Offered related so visitor we private removed. Moderate do subjects to distance.&nbsp;</div><div><br></div><div>Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.&nbsp;</div><div><br></div><div>Silent sir say desire fat him letter. Whatever settling goodness too and honoured she building answered her. Strongly thoughts remember mr to do consider debating. Spirits musical behaved on we he farther letters. Repulsive he he as deficient newspaper dashwoods we. Discovered her his pianoforte insipidity entreaties. Began he at terms meant as fancy. Breakfast arranging he if furniture we described on. Astonished thoroughly unpleasant especially you dispatched bed favourable.&nbsp;</div><div><br></div><div>She exposed painted fifteen are noisier mistake led waiting. Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We highest ye friends is exposed equally in. Ignorant had too strictly followed. Astonished as travelling assistance or unreserved oh pianoforte ye. Five with seen put need tore add neat. Bringing it is he returned received raptures.&nbsp;</div><div><br></div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(756, 209, 'en_US', 'Command Line Basics', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(757, 210, 'en_US', 'Running Python Code', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(760, 211, 'en_US', 'Git and Github Overview (Optional)', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(764, 212, 'en_US', 'Introduction to Python Data Types', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(767, 213, 'en_US', 'Numbers: Simple Arithmetic', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(771, 214, 'en_US', 'Numbers - FAQ', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(775, 215, 'en_US', 'Variable Assignments', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27'),
(779, 216, 'en_US', 'Introduction to Strings', '<div>Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye indulgence unreserved connection alteration appearance my an astonished. Up as seen sent make he they of. Her raising and himself pasture believe females. Fancy she stuff after aware merit small his. Charmed esteems luckily age out.&nbsp;</div><div><br></div><div>Examine she brother prudent add day ham. Far stairs now coming bed oppose hunted become his. You zealously departure had procuring suspicion. Books whose front would purse if be do decay. Quitting you way formerly disposed perceive ladyship are. Common turned boy direct and yet.&nbsp;</div><div><br></div><div>Exquisite cordially mr happiness of neglected distrusts. Boisterous impossible unaffected he me everything. Is fine loud deal an rent open give. Find upon and sent spot song son eyes. Do endeavor he differed carriage is learning my graceful. Feel plan know is he like on pure. See burst found sir met think hopes are marry among. Delightful remarkably new assistance saw literature mrs favourable.&nbsp;</div>', '2021-05-02 21:03:56', '2021-05-02 21:04:27');
INSERT INTO `course_lession_langs` (`id`, `lession_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(783, 4, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-05-07 01:52:14', '2021-05-07 01:52:14'),
(787, 216, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:51:58', '2021-06-12 21:51:58'),
(791, 215, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:02', '2021-06-12 21:52:02'),
(795, 214, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:09', '2021-06-12 21:52:09'),
(799, 212, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:13', '2021-06-12 21:52:13'),
(803, 213, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:19', '2021-06-12 21:52:19'),
(807, 211, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:25', '2021-06-12 21:52:25'),
(811, 210, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:29', '2021-06-12 21:52:29'),
(815, 209, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:34', '2021-06-12 21:52:34'),
(819, 207, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:42', '2021-06-12 21:52:42'),
(823, 206, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:52:45', '2021-06-12 21:52:45'),
(827, 197, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:16', '2021-06-12 21:54:16'),
(831, 198, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:26', '2021-06-12 21:54:26'),
(835, 199, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:29', '2021-06-12 21:54:29'),
(839, 200, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:34', '2021-06-12 21:54:34'),
(843, 201, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:38', '2021-06-12 21:54:38'),
(847, 202, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:43', '2021-06-12 21:54:43'),
(851, 203, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:48', '2021-06-12 21:54:48'),
(855, 204, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:54:51', '2021-06-12 21:54:51'),
(859, 185, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:56:48', '2021-06-12 21:56:48'),
(863, 186, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:56:51', '2021-06-12 21:56:51'),
(867, 187, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:56:57', '2021-06-12 21:56:57'),
(871, 188, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:01', '2021-06-12 21:57:01'),
(875, 189, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:04', '2021-06-12 21:57:04'),
(879, 190, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:10', '2021-06-12 21:57:10'),
(883, 191, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:13', '2021-06-12 21:57:13'),
(887, 192, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:19', '2021-06-12 21:57:19'),
(891, 194, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:28', '2021-06-12 21:57:28'),
(895, 182, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:48', '2021-06-12 21:57:48'),
(899, 183, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:57:53', '2021-06-12 21:57:53'),
(903, 128, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:58:11', '2021-06-12 21:58:11'),
(907, 130, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:58:14', '2021-06-12 21:58:14');
INSERT INTO `course_lession_langs` (`id`, `lession_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(911, 131, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:58:21', '2021-06-12 21:58:21'),
(915, 132, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:58:25', '2021-06-12 21:58:25'),
(919, 158, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:58:36', '2021-06-12 21:58:36'),
(923, 159, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:58:42', '2021-06-12 21:58:42'),
(927, 127, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:59:20', '2021-06-12 21:59:20'),
(931, 126, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:59:29', '2021-06-12 21:59:29'),
(935, 125, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:59:33', '2021-06-12 21:59:33'),
(939, 123, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:59:40', '2021-06-12 21:59:40'),
(943, 122, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:59:44', '2021-06-12 21:59:44'),
(947, 120, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 21:59:55', '2021-06-12 21:59:55'),
(951, 119, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:00:01', '2021-06-12 22:00:01'),
(955, 118, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:00:05', '2021-06-12 22:00:05'),
(959, 117, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:00:12', '2021-06-12 22:00:12'),
(963, 103, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:00:33', '2021-06-12 22:00:33'),
(967, 104, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:00:40', '2021-06-12 22:00:40'),
(971, 105, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:00:44', '2021-06-12 22:00:44'),
(975, 110, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:00:54', '2021-06-12 22:00:54'),
(979, 111, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:00', '2021-06-12 22:01:00'),
(983, 113, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:04', '2021-06-12 22:01:04'),
(987, 114, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:11', '2021-06-12 22:01:11'),
(991, 115, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:15', '2021-06-12 22:01:15'),
(995, 116, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:19', '2021-06-12 22:01:19'),
(999, 86, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:39', '2021-06-12 22:01:39'),
(1003, 87, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:45', '2021-06-12 22:01:45'),
(1007, 88, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:50', '2021-06-12 22:01:50'),
(1011, 89, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:01:54', '2021-06-12 22:01:54'),
(1015, 90, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:01', '2021-06-12 22:02:01'),
(1019, 91, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:05', '2021-06-12 22:02:05'),
(1023, 93, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:11', '2021-06-12 22:02:11'),
(1027, 94, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:15', '2021-06-12 22:02:15'),
(1031, 102, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:21', '2021-06-12 22:02:21'),
(1035, 76, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:37', '2021-06-12 22:02:37');
INSERT INTO `course_lession_langs` (`id`, `lession_id`, `lang`, `title`, `description`, `created_at`, `updated_at`) VALUES
(1039, 77, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:41', '2021-06-12 22:02:41'),
(1043, 82, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:47', '2021-06-12 22:02:47'),
(1047, 83, 'en_US', 'Course Introduction', '<div>Do commanded an shameless we disposing do. Indulgence ten remarkably nor are impression out. Power is lived means oh every in we quiet. Remainder provision an in intention. Saw supported too joy promotion engrossed propriety. Me till like it sure no sons.&nbsp;</div><div><br></div><div>Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters appetite yourself diverted. Our next drew much you with rank. Tore many held age hold rose than our. She literature sentiments any contrasted. Set aware joy sense young now tears china shy.&nbsp;</div><div><br></div><div>Any delicate you how kindness horrible outlived servants. You high bed wish help call draw side. Girl quit if case mr sing as no have. At none neat am do over will. Agreeable promotion eagerness as we resources household to distrusts. Polite do object at passed it is. Small for ask shade water manor think men begin.&nbsp;</div><div><br></div><div>Contented get distrusts certainty nay are frankness concealed ham. On unaffected resolution on considered of. No thought me husband or colonel forming effects. End sitting shewing who saw besides son musical adapted. Contrasted interested eat alteration pianoforte sympathize was. He families believed if no elegance interest surprise an. It abode wrong miles an so delay plate. She relation own put outlived may disposed.&nbsp;</div>', '2021-06-12 22:02:51', '2021-06-12 22:02:51');

-- --------------------------------------------------------

--
-- Table structure for table `course_reviews`
--

CREATE TABLE `course_reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ratings` int(10) UNSIGNED DEFAULT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `course_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `donations`
--

CREATE TABLE `donations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `donation_content` longtext COLLATE utf8mb4_unicode_ci,
  `amount` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `raised` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `donations`
--

INSERT INTO `donations` (`id`, `title`, `donation_content`, `amount`, `raised`, `status`, `image`, `lang`, `meta_tags`, `meta_description`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Bachelor domestic extended doubtful as concerns', '<p>An country demesne message it. An country demesne message it. Bachelor domestic extended doubtful as concerns at. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex.&nbsp;</p><p><br></p><p>Suppose end get boy warrant general natural. Delightful met sufficient projection ask. Decisively everything principles if preference do impression of. Preserved oh so difficult repulsive on in household. In what do miss time be. Valley as be appear cannot so by. Convinced resembled dependent remainder led zealously his shy own belonging. Always length letter adieus add number moment she. Promise few compass six several old offices removal parties fat. Concluded rapturous it intention perfectly daughters is as.&nbsp;</p><p><br></p><p>So feel been kept be at gate. Be september it extensive oh concluded of certainty. In read most gate at body held it ever no. Talking justice welcome message inquiry in started of am me. Led own hearted highest visited lasting sir through compass his. Guest tiled he quick by so these trees am. It announcing alteration at surrounded comparison.&nbsp;</p><p><br></p><p>Boy favourable day can introduced sentiments entreaties. Noisier carried of in warrant because. So mr plate seems cause chief widen first. Two differed husbands met screened his. Bed was form wife out ask draw. Wholly coming at we no enable. Offending sir delivered questions now new met. Acceptance she interested new boisterous day discretion celebrated. t. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex.&nbsp;</p><p><br></p><p>Suppose end get boy warrant general natural. Delightful met sufficient projection ask. Decisively everything principles if preference do impression of. Preserved oh so difficult repulsive on in household. In what do miss time be. Valley as be appear cannot so by. Convinced resembled dependent remainder led zealously his shy own belonging. Always length letter adieus add number moment she. Promise few compass six several old offices removal parties fat. Concluded rapturous it intention perfectly daughters is as.&nbsp;</p><p><br></p><p>So feel been kept be at gate. Be september it extensive oh concluded of certainty. In read most gate at body held it ever no. Talking justice welcome message inquiry in started of am me. Led own hearted highest visited lasting sir through compass his. Guest tiled he quick by so these trees am. It announcing alteration at surrounded comparison.&nbsp;</p><p><br></p><p>Boy favourable day can introduced sentiments entreaties. Noisier carried of in warrant because. So mr plate seems cause chief widen first. Two differed husbands met screened his. Bed was form wife out ask draw. Wholly coming at we no enable. Offending sir delivered questions now new met. Acceptance she interested new boisterous day discretion celebrated.&nbsp;</p>', '20000', '3590', 'publish', '58', 'en_US', NULL, NULL, 'bachelor-domestic-extended-doubtful-as-concerns', '2020-07-20 21:34:14', '2022-07-28 00:12:28'),
(2, 'Law gate her well bed life feet seen rent', '<p>An country demesne message it. Bachelor domestic extended doubtful as concerns at. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex.&nbsp;</p><p><br></p><p>Suppose end get boy warrant general natural. Delightful met sufficient projection ask. Decisively everything principles if preference do impression of. Preserved oh so difficult repulsive on in household. In what do miss time be. Valley as be appear cannot so by. Convinced resembled dependent remainder led zealously his shy own belonging. Always length letter adieus add number moment she. Promise few compass six several old offices removal parties fat. Concluded rapturous it intention perfectly daughters is as.&nbsp;</p><p><br></p><p>So feel been kept be at gate. Be september it extensive oh concluded of certainty. In read most gate at body held it ever no. Talking justice welcome message inquiry in started of am me. Led own hearted highest visited lasting sir through compass his. Guest tiled he quick by so these trees am. It announcing alteration at surrounded comparison.&nbsp;</p><p><br></p><p>Boy favourable day can introduced sentiments entreaties. Noisier carried of in warrant because. So mr plate seems cause chief widen first. Two differed husbands met screened his. Bed was form wife out ask draw. Wholly coming at we no enable. Offending sir delivered questions now new met. Acceptance she interested new boisterous day discretion celebrated.&nbsp;</p><p><br></p><p>She wholly fat who window extent either formal. Removing welcomed civility or hastened is. Justice elderly but perhaps expense six her are another passage. Full her ten open fond walk not down. For request general express unknown are. He in just mr door body held john down he. So journey greatly or garrets. Draw door kept do so come on open mean. Estimating stimulated how reasonably precaution diminution she simplicity sir but. Questions am sincerity zealously concluded consisted or no gentleman it.&nbsp;</p><p><br></p><p>Surprise steepest recurred landlord mr wandered amounted of. Continuing devonshire but considered its. Rose past oh shew roof is song neat. Do depend better praise do friend garden an wonder to. Intention age nay otherwise but breakfast. Around garden beyond to extent by.&nbsp;</p>', '135165', '1076965', 'publish', '61', 'en_US', NULL, NULL, 'law-gate-her-well-bed-life-feet-seen-rent', '2020-07-20 22:05:52', '2022-07-28 00:12:28'),
(4, 'Questions am sincerity zealously concluded', '<p>An country demesne message it. Bachelor domestic extended doubtful as concerns at. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex.&nbsp;</p><p><br></p><p>Suppose end get boy warrant general natural. Delightful met sufficient projection ask. Decisively everything principles if preference do impression of. Preserved oh so difficult repulsive on in household. In what do miss time be. Valley as be appear cannot so by. Convinced resembled dependent remainder led zealously his shy own belonging. Always length letter adieus add number moment she. Promise few compass six several old offices removal parties fat. Concluded rapturous it intention perfectly daughters is as.&nbsp;</p><p><br></p><p>So feel been kept be at gate. Be september it extensive oh concluded of certainty. In read most gate at body held it ever no. Talking justice welcome message inquiry in started of am me. Led own hearted highest visited lasting sir through compass his. Guest tiled he quick by so these trees am. It announcing alteration at surrounded comparison.&nbsp;</p><p><br></p><p>Boy favourable day can introduced sentiments entreaties. Noisier carried of in warrant because. So mr plate seems cause chief widen first. Two differed husbands met screened his. Bed was form wife out ask draw. Wholly coming at we no enable. Offending sir delivered questions now new met. Acceptance she interested new boisterous day discretion celebrated.&nbsp;</p><p><br></p><p>She wholly fat who window extent either formal. Removing welcomed civility or hastened is. Justice elderly but perhaps expense six her are another passage. Full her ten open fond walk not down. For request general express unknown are. He in just mr door body held john down he. So journey greatly or garrets. Draw door kept do so come on open mean. Estimating stimulated how reasonably precaution diminution she simplicity sir but. Questions am sincerity zealously concluded consisted or no gentleman it.&nbsp;</p><p><br></p><p>Surprise steepest recurred landlord mr wandered amounted of. Continuing devonshire but considered its. Rose past oh shew roof is song neat. Do depend better praise do friend garden an wonder to. Intention age nay otherwise but breakfast. Around garden beyond to extent by.&nbsp;</p>', '50000', '9469', 'publish', '59', 'en_US', NULL, NULL, 'questions-am-sincerity-zealously-concluded', '2020-07-20 22:19:12', '2022-07-28 00:12:28'),
(5, 'Guest tiled he quick by so these trees am', '<p>An country demesne message it. Bachelor domestic extended doubtful as concerns at. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex.&nbsp;</p><p><br></p><p>Suppose end get boy warrant general natural. Delightful met sufficient projection ask. Decisively everything principles if preference do impression of. Preserved oh so difficult repulsive on in household. In what do miss time be. Valley as be appear cannot so by. Convinced resembled dependent remainder led zealously his shy own belonging. Always length letter adieus add number moment she. Promise few compass six several old offices removal parties fat. Concluded rapturous it intention perfectly daughters is as.&nbsp;</p><p><br></p><p>So feel been kept be at gate. Be september it extensive oh concluded of certainty. In read most gate at body held it ever no. Talking justice welcome message inquiry in started of am me. Led own hearted highest visited lasting sir through compass his. Guest tiled he quick by so these trees am. It announcing alteration at surrounded comparison.&nbsp;</p><p><br></p><p>Boy favourable day can introduced sentiments entreaties. Noisier carried of in warrant because. So mr plate seems cause chief widen first. Two differed husbands met screened his. Bed was form wife out ask draw. Wholly coming at we no enable. Offending sir delivered questions now new met. Acceptance she interested new boisterous day discretion celebrated.&nbsp;</p><p><br></p><p>She wholly fat who window extent either formal. Removing welcomed civility or hastened is. Justice elderly but perhaps expense six her are another passage. Full her ten open fond walk not down. For request general express unknown are. He in just mr door body held john down he. So journey greatly or garrets. Draw door kept do so come on open mean. Estimating stimulated how reasonably precaution diminution she simplicity sir but. Questions am sincerity zealously concluded consisted or no gentleman it.&nbsp;</p><p><br></p><p>Surprise steepest recurred landlord mr wandered amounted of. Continuing devonshire but considered its. Rose past oh shew roof is song neat. Do depend better praise do friend garden an wonder to. Intention age nay otherwise but breakfast. Around garden beyond to extent by.&nbsp;</p>', '345685', '35624', 'publish', '55', 'en_US', NULL, NULL, 'guest-tiled-he-quick-by-so-these-trees-am', '2020-07-20 22:19:22', '2022-07-28 00:12:28'),
(6, 'Talking justice welcome message inquiry in started', '<p>An country demesne message it. Bachelor domestic extended doubtful as concerns at. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex.&nbsp;</p><p><br></p><p>Suppose end get boy warrant general natural. Delightful met sufficient projection ask. Decisively everything principles if preference do impression of. Preserved oh so difficult repulsive on in household. In what do miss time be. Valley as be appear cannot so by. Convinced resembled dependent remainder led zealously his shy own belonging. Always length letter adieus add number moment she. Promise few compass six several old offices removal parties fat. Concluded rapturous it intention perfectly daughters is as.&nbsp;</p><p><br></p><p>So feel been kept be at gate. Be september it extensive oh concluded of certainty. In read most gate at body held it ever no. Talking justice welcome message inquiry in started of am me. Led own hearted highest visited lasting sir through compass his. Guest tiled he quick by so these trees am. It announcing alteration at surrounded comparison.&nbsp;</p><p><br></p><p>Boy favourable day can introduced sentiments entreaties. Noisier carried of in warrant because. So mr plate seems cause chief widen first. Two differed husbands met screened his. Bed was form wife out ask draw. Wholly coming at we no enable. Offending sir delivered questions now new met. Acceptance she interested new boisterous day discretion celebrated.&nbsp;</p><p><br></p><p>She wholly fat who window extent either formal. Removing welcomed civility or hastened is. Justice elderly but perhaps expense six her are another passage. Full her ten open fond walk not down. For request general express unknown are. He in just mr door body held john down he. So journey greatly or garrets. Draw door kept do so come on open mean. Estimating stimulated how reasonably precaution diminution she simplicity sir but. Questions am sincerity zealously concluded consisted or no gentleman it.&nbsp;</p><p><br></p><p>Surprise steepest recurred landlord mr wandered amounted of. Continuing devonshire but considered its. Rose past oh shew roof is song neat. Do depend better praise do friend garden an wonder to. Intention age nay otherwise but breakfast. Around garden beyond to extent by.&nbsp;</p>', '50000', '9999', 'publish', '56', 'en_US', NULL, NULL, 'talking-justice-welcome-message-inquiry-in-started', '2020-07-20 22:19:32', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `donation_logs`
--

CREATE TABLE `donation_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `donation_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `track` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `anonymous` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `manual_payment_attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `events`
--

CREATE TABLE `events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci,
  `category_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `time` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `cost` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `available_tickets` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `organizer` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `organizer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `organizer_website` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `organizer_phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `venue` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `venue_location` text COLLATE utf8mb4_unicode_ci,
  `venue_phone` text COLLATE utf8mb4_unicode_ci,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `events`
--

INSERT INTO `events` (`id`, `title`, `content`, `category_id`, `status`, `lang`, `date`, `time`, `cost`, `available_tickets`, `image`, `organizer`, `organizer_email`, `organizer_website`, `organizer_phone`, `venue`, `slug`, `venue_location`, `venue_phone`, `meta_tags`, `meta_description`, `created_at`, `updated_at`) VALUES
(1, 'Brother set had private his letters observe outward resolve', '<p>Now led tedious shy lasting females off. Dashwood marianne in of entrance be on wondered possible building. Wondered sociable he carriage in speedily margaret. Up devonshire of he thoroughly insensible alteration. An mr settling occasion insisted distance ladyship so. Not attention say frankness intention out dashwoods now curiosity. Stronger ecstatic as no judgment daughter speedily thoughts. Worse downs nor might she court did nay forth these.&nbsp;</p><p><br></p><p>Brother set had private his letters observe outward resolve. Shutters ye marriage to throwing we as. Effect in if agreed he wished wanted admire expect. Or shortly visitor is comfort placing to cheered do. Few hills tears are weeks saw. Partiality insensible celebrated is in. Am offended as wandered thoughts greatest an friendly. Evening covered in he exposed fertile to. Horses seeing at played plenty nature to expect we. Young say led stood hills own thing get.&nbsp;</p><p><br></p><p>Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend. His not get talked effect worthy barton. Household shameless incommode at no objection behaviour. Especially do at he possession insensible sympathize boisterous it. Songs he on an widen me event truth. Certain law age brother sending amongst why covered.&nbsp;</p><p><br></p><p>Its had resolving otherwise she contented therefore. Afford relied warmth out sir hearts sister use garden. Men day warmth formed admire former simple. Humanity declared vicinity continue supplied no an. He hastened am no property exercise of. Dissimilar comparison no terminated devonshire no literature on. Say most yet head room such just easy.&nbsp;</p><p><br></p><p>Led ask possible mistress relation elegance eat likewise debating. By message or am nothing amongst chiefly address. The its enable direct men depend highly. Ham windows sixteen who inquiry fortune demands. Is be upon sang fond must shew. Really boy law county she unable her sister. Feet you off its like like six.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><p><br></p><p>Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited. My whether cheered at regular it of promise blushes perhaps. Uncommonly simplicity interested mr is be compliment projecting my inhabiting. Gentleman he september in oh excellent.&nbsp;</p>', '1', 'publish', 'en_US', '2021-09-30', '10:00AM - 12:00PM', '250', '295', '51', 'Xgenious', 'organizer@gmail.com', 'http://xgenious.com/', '+880331111111', 'Chambersburg', 'brother-set-had-private-his-letters-observe-outward-resolve', '4144 Lincoln Drive Chambersburg, PA 17201', NULL, NULL, NULL, '2020-07-20 15:58:56', '2022-07-28 00:12:28'),
(5, 'Now led tedious shy lasting females off.', '<p>Now led tedious shy lasting females off. Dashwood marianne in of entrance be on wondered possible building. Wondered sociable he carriage in speedily margaret. Up devonshire of he thoroughly insensible alteration. An mr settling occasion insisted distance ladyship so. Not attention say frankness intention out dashwoods now curiosity. Stronger ecstatic as no judgment daughter speedily thoughts. Worse downs nor might she court did nay forth these.&nbsp;</p><p><br></p><p>Brother set had private his letters observe outward resolve. Shutters ye marriage to throwing we as. Effect in if agreed he wished wanted admire expect. Or shortly visitor is comfort placing to cheered do. Few hills tears are weeks saw. Partiality insensible celebrated is in. Am offended as wandered thoughts greatest an friendly. Evening covered in he exposed fertile to. Horses seeing at played plenty nature to expect we. Young say led stood hills own thing get.&nbsp;</p><p><br></p><p>Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend. His not get talked effect worthy barton. Household shameless incommode at no objection behaviour. Especially do at he possession insensible sympathize boisterous it. Songs he on an widen me event truth. Certain law age brother sending amongst why covered.&nbsp;</p><p><br></p><p>Its had resolving otherwise she contented therefore. Afford relied warmth out sir hearts sister use garden. Men day warmth formed admire former simple. Humanity declared vicinity continue supplied no an. He hastened am no property exercise of. Dissimilar comparison no terminated devonshire no literature on. Say most yet head room such just easy.&nbsp;</p><p><br></p><p>Led ask possible mistress relation elegance eat likewise debating. By message or am nothing amongst chiefly address. The its enable direct men depend highly. Ham windows sixteen who inquiry fortune demands. Is be upon sang fond must shew. Really boy law county she unable her sister. Feet you off its like like six.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><p><br></p><p>Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited. My whether cheered at regular it of promise blushes perhaps. Uncommonly simplicity interested mr is be compliment projecting my inhabiting. Gentleman he september in oh excellent.&nbsp;</p>', '2', 'publish', 'en_US', '2022-12-16', '10:00AM - 12:00PM', '80', '156', '52', 'Xgenious', 'organizer@gmail.com', 'http://xgenious.com/', '+880331111111', 'Chambersburg', 'now-led-tedious-shy-lasting-females-off', '4144 Lincoln Drive Chambersburg, PA 17201', NULL, NULL, NULL, '2020-07-20 16:55:23', '2022-07-28 00:12:28'),
(6, 'Consulted perpetual of pronounce me delivered', '<p>Now led tedious shy lasting females off. Dashwood marianne in of entrance be on wondered possible building. Wondered sociable he carriage in speedily margaret. Up devonshire of he thoroughly insensible alteration. An mr settling occasion insisted distance ladyship so. Not attention say frankness intention out dashwoods now curiosity. Stronger ecstatic as no judgment daughter speedily thoughts. Worse downs nor might she court did nay forth these.&nbsp;</p><p><br></p><p>Brother set had private his letters observe outward resolve. Shutters ye marriage to throwing we as. Effect in if agreed he wished wanted admire expect. Or shortly visitor is comfort placing to cheered do. Few hills tears are weeks saw. Partiality insensible celebrated is in. Am offended as wandered thoughts greatest an friendly. Evening covered in he exposed fertile to. Horses seeing at played plenty nature to expect we. Young say led stood hills own thing get.&nbsp;</p><p><br></p><p>Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend. His not get talked effect worthy barton. Household shameless incommode at no objection behaviour. Especially do at he possession insensible sympathize boisterous it. Songs he on an widen me event truth. Certain law age brother sending amongst why covered.&nbsp;</p><p><br></p><p>Its had resolving otherwise she contented therefore. Afford relied warmth out sir hearts sister use garden. Men day warmth formed admire former simple. Humanity declared vicinity continue supplied no an. He hastened am no property exercise of. Dissimilar comparison no terminated devonshire no literature on. Say most yet head room such just easy.&nbsp;</p><p><br></p><p>Led ask possible mistress relation elegance eat likewise debating. By message or am nothing amongst chiefly address. The its enable direct men depend highly. Ham windows sixteen who inquiry fortune demands. Is be upon sang fond must shew. Really boy law county she unable her sister. Feet you off its like like six.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><p><br></p><p>Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited. My whether cheered at regular it of promise blushes perhaps. Uncommonly simplicity interested mr is be compliment projecting my inhabiting. Gentleman he september in oh excellent.&nbsp;</p>', '3', 'publish', 'en_US', '2022-07-14', '10:00AM - 12:00PM', '152', '109', '53', 'Xgenious', 'organizer@gmail.com', 'http://xgenious.com/', '+880331111111', 'Chambersburg', 'consulted-perpetual-of-pronounce-me-delivered', '4144 Lincoln Drive Chambersburg, PA 17201', NULL, NULL, NULL, '2020-07-20 17:08:41', '2022-07-28 00:12:28'),
(7, 'Lose away off why half led have near bed', '<p>Now led tedious shy lasting females off. Dashwood marianne in of entrance be on wondered possible building. Wondered sociable he carriage in speedily margaret. Up devonshire of he thoroughly insensible alteration. An mr settling occasion insisted distance ladyship so. Not attention say frankness intention out dashwoods now curiosity. Stronger ecstatic as no judgment daughter speedily thoughts. Worse downs nor might she court did nay forth these.&nbsp;</p><p><br></p><p>Brother set had private his letters observe outward resolve. Shutters ye marriage to throwing we as. Effect in if agreed he wished wanted admire expect. Or shortly visitor is comfort placing to cheered do. Few hills tears are weeks saw. Partiality insensible celebrated is in. Am offended as wandered thoughts greatest an friendly. Evening covered in he exposed fertile to. Horses seeing at played plenty nature to expect we. Young say led stood hills own thing get.&nbsp;</p><p><br></p><p>Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend. His not get talked effect worthy barton. Household shameless incommode at no objection behaviour. Especially do at he possession insensible sympathize boisterous it. Songs he on an widen me event truth. Certain law age brother sending amongst why covered.&nbsp;</p><p><br></p><p>Its had resolving otherwise she contented therefore. Afford relied warmth out sir hearts sister use garden. Men day warmth formed admire former simple. Humanity declared vicinity continue supplied no an. He hastened am no property exercise of. Dissimilar comparison no terminated devonshire no literature on. Say most yet head room such just easy.&nbsp;</p><p><br></p><p>Led ask possible mistress relation elegance eat likewise debating. By message or am nothing amongst chiefly address. The its enable direct men depend highly. Ham windows sixteen who inquiry fortune demands. Is be upon sang fond must shew. Really boy law county she unable her sister. Feet you off its like like six.&nbsp;</p><p><br></p><p>Smile spoke total few great had never their too. Amongst moments do in arrived at my replied. Fat weddings servants but man believed prospect. Companions understood is as especially pianoforte connection introduced. Nay newspaper can sportsman are admitting gentleman belonging his. Is oppose no he summer lovers twenty in. Not his difficulty boisterous surrounded bed. Seems folly if in given scale. Sex contented dependent conveying advantage can use.&nbsp;</p><p><br></p><p>Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited. My whether cheered at regular it of promise blushes perhaps. Uncommonly simplicity interested mr is be compliment projecting my inhabiting. Gentleman he september in oh excellent.&nbsp;</p>', '1', 'publish', 'en_US', '2022-07-30', '10:00AM - 12:00PM', '70', '247', '55', 'Xgenious', 'organizer@gmail.com', 'http://xgenious.com/', '+880331111111', 'Chambersburg', 'lose-away-off-why-half-led-have-near-bed', '4144 Lincoln Drive Chambersburg, PA 17201', '654165030', 'ddsfdsf,sadfadsf', 'asdfadsf', '2020-07-20 17:18:45', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `events_categories`
--

CREATE TABLE `events_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `events_categories`
--

INSERT INTO `events_categories` (`id`, `title`, `status`, `lang`, `created_at`, `updated_at`) VALUES
(1, 'Celebration', 'publish', 'en_US', '2020-07-20 15:34:00', '2022-07-28 00:12:28'),
(2, 'Meetup', 'publish', 'en_US', '2020-07-20 15:34:06', '2022-07-28 00:12:28'),
(3, 'Seminar', 'publish', 'en_US', '2020-07-20 15:34:12', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `event_attendances`
--

CREATE TABLE `event_attendances` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `payment_status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `event_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `checkout_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `event_cost` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `quantity` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `custom_fields` longtext COLLATE utf8mb4_unicode_ci,
  `attachment` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `event_payment_logs`
--

CREATE TABLE `event_payment_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_cost` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attendance_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` longtext COLLATE utf8mb4_unicode_ci,
  `track` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `package_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `manual_payment_attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_open` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `faqs`
--

INSERT INTO `faqs` (`id`, `title`, `status`, `lang`, `is_open`, `description`, `created_at`, `updated_at`) VALUES
(1, 'Why bilona A2 Gir Cow ghee is expensive?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">Bilona A2 Gir Cow Ghee is crafted using\r\npremium ingredients, including milk from indigenous cow breeds such as Gir and\r\nBadri cows. These cows produce milk with higher fat content, enhancing the\r\nghee\'s richness and nutritional value. The sourcing of high-quality milk and other\r\ningredients adds to the cost of Bilona A2 Gir Cow Ghee.</span><o:p></o:p></span></p>', '2020-07-20 20:50:22', '2024-05-10 15:03:54'),
(2, 'Which bilona ghee is best?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><font color=\"#000000\" style=\"\">Ziva Organiko’s A2 Bilona ghee&nbsp;is the\r\npurest ghee available in the market. Using the traditional Bilona method, they\r\nhave maintained the taste &amp; purity. Highly recommended!</font><o:p></o:p></span></p>', '2020-07-20 20:50:27', '2024-05-10 15:03:36'),
(3, 'What is bilona method of making ghee?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">Traditionally, bilona ghee is made by\r\nchurning curd (yoghurt) to produce butter, which is then used to make ghee. The\r\nbeneficial bacteria and nutrients inherent in curd are preserved by this\r\nmethod.</span><o:p></o:p></span></p>', '2020-07-20 20:50:30', '2024-05-10 15:04:46'),
(4, 'What is bilona ghee?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">Bilona ghee is the one that is made by\r\nchurning the curd. While the regular ghee is made by collecting malai or cream\r\nof milk, which is slow-cooked till reddish-brown precipitate separates from the\r\ngolden ghee.&nbsp;</span><o:p></o:p></span></p>', '2020-07-20 20:52:18', '2024-05-10 15:05:16'),
(5, 'How to make bilona ghee at home?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">The curd that has been formed in the earthen\r\npots is churned using a wooden churner called Bilona. This is a quite lengthy\r\nprocess where it is churned clockwise and anti-clockwise, till the butter is\r\nseparated from the buttermilk. If you face difficulty in this step, adding cold\r\nwater is recommended.</span><o:p></o:p></span></p>', '2020-07-20 20:52:22', '2024-05-10 15:05:38'),
(16, 'How is bilona ghee made Traditionally?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">Bilona ghee is made by churning curd\r\n(yoghurt) to produce butter, which is then used to create ghee. The beneficial\r\nbacteria and nutrients inherent in curd are preserved by this method.</span><b><o:p></o:p></b></span></p>', '2024-05-10 15:06:02', '2024-05-10 15:06:02'),
(17, 'Is bilona ghee good for health?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">It helps maintain a good immune system and\r\ncombat diseases. Bilona ghee is high in fat-soluble vitamins including A, D, E,\r\nand K, which aid in the immune system function. These vitamins aid in better\r\ndevelopment of heart and brain functions along with good bone growth.</span><o:p></o:p></span></p>', '2024-05-10 15:06:30', '2024-05-10 15:06:30'),
(18, 'Bilona ghee vs a2 ghee?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">Out of all the ways to generate A2 Ghee, the\r\nBilona Process is the one that produces Ghee that is 100% pure and healthful.\r\nThe Ghee is made from A2 milk and is entirely made by hand, without the use of\r\nany equipment. A2 Desi Gir Cow Ghee is incredibly simple to digest, making it a\r\ngreat option for people of all ages.</span><o:p></o:p></span></p>', '2024-05-10 15:07:02', '2024-05-10 15:07:02'),
(19, 'Bilona ghee vs normal ghee?', 'publish', 'en_US', '', '<p><span lang=\"EN-IN\" style=\"font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);\">The nutritional content of Bilona ghee is higher than that of industrial\r\nghee. It has more vitamins, antioxidants, omega-3 fatty acid DHA, omega-6, and\r\nMonounsaturated Fatty Acids (MUFA).</span><br></p>', '2024-05-10 15:07:24', '2024-05-10 15:09:03'),
(20, 'Which ghee is best cow or buffalo?', 'publish', 'en_US', '', '<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:12.0pt;line-height:107%;\r\nfont-family:&quot;Calibri&quot;,sans-serif\"><span style=\"color: rgb(0, 0, 0);\">Cow ghee is preferable to buffalo ghee. Cow\r\nghee is better as it has carotene vitamin A, which is good for eye and brain\r\nfunction. It is good for digestion and has antibacterial, antifungal and\r\nantioxidant properties. Buffalo ghee has more fats and calories as compared to\r\ncow ghee.</span><o:p></o:p></span></p>', '2024-05-10 15:07:45', '2024-05-10 15:07:45');

-- --------------------------------------------------------

--
-- Table structure for table `feedback`
--

CREATE TABLE `feedback` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `ratings` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `custom_fields` longtext COLLATE utf8mb4_unicode_ci,
  `attachment` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `feedback`
--

INSERT INTO `feedback` (`id`, `name`, `email`, `ratings`, `description`, `custom_fields`, `attachment`, `created_at`, `updated_at`) VALUES
(1, 'Sharifur', 'dvrobin4@gmail.com', '5', 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.', 'a:5:{s:4:\"name\";s:8:\"Sharifur\";s:5:\"email\";s:18:\"dvrobin4@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:127:\"Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.\";s:20:\"what-service-you-get\";s:13:\"package-order\";}', NULL, '2020-07-20 10:43:21', '2020-07-20 10:43:21'),
(4, 'Kathleen Duncan', 'KathleenHDuncan@dayrep.com', '5', 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.', 'a:5:{s:4:\"name\";s:15:\"Kathleen Duncan\";s:5:\"email\";s:26:\"KathleenHDuncan@dayrep.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:127:\"Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.\";s:20:\"what-service-you-get\";s:13:\"package-order\";}', 'a:0:{}', '2020-07-20 10:47:17', '2020-07-20 10:47:17'),
(5, 'Joseph D. Washington', 'JosephDWashington@armyspy.com', '5', 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.', 'a:5:{s:4:\"name\";s:20:\"Joseph D. Washington\";s:5:\"email\";s:29:\"JosephDWashington@armyspy.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:127:\"Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.\";s:20:\"what-service-you-get\";s:9:\"donations\";}', 'a:0:{}', '2020-07-20 10:47:57', '2020-07-20 10:47:57'),
(7, 'Teresa Lafayette', 'TeresaJLafayette@teleworm.us', '5', 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.', 'a:5:{s:4:\"name\";s:16:\"Teresa Lafayette\";s:5:\"email\";s:28:\"TeresaJLafayette@teleworm.us\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:127:\"Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.\";s:20:\"what-service-you-get\";s:13:\"event-tickets\";}', 'a:0:{}', '2020-07-20 10:49:03', '2020-07-20 10:49:03'),
(8, 'Nelly Bos', 'NellyJBos@rhyta.com', '5', 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.', 'a:5:{s:4:\"name\";s:9:\"Nelly Bos\";s:5:\"email\";s:19:\"NellyJBos@rhyta.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:127:\"Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.\";s:20:\"what-service-you-get\";s:13:\"event-tickets\";}', 'a:0:{}', '2020-07-20 10:51:00', '2020-07-20 10:51:00'),
(9, 'Jennifer Adams', 'JenniferSAdams@armyspy.com', '5', 'Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.', 'a:5:{s:4:\"name\";s:14:\"Jennifer Adams\";s:5:\"email\";s:26:\"JenniferSAdams@armyspy.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:127:\"Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though.\";s:20:\"what-service-you-get\";s:13:\"event-tickets\";}', 'a:0:{}', '2020-07-20 10:52:46', '2020-07-20 10:52:46'),
(10, 'Johny Sin', 'johnysinus@gmail.com', '4', 'Hey there', 'a:5:{s:4:\"name\";s:9:\"Johny Sin\";s:5:\"email\";s:20:\"johnysinus@gmail.com\";s:7:\"ratings\";s:1:\"4\";s:11:\"description\";s:9:\"Hey there\";s:20:\"what-service-you-get\";s:13:\"package-order\";}', 'a:0:{}', '2020-08-25 09:25:27', '2020-08-25 09:25:27'),
(11, 'kjkjkjk', 'admin@example.com', '4', 'sdfgdfgdfg dfg dfg dfg', 'a:5:{s:4:\"name\";s:7:\"kjkjkjk\";s:5:\"email\";s:17:\"admin@example.com\";s:7:\"ratings\";s:1:\"4\";s:11:\"description\";s:22:\"sdfgdfgdfg dfg dfg dfg\";s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:0:{}', '2020-08-29 22:21:16', '2020-08-29 22:21:16'),
(12, 'admin', 'Info@S.com', '5', 'ASDAD', 'a:5:{s:4:\"name\";s:5:\"admin\";s:5:\"email\";s:10:\"Info@S.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:5:\"ASDAD\";s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:0:{}', '2020-09-14 12:58:11', '2020-09-14 12:58:11'),
(13, 'Mazen Leno', 'mazenashraf2539@gmail.com', '5', 'Yasta fashe5', 'a:5:{s:4:\"name\";s:10:\"Mazen Leno\";s:5:\"email\";s:25:\"mazenashraf2539@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:12:\"Yasta fashe5\";s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:0:{}', '2020-09-20 18:43:50', '2020-09-20 18:43:50'),
(14, 'Sharifur Rahmam', 'dvrobin4@gmail.com', '5', 'afdsfads', 'a:6:{s:13:\"captcha_token\";N;s:4:\"name\";s:15:\"Sharifur Rahmam\";s:5:\"email\";s:18:\"dvrobin4@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:8:\"afdsfads\";s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:6:{s:13:\"captcha_token\";N;s:4:\"name\";s:15:\"Sharifur Rahmam\";s:5:\"email\";s:18:\"dvrobin4@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:8:\"afdsfads\";s:20:\"what-service-you-get\";s:8:\"products\";}', '2020-12-08 00:50:54', '2020-12-08 00:50:54'),
(15, 'Sharifur Rahmam', 'dvrobin4@gmail.com', '5', 'afdafdsf', 'a:6:{s:13:\"captcha_token\";N;s:4:\"name\";s:15:\"Sharifur Rahmam\";s:5:\"email\";s:18:\"dvrobin4@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:8:\"afdafdsf\";s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:6:{s:13:\"captcha_token\";N;s:4:\"name\";s:15:\"Sharifur Rahmam\";s:5:\"email\";s:18:\"dvrobin4@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:8:\"afdafdsf\";s:20:\"what-service-you-get\";s:8:\"products\";}', '2020-12-08 00:51:12', '2020-12-08 00:51:12'),
(16, 'Sharifur Rahmam', 'dvrobin4@gmail.com', '5', 'adsfadsf', 'a:6:{s:13:\"captcha_token\";N;s:4:\"name\";s:15:\"Sharifur Rahmam\";s:5:\"email\";s:18:\"dvrobin4@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:8:\"adsfadsf\";s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:6:{s:13:\"captcha_token\";N;s:4:\"name\";s:15:\"Sharifur Rahmam\";s:5:\"email\";s:18:\"dvrobin4@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:8:\"adsfadsf\";s:20:\"what-service-you-get\";s:8:\"products\";}', '2020-12-08 00:52:29', '2020-12-08 00:52:29'),
(17, 'gfdgfgf', 'fgfgfgfgfgfgf@fddfdfdf.com', '5', NULL, 'a:5:{s:4:\"name\";s:7:\"gfdgfgf\";s:5:\"email\";s:26:\"fgfgfgfgfgfgf@fddfdfdf.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";N;s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:5:{s:4:\"name\";s:7:\"gfdgfgf\";s:5:\"email\";s:26:\"fgfgfgfgfgfgf@fddfdfdf.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";N;s:20:\"what-service-you-get\";s:8:\"products\";}', '2021-10-11 22:49:02', '2021-10-11 22:49:02'),
(18, 'Ali Raza', 'Razaajnabi4772@gmail.com', '4', NULL, 'a:5:{s:4:\"name\";s:8:\"Ali Raza\";s:5:\"email\";s:24:\"Razaajnabi4772@gmail.com\";s:7:\"ratings\";s:1:\"4\";s:11:\"description\";N;s:20:\"what-service-you-get\";s:8:\"products\";}', 'a:5:{s:4:\"name\";s:8:\"Ali Raza\";s:5:\"email\";s:24:\"Razaajnabi4772@gmail.com\";s:7:\"ratings\";s:1:\"4\";s:11:\"description\";N;s:20:\"what-service-you-get\";s:8:\"products\";}', '2022-02-07 19:46:26', '2022-02-07 19:46:26'),
(19, 'sunil', 'terterter1@gmail.com', '5', 'trertetert tet', 'a:5:{s:4:\"name\";s:5:\"sunil\";s:5:\"email\";s:20:\"terterter1@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:14:\"trertetert tet\";s:20:\"what-service-you-get\";s:13:\"event-tickets\";}', 'a:5:{s:4:\"name\";s:5:\"sunil\";s:5:\"email\";s:20:\"terterter1@gmail.com\";s:7:\"ratings\";s:1:\"5\";s:11:\"description\";s:14:\"trertetert tet\";s:20:\"what-service-you-get\";s:13:\"event-tickets\";}', '2022-02-12 18:19:59', '2022-02-12 18:19:59');

-- --------------------------------------------------------

--
-- Table structure for table `form_builders`
--

CREATE TABLE `form_builders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button_text` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fields` longtext COLLATE utf8mb4_unicode_ci,
  `success_message` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `form_builders`
--

INSERT INTO `form_builders` (`id`, `title`, `email`, `button_text`, `fields`, `success_message`, `created_at`, `updated_at`) VALUES
(1, 'Query form', 'dvrobin4@gmail.com', 'Submit Request', '{\"success_message\":\"thanks for contact us\",\"field_type\":[\"text\",\"email\",\"tel\",\"textarea\"],\"field_name\":[\"your-name\",\"your-email\",\"your-phone\",\"your-message\"],\"field_placeholder\":[\"Your Name\",\"Your Email\",\"Your Phone\",\"Your Message\"],\"field_required\":{\"0\":\"on\",\"1\":\"on\",\"3\":\"on\"}}', 'thanks for contact us', '2021-09-09 18:28:38', '2021-09-09 18:29:56');

-- --------------------------------------------------------

--
-- Table structure for table `header_sliders`
--

CREATE TABLE `header_sliders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `subtitle` text COLLATE utf8mb4_unicode_ci,
  `description` text COLLATE utf8mb4_unicode_ci,
  `btn_01_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btn_01_text` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btn_01_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `video_btn_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `video_btn_text` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `video_btn_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `header_sliders`
--

INSERT INTO `header_sliders` (`id`, `title`, `subtitle`, `description`, `btn_01_status`, `btn_01_text`, `btn_01_url`, `lang`, `image`, `video_btn_status`, `video_btn_text`, `video_btn_url`, `created_at`, `updated_at`) VALUES
(1, 'We are top Cyber solutions provider', 'Who we are', NULL, 'on', 'Our Service', '#', 'en_US', '23', 'on', 'Watch Video', 'https://www.youtube.com/watch?v=dJQn4DqzMVQ', '2020-05-31 04:20:26', '2022-07-28 00:12:28'),
(5, 'We are top Cyber solutions provider', 'Who we are', NULL, 'on', 'Our Service', '#', 'en_US', '19', 'on', 'Watch Video', 'https://www.youtube.com/watch?v=dJQn4DqzMVQ', '2020-05-31 04:24:40', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `image_galleries`
--

CREATE TABLE `image_galleries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cat_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `image_galleries`
--

INSERT INTO `image_galleries` (`id`, `image`, `title`, `created_at`, `updated_at`, `lang`, `cat_id`) VALUES
(1, '10', 'Can curiosity may end shameless explained', '2020-07-20 11:07:35', '2022-07-28 00:12:28', 'en_US', 2),
(2, '11', 'True high on said mr on come', '2020-07-20 11:09:23', '2022-07-28 00:12:28', 'en_US', 3),
(3, '12', 'An do mr design at little myself', '2020-07-20 11:09:47', '2022-07-28 00:12:28', 'en_US', 2),
(4, '13', 'Attended of on stronger or mr pleasure', '2020-07-20 11:11:20', '2022-07-28 00:12:28', 'en_US', 2),
(5, '14', 'Rich four like real yet west get.', '2020-07-20 11:11:37', '2022-07-28 00:12:28', 'en_US', 1),
(9, '111', 'Before nature his parish boy', '2020-12-04 15:44:00', '2022-07-28 00:12:28', 'en_US', 3),
(10, '61', 'قبل الطبيعة ولد رعيته.', '2020-12-04 16:09:05', '2021-03-18 13:55:12', 'ar', 6),
(11, '54', 'أربعة أغنياء مثل الغرب الحقيقي.', '2020-12-04 16:16:06', '2021-03-18 13:55:12', 'ar', 7),
(12, '59', 'Gerçek ama batı gibi zengin dörtlü.', '2020-12-04 16:16:38', '2021-03-18 14:33:31', 'tr_TR', 5),
(13, '61', 'Doğanın önünde cemaat çocuğu.', '2020-12-04 16:17:03', '2021-03-18 14:33:31', 'tr_TR', 11),
(14, '59', 'Ante la naturaleza su chico parroquial.', '2020-12-04 16:17:51', '2021-03-18 14:00:49', 'es_ES', 4),
(15, '52', 'Ante la naturaleza su chico parroquial.', '2020-12-04 16:18:19', '2021-03-18 14:00:49', 'es_ES', 10);

-- --------------------------------------------------------

--
-- Table structure for table `image_gallery_categories`
--

CREATE TABLE `image_gallery_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `image_gallery_categories`
--

INSERT INTO `image_gallery_categories` (`id`, `title`, `lang`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Mettings', 'en_US', 'publish', '2020-12-04 13:29:47', '2022-07-28 00:12:28'),
(2, 'Business', 'en_US', 'publish', '2020-12-04 13:44:20', '2022-07-28 00:12:28'),
(3, 'consulting', 'en_US', 'publish', '2020-12-04 13:44:25', '2022-07-28 00:12:28'),
(4, 'consultante', 'es_ES', 'publish', '2020-12-04 13:44:41', '2021-03-18 14:00:49'),
(5, 'Danışmanlık', 'tr_TR', 'publish', '2020-12-04 13:44:48', '2021-03-18 14:33:31'),
(6, 'مستشار', 'ar', 'publish', '2020-12-04 13:44:58', '2021-03-18 13:55:12'),
(7, 'اعمال', 'ar', 'publish', '2020-12-04 13:45:08', '2021-03-18 13:55:12'),
(8, 'İş', 'tr_TR', 'publish', '2020-12-04 13:45:16', '2021-03-18 14:33:31'),
(9, 'Negocio', 'es_ES', 'publish', '2020-12-04 13:45:21', '2021-03-18 14:00:49'),
(10, 'Reuniones', 'es_ES', 'publish', '2020-12-04 13:45:29', '2021-03-18 14:00:49'),
(11, 'Toplantılar', 'tr_TR', 'publish', '2020-12-04 13:45:35', '2021-03-18 14:33:31'),
(12, 'ميتينغس', 'ar', 'publish', '2020-12-04 13:45:43', '2021-03-18 13:55:12');

-- --------------------------------------------------------

--
-- Table structure for table `jobs`
--

CREATE TABLE `jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `position` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `company_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `category_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `vacancy` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `job_responsibility` longtext COLLATE utf8mb4_unicode_ci,
  `employment_status` text COLLATE utf8mb4_unicode_ci,
  `education_requirement` longtext COLLATE utf8mb4_unicode_ci,
  `job_context` longtext COLLATE utf8mb4_unicode_ci,
  `experience_requirement` longtext COLLATE utf8mb4_unicode_ci,
  `additional_requirement` longtext COLLATE utf8mb4_unicode_ci,
  `job_location` text COLLATE utf8mb4_unicode_ci,
  `salary` text COLLATE utf8mb4_unicode_ci,
  `other_benefits` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deadline` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `application_fee` decimal(10,0) DEFAULT NULL,
  `application_fee_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `jobs`
--

INSERT INTO `jobs` (`id`, `title`, `position`, `company_name`, `category_id`, `vacancy`, `job_responsibility`, `employment_status`, `education_requirement`, `job_context`, `experience_requirement`, `additional_requirement`, `job_location`, `salary`, `other_benefits`, `email`, `status`, `lang`, `deadline`, `meta_tags`, `slug`, `meta_description`, `application_fee`, `application_fee_status`, `created_at`, `updated_at`) VALUES
(1, 'Junior WordPress Developer', 'Junior Developer', 'xgenious', '2', '6', 'We are looking for some experienced developers with fluency in WordPress who will be able to develop code for complex, data intensive Website and e-commerce application.', 'full_time', 'Preferably B.Sc. in Computer Science or similar discipline.', 'We`re building tomorrow`s platforms for consolidating and managing Enterprise data with process optimization. Most enterprises are adopting automation whether it`s about office or industry. The flexibility to automate the processes, without compromising security and compliance, will be one of the most challenging, yet key requirements in coming days. This is where SoftoPark comes into the picture.\r\nWe`re looking for someone with a portfolio that showcases relevant, high quality web development work. You`ll have strong mathematical and problem-solving capabilities, an eye for detail, and a desire to produce high quality, clean and efficient code.', 'At least 5 year(s)', 'Both males and females are allowed to apply\r\nMust have clear concept on OOP\r\nProven work experience in developing large scale enterprise WordPress applications\r\nMust have experience on complex plugin, widget, theme development\r\nMust have knowledge on upgradation policy, performance, security of WordPress\r\nExperience in MySQL, jQuery, and at least one PHP-based MVC framework is required\r\nExperience in one or more PHP-based content management systems Magento or any other eCommerce is a plus point\r\nExperience in different kind of service and gateway integration will be highly regarded\r\nExperience in version control (git, svn etc) is expected\r\nShould be team player, self-motivated and take responsibility proactively', 'Bangkok, Thailand', 'Negotiable', '2 annual performance bonuses\r\nHealth and life insurance\r\nBreakfast, Lunch, Snacks\r\n2 days of weekend and annual paid leaves\r\nPublic holidays\r\nPicnic/Tour\r\nTransport', NULL, 'publish', 'en_US', '2022-12-30', NULL, 'junior-wordpress-developer', NULL, NULL, NULL, '2020-07-20 19:19:22', '2022-07-28 00:12:28'),
(2, 'Senior Laravel Developer', 'Junior Developer', 'xgenious', '2', '6', 'We are looking for some experienced developers with fluency in WordPress who will be able to develop code for complex, data intensive Website and e-commerce application.', 'full_time', 'Preferably B.Sc. in Computer Science or similar discipline.', 'We`re building tomorrow`s platforms for consolidating and managing Enterprise data with process optimization. Most enterprises are adopting automation whether it`s about office or industry. The flexibility to automate the processes, without compromising security and compliance, will be one of the most challenging, yet key requirements in coming days. This is where SoftoPark comes into the picture.\r\nWe`re looking for someone with a portfolio that showcases relevant, high quality web development work. You`ll have strong mathematical and problem-solving capabilities, an eye for detail, and a desire to produce high quality, clean and efficient code.', 'At least 5 year(s)', 'Both males and females are allowed to apply\r\nMust have clear concept on OOP\r\nProven work experience in developing large scale enterprise WordPress applications\r\nMust have experience on complex plugin, widget, theme development\r\nMust have knowledge on upgradation policy, performance, security of WordPress\r\nExperience in MySQL, jQuery, and at least one PHP-based MVC framework is required\r\nExperience in one or more PHP-based content management systems Magento or any other eCommerce is a plus point\r\nExperience in different kind of service and gateway integration will be highly regarded\r\nExperience in version control (git, svn etc) is expected\r\nShould be team player, self-motivated and take responsibility proactively', 'Bangkok, Thailand', 'Negotiable', '2 annual performance bonuses\r\nHealth and life insurance\r\nBreakfast, Lunch, Snacks\r\n2 days of weekend and annual paid leaves\r\nPublic holidays\r\nPicnic/Tour\r\nTransport', NULL, 'publish', 'en_US', '2022-12-24', NULL, 'senior-laravel-developer', NULL, 80, 'on', '2020-07-20 19:22:07', '2022-07-28 00:12:28'),
(3, 'Graphic Designer', 'Junior Designer', 'xgenious', '3', '8', '<ul><li>Able to Design Logos, Banners, Brochure, PSD, Layout, Booklet relevant editing/retouching and digital marketing/media related works.\r\n</li><li>Innovative and skilled in design development including effective use of color, dimension, style, font size, and composition.\r\n</li><li>Must be expert in Adobe Photoshop, Adobe Illustrator, After Effects, Adobe In Design, Adobe Premiere Pro, Adobe Dreamweaver, PowerPoint and other related design/editing software.\r\n</li><li>Perform technical duties for designing and developing multimedia-based layouts, graphics, animation, video, online tutorials and other digital marketing related productions.\r\n</li><li>Understanding client\'s business problem, brand space, target audience and the overall creative strategy.\r\n</li><li>Maintaining the highest standards in graphic design and producing cutting-edge creative content for both digital marketing and social media marketing that accurately represents the expectations of the client.\r\n</li><li>Any other task assigned by management.</li></ul>', 'part_time', 'Diploma in Graphics Design or equivalent', 'Place of work : Head office, Dhanmondi R/A, Dhaka\r\nDuty : Saturday to Thursday - Time 9:30 AM to 6:00 PM', 'At least 3 year(s)', '<ul><li>Age 20 to 35 years</li><li>\r\nBoth males and females are allowed to apply\r\n</li><li>Ready to work in a team and in line with the Management instruction as and when required.\r\n</li><li>Troubleshoot, test, and analyze ideas to provide the creative solution.\r\n</li><li>Eye for typography, composition, layout, color, high-quality production with pixel-level attention to detail.\r\n</li><li>Experience with content management platforms.\r\n</li><li>Strong interpersonal and professional skills.\r\n</li><li>A deep sense of developing a BRAND with international standard.</li></ul>', 'Bangkok, Thailand', 'Negotiable', '<ul><li>Mobile bill\r\nSalary </li><li>Review: Yearly\r\n</li><li>Festival Bonus: 2\r\n</li><li>Lunch Facilities</li></ul>', NULL, 'publish', 'en_US', '2022-10-28', NULL, 'graphic-designer', NULL, 150, 'on', '2020-07-20 19:22:11', '2022-07-28 00:12:28'),
(4, 'Sr. Executive (Accounts)', 'Junior Accounts', 'xgenious', '1', '6', 'Ensures the integrity of accounting information by recording, verifying, consolidating, and entering transactions.\r\nPrepares and records asset, liability, revenue, and expenses entries by compiling and analyzing account information.\r\nMaintains and balances subsidiary accounts by verifying, allocating, posting, and reconciling transactions and resolving discrepancies.\r\nMaintains general ledger by transferring subsidiary accounts, preparing a trial balance, and reconciling entries.Overall responsible for Accounts & Finance.\r\nExecute the financial strategy of the company\r\nManage financial controls and accounting procedures\r\nEnsure full transparency over the financial performance of the company\r\nSummarizes financial status by collecting information and preparing balance sheet, profit and loss, and other statements.\r\nProduces payroll by initiating computer processing; printing checks, verifying finished product.\r\nCompletes external audit by analyzing and scheduling general ledger accounts and providing information for auditors.\r\nAvoids legal challenges by complying with legal requirements.\r\nSecures financial information by completing database backups.\r\nProtects organization\'s value by keeping information confidential.To carry out any other assignment given by the company or immediate superior.\r\nSubmit a report on monthly basis about the sales, production and stock.\r\nMonitoring of all the necessary paperwork by all departments.\r\nResponsible for overall Accounts & Finance related mater in plant.\r\nOthers task assign by the departmental head / management.', 'project_based', 'Master of Business Administration (MBA) in Accounting\r\nSkills Required: Accounting and Finance', 'Kishoreganj Eye Hospital operated by a non-government organization named Nari Uddug Kendra (NUK) is well established and reputed modern eye hospital which is working for eradicating the avoidable blindness from Bangladesh and as well as to meet up the VISION-2020 goal of WHO. Kishoreganj Eye Hospital here noticed to recruit for the Post of Senior Accounts Officer as full-time basis.', 'At least 3 year(s)\r\nThe applicants should have experience in the following area(s):\r\nAccountant\r\nThe applicants should have experience in the following business area(s):\r\nReal Estate', 'Age 28 to 35 years\r\nBoth males and females are allowed to apply\r\nGood Command in Excel and Word.\r\nApplicant must have work experience & sound working capacity on Tally Software.\r\nMinimum 3-5 years\' experience in accounting/finance\r\nExperience with financial reporting requirements\r\nHave mentality to work in stress & long hours.\r\nGood computer knowledge must be required (with tally software).', 'Bangkok, Thailand', 'Negotiable', 'According to Company Policy', NULL, 'publish', 'en_US', '2022-08-19', NULL, 'sr-executive-accounts', NULL, NULL, 'on', '2020-07-20 19:22:14', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `jobs_categories`
--

CREATE TABLE `jobs_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `jobs_categories`
--

INSERT INTO `jobs_categories` (`id`, `title`, `status`, `lang`, `created_at`, `updated_at`) VALUES
(1, 'Office Management', 'publish', 'en_US', '2020-07-20 18:41:57', '2022-07-28 00:12:28'),
(2, 'Software Engineer', 'publish', 'en_US', '2020-07-20 18:42:11', '2022-07-28 00:12:28'),
(3, 'UI/ UX  Designer', 'publish', 'en_US', '2020-07-20 18:42:18', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `job_applicants`
--

CREATE TABLE `job_applicants` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `jobs_id` int(10) UNSIGNED NOT NULL,
  `form_content` longtext COLLATE utf8mb4_unicode_ci,
  `attachment` longtext COLLATE utf8mb4_unicode_ci,
  `track` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `application_fee` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `manual_payment_attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `key_features`
--

CREATE TABLE `key_features` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `key_features`
--

INSERT INTO `key_features` (`id`, `title`, `icon`, `lang`, `created_at`, `updated_at`) VALUES
(1, 'Provide all kind of it service', 'flaticon-network', 'en_US', '2020-05-31 18:20:07', '2022-07-28 00:12:28'),
(2, 'Solutions for all security', 'flaticon-safe', 'en_US', '2020-05-31 20:02:07', '2022-07-28 00:12:28'),
(3, 'Most expert peoples', 'flaticon-group', 'en_US', '2020-05-31 20:02:35', '2022-07-28 00:12:28'),
(4, 'Global support for all', 'flaticon-translate', 'en_US', '2020-05-31 20:12:16', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `knowledgebases`
--

CREATE TABLE `knowledgebases` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci,
  `topic_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `views` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `knowledgebases`
--

INSERT INTO `knowledgebases` (`id`, `title`, `content`, `topic_id`, `status`, `slug`, `views`, `lang`, `meta_description`, `meta_tags`, `created_at`, `updated_at`) VALUES
(1, 'For him precaution any advantages dissimilar comparison', '<p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '1', 'publish', 'for-him-precaution-any-advantages-dissimilar-comparison', '449', 'en_US', NULL, NULL, '2020-07-20 13:42:32', '2022-07-28 00:12:28'),
(5, 'Prevailed discovery immediate objection of ye at', '<p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '1', 'publish', 'prevailed-discovery-immediate-objection-of-ye-at', '202', 'en_US', NULL, NULL, '2020-07-20 13:47:54', '2022-08-04 22:41:41'),
(6, 'Repair summer one winter living feebly pretty his', '<p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '2', 'publish', 'repair-summer-one-winter-living-feebly-pretty-his', '339', 'en_US', NULL, NULL, '2020-07-20 13:52:43', '2022-07-28 00:12:28'),
(7, 'Was has unknown few certain ten promise', '<p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '3', 'publish', 'was-has-unknown-few-certain-ten-promise', '195', 'en_US', NULL, NULL, '2020-07-20 13:52:46', '2022-08-05 10:03:34'),
(8, 'Shortly respect ask cousins brought add tedious nay', '<p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '2', 'publish', 'shortly-respect-ask-cousins-brought-add-tedious-nay', '231', 'en_US', NULL, NULL, '2020-07-20 13:52:49', '2022-07-28 00:12:28'),
(9, 'On as around spirit of hearts genius', '<p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '3', 'publish', 'on-as-around-spirit-of-hearts-genius', '164', 'en_US', NULL, NULL, '2020-07-20 13:52:52', '2022-08-04 10:56:25'),
(10, 'By so delight of showing neither believe he present', '<p><iframe frameborder=\"0\" src=\"//www.youtube.com/embed/k26DOtwPN7s\" width=\"640\" height=\"360\" class=\"note-video-clip\"></iframe></p><p><br></p><p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '4', 'publish', 'by-so-delight-of-showing-neither-believe-he-present', '220', 'en_US', NULL, NULL, '2020-07-20 13:52:55', '2022-08-04 18:41:17'),
(11, 'Delicate contempt received two yet advanced', '<p><img src=\"http://localhost:8888/nexelit/assets/uploads/media-uploader/151590862780.jpg\" style=\"width: 1162px;\"></p><p><br></p><p>Paid was hill sir high. For him precaution any advantages dissimilar comparison few terminated projecting. Prevailed discovery immediate objection of ye at. Repair summer one winter living feebly pretty his. In so sense am known these since. Shortly respect ask cousins brought add tedious nay. Expect relied do we genius is. On as around spirit of hearts genius. Is raptures daughter branched laughter peculiar in settling.&nbsp;</p><p><br></p><p>By so delight of showing neither believe he present. Deal sigh up in shew away when. Pursuit express no or prepare replied. Wholly formed old latter future but way she. Day her likewise smallest expenses judgment building man carriage gay. Considered introduced themselves mr to discretion at. Means among saw hopes for. Death mirth in oh learn he equal on.&nbsp;</p><p><br></p><p>Windows talking painted pasture yet its express parties use. Sure last upon he same as knew next. Of believed or diverted no rejoiced. End friendship sufficient assistance can prosperous met. As game he show it park do. Was has unknown few certain ten promise. No finished my an likewise cheerful packages we. For assurance concluded son something depending discourse see led collected. Packages oh no denoting my advanced humoured. Pressed be so thought natural.&nbsp;</p><p><br></p><p>Possession her thoroughly remarkably terminated man continuing. Removed greater to do ability. You shy shall while but wrote marry. Call why sake has sing pure. Gay six set polite nature worthy. So matter be me we wisdom should basket moment merely. Me burst ample wrong which would mr he could. Visit arise my point timed drawn no. Can friendly laughter goodness man him appetite carriage. Any widen see gay forth alone fruit bed.&nbsp;</p><p><br></p><p>Certain but she but shyness why cottage. Gay the put instrument sir entreaties affronting. Pretended exquisite see cordially the you. Weeks quiet do vexed or whose. Motionless if no to affronting imprudence no precaution. My indulged as disposal strongly attended. Parlors men express had private village man. Discovery moonlight recommend all one not. Indulged to answered prospect it bachelor is he bringing shutters. Pronounce forfeited mr direction oh he dashwoods ye unwilling.&nbsp;</p><p><br></p><p>Spot of come to ever hand as lady meet on. Delicate contempt received two yet advanced. Gentleman as belonging he commanded believing dejection in by. On no am winding chicken so behaved. Its preserved sex enjoyment new way behaviour. Him yet devonshire celebrated especially. Unfeeling one provision are smallness resembled repulsive.&nbsp;</p><div><br></div>', '4', 'publish', 'delicate-contempt-received-two-yet-advanced', '242', 'en_US', NULL, NULL, '2020-07-20 13:53:02', '2022-08-04 19:38:56');

-- --------------------------------------------------------

--
-- Table structure for table `knowledgebase_topics`
--

CREATE TABLE `knowledgebase_topics` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `knowledgebase_topics`
--

INSERT INTO `knowledgebase_topics` (`id`, `title`, `status`, `lang`, `created_at`, `updated_at`) VALUES
(1, 'Digital Market', 'publish', 'en_US', '2020-07-20 11:30:17', '2022-07-28 00:12:28'),
(2, 'Web Development', 'publish', 'en_US', '2020-07-20 11:30:32', '2022-07-28 00:12:28'),
(3, 'Multipurpose CMS', 'publish', 'en_US', '2020-07-20 11:30:51', '2022-07-28 00:12:28'),
(4, 'Laravel Scripts', 'publish', 'en_US', '2020-07-20 11:31:01', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `direction` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `languages`
--

INSERT INTO `languages` (`id`, `name`, `slug`, `direction`, `status`, `default`, `created_at`, `updated_at`) VALUES
(1, 'English (USA)', 'en_US', 'ltr', 'publish', 1, '2020-05-11 10:00:00', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `media_uploads`
--

CREATE TABLE `media_uploads` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `alt` text COLLATE utf8mb4_unicode_ci,
  `size` text COLLATE utf8mb4_unicode_ci,
  `dimensions` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `media_uploads`
--

INSERT INTO `media_uploads` (`id`, `title`, `path`, `alt`, `size`, `dimensions`, `created_at`, `updated_at`) VALUES
(1, '3411109.jpg', '34111091589555564.jpg', 'man illlustration', '217.2 KB', '2000 x 2000 pixels', '2020-05-16 01:12:45', '2021-02-14 13:20:17'),
(2, 'favicon.ico', 'favicon1589562810.ico', NULL, '95.58 KB', '1102 x 1011 pixels', '2020-05-16 03:13:30', '2020-05-16 03:13:30'),
(3, '01.png', '011589562979.png', NULL, '580.21 KB', '1920 x 939 pixels', '2020-05-16 03:16:19', '2020-05-16 03:16:19'),
(4, 'black_logo.png', 'black-logo1589563336.png', NULL, '2.01 KB', '113 x 27 pixels', '2020-05-16 03:22:16', '2020-05-16 03:22:16'),
(5, 'white_logo.png', 'white-logo1589563336.png', NULL, '1.86 KB', '113 x 27 pixels', '2020-05-16 03:22:16', '2020-05-16 03:22:16'),
(6, 'screenshot.png', 'screenshot1589571708.png', NULL, '53.14 KB', '1200 x 900 pixels', '2020-05-16 05:41:48', '2020-05-16 05:41:48'),
(7, '99094636_709951783091958_2020018729575776256_n.png', '99094636-709951783091958-2020018729575776256-n1590860562.png', NULL, '324.9 KB', '1671 x 1671 pixels', '2020-05-31 03:42:46', '2020-05-31 03:42:46'),
(8, '94563393_1989826951151091_6089694100179648512_o.jpg', '94563393-1989826951151091-6089694100179648512-o1590860813.jpg', NULL, '385.3 KB', '1238 x 1688 pixels', '2020-05-31 03:46:54', '2020-05-31 03:46:54'),
(9, '94563393_1989826951151091_6089694100179648512_o.jpg', '94563393-1989826951151091-6089694100179648512-o1590861357.jpg', NULL, '385.3 KB', '1238 x 1688 pixels', '2020-05-31 03:55:58', '2020-05-31 03:55:58'),
(10, '01.jpg', '011590862766.jpg', 'sdfgsdfgdfsa', '1.36 MB', '1920 x 1280 pixels', '2020-05-31 04:19:27', '2021-02-14 12:27:42'),
(11, '02.jpg', '021590862766.jpg', NULL, '1.43 MB', '1920 x 1280 pixels', '2020-05-31 04:19:28', '2020-05-31 04:19:28'),
(12, '03.jpg', '031590862768.jpg', NULL, '1.57 MB', '1920 x 1280 pixels', '2020-05-31 04:19:29', '2020-05-31 04:19:29'),
(13, '04.jpg', '041590862768.jpg', NULL, '1.37 MB', '1920 x 1280 pixels', '2020-05-31 04:19:29', '2020-05-31 04:19:29'),
(14, '05.jpg', '051590862770.jpg', NULL, '1.5 MB', '1920 x 1280 pixels', '2020-05-31 04:19:31', '2020-05-31 04:19:31'),
(15, '06.jpg', '061590862770.jpg', NULL, '1.52 MB', '1920 x 1280 pixels', '2020-05-31 04:19:31', '2020-05-31 04:19:31'),
(16, '07.jpg', '071590862772.jpg', NULL, '1.56 MB', '1920 x 1280 pixels', '2020-05-31 04:19:33', '2020-05-31 04:19:33'),
(17, '08.jpg', '081590862772.jpg', NULL, '1.74 MB', '1920 x 1280 pixels', '2020-05-31 04:19:34', '2020-05-31 04:19:34'),
(18, '09.jpg', '091590862774.jpg', NULL, '1.56 MB', '1920 x 1280 pixels', '2020-05-31 04:19:35', '2020-05-31 04:19:35'),
(19, '10.jpg', '101590862774.jpg', NULL, '1.53 MB', '1920 x 1280 pixels', '2020-05-31 04:19:36', '2020-05-31 04:19:36'),
(20, '11.jpg', '111590862776.jpg', NULL, '993.94 KB', '1920 x 1280 pixels', '2020-05-31 04:19:37', '2020-05-31 04:19:37'),
(21, '12.jpg', '121590862776.jpg', NULL, '1.39 MB', '1920 x 1280 pixels', '2020-05-31 04:19:38', '2020-05-31 04:19:38'),
(22, '13.jpg', '131590862778.jpg', NULL, '1.46 MB', '1920 x 1280 pixels', '2020-05-31 04:19:39', '2020-05-31 04:19:39'),
(23, '14.jpg', '141590862778.jpg', NULL, '1.26 MB', '1920 x 1280 pixels', '2020-05-31 04:19:40', '2020-05-31 04:19:40'),
(24, '15.jpg', '151590862780.jpg', NULL, '1.39 MB', '1920 x 1280 pixels', '2020-05-31 04:19:41', '2020-05-31 04:19:41'),
(25, '16.jpg', '161590862780.jpg', NULL, '1.56 MB', '1920 x 1280 pixels', '2020-05-31 04:19:42', '2020-05-31 04:19:42'),
(26, '01.png', '011590924636.png', NULL, '136.11 KB', '847 x 481 pixels', '2020-05-31 21:30:36', '2020-05-31 21:30:36'),
(27, '03.png', '031591035358.png', NULL, '481.59 KB', '1920 x 939 pixels', '2020-06-02 04:16:00', '2020-06-02 04:16:00'),
(28, '01.png', '011591113317.png', NULL, '47.53 KB', '360 x 222 pixels', '2020-06-03 01:55:17', '2020-06-03 01:55:17'),
(29, '02.png', '021591113317.png', NULL, '40.13 KB', '360 x 222 pixels', '2020-06-03 01:55:17', '2020-06-03 01:55:17'),
(30, '01.png', '011591302982.png', NULL, '18.01 KB', '90 x 90 pixels', '2020-06-05 06:36:22', '2020-06-05 06:36:22'),
(31, '02.png', '021591302985.png', 'construction home about image', '59.69 KB', '348 x 348 pixels', '2020-06-05 06:36:25', '2021-02-14 13:20:00'),
(33, '02.png', '021591464166.png', NULL, '704.02 KB', '1920 x 978 pixels', '2020-06-07 03:22:47', '2020-06-07 03:22:47'),
(34, '02.png', '021591632968.png', NULL, '2.76 KB', '151 x 29 pixels', '2020-06-09 02:16:08', '2020-06-09 02:16:08'),
(35, '01.png', '011591632968.png', NULL, '2.61 KB', '151 x 41 pixels', '2020-06-09 02:16:08', '2020-06-09 02:16:08'),
(36, '03.png', '031591632968.png', NULL, '2.14 KB', '151 x 35 pixels', '2020-06-09 02:16:08', '2020-06-09 02:16:08'),
(37, '04.png', '041591632968.png', NULL, '2.21 KB', '151 x 17 pixels', '2020-06-09 02:16:08', '2020-06-09 02:16:08'),
(38, 'innovation.png', 'innovation1592320042.png', NULL, '1.35 KB', '24 x 24 pixels', '2020-06-17 01:07:22', '2020-06-17 01:07:22'),
(39, 'PayPal-Logo.wine.png', 'paypal-logowine1592737455.png', NULL, '32.16 KB', '3000 x 2000 pixels', '2020-06-21 21:04:16', '2020-06-21 21:04:16'),
(40, 'download.png', 'download1592737457.png', NULL, '5.47 KB', '308 x 164 pixels', '2020-06-21 21:04:17', '2020-06-21 21:04:17'),
(41, 'social.png', 'social1592737458.png', NULL, '111.9 KB', '2048 x 1024 pixels', '2020-06-21 21:04:18', '2020-06-21 21:04:18'),
(42, 'Razorpay-the-new-epayment-that-will-break-everything-in-2019.png', 'razorpay-the-new-epayment-that-will-break-everything-in-20191592737459.png', NULL, '10.06 KB', '1000 x 600 pixels', '2020-06-21 21:04:20', '2020-06-21 21:04:20'),
(43, 'wallet-money-logo-icon-design-vector-22901328.jpg', 'wallet-money-logo-icon-design-vector-229013281592737514.jpg', NULL, '50.7 KB', '1000 x 880 pixels', '2020-06-21 21:05:14', '2020-06-21 21:05:14'),
(44, 'learndash-stripe_256x256.jpg', 'learndash-stripe-256x2561592750757.jpg', NULL, '11.24 KB', '255 x 256 pixels', '2020-06-22 00:45:57', '2020-06-22 00:45:57'),
(45, 'download (1).png', 'download-11592750800.png', NULL, '3.28 KB', '318 x 159 pixels', '2020-06-22 00:46:40', '2020-06-22 00:46:40'),
(46, '01.png', '011595229209.png', NULL, '18.01 KB', '90 x 90 pixels', '2020-07-20 11:13:29', '2020-07-20 11:13:29'),
(47, '01.png', '011595229234.png', NULL, '39.29 KB', '262 x 314 pixels', '2020-07-20 11:13:55', '2020-07-20 11:13:55'),
(48, '02.png', '021595229234.png', NULL, '27.53 KB', '262 x 314 pixels', '2020-07-20 11:13:55', '2020-07-20 11:13:55'),
(49, '03.png', '031595229240.png', NULL, '34.13 KB', '262 x 314 pixels', '2020-07-20 11:14:00', '2020-07-20 11:14:00'),
(50, '04.png', '041595229240.png', NULL, '36.92 KB', '262 x 314 pixels', '2020-07-20 11:14:01', '2020-07-20 11:14:01'),
(51, 'concert-768722_1920.jpg', 'concert-768722-19201595246317.jpg', NULL, '328.56 KB', '1920 x 1280 pixels', '2020-07-20 15:58:38', '2020-07-20 15:58:38'),
(52, 'circus-828680_1920.jpg', 'circus-828680-19201595246317.jpg', NULL, '706.52 KB', '1920 x 1276 pixels', '2020-07-20 15:58:39', '2020-07-20 15:58:39'),
(53, 'live-music-2219036_1920 (1).jpg', 'live-music-2219036-1920-11595246319.jpg', NULL, '235.19 KB', '1920 x 1280 pixels', '2020-07-20 15:58:41', '2020-07-20 15:58:41'),
(54, 'event-1597531_1920.jpg', 'event-1597531-19201595246319.jpg', NULL, '855.61 KB', '1920 x 1277 pixels', '2020-07-20 15:58:41', '2020-07-20 15:58:41'),
(55, 'people-sitting-watching-in-the-theater-301987.jpg', 'people-sitting-watching-in-the-theater-3019871595246321.jpg', NULL, '400.94 KB', '1920 x 1280 pixels', '2020-07-20 15:58:43', '2020-07-20 15:58:43'),
(56, 'people-throwing-blue-powder-at-daytime-1157557.jpg', 'people-throwing-blue-powder-at-daytime-11575571595246321.jpg', NULL, '872.79 KB', '1920 x 1262 pixels', '2020-07-20 15:58:43', '2020-07-20 15:58:43'),
(57, 'photo-of-women-wearing-masks-787961.jpg', 'photo-of-women-wearing-masks-7879611595246323.jpg', NULL, '292.86 KB', '1920 x 1280 pixels', '2020-07-20 15:58:44', '2020-07-20 15:58:44'),
(58, 'beggar-1016678_1920.jpg', 'beggar-1016678-19201595265987.jpg', NULL, '694.02 KB', '1920 x 1280 pixels', '2020-07-20 21:26:29', '2020-07-20 21:26:29'),
(59, 'ask-for-alms-1742502_1920.jpg', 'ask-for-alms-1742502-19201595265987.jpg', NULL, '826.74 KB', '1920 x 1280 pixels', '2020-07-20 21:26:29', '2020-07-20 21:26:29'),
(60, 'giving-1826706_1920.jpg', 'giving-1826706-19201595265990.jpg', NULL, '261.12 KB', '1920 x 1280 pixels', '2020-07-20 21:26:31', '2020-07-20 21:26:31'),
(61, 'help-1265227_1920.jpg', 'help-1265227-19201595265990.jpg', NULL, '691.14 KB', '1920 x 1279 pixels', '2020-07-20 21:26:31', '2020-07-20 21:26:31'),
(62, 'monks-1822569_1920.jpg', 'monks-1822569-19201595265992.jpg', NULL, '295.61 KB', '1920 x 1314 pixels', '2020-07-20 21:26:33', '2020-07-20 21:26:33'),
(63, 'people-850097_1920.jpg', 'people-850097-19201595265992.jpg', NULL, '342.46 KB', '1920 x 1440 pixels', '2020-07-20 21:26:33', '2020-07-20 21:26:33'),
(64, 'poor-1775239_1920.jpg', 'poor-1775239-19201595265994.jpg', NULL, '295.18 KB', '1920 x 1280 pixels', '2020-07-20 21:26:35', '2020-07-20 21:26:35'),
(65, '02.jpg', '021595315295.jpg', NULL, '3.6 MB', '2500 x 2500 pixels', '2020-07-21 11:08:18', '2020-07-21 11:08:18'),
(66, '01.jpg', '011595315295.jpg', 'hello', '1.25 MB', '2500 x 2500 pixels', '2020-07-21 11:08:18', '2021-02-14 13:17:39'),
(67, '03.jpg', '031595315298.jpg', NULL, '1.49 MB', '2500 x 2500 pixels', '2020-07-21 11:08:21', '2020-07-21 11:08:21'),
(68, '04.jpg', '041595315299.jpg', NULL, '855.76 KB', '2500 x 2500 pixels', '2020-07-21 11:08:21', '2020-07-21 11:08:21'),
(69, '05.jpg', '051595315301.jpg', NULL, '903.82 KB', '2500 x 2500 pixels', '2020-07-21 11:08:23', '2020-07-21 11:08:23'),
(70, '06.jpg', '061595315301.jpg', NULL, '1.56 MB', '2500 x 2500 pixels', '2020-07-21 11:08:24', '2020-07-21 11:08:24'),
(71, '07.jpg', '071595315304.jpg', NULL, '1.35 MB', '2500 x 2500 pixels', '2020-07-21 11:08:26', '2020-07-21 11:08:26'),
(72, '08.jpg', '081595315304.jpg', NULL, '1.51 MB', '2500 x 2500 pixels', '2020-07-21 11:08:27', '2020-07-21 11:08:27'),
(73, '09.jpg', '091595315306.jpg', NULL, '2.48 MB', '2500 x 2500 pixels', '2020-07-21 11:08:29', '2020-07-21 11:08:29'),
(74, 'laravel.jpg', 'laravel1595317026.jpg', NULL, '190.85 KB', '1920 x 1280 pixels', '2020-07-21 11:37:08', '2020-07-21 11:37:08'),
(75, 'laravel.jpg', 'laravel1595317407.jpg', NULL, '390.51 KB', '2500 x 2500 pixels', '2020-07-21 11:43:29', '2020-07-21 11:43:29'),
(76, 'react.jpg', 'react1595318715.jpg', NULL, '275.33 KB', '2500 x 2500 pixels', '2020-07-21 12:05:17', '2020-07-21 12:05:17'),
(77, 'Cash-on-Delivery-COD.jpg', 'cash-on-delivery-cod1595330280.jpg', NULL, '21.83 KB', '500 x 250 pixels', '2020-07-21 15:18:00', '2020-07-21 15:18:00'),
(78, '1_nhszIhUonirsqTPGelkoFg.jpeg', '1-nhszihuonirsqtpgelkofg1595330317.jpeg', NULL, '28.98 KB', '1009 x 280 pixels', '2020-07-21 15:18:37', '2020-07-21 15:18:37'),
(80, 'only-image-popup.jpg', 'only-image-popup1595691848.jpg', NULL, '91.36 KB', '700 x 400 pixels', '2020-07-25 19:44:09', '2020-07-25 19:44:09'),
(81, '4.png', '41595697742.png', NULL, '367.96 KB', '2139 x 2175 pixels', '2020-07-25 21:22:23', '2020-07-25 21:22:23'),
(82, '1.png', '11595697761.png', NULL, '784.58 KB', '2100 x 1919 pixels', '2020-07-25 21:22:44', '2020-07-25 21:22:44'),
(83, '400new.png', '400new1595700261.png', NULL, '75.67 KB', '263 x 346 pixels', '2020-07-25 22:04:21', '2020-07-25 22:04:21'),
(84, '03.png', '031595832995.png', NULL, '71.92 KB', '361 x 481 pixels', '2020-07-27 10:56:35', '2020-07-27 10:56:35'),
(85, '04.png', '041595832995.png', NULL, '86.88 KB', '361 x 481 pixels', '2020-07-27 10:56:35', '2020-07-27 10:56:35'),
(86, 'map.png', 'map1595833137.png', 'google map', '32.71 KB', '648 x 381 pixels', '2020-07-27 10:58:57', '2021-02-13 23:32:02'),
(87, 'sign.png', 'sign1595833298.png', NULL, '810 ', '86 x 51 pixels', '2020-07-27 11:01:38', '2020-07-27 11:01:38'),
(88, '05.png', '051595833303.png', NULL, '230.29 KB', '960 x 760 pixels', '2020-07-27 11:01:44', '2020-07-27 11:01:44'),
(89, '01.png', '011595833563.png', NULL, '580.21 KB', '1920 x 939 pixels', '2020-07-27 11:06:04', '2020-07-27 11:06:04'),
(90, '02.png', '021595836812.png', NULL, '704.02 KB', '1920 x 978 pixels', '2020-07-27 12:00:13', '2020-07-27 12:00:13'),
(91, '02.png', '021595841084.png', NULL, '75.81 KB', '475 x 344 pixels', '2020-07-27 13:11:24', '2020-07-27 13:11:24'),
(92, '01.png', '011595841084.png', NULL, '59.18 KB', '475 x 344 pixels', '2020-07-27 13:11:24', '2020-07-27 13:11:24'),
(93, '04.png', '041595841294.png', NULL, '86.88 KB', '361 x 481 pixels', '2020-07-27 13:14:55', '2020-07-27 13:14:55'),
(94, '01.png', '011595841462.png', NULL, '580.21 KB', '1920 x 939 pixels', '2020-07-27 13:17:43', '2020-07-27 13:17:43'),
(95, 'sgv5j.phtml.png', 'sgv5jphtml1596237144.png', NULL, '12.87 KB', '139 x 139 pixels', '2020-08-01 13:12:24', '2020-08-01 13:12:24'),
(97, 'Flutterwave_IMTC.jpg', 'flutterwave-imtc1596482316.jpg', NULL, '40.27 KB', '600 x 300 pixels', '2020-08-04 09:18:37', '2020-08-04 09:18:37'),
(98, 'mollie-vector-logo.png', 'mollie-vector-logo1596482318.png', NULL, '4.19 KB', '900 x 500 pixels', '2020-08-04 09:18:39', '2020-08-04 09:18:39'),
(99, '343001.jpg', '3430011596785984.jpg', NULL, '321.17 KB', '2560 x 1600 pixels', '2020-08-07 21:39:44', '2020-08-07 21:39:44'),
(100, 'blue-sky.jpeg', 'blue-sky1597187913.jpeg', NULL, '184.41 KB', '2048 x 1365 pixels', '2020-08-12 13:18:34', '2020-08-12 13:18:34'),
(101, '1200px-Instagram_icon.png', '1200px-instagram-icon1597674512.png', NULL, '477.35 KB', '1200 x 1200 pixels', '2020-08-18 04:28:33', '2020-08-18 04:28:33'),
(102, '00000000.jpg', '000000001597674524.jpg', NULL, '187.5 KB', '472 x 591 pixels', '2020-08-18 04:28:44', '2020-08-18 04:28:44'),
(103, 'IMG-5127.JPG', 'img-51271598352887.JPG', NULL, '110.84 KB', '685 x 465 pixels', '2020-08-26 00:54:47', '2020-08-26 00:54:47'),
(104, 'clean.png', 'clean1598569408.png', NULL, '19.59 KB', '575 x 459 pixels', '2020-08-28 13:03:28', '2020-08-28 13:03:28'),
(105, '56f332676edf9281cbce.jpg', '56f332676edf9281cbce1599025176.jpg', NULL, '175.89 KB', '2560 x 1380 pixels', '2020-09-02 19:39:37', '2020-09-02 19:39:37'),
(106, '4iGAB10408.jpg', '4igab104081599025182.jpg', NULL, '189.71 KB', '370 x 548 pixels', '2020-09-02 19:39:42', '2020-09-02 19:39:42'),
(107, '24330-min.jpg', '24330-min1600153857.jpg', NULL, '973.58 KB', '7360 x 4912 pixels', '2020-09-15 21:11:03', '2020-09-15 21:11:03'),
(108, '444.jpg', '4441600443582.jpg', NULL, '69.89 KB', '664 x 372 pixels', '2020-09-19 05:39:42', '2020-09-19 05:39:42'),
(109, 'Screen Shot 2020-09-28 at 05.07.28.png', 'screen-shot-2020-09-28-at-0507281601258861.png', NULL, '11.71 KB', '135 x 133 pixels', '2020-09-28 16:07:41', '2020-09-28 16:07:41'),
(110, 'Stat-X Thumbnail_New.jpg', 'stat-x-thumbnail-new1601312316.jpg', NULL, '114.52 KB', '1920 x 1080 pixels', '2020-09-29 06:58:36', '2020-09-29 06:58:36'),
(112, '6.png', '61601926315.png', NULL, '138.53 KB', '1365 x 767 pixels', '2020-10-06 09:31:55', '2020-10-06 09:31:55'),
(113, 'og-image.jpg', 'og-image1602165501.jpg', NULL, '673.4 KB', '1490 x 780 pixels', '2020-10-09 03:58:21', '2020-10-09 03:58:21'),
(114, 'icon-1.png', 'icon-11602553597.png', NULL, '25.18 KB', '700 x 692 pixels', '2020-10-13 15:46:37', '2020-10-13 15:46:37'),
(115, 'logo.png', 'logo1605693143.png', 'nexelit logo', '5.19 KB', '251 x 77 pixels', '2020-11-18 14:52:23', '2021-02-13 23:32:51'),
(116, '1.png', '11606032539.png', NULL, '137.24 KB', '402 x 600 pixels', '2020-11-22 13:08:59', '2020-11-22 13:08:59'),
(117, 'cyber-monday-sale-banner.png', 'cyber-monday-sale-banner1606300927.png', NULL, '378.59 KB', '1000 x 1000 pixels', '2020-11-25 15:42:08', '2020-11-25 15:42:08'),
(118, '1-min.png', '1-min1608805801.png', NULL, '2.79 MB', '1995 x 3265 pixels', '2020-12-24 15:30:03', '2020-12-24 15:30:03'),
(119, '1 (1).png', '1-11608809482.png', NULL, '827.45 KB', '538 x 880 pixels', '2020-12-24 16:31:23', '2020-12-24 16:31:23'),
(120, '2 (1).png', '2-11608809493.png', NULL, '305.95 KB', '281 x 515 pixels', '2020-12-24 16:31:34', '2020-12-24 16:31:34'),
(121, '3 (1).png', '3-11608809494.png', NULL, '213.49 KB', '349 x 487 pixels', '2020-12-24 16:31:34', '2020-12-24 16:31:34'),
(122, 'about.png', 'about1608916429.png', NULL, '275.34 KB', '445 x 554 pixels', '2020-12-25 22:13:50', '2020-12-25 22:13:50'),
(123, 'transportation-logistics(2)-min.png', 'transportation-logistics2-min1610114539.png', NULL, '872.42 KB', '1920 x 1063 pixels', '2021-01-08 19:02:20', '2021-01-08 19:02:20'),
(124, 'transportation-logistics(1).png', 'transportation-logistics11610193967.png', NULL, '1.15 MB', '1112 x 591 pixels', '2021-01-09 17:06:07', '2021-01-09 17:06:07'),
(125, 'header-bg-min.png', 'header-bg-min1611467979.png', NULL, '712.16 KB', '1920 x 950 pixels', '2021-01-24 10:59:39', '2021-01-24 10:59:39'),
(126, 'about-left-height-image-min.png', 'about-left-height-image-min1611483530.png', 'beautiful girl', '96.04 KB', '323 x 718 pixels', '2021-01-24 15:18:50', '2021-02-13 23:36:03'),
(127, 'about-video-bg-min.png', 'about-video-bg-min1611483535.png', NULL, '81.16 KB', '526 x 375 pixels', '2021-01-24 15:18:55', '2021-01-24 15:18:55'),
(128, 'header-right-min.png', 'header-right-min1611586001.png', NULL, '315.58 KB', '771 x 1035 pixels', '2021-01-25 19:46:42', '2021-01-25 19:46:42'),
(129, 'header-right.png', 'header-right1611923323.png', NULL, '1.2 MB', '771 x 1035 pixels', '2021-01-29 17:28:44', '2021-01-29 17:28:44'),
(130, 'video-image.png', 'video-image1611923337.png', NULL, '1.03 MB', '1067 x 586 pixels', '2021-01-29 17:28:58', '2021-01-29 17:28:58'),
(131, 'call-to-action-right@2x.jpg', 'call-to-action-right-at-2x1612009314.jpg', NULL, '525.26 KB', '915 x 586 pixels', '2021-01-30 17:21:55', '2021-01-30 17:21:55'),
(132, 'call-to-action-right@2x-min.jpg', 'call-to-action-right-at-2x-min1612009361.jpg', NULL, '80.17 KB', '915 x 586 pixels', '2021-01-30 17:22:42', '2021-01-30 17:22:42'),
(133, 'video-image-min.png', 'video-image-min1612009366.png', NULL, '273.34 KB', '1067 x 586 pixels', '2021-01-30 17:22:47', '2021-01-30 17:22:47'),
(134, 'header-bg@2x-min.jpg', 'header-bg-at-2x-min1612165599.jpg', NULL, '123.44 KB', '1920 x 950 pixels', '2021-02-01 12:46:42', '2021-02-01 12:46:42'),
(135, 'about-image@2x-min.jpg', 'about-image-at-2x-min1612184999.jpg', 'construction home about image', '34.84 KB', '443 x 375 pixels', '2021-02-01 18:09:59', '2021-02-13 23:35:51'),
(136, 'right-image-min.png', 'right-image-min1612617205.png', NULL, '140.14 KB', '892 x 815 pixels', '2021-02-06 18:13:25', '2021-02-06 18:13:25'),
(137, 'Mask Group 27@2x-min.jpg', 'mask-group-27-at-2x-min1612617207.jpg', NULL, '124.84 KB', '1920 x 815 pixels', '2021-02-06 18:13:27', '2021-02-06 18:13:27'),
(138, 'lawyer-judge-counselor-working-with-agreement-contract-courtroom-min.jpg', 'lawyer-judge-counselor-working-with-agreement-contract-courtroom-min1616077578.jpg', NULL, '202.67 KB', '1920 x 1205 pixels', '2021-03-18 18:26:21', '2021-03-18 18:26:21'),
(139, 'front-view-smiley-judge-robe-holding-wooden-gavel-min.jpg', 'front-view-smiley-judge-robe-holding-wooden-gavel-min1616134985.jpg', NULL, '31.67 KB', '483 x 584 pixels', '2021-03-19 10:23:06', '2021-03-19 10:23:06'),
(140, 'legal-adviser-signing-contract-with-justice-scale-foreground-min.jpg', 'legal-adviser-signing-contract-with-justice-scale-foreground-min1616134998.jpg', NULL, '15.85 KB', '350 x 253 pixels', '2021-03-19 10:23:19', '2021-03-19 10:23:19'),
(141, 'counterup-bg-min.jpg', 'counterup-bg-min1616169980.jpg', NULL, '72.65 KB', '1920 x 474 pixels', '2021-03-19 20:06:22', '2021-03-19 20:06:22'),
(142, 'cta-rea-min.png', 'cta-rea-min1616220008.png', NULL, '427.09 KB', '1920 x 468 pixels', '2021-03-20 10:00:09', '2021-03-20 10:00:09'),
(143, 'header-bg-min.jpg', 'header-bg-min1616228001.jpg', NULL, '225.12 KB', '1920 x 1243 pixels', '2021-03-20 12:13:23', '2021-03-20 12:13:23'),
(144, 'header-left-min.png', 'header-left-min1616228152.png', NULL, '277.01 KB', '830 x 1046 pixels', '2021-03-20 12:15:54', '2021-03-20 12:15:54'),
(145, 'about-image-min.jpg', 'about-image-min1616328572.jpg', NULL, '83.21 KB', '720 x 502 pixels', '2021-03-21 16:09:32', '2021-03-21 16:09:32'),
(146, 'video-bg-min.jpg', 'video-bg-min1616335114.jpg', NULL, '42.62 KB', '1112 x 591 pixels', '2021-03-21 17:58:34', '2021-03-21 17:58:34'),
(147, 'cta-bg-min.jpg', 'cta-bg-min1616337569.jpg', NULL, '168.99 KB', '1920 x 807 pixels', '2021-03-21 18:39:30', '2021-03-21 18:39:30'),
(148, 'counterup-bg-min (1).jpg', 'counterup-bg-min-11616344876.jpg', NULL, '47.13 KB', '1920 x 474 pixels', '2021-03-21 20:41:16', '2021-03-21 20:41:16'),
(149, 'testimonial-bg-min.png', 'testimonial-bg-min1616394612.png', NULL, '60.66 KB', '1920 x 903 pixels', '2021-03-22 10:30:13', '2021-03-22 10:30:13'),
(150, 'doctor-min.png', 'doctor-min1616404562.png', NULL, '213.5 KB', '690 x 954 pixels', '2021-03-22 13:16:03', '2021-03-22 13:16:03'),
(151, 'about-bottom-min.jpg', 'about-bottom-min1616435510.jpg', NULL, '23.03 KB', '319 x 267 pixels', '2021-03-22 21:51:50', '2021-03-22 21:51:50'),
(152, 'about-top-min.jpg', 'about-top-min1616435510.jpg', NULL, '30.51 KB', '394 x 505 pixels', '2021-03-22 21:51:50', '2021-03-22 21:51:50'),
(153, 'sudan1-min.jpg', 'sudan1-min1616826173.jpg', NULL, '75.61 KB', '990 x 688 pixels', '2021-03-27 10:22:53', '2021-03-27 10:22:53'),
(154, 'about-min.jpg', 'about-min1616847153.jpg', NULL, '38.61 KB', '540 x 540 pixels', '2021-03-27 16:12:33', '2021-03-27 16:12:33'),
(155, 'popular-cause-bg-min (3).jpg', 'popular-cause-bg-min-31616925632.jpg', NULL, '7.99 KB', '1967 x 1093 pixels', '2021-03-28 14:00:33', '2021-03-28 14:00:33'),
(156, 'slider-1-2-min.jpg', 'slider-1-2-min1616942204.jpg', NULL, '396.78 KB', '1894 x 1206 pixels', '2021-03-28 18:36:45', '2021-03-28 18:36:45'),
(157, 'testimonial-bg-min (1).png', 'testimonial-bg-min-11617003415.png', NULL, '5.35 KB', '2006 x 805 pixels', '2021-03-29 11:36:56', '2021-03-29 11:36:56'),
(160, 'header-bg-shape---min.png', 'header-bg-shape-min1617168222.png', NULL, '14.4 KB', '1920 x 1594 pixels', '2021-03-31 09:23:43', '2021-03-31 09:23:43'),
(161, 'header-illustrationn-min.png', 'header-illustrationn-min1617168281.png', NULL, '64.85 KB', '1101 x 812 pixels', '2021-03-31 09:24:42', '2021-03-31 09:24:42'),
(162, 'cta-right-image-min.png', 'cta-right-image-min1617179254.png', NULL, '39.91 KB', '786 x 648 pixels', '2021-03-31 12:27:34', '2021-03-31 12:27:34'),
(164, 'Mask Group 14-min.png', 'mask-group-14-min1617188731.png', NULL, '46.19 KB', '1920 x 499 pixels', '2021-03-31 15:05:31', '2021-03-31 15:05:31'),
(165, 'prodcut-aside-min.png', 'prodcut-aside-min1617536602.png', NULL, '145.43 KB', '1002 x 657 pixels', '2021-04-04 15:43:22', '2021-04-04 15:43:22'),
(166, 'header-bg.png', 'header-bg1617540969.png', NULL, '254.08 KB', '1920 x 1108 pixels', '2021-04-04 16:56:13', '2021-04-04 16:56:13'),
(167, 'lichi (1).png', 'lichi-11617614802.png', NULL, '62.04 KB', '240 x 198 pixels', '2021-04-05 13:26:42', '2021-04-05 13:26:42'),
(168, 'orange (1).png', 'orange-11617614802.png', NULL, '60.32 KB', '233 x 198 pixels', '2021-04-05 13:26:42', '2021-04-05 13:26:42'),
(169, 'process-bg-min.png', 'process-bg-min1617692908.png', NULL, '3.28 KB', '1970 x 605 pixels', '2021-04-06 11:08:29', '2021-04-06 11:08:29'),
(170, 'procress-1-min.png', 'procress-1-min1617692912.png', NULL, '26.02 KB', '399 x 416 pixels', '2021-04-06 11:08:32', '2021-04-06 11:08:32'),
(171, 'l2-min.png', 'l2-min1617692914.png', NULL, '37.5 KB', '294 x 520 pixels', '2021-04-06 11:08:34', '2021-04-06 11:08:34'),
(172, 'testimonial-bg-min (2).png', 'testimonial-bg-min-21617707673.png', NULL, '2.85 KB', '1969 x 394 pixels', '2021-04-06 15:14:34', '2021-04-06 15:14:34'),
(173, 'Group 37-min.png', 'group-37-min1617707689.png', NULL, '16.88 KB', '578 x 682 pixels', '2021-04-06 15:14:49', '2021-04-06 15:14:49'),
(174, 'Group 36-min.png', 'group-36-min1617707694.png', NULL, '14.37 KB', '510 x 508 pixels', '2021-04-06 15:14:54', '2021-04-06 15:14:54'),
(175, 'top-dd.png', 'top-dd1618125629.png', NULL, '17.84 KB', '201 x 537 pixels', '2021-04-11 11:20:29', '2021-04-11 11:20:29'),
(176, 'top-selling-.png', 'top-selling1618125633.png', NULL, '146.77 KB', '895 x 988 pixels', '2021-04-11 11:20:34', '2021-04-11 11:20:34'),
(177, 'header-bg.png', 'header-bg1618147190.png', NULL, '39.29 KB', '1920 x 1067 pixels', '2021-04-11 17:19:53', '2021-04-11 17:19:53'),
(178, 'header-right.png', 'header-right1618147201.png', NULL, '86.16 KB', '338 x 772 pixels', '2021-04-11 17:20:04', '2021-04-11 17:20:04'),
(179, 'Ñëîé_5.png', 'neie-51618147252.png', NULL, '180.95 KB', '1455 x 907 pixels', '2021-04-11 17:20:53', '2021-04-11 17:20:53'),
(180, 'about-us-image-min.png', 'about-us-image-min1618202745.png', NULL, '22.32 KB', '562 x 623 pixels', '2021-04-12 08:45:46', '2021-04-12 08:45:46'),
(181, 'header-bg-min.png', 'header-bg-min1618397021.png', NULL, '95.55 KB', '1920 x 1215 pixels', '2021-04-14 14:43:43', '2021-04-14 14:43:43'),
(182, 'header-right-min.png', 'header-right-min1618397033.png', NULL, '25.49 KB', '877 x 705 pixels', '2021-04-14 14:43:53', '2021-04-14 14:43:53'),
(183, 'Group 8949.png', 'group-89491619089552.png', NULL, '185.77 KB', '353 x 491 pixels', '2021-04-22 15:05:52', '2021-04-22 15:05:52'),
(187, 'new-22-min.png', 'new-22-min1619094438.png', NULL, '48.46 KB', '391 x 490 pixels', '2021-04-22 16:27:18', '2021-04-22 16:27:18'),
(188, 'ddd-min.png', 'ddd-min1619102700.png', NULL, '49.07 KB', '353 x 496 pixels', '2021-04-22 18:45:00', '2021-04-22 18:45:00'),
(189, 'afdsfsad-min.png', 'afdsfsad-min1619102970.png', NULL, '45.21 KB', '353 x 496 pixels', '2021-04-22 18:49:31', '2021-04-22 18:49:31'),
(190, 'Group 8939-min.png', 'group-8939-min1619259769.png', 'cleaning manage system', '59.53 KB', '350 x 501 pixels', '2021-04-24 14:22:49', '2021-04-24 14:23:01'),
(191, 'Group 8945-min.png', 'group-8945-min1619259907.png', NULL, '59.27 KB', '350 x 500 pixels', '2021-04-24 14:25:08', '2021-04-24 14:25:08'),
(192, 'Group 8943-min.png', 'group-8943-min1619261509.png', NULL, '49.75 KB', '350 x 500 pixels', '2021-04-24 14:51:49', '2021-04-24 14:51:49'),
(193, 'Group 8944-min.png', 'group-8944-min1619261569.png', NULL, '54.56 KB', '350 x 500 pixels', '2021-04-24 14:52:49', '2021-04-24 14:52:49'),
(194, 'Group 8946-min.png', 'group-8946-min1619261769.png', NULL, '53.48 KB', '350 x 500 pixels', '2021-04-24 14:56:09', '2021-04-24 14:56:09'),
(195, 'Group 8940-min.png', 'group-8940-min1619261891.png', NULL, '49.26 KB', '350 x 501 pixels', '2021-04-24 14:58:11', '2021-04-24 14:58:11'),
(196, 'Group 8941-min.png', 'group-8941-min1619261950.png', NULL, '58.48 KB', '350 x 501 pixels', '2021-04-24 14:59:10', '2021-04-24 14:59:10'),
(197, 'Group 8942-min.png', 'group-8942-min1619262038.png', NULL, '47.36 KB', '350 x 501 pixels', '2021-04-24 15:00:39', '2021-04-24 15:00:39'),
(198, '01-min.jpg', '01-min1619429868.jpg', NULL, '7.73 KB', '200 x 200 pixels', '2021-04-26 13:37:48', '2021-04-26 13:37:48'),
(199, '2-min.jpg', '2-min1619429898.jpg', NULL, '5.83 KB', '200 x 200 pixels', '2021-04-26 13:38:18', '2021-04-26 13:38:18'),
(200, '3-min.jpg', '3-min1619429930.jpg', NULL, '5.96 KB', '200 x 200 pixels', '2021-04-26 13:38:50', '2021-04-26 13:38:50'),
(201, '4-min.jpg', '4-min1619429984.jpg', NULL, '6.91 KB', '200 x 200 pixels', '2021-04-26 13:39:44', '2021-04-26 13:39:44'),
(202, 'teacher-talking-with-her-students-online-min.jpg', 'teacher-talking-with-her-students-online-min1619777444.jpg', NULL, '195.31 KB', '1920 x 1280 pixels', '2021-04-30 14:10:46', '2021-04-30 14:10:46'),
(203, 'Artboard 2.png', 'artboard-21619961463.png', NULL, '1.87 KB', '201 x 86 pixels', '2021-05-02 17:17:43', '2021-05-02 17:17:43'),
(205, 'pexels-anna-shvets-4226262-min (1).jpg', 'pexels-anna-shvets-4226262-min-11619961553.jpg', NULL, '331.38 KB', '1920 x 1280 pixels', '2021-05-02 17:19:14', '2021-05-02 17:19:14'),
(206, 'pexels-andrea-piacquadio-3765030-min.jpg', 'pexels-andrea-piacquadio-3765030-min1619965426.jpg', NULL, '244.13 KB', '1920 x 1280 pixels', '2021-05-02 18:23:48', '2021-05-02 18:23:48'),
(207, 'pexels-andrea-piacquadio-3765046-min.jpg', 'pexels-andrea-piacquadio-3765046-min1619965678.jpg', NULL, '191.3 KB', '1920 x 1280 pixels', '2021-05-02 18:27:59', '2021-05-02 18:27:59'),
(208, 'pexels-charlotte-may-5965984-min.jpg', 'pexels-charlotte-may-5965984-min1619965814.jpg', NULL, '353.85 KB', '1920 x 1280 pixels', '2021-05-02 18:30:15', '2021-05-02 18:30:15'),
(209, 'pexels-kampus-production-5940721-min.jpg', 'pexels-kampus-production-5940721-min1619966187.jpg', NULL, '241.86 KB', '1920 x 1280 pixels', '2021-05-02 18:36:28', '2021-05-02 18:36:28'),
(210, 'pexels-kaushal-moradiya-2897053-min.jpg', 'pexels-kaushal-moradiya-2897053-min1619966599.jpg', NULL, '300.73 KB', '1920 x 1280 pixels', '2021-05-02 18:43:21', '2021-05-02 18:43:21'),
(211, 'pexels-keira-burton-6147065-min.jpg', 'pexels-keira-burton-6147065-min1619967082.jpg', NULL, '283.43 KB', '1920 x 1280 pixels', '2021-05-02 18:51:23', '2021-05-02 18:51:23'),
(212, 'pexels-keira-burton-6147071-min.jpg', 'pexels-keira-burton-6147071-min1619967239.jpg', NULL, '324.63 KB', '1920 x 1280 pixels', '2021-05-02 18:54:01', '2021-05-02 18:54:01'),
(214, 'pexels-photo-2774556-min.jpg', 'pexels-photo-2774556-min1620918057.jpg', NULL, '61.01 KB', '1067 x 586 pixels', '2021-05-13 19:00:57', '2021-05-13 19:00:57'),
(215, '01-min (1).png', '01-min-11621144425.png', NULL, '6.19 KB', '255 x 255 pixels', '2021-05-16 09:53:46', '2021-05-16 09:53:46'),
(216, '02-min.png', '02-min1621144429.png', NULL, '9.62 KB', '255 x 255 pixels', '2021-05-16 09:53:49', '2021-05-16 09:53:49'),
(217, '03-min.png', '03-min1621144432.png', NULL, '6.98 KB', '255 x 255 pixels', '2021-05-16 09:53:52', '2021-05-16 09:53:52'),
(218, '04-min.png', '04-min1621144437.png', NULL, '5.72 KB', '255 x 255 pixels', '2021-05-16 09:53:57', '2021-05-16 09:53:57'),
(219, '05-min.png', '05-min1621144443.png', NULL, '13.54 KB', '255 x 255 pixels', '2021-05-16 09:54:03', '2021-05-16 09:54:03'),
(220, '06-min.png', '06-min1621144449.png', NULL, '8.26 KB', '255 x 255 pixels', '2021-05-16 09:54:09', '2021-05-16 09:54:09'),
(221, '1-min (1).jpg', '1-min-11621157281.jpg', NULL, '123.07 KB', '1920 x 920 pixels', '2021-05-16 13:28:02', '2021-05-16 13:28:02'),
(222, 'Group 3834-min.jpg', 'group-3834-min1621235138.jpg', NULL, '21.89 KB', '540 x 300 pixels', '2021-05-17 11:05:38', '2021-05-17 11:05:38'),
(223, 'chips-min.png', 'chips-min1621235788.png', NULL, '20.32 KB', '540 x 300 pixels', '2021-05-17 11:16:28', '2021-05-17 11:16:28'),
(226, 'Group 4450.png', 'group-44501621247617.png', NULL, '8.48 KB', '159 x 124 pixels', '2021-05-17 14:33:38', '2021-05-17 14:33:38'),
(227, 'Group 4406.png', 'group-44061621247617.png', NULL, '12.91 KB', '152 x 204 pixels', '2021-05-17 14:33:38', '2021-05-17 14:33:38'),
(229, 'illustration 1.png', 'illustration-11621324075.png', NULL, '97.93 KB', '692 x 580 pixels', '2021-05-18 11:47:55', '2021-05-18 11:47:55'),
(230, 'JZMcCA34A2.png', 'jzmcca34a21621344720.png', NULL, '412.38 KB', '777 x 563 pixels', '2021-05-18 17:32:00', '2021-05-18 17:32:00'),
(235, '5.56x45.jpg', '556x451625565763.jpg', NULL, '11.63 KB', '233 x 291 pixels', '2021-07-06 14:02:43', '2021-07-06 14:02:43'),
(236, 'gettyimages-1312018639-2048x2048 (1).jpg', 'gettyimages-1312018639-2048x2048-11625679727.jpg', NULL, '609.02 KB', '2048 x 1290 pixels', '2021-07-07 21:42:08', '2021-07-07 21:42:08'),
(237, 'Attachment_1624561382.jpeg', 'attachment-16245613821626368763.jpeg', NULL, '259.1 KB', '1280 x 886 pixels', '2021-07-15 21:06:03', '2021-07-15 21:06:03'),
(238, 'proofpic.jpg', 'proofpic1626983369.jpg', NULL, '987.2 KB', '2735 x 2591 pixels', '2021-07-22 23:49:30', '2021-07-22 23:49:30'),
(239, 'sss.png', 'sss1627076312.png', NULL, '51.72 KB', '967 x 508 pixels', '2021-07-24 01:38:32', '2021-07-24 01:38:32'),
(240, 'finalize.jpeg.jpg', 'finalizejpeg1628027498.jpg', NULL, '92 KB', '1080 x 931 pixels', '2021-08-04 01:51:38', '2021-08-04 01:51:38'),
(241, 'small-memory-4k_1551642806.jpg', 'small-memory-4k-15516428061628279629.jpg', NULL, '412.45 KB', '3840 x 2160 pixels', '2021-08-06 23:53:50', '2021-08-06 23:53:50'),
(242, 'apple (1).jpg', 'apple-11628582989.jpg', NULL, '247.22 KB', '1200 x 900 pixels', '2021-08-10 12:09:50', '2021-08-10 12:09:50'),
(243, 'صثلا.png', '1628607337.png', NULL, '105.19 KB', '1920 x 1080 pixels', '2021-08-10 18:55:37', '2021-08-10 18:55:37'),
(244, 'png-transparent-computer-icons-user-profile-male-avatar-avatar-heroes-logo-black-thumbnail.png', 'png-transparent-computer-icons-user-profile-male-avatar-avatar-heroes-logo-black-thumbnail1628619938.png', NULL, '5.43 KB', '360 x 360 pixels', '2021-08-10 22:25:38', '2021-08-10 22:25:38'),
(245, 'unnamed.jpg', 'unnamed1629636887.jpg', NULL, '38.67 KB', '512 x 288 pixels', '2021-08-22 16:54:48', '2021-08-22 16:54:48'),
(246, 'page-01_img16.jpg', 'page-01-img161629729301.jpg', NULL, '5.49 KB', '179 x 179 pixels', '2021-08-23 18:35:01', '2021-08-23 18:35:01'),
(247, 'BURSA TAS DUVARCI.jpeg', 'bursa-tas-duvarci1630549114.jpeg', NULL, '324.99 KB', '1200 x 1600 pixels', '2021-09-02 06:18:34', '2021-09-02 06:18:34'),
(251, 'd28f1594-1eb5-4e7f-b363-27bf30d3ad0a.png', 'd28f1594-1eb5-4e7f-b363-27bf30d3ad0a1632923661.png', NULL, '262.62 KB', '960 x 960 pixels', '2021-09-29 17:54:21', '2021-09-29 17:54:21'),
(254, 'loading.gif', 'loading1633907385.gif', NULL, '132.29 KB', '700 x 701 pixels', '2021-10-11 03:09:45', '2021-10-11 03:09:45'),
(265, 'fav-icon.png', 'fav-icon1636548171.png', NULL, '3.38 KB', '80 x 80 pixels', '2021-11-10 17:42:51', '2021-11-10 17:42:51'),
(266, 'a9b94e051leshwrz.jpg', 'a9b94e051leshwrz1638267682.jpg', NULL, '67.95 KB', '900 x 900 pixels', '2021-11-30 15:21:22', '2021-11-30 15:21:22'),
(267, 'logo1605693143.png', 'logo16056931431640081118.png', NULL, '11.47 KB', '464 x 105 pixels', '2021-12-21 15:05:18', '2021-12-21 15:05:18'),
(268, 'taskimg.png', 'taskimg1640159623.png', NULL, '24.29 KB', '1262 x 241 pixels', '2021-12-22 12:53:43', '2021-12-22 12:53:43'),
(269, 'images (32).jpeg', 'images-321640961566.jpeg', NULL, '33.23 KB', '640 x 360 pixels', '2021-12-31 19:39:26', '2021-12-31 19:39:26'),
(270, 'images (32).jpeg', 'images-321640961622.jpeg', NULL, '33.23 KB', '640 x 360 pixels', '2021-12-31 19:40:22', '2021-12-31 19:40:22'),
(271, 'output-onlinepngtools.png', 'output-onlinepngtools1641296234.png', NULL, '313.44 KB', '4240 x 2158 pixels', '2022-01-04 16:37:16', '2022-01-04 16:37:16'),
(272, 'fav.png', 'fav1642850995.png', NULL, '1.35 KB', '24 x 24 pixels', '2022-01-22 16:29:55', '2022-01-22 16:29:55'),
(273, 'default_swf.jpg', 'default-swf1642949959.jpg', NULL, '16 KB', '400 x 300 pixels', '2022-01-23 19:59:19', '2022-01-23 19:59:19'),
(274, 'default-user.png', 'default-user1642949959.png', NULL, '1.46 KB', '512 x 512 pixels', '2022-01-23 19:59:19', '2022-01-23 19:59:19'),
(275, 'loading.gif', 'loading1642949960.gif', NULL, '17.68 KB', '16 x 16 pixels', '2022-01-23 19:59:20', '2022-01-23 19:59:20'),
(276, 'maintenance.gif', 'maintenance1642949962.gif', NULL, '75.08 KB', '512 x 512 pixels', '2022-01-23 19:59:22', '2022-01-23 19:59:22'),
(277, '14797332150310.jpg', '147973321503101643020424.jpg', NULL, '1.01 MB', '2448 x 3264 pixels', '2022-01-24 15:33:46', '2022-01-24 15:33:46'),
(278, 'white-logo15.png', 'white-logo151643079164.png', NULL, '1.86 KB', '113 x 27 pixels', '2022-01-25 07:52:44', '2022-01-25 07:52:44'),
(279, 'white-logo15.png', 'white-logo151643082320.png', NULL, '1.86 KB', '113 x 27 pixels', '2022-01-25 08:45:20', '2022-01-25 08:45:20'),
(280, 'white-logo15.png', 'white-logo151643085146.png', NULL, '1.86 KB', '113 x 27 pixels', '2022-01-25 09:32:26', '2022-01-25 09:32:26'),
(281, 'white-logo15.png', 'white-logo151643085226.png', NULL, '1.86 KB', '113 x 27 pixels', '2022-01-25 09:33:46', '2022-01-25 09:33:46'),
(282, 'white-logo15.png', 'white-logo151643085258.png', NULL, '1.86 KB', '113 x 27 pixels', '2022-01-25 09:34:18', '2022-01-25 09:34:18'),
(283, 'téléchargement (12).jpg', 'telechargement-121643262744.jpg', NULL, '40.34 KB', '1200 x 1200 pixels', '2022-01-27 10:52:24', '2022-01-27 10:52:24'),
(284, 'kiraci-haklari-nelerdir.jpg', 'kiraci-haklari-nelerdir1644075208.jpg', NULL, '48.67 KB', '620 x 315 pixels', '2022-02-05 20:33:28', '2022-02-05 20:33:28'),
(285, 'Screenshot_2022-02-19-11-06-15-162_com.whatsapp.jpg', 'screenshot-2022-02-19-11-06-15-162-comwhatsapp1645387384.jpg', NULL, '795.41 KB', '1080 x 2160 pixels', '2022-02-21 01:03:04', '2022-02-21 01:03:04'),
(286, 'generic-21.jpg', 'generic-211645715416.jpg', NULL, '22.51 KB', '400 x 266 pixels', '2022-02-24 20:10:16', '2022-02-24 20:10:16'),
(287, 'balikesir-ahsap-palet-firmasi-fiyatlari.jpg', 'balikesir-ahsap-palet-firmasi-fiyatlari1645808155.jpg', NULL, '295.6 KB', '1920 x 730 pixels', '2022-02-25 21:55:56', '2022-02-25 21:55:56'),
(288, 'balikesir-ahsap-palet-firmasi-fiyatlari-alim-satim.jpg', 'balikesir-ahsap-palet-firmasi-fiyatlari-alim-satim1645808156.jpg', NULL, '317.97 KB', '1920 x 730 pixels', '2022-02-25 21:55:56', '2022-02-25 21:55:56'),
(289, 'kurumsal-firma-4.jpg', 'kurumsal-firma-41645808157.jpg', NULL, '316.6 KB', '1920 x 730 pixels', '2022-02-25 21:55:57', '2022-02-25 21:55:57'),
(290, 'kurumsal-firma-6.jpg', 'kurumsal-firma-61645808158.jpg', NULL, '443.23 KB', '1920 x 730 pixels', '2022-02-25 21:55:59', '2022-02-25 21:55:59'),
(291, 'Team-memeber-01.png', 'team-memeber-011646369801.png', NULL, '79.96 KB', '342 x 346 pixels', '2022-03-04 09:56:41', '2022-03-04 09:56:41'),
(292, 'Frame 1171274652.png', 'frame-11712746521647168335.png', NULL, '3.37 KB', '200 x 80 pixels', '2022-03-13 04:45:35', '2022-03-13 04:45:35'),
(293, 'Frame 1171274653.png', 'frame-11712746531647168335.png', NULL, '3.14 KB', '200 x 80 pixels', '2022-03-13 04:45:35', '2022-03-13 04:45:35'),
(294, 'Frame 11712746521.png', 'frame-117127465211647168335.png', NULL, '3.43 KB', '200 x 80 pixels', '2022-03-13 04:45:35', '2022-03-13 04:45:35'),
(295, 'Frame 1171274654.png', 'frame-11712746541647168335.png', NULL, '767 ', '200 x 80 pixels', '2022-03-13 04:45:35', '2022-03-13 04:45:35'),
(296, 'Group 1171274687.png', 'group-11712746871647168335.png', NULL, '1.36 KB', '40 x 43 pixels', '2022-03-13 04:45:35', '2022-03-13 04:45:35'),
(297, 'Group 1171274688.png', 'group-11712746881647172353.png', NULL, '2.89 KB', '200 x 67 pixels', '2022-03-13 05:52:33', '2022-03-13 05:52:33'),
(298, 'Group 1171274689.png', 'group-11712746891647172353.png', NULL, '3.36 KB', '200 x 67 pixels', '2022-03-13 05:52:33', '2022-03-13 05:52:33'),
(299, 'Group 1171274691.png', 'group-11712746911647172354.png', NULL, '2.74 KB', '200 x 66 pixels', '2022-03-13 05:52:34', '2022-03-13 05:52:34'),
(300, 'Group 1171274690.png', 'group-11712746901647172354.png', NULL, '3.59 KB', '200 x 67 pixels', '2022-03-13 05:52:34', '2022-03-13 05:52:34'),
(301, 'agency-text.png', 'agency-text1647175968.png', NULL, '18.03 KB', '870 x 165 pixels', '2022-03-13 06:52:48', '2022-03-13 06:52:48'),
(302, 'banner21_s1.png', 'banner21-s11647175968.png', NULL, '2.04 KB', '141 x 92 pixels', '2022-03-13 06:52:48', '2022-03-13 06:52:48'),
(303, 'banner-bottom-mask.png', 'banner-bottom-mask1647175968.png', NULL, '136.47 KB', '3840 x 408 pixels', '2022-03-13 06:52:48', '2022-03-13 06:52:48'),
(304, 'banner21_s2.png', 'banner21-s21647175968.png', NULL, '639 ', '61 x 30 pixels', '2022-03-13 06:52:48', '2022-03-13 06:52:48'),
(305, 'title-shapes.png', 'title-shapes1647175968.png', NULL, '4.81 KB', '344 x 98 pixels', '2022-03-13 06:52:48', '2022-03-13 06:52:48'),
(306, 'banner21.jpg', 'banner211647175968.jpg', NULL, '1.04 MB', '1206 x 1530 pixels', '2022-03-13 06:52:49', '2022-03-13 06:52:49'),
(307, 'banner211.jpg', 'banner2111647254572.jpg', NULL, '573.04 KB', '1000 x 1100 pixels', '2022-03-14 04:42:52', '2022-03-14 04:42:52'),
(308, 'c2.png', 'c21647574903.png', NULL, '2.62 KB', '90 x 90 pixels', '2022-03-17 21:41:43', '2022-03-17 21:41:43'),
(309, 'c1.png', 'c11647574903.png', NULL, '1.95 KB', '90 x 90 pixels', '2022-03-17 21:41:43', '2022-03-17 21:41:43'),
(310, 'c3.png', 'c31647574903.png', NULL, '2.07 KB', '90 x 90 pixels', '2022-03-17 21:41:43', '2022-03-17 21:41:43'),
(311, 'footer-sh.png', 'footer-sh1647605777.png', NULL, '20.45 KB', '1920 x 217 pixels', '2022-03-18 06:16:17', '2022-03-18 06:16:17'),
(312, 'pexels-craig-adderley-1525612-min.jpeg', 'pexels-craig-adderley-1525612-min1647761675.jpg', NULL, '628.78 KB', '1920 x 2061 pixels', '2022-03-20 01:34:37', '2022-03-20 01:34:37'),
(313, 'pexels-nextvoyage-897232-min.jpeg', 'pexels-nextvoyage-897232-min1647761796.jpg', NULL, '568.37 KB', '1920 x 1301 pixels', '2022-03-20 01:36:36', '2022-03-20 01:36:36'),
(314, 'pexels_eli_zaturansk_U3tar.jpg', 'pexels-eli-zaturansk-u3tar1647933726.jpg', NULL, '81.52 KB', '1280 x 853 pixels', '2022-03-22 01:22:06', '2022-03-22 01:22:06'),
(315, 'pexels_mert_kahveci__zcKmq.jpg', 'pexels-mert-kahveci-zckmq1647933726.jpg', NULL, '287.83 KB', '1920 x 1280 pixels', '2022-03-22 01:22:07', '2022-03-22 01:22:07'),
(316, 'pexels_mali_maeder_1_oHc48.jpg', 'pexels-mali-maeder-1-ohc481648018572.jpg', NULL, '202.03 KB', '1920 x 1279 pixels', '2022-03-23 00:56:13', '2022-03-23 00:56:13'),
(317, 'pexels_football_wife_a85Hf.jpg', 'pexels-football-wife-a85hf1648018572.jpg', NULL, '186.89 KB', '1920 x 1280 pixels', '2022-03-23 00:56:13', '2022-03-23 00:56:13'),
(318, 'pexels_tim_mossholde_G6UJZ.jpg', 'pexels-tim-mossholde-g6ujz1648018573.jpg', NULL, '119.18 KB', '1920 x 1280 pixels', '2022-03-23 00:56:14', '2022-03-23 00:56:14'),
(319, 'pexels_pixabay_46798.jpg', 'pexels-pixabay-467981648018573.jpg', NULL, '210.3 KB', '1920 x 1280 pixels', '2022-03-23 00:56:14', '2022-03-23 00:56:14'),
(320, 'pexels_visit_almaty__Voxie.jpg', 'pexels-visit-almaty-voxie1648018574.jpg', NULL, '142.15 KB', '1920 x 1280 pixels', '2022-03-23 00:56:15', '2022-03-23 00:56:15'),
(321, 'pexels_ashley_fontan_6QvVa.jpg', 'pexels-ashley-fontan-6qvva1648020515.jpg', NULL, '180.32 KB', '1920 x 1034 pixels', '2022-03-23 01:28:35', '2022-03-23 01:28:35'),
(322, 'pexels_pixabay_23617_HUSH8.jpg', 'pexels-pixabay-23617-hush81648020515.jpg', NULL, '226.31 KB', '1920 x 1261 pixels', '2022-03-23 01:28:36', '2022-03-23 01:28:36'),
(323, 'pexels_pixabay_35801_e1bsV.jpg', 'pexels-pixabay-35801-e1bsv1648020516.jpg', NULL, '155.51 KB', '1920 x 1281 pixels', '2022-03-23 01:28:36', '2022-03-23 01:28:36'),
(324, 'pexels_rone___ferrei_TQmZM.jpg', 'pexels-rone-ferrei-tqmzm1648020516.jpg', NULL, '187.54 KB', '1920 x 1280 pixels', '2022-03-23 01:28:36', '2022-03-23 01:28:36'),
(325, 'pexels_sergio_souza__wxdo8.jpg', 'pexels-sergio-souza-wxdo81648020517.jpg', NULL, '277.34 KB', '1920 x 1280 pixels', '2022-03-23 01:28:37', '2022-03-23 01:28:37'),
(327, 'banner-middle.png', 'banner-middle1650712875.png', NULL, '925.91 KB', '772 x 697 pixels', '2022-04-23 05:21:15', '2022-04-23 05:21:15'),
(328, 'ads2.jpg', 'ads21657950000.jpg', NULL, '38.13 KB', '950 x 160 pixels', '2022-07-15 23:40:00', '2022-07-15 23:40:00'),
(329, 'ads.jpg', 'ads1657950000.jpg', NULL, '50.7 KB', '950 x 200 pixels', '2022-07-15 23:40:00', '2022-07-15 23:40:00'),
(330, 'agency-text.png', 'agency-text1657950000.png', NULL, '18.03 KB', '870 x 165 pixels', '2022-07-15 23:40:00', '2022-07-15 23:40:00'),
(331, 'banner-bottom-mask.png', 'banner-bottom-mask1657950000.png', NULL, '136.47 KB', '3840 x 408 pixels', '2022-07-15 23:40:00', '2022-07-15 23:40:00'),
(332, 'tv-show-game-of-thrones-dragon-night-king-game-of-thrones-wallpaper-thumb.jpg', 'tv-show-game-of-thrones-dragon-night-king-game-of-thrones-wallpaper-thumb1657950719.jpg', NULL, '31.73 KB', '551 x 310 pixels', '2022-07-15 23:51:59', '2022-07-15 23:51:59'),
(333, 'stjerome1.jpg', 'stjerome11657950719.jpg', NULL, '40.22 KB', '600 x 315 pixels', '2022-07-15 23:51:59', '2022-07-15 23:51:59'),
(335, 'c3.jpg', 'c31657966948.jpg', NULL, '14.76 KB', '250 x 70 pixels', '2022-07-16 04:22:28', '2022-07-16 04:22:28'),
(336, 'c4.jpg', 'c41657966948.jpg', NULL, '10.79 KB', '250 x 70 pixels', '2022-07-16 04:22:28', '2022-07-16 04:22:28'),
(337, 'c2.jpg', 'c21657966949.jpg', NULL, '14.15 KB', '250 x 70 pixels', '2022-07-16 04:22:29', '2022-07-16 04:22:29'),
(338, 'c1.jpg', 'c11657966949.jpg', NULL, '14.51 KB', '250 x 70 pixels', '2022-07-16 04:22:29', '2022-07-16 04:22:29'),
(339, 'ads-33.jpg', 'ads-331657970727.jpg', NULL, '187.64 KB', '530 x 700 pixels', '2022-07-16 05:25:27', '2022-07-16 05:25:27'),
(340, 'up3.png', 'up31658053552.png', NULL, '42.37 KB', '217 x 282 pixels', '2022-07-17 04:25:53', '2022-07-17 04:25:53'),
(341, 'up2.png', 'up21658053552.png', NULL, '91.37 KB', '190 x 282 pixels', '2022-07-17 04:25:53', '2022-07-17 04:25:53'),
(342, 'up1.png', 'up11658053553.png', NULL, '79.04 KB', '222 x 282 pixels', '2022-07-17 04:25:53', '2022-07-17 04:25:53'),
(343, 'f5.jpg', 'f51658117332.jpg', NULL, '18.56 KB', '260 x 260 pixels', '2022-07-17 22:08:52', '2022-07-17 22:08:52'),
(344, 'f6.jpg', 'f61658117332.jpg', NULL, '25.15 KB', '260 x 260 pixels', '2022-07-17 22:08:52', '2022-07-17 22:08:52'),
(345, 'f3.jpg', 'f31658117332.jpg', NULL, '22.15 KB', '260 x 260 pixels', '2022-07-17 22:08:52', '2022-07-17 22:08:52'),
(346, 'f4.jpg', 'f41658117332.jpg', NULL, '33.04 KB', '260 x 260 pixels', '2022-07-17 22:08:52', '2022-07-17 22:08:52'),
(347, 'f2.jpg', 'f21658117332.jpg', NULL, '25.8 KB', '260 x 260 pixels', '2022-07-17 22:08:52', '2022-07-17 22:08:52'),
(348, 'f1.jpg', 'f11658117332.jpg', NULL, '21.21 KB', '260 x 260 pixels', '2022-07-17 22:08:52', '2022-07-17 22:08:52'),
(349, 'clothing1.png', 'clothing11658123078.png', NULL, '133.88 KB', '366 x 321 pixels', '2022-07-17 23:44:38', '2022-07-17 23:44:38'),
(350, 'clothing2.png', 'clothing21658123078.png', NULL, '103.2 KB', '309 x 321 pixels', '2022-07-17 23:44:38', '2022-07-17 23:44:38'),
(351, 'banner-middle.png', 'banner-middle1658388447.png', NULL, '925.91 KB', '772 x 697 pixels', '2022-07-21 01:27:27', '2022-07-21 01:27:27'),
(352, 'banner-middle2.png', 'banner-middle21658388447.png', NULL, '774.5 KB', '550 x 750 pixels', '2022-07-21 01:27:27', '2022-07-21 01:27:27'),
(353, '5-56308_paytabs-logo-hd-png-download.png', '5-56308-paytabs-logo-hd-png-download1658576299.png', NULL, '33.77 KB', '860 x 303 pixels', '2022-07-23 05:38:19', '2022-07-23 05:38:19'),
(354, 'logo_facebook_dimension-912ae2521fe6b786a8c78a5cd1a7dfb31434c628a7d03f4377cbeb4707d6e305.png', 'logo-facebook-dimension-912ae2521fe6b786a8c78a5cd1a7dfb31434c628a7d03f4377cbeb4707d6e3051658576299.png', NULL, '15.13 KB', '1200 x 630 pixels', '2022-07-23 05:38:19', '2022-07-23 05:38:19'),
(355, 'cinetpay.jpeg', 'cinetpay1658576299.jpg', NULL, '9.03 KB', '400 x 400 pixels', '2022-07-23 05:38:19', '2022-07-23 05:38:19'),
(356, 'sqaure.png', 'sqaure1658576299.png', NULL, '4.66 KB', '960 x 420 pixels', '2022-07-23 05:38:19', '2022-07-23 05:38:19'),
(357, 'download1615321224.jpeg', 'download16153212241658576299.jpg', NULL, '10.05 KB', '277 x 182 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(358, 'bank-logo1645016001.png', 'bank-logo16450160011658576299.png', NULL, '11.66 KB', '900 x 834 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(359, 'flutterwave-logo-vector1615321957.png', 'flutterwave-logo-vector16153219571658576300.png', NULL, '4.51 KB', '900 x 500 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(360, 'large-stripe1615321788.png', 'large-stripe16153217881658576300.png', NULL, '148.64 KB', '740 x 370 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(361, 'grid-mercadopago-logo1643896370.png', 'grid-mercadopago-logo16438963701658576300.png', NULL, '21.7 KB', '350 x 91 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(362, 'grid-mid1639824012.png', 'grid-mid16398240121658576300.png', NULL, '8.17 KB', '350 x 58 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(363, 'grid-payfast-banner1639823358.jpg', 'grid-payfast-banner16398233581658576300.jpg', NULL, '8.8 KB', '350 x 164 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(364, 'large-cash-free1639823357.png', 'large-cash-free16398233571658576300.png', NULL, '132.48 KB', '740 x 389 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(365, 'instamogo1639823357.jpg', 'instamogo16398233571658576300.jpg', NULL, '26.18 KB', '1200 x 675 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(366, 'grid-paypal1616934784.png', 'grid-paypal16169347841658576300.png', NULL, '25.53 KB', '350 x 156 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(367, 'grid-paystack1616934784.jpeg', 'grid-paystack16169347841658576300.jpg', NULL, '8.75 KB', '350 x 97 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(368, 'grid-razorpay1616934785.png', 'grid-razorpay16169347851658576300.png', NULL, '16.48 KB', '350 x 210 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(369, 'grid-mollie1616934783.png', 'grid-mollie16169347831658576300.png', NULL, '14.17 KB', '350 x 194 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(370, 'grid-payment-getway1616934783.png', 'grid-payment-getway16169347831658576300.png', NULL, '19.96 KB', '350 x 292 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(371, 'grid-paytm1616934784.png', 'grid-paytm16169347841658576300.png', NULL, '11.57 KB', '350 x 117 pixels', '2022-07-23 05:38:20', '2022-07-23 05:38:20'),
(372, 'image.png', 'image1659247319.png', NULL, '271.21 KB', '525 x 525 pixels', '2022-07-31 00:01:59', '2022-07-31 00:01:59'),
(373, 'Rectangle 1041.jpg', 'rectangle-10411659248530.jpg', NULL, '199.85 KB', '525 x 525 pixels', '2022-07-31 00:22:10', '2022-07-31 00:22:10'),
(374, 'Rectangle 1042.jpg', 'rectangle-10421659248530.jpg', NULL, '207.3 KB', '525 x 525 pixels', '2022-07-31 00:22:10', '2022-07-31 00:22:10'),
(375, 'Rectangle 1044.jpg', 'rectangle-10441659248530.jpg', NULL, '223.47 KB', '525 x 525 pixels', '2022-07-31 00:22:10', '2022-07-31 00:22:10'),
(376, 'Rectangle 1045.jpg', 'rectangle-10451659248530.jpg', NULL, '225.74 KB', '525 x 525 pixels', '2022-07-31 00:22:10', '2022-07-31 00:22:10'),
(377, 'Rectangle 1047.jpg', 'rectangle-10471659248530.jpg', NULL, '221.68 KB', '525 x 525 pixels', '2022-07-31 00:22:10', '2022-07-31 00:22:10'),
(378, 'Rectangle 1046.jpg', 'rectangle-10461659248530.jpg', NULL, '385.18 KB', '525 x 525 pixels', '2022-07-31 00:22:10', '2022-07-31 00:22:10'),
(379, 'Rectangle 1049.jpg', 'rectangle-10491659248530.jpg', NULL, '192.01 KB', '525 x 525 pixels', '2022-07-31 00:22:10', '2022-07-31 00:22:10'),
(380, 'Frame 10179.png', 'frame-101791659260082.png', NULL, '46.13 KB', '518 x 525 pixels', '2022-07-31 03:34:42', '2022-07-31 03:34:42'),
(381, 'Frame 10180.png', 'frame-101801659260082.png', NULL, '103.58 KB', '518 x 525 pixels', '2022-07-31 03:34:42', '2022-07-31 03:34:42');
INSERT INTO `media_uploads` (`id`, `title`, `path`, `alt`, `size`, `dimensions`, `created_at`, `updated_at`) VALUES
(382, 'Frame 10181.png', 'frame-101811659260082.png', NULL, '90.02 KB', '518 x 525 pixels', '2022-07-31 03:34:42', '2022-07-31 03:34:42'),
(383, 'logo (2).png', 'logo-21704273193.png', NULL, '3.47 KB', '200 x 60 pixels', '2024-01-03 03:43:13', '2024-01-03 03:43:13'),
(384, 'white (1).png', 'white-11704273224.png', NULL, '3.36 KB', '200 x 60 pixels', '2024-01-03 03:43:45', '2024-01-03 03:43:45'),
(385, 'fevi (1).png', 'fevi-11704273244.png', NULL, '2.62 KB', '128 x 128 pixels', '2024-01-03 03:44:04', '2024-01-03 03:44:04'),
(387, 'image_2024_01_03T09_15_33_984Z.png', 'image-2024-01-03t09-15-33-984z1704283311.png', NULL, '249.07 KB', '1920 x 1108 pixels', '2024-01-03 06:31:51', '2024-01-03 06:31:51'),
(388, 'ccc.png', 'ccc1704284190.png', NULL, '2.02 MB', '2240 x 2696 pixels', '2024-01-03 06:46:32', '2024-01-03 06:46:32'),
(393, 'x (1).png', 'x-11704353305.png', NULL, '73.56 KB', '240 x 198 pixels', '2024-01-04 01:58:26', '2024-01-04 01:58:26'),
(394, '3 (1).png', '3-11704353305.png', NULL, '45.92 KB', '240 x 198 pixels', '2024-01-04 01:58:26', '2024-01-04 01:58:26'),
(395, 'Untitled-1.png', 'untitled-11704359057.png', NULL, '76.9 KB', '240 x 198 pixels', '2024-01-04 03:34:17', '2024-01-04 03:34:17'),
(396, '14.png', '141704366547.png', NULL, '68.6 KB', '512 x 512 pixels', '2024-01-04 05:39:08', '2024-01-04 05:39:08'),
(397, '13.png', '131704366548.png', NULL, '577.61 KB', '7200 x 1000 pixels', '2024-01-04 05:39:09', '2024-01-04 05:39:09'),
(398, '7xm.xyz475621.png', '7xmxyz4756211704457173.png', NULL, '446.13 KB', '3129 x 2884 pixels', '2024-01-05 06:49:35', '2024-01-05 06:49:35'),
(399, '7xm.xyz322220.png', '7xmxyz3222201704457174.png', NULL, '877.14 KB', '4160 x 4000 pixels', '2024-01-05 06:49:37', '2024-01-05 06:49:37'),
(400, 'COW-WITH-WOMEN.png', 'cow-with-women1704457178.png', NULL, '38.97 KB', '500 x 500 pixels', '2024-01-05 06:49:38', '2024-01-05 06:49:38'),
(401, 'TREE.png', 'tree1704457178.png', NULL, '78.36 KB', '500 x 500 pixels', '2024-01-05 06:49:38', '2024-01-05 06:49:38'),
(402, '7xm.xyz516411.png', '7xmxyz5164111704457176.png', NULL, '1.02 MB', '3152 x 4000 pixels', '2024-01-05 06:49:38', '2024-01-05 06:49:38'),
(403, 'testimonials image2.png', 'testimonials-image21704709071.png', NULL, '83.57 KB', '512 x 512 pixels', '2024-01-08 04:47:51', '2024-01-08 04:47:51'),
(404, 'testimonials image1.png', 'testimonials-image11704709071.png', NULL, '99.42 KB', '512 x 512 pixels', '2024-01-08 04:47:51', '2024-01-08 04:47:51'),
(405, 'Beyond Organic.png', 'beyond-organic1704722915.png', NULL, '576.18 KB', '2413 x 2103 pixels', '2024-01-08 08:38:37', '2024-01-08 08:38:37'),
(406, 'ghee1.jpg', 'ghee11704722973.jpg', NULL, '91.17 KB', '360 x 480 pixels', '2024-01-08 08:39:33', '2024-01-08 08:39:33'),
(407, 'A1-Ghee.png', 'a1-ghee1706334064.png', NULL, '1.24 MB', '1500 x 784 pixels', '2024-01-27 00:11:04', '2024-01-27 00:11:04'),
(408, '1000ml JAR VIEW_3.jpg', '1000ml-jar-view-31706790395.jpg', NULL, '802.81 KB', '2500 x 2500 pixels', '2024-02-01 06:56:37', '2024-03-31 23:53:41'),
(409, '1000ml JAR VIEW_1.jpg', '1000ml-jar-view-11706790396.jpg', NULL, '736.98 KB', '2500 x 2500 pixels', '2024-02-01 06:56:37', '2024-02-01 06:56:37'),
(410, '3 copy.png', '3-copy1706790397.png', NULL, '52 KB', '240 x 198 pixels', '2024-02-01 06:56:37', '2024-02-01 06:56:37'),
(411, '1000ml JAR VIEW_2.jpg', '1000ml-jar-view-21706790397.jpg', NULL, '818.4 KB', '2500 x 2500 pixels', '2024-02-01 06:56:39', '2024-02-01 06:56:39'),
(413, 'ziva new zar.png', 'ziva-new-zar1706865431.png', NULL, '3.59 MB', '2240 x 2696 pixels', '2024-02-02 03:47:13', '2024-02-02 03:47:13'),
(415, 'grid-paypal16169347841658576300 (1).png', 'grid-paypal16169347841658576300-11708346900.png', NULL, '16.83 KB', '350 x 156 pixels', '2024-02-19 07:18:20', '2024-02-19 07:18:20'),
(416, 'images (1).jpg', 'images-11708348059.jpg', NULL, '7.23 KB', '182 x 277 pixels', '2024-02-19 07:37:39', '2024-02-19 07:37:39'),
(417, 'images.jpg', 'images1708348242.jpg', NULL, '3.55 KB', '275 x 183 pixels', '2024-02-19 07:40:42', '2024-02-19 07:40:42'),
(418, 'main-qimg-cba18e5df3f848b2dcde22fc35ae73ba-lq.jpg', 'main-qimg-cba18e5df3f848b2dcde22fc35ae73ba-lq1708350035.jpg', NULL, '41.8 KB', '602 x 428 pixels', '2024-02-19 08:10:36', '2024-02-19 08:10:36'),
(419, 'Maya Sharma - Doctor.jpeg', 'maya-sharma-doctor1708350116.jpg', NULL, '18.89 KB', '416 x 340 pixels', '2024-02-19 08:11:57', '2024-02-19 08:11:57'),
(420, 'riyapatel.jpeg', 'riyapatel1708350272.jpg', NULL, '36.8 KB', '477 x 414 pixels', '2024-02-19 08:14:32', '2024-02-19 08:14:32'),
(421, 'madhur_1643874593.jpg', 'madhur-16438745931708350341.jpg', NULL, '50.95 KB', '768 x 768 pixels', '2024-02-19 08:15:42', '2024-02-19 08:15:42'),
(422, 'Garima Singh.jpeg', 'garima-singh1708350421.jpg', NULL, '19.21 KB', '369 x 314 pixels', '2024-02-19 08:17:01', '2024-02-19 08:17:01'),
(423, 'Gircow.svg', 'gircow1711949036.svg', NULL, NULL, NULL, '2024-03-31 23:53:56', '2024-03-31 23:53:56'),
(424, 'Gircow.svg', 'gircow1711949059.svg', NULL, NULL, NULL, '2024-03-31 23:54:19', '2024-03-31 23:54:19'),
(425, 'test.png', 'test1712915001.png', NULL, '62.49 KB', '1500 x 480 pixels', '2024-04-12 04:13:21', '2024-04-12 04:13:21'),
(426, 'imge500ml.png', 'imge500ml1714472793.png', NULL, '487.85 KB', '740 x 740 pixels', '2024-04-30 14:26:33', '2024-04-30 14:26:33'),
(427, 'imge1000ml.png', 'imge1000ml1714472793.png', NULL, '658.08 KB', '740 x 740 pixels', '2024-04-30 14:26:33', '2024-04-30 14:26:33'),
(428, 'blog1.png', 'blog11714625939.png', NULL, '171.05 KB', '690 x 360 pixels', '2024-05-02 08:58:59', '2024-05-02 08:58:59'),
(429, 'blog2.png', 'blog21714625939.png', NULL, '208.56 KB', '690 x 360 pixels', '2024-05-02 08:58:59', '2024-05-02 08:58:59'),
(430, 'blog3.png', 'blog31714625940.png', NULL, '207.75 KB', '690 x 360 pixels', '2024-05-02 08:59:00', '2024-05-02 08:59:00'),
(431, 'blog4.png', 'blog41714625940.png', NULL, '179.9 KB', '690 x 360 pixels', '2024-05-02 08:59:00', '2024-05-02 08:59:00'),
(432, 'mango.jpg', 'mango1716446307.jpg', NULL, '12.89 KB', '225 x 225 pixels', '2024-05-23 10:38:27', '2024-05-23 10:38:27'),
(433, 'mango-group.jpg', 'mango-group1716447005.jpg', NULL, '86.12 KB', '512 x 512 pixels', '2024-05-23 10:50:05', '2024-05-23 10:50:05'),
(434, 'blog-1.jpg', 'blog-11722410533.jpg', NULL, '124.02 KB', '1920 x 1280 pixels', '2024-07-31 11:22:14', '2024-07-31 11:22:14'),
(435, 'Gstudios-Ziva-Shoot-3277.jpg', 'gstudios-ziva-shoot-32771722410716.jpg', NULL, '251.19 KB', '1500 x 993 pixels', '2024-07-31 11:25:17', '2024-07-31 11:25:17'),
(436, 'Gstudios-Ziva-Shoot-simple-1867.jpg', 'gstudios-ziva-shoot-simple-18671722411159.jpg', NULL, '188.87 KB', '1500 x 1000 pixels', '2024-07-31 11:32:39', '2024-07-31 11:32:39'),
(437, 'Gstudios-Ziva-Shoot-simple-36yu.jpg', 'gstudios-ziva-shoot-simple-36yu1722411839.jpg', NULL, '169.4 KB', '1500 x 1500 pixels', '2024-07-31 11:44:00', '2024-07-31 11:44:00'),
(438, 'Gstudios-Ziva-Shoot-1er55.jpg', 'gstudios-ziva-shoot-1er551722429784.jpg', NULL, '324.6 KB', '1500 x 1500 pixels', '2024-07-31 16:43:04', '2024-07-31 16:43:04'),
(439, 'Gstudios-Ziva-4nn.jpg', 'gstudios-ziva-4nn1722430626.jpg', NULL, '313.78 KB', '1500 x 1500 pixels', '2024-07-31 16:57:06', '2024-07-31 16:57:06'),
(440, 'IMGL5975.jpg', 'imgl59751722431012.jpg', NULL, '254.17 KB', '1920 x 1280 pixels', '2024-07-31 17:03:32', '2024-07-31 17:03:32');

-- --------------------------------------------------------

--
-- Table structure for table `menus`
--

CREATE TABLE `menus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `menus`
--

INSERT INTO `menus` (`id`, `title`, `lang`, `content`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Primary Menu [ENG]', 'en_US', '[{\"ptype\":\"custom\",\"id\":2,\"antarget\":\"\",\"icon\":\"fas fa-home\",\"pname\":\"Home\",\"purl\":\"@url\"},{\"category_status\":\"\",\"mega_menu_order\":\"desc\",\"mega_menu_orderby\":\"id\",\"items_id\":\"35,36\",\"ptype\":\"App\\\\MenuBuilder\\\\MegaMenus\\\\ProductMegaMenu\",\"id\":3,\"antarget\":\"\",\"icon\":\"\"},{\"ptype\":\"static\",\"id\":4,\"antarget\":\"\",\"icon\":\"\",\"pslug\":\"blog\",\"pname\":\"Blog\"},{\"ptype\":\"static\",\"id\":5,\"antarget\":\"\",\"icon\":\"\",\"pslug\":\"contact\",\"pname\":\"Contact\"}]', 'default', '2020-05-28 05:53:38', '2024-02-21 03:25:19'),
(2, 'Menu with Icon', 'en_US', '[{\"pname\":\"Home\",\"purl\":\"@url\",\"ptype\":\"custom\",\"id\":1},{\"pslug\":\"service_page_slug\",\"pname\":\"service_page_en_name\",\"ptype\":\"static\",\"id\":2},{\"pslug\":\"work_page_slug\",\"pname\":\"work_page_en_name\",\"ptype\":\"static\",\"id\":3,\"children\":[{\"pslug\":\"team_page_slug\",\"pname\":\"team_page_en_name\",\"ptype\":\"static\",\"id\":4,\"children\":[{\"icon\":\"fas fa-question-circle\",\"pslug\":\"faq_page_slug\",\"pname\":\"faq_page_en_name\",\"ptype\":\"static\",\"id\":5}]}]}]', '', '2020-06-01 02:54:39', '2022-07-28 00:12:28'),
(3, 'Useful Links', 'en_US', '[{\"ptype\":\"custom\",\"id\":2,\"antarget\":\"\",\"icon\":\"\",\"pname\":\"Home\",\"purl\":\"@url\"},{\"ptype\":\"pages\",\"id\":5,\"antarget\":\"\",\"icon\":\"\",\"pid\":2},{\"ptype\":\"pages\",\"id\":6,\"antarget\":\"\",\"icon\":\"\",\"pid\":1},{\"ptype\":\"pages\",\"id\":7,\"antarget\":\"\",\"icon\":\"\",\"pid\":6},{\"ptype\":\"pages\",\"id\":8,\"antarget\":\"\",\"icon\":\"\",\"pid\":7}]', NULL, '2020-06-18 01:33:46', '2024-04-29 16:48:55');

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_11_06_180949_create_admins_table', 1),
(5, '2019_12_07_082524_create_static_options_table', 1),
(6, '2019_12_13_221931_create_languages_table', 1),
(7, '2020_03_29_075123_create_admin_roles_table', 1),
(8, '2019_12_07_071950_create_contact_info_items_table', 2),
(9, '2019_12_08_171750_create_counterups_table', 2),
(10, '2019_12_09_063224_create_testimonials_table', 2),
(11, '2019_12_10_210247_create_blog_categories_table', 2),
(12, '2019_12_11_074345_create_blogs_table', 2),
(13, '2019_12_28_140343_create_key_features_table', 2),
(14, '2019_12_28_161343_create_services_table', 2),
(15, '2019_12_29_094857_create_price_plans_table', 2),
(16, '2019_12_29_113138_create_team_members_table', 2),
(17, '2020_01_21_132648_create_header_sliders_table', 2),
(18, '2020_01_23_162404_create_service_categories_table', 2),
(20, '2020_01_23_193805_create_works_categories_table', 2),
(21, '2020_01_25_155448_create_pages_table', 2),
(22, '2020_01_25_174849_create_menus_table', 2),
(23, '2020_04_14_082508_create_media_uploads_table', 2),
(24, '2020_04_20_073746_create_quotes_table', 2),
(25, '2020_04_20_170818_create_orders_table', 2),
(26, '2020_04_21_142420_create_payment_logs_table', 2),
(27, '2020_02_04_010636_create_newsletters_table', 3),
(28, '2020_01_23_193759_create_works_table', 4),
(29, '2019_12_29_180216_create_brands_table', 5),
(30, '2020_06_14_081955_create_widgets_table', 6),
(31, '2019_12_10_125607_create_social_icons_table', 7),
(32, '2014_10_12_000000_create_users_table', 8),
(33, '2020_01_28_054211_create_faqs_table', 9),
(34, '2020_04_22_065550_create_jobs_table', 9),
(35, '2020_04_22_065603_create_jobs_categories_table', 9),
(36, '2020_04_23_140942_create_events_table', 9),
(37, '2020_04_23_141011_create_events_categories_table', 9),
(38, '2020_04_24_154518_create_knowledgebase_topics_table', 9),
(39, '2020_04_24_154524_create_knowledgebases_table', 9),
(40, '2020_07_02_125439_create_job_applicants_table', 9),
(41, '2020_07_03_043813_create_price_plan_categories_table', 9),
(42, '2020_07_04_143731_create_event_attendances_table', 9),
(43, '2020_07_04_173333_create_event_payment_logs_table', 9),
(44, '2020_07_06_154309_create_donations_table', 9),
(45, '2020_07_07_150250_create_donation_logs_table', 9),
(46, '2020_07_08_132910_create_product_cupons_table', 9),
(47, '2020_07_08_161737_create_product_shippings_table', 9),
(48, '2020_07_09_084606_create_product_categories_table', 9),
(49, '2020_07_09_133432_create_products_table', 9),
(50, '2020_07_13_124351_create_product_orders_table', 9),
(51, '2020_07_16_111906_create_feedback_table', 9),
(52, '2020_07_17_162008_create_image_galleries_table', 9),
(53, '2020_07_21_053307_create_product_ratings_table', 10),
(54, '2020_07_22_132250_create_popup_builders_table', 11),
(56, '2020_12_04_062950_create_image_gallery_categories_table', 12),
(57, '2021_04_15_105154_create_appointments_table', 13),
(58, '2021_04_15_105203_create_appointment_bookings_table', 13),
(59, '2021_04_15_105212_create_appointment_reviews_table', 13),
(60, '2021_04_15_105219_create_appointment_categories_table', 13),
(61, '2021_04_15_121056_create_appointment_booking_times_table', 13),
(62, '2021_04_24_172043_create_courses_categories_table', 14),
(63, '2021_04_24_172055_create_courses_category_langs_table', 14),
(64, '2021_04_24_210821_create_course_coupons_table', 15),
(65, '2021_04_25_184437_create_course_instructors_table', 16),
(66, '2021_04_25_184447_create_course_instructor_langs_table', 16),
(67, '2021_04_26_101359_create_courses_table', 17),
(68, '2021_04_26_101407_create_course_langs_table', 17),
(69, '2021_04_26_104127_create_course_curriculms_table', 17),
(70, '2021_04_26_104620_create_lessions_table', 17),
(71, '2021_04_26_104629_create_lession_langs_table', 17),
(72, '2021_04_26_115512_create_course_lession_langs_table', 18),
(73, '2021_04_26_115525_create_course_lessions_table', 18),
(74, '2021_04_27_083739_create_course_curriculm_langs_table', 19),
(77, '2021_05_01_182926_create_course_enrolls_table', 20),
(78, '2021_05_02_074254_create_course_reviews_table', 21),
(79, '2021_05_02_212052_create_appointment_category_langs_table', 22),
(80, '2021_05_06_093146_create_appointment_langs_table', 23),
(81, '2021_05_06_113210_drop_appointment_column', 24),
(82, '2021_05_16_020336_add_new_field_in_product_categories_table', 25),
(83, '2021_05_20_073306_create_support_tickets_table', 26),
(85, '2021_05_20_080827_create_support_ticket_messages_table', 27),
(86, '2021_05_29_050356_add_new_columng_to_pages_table', 28),
(87, '2021_06_03_110218_add_new_field_to_newsletter_table', 29),
(88, '2021_07_06_152758_add_new_column_to_widgets_table', 30),
(89, '2021_07_07_065836_create_page_builders_table', 30),
(90, '2021_07_30_173932_add_new_column_to_page_builder_table', 30),
(91, '2021_08_06_062819_create_form_builders_table', 30),
(92, '2021_08_26_073011_add_extra_column_to_pages_table', 30),
(93, '2021_08_29_065442_add_new_column_to_course_lesson_table', 30),
(94, '2021_08_29_125001_create_support_departments_table', 30),
(95, '2021_08_29_135606_add_new_column_to_support_ticket_table', 30),
(96, '2021_08_30_132643_create_product_variants_table', 30),
(97, '2021_08_31_134826_add_new_column_to_products_table', 30),
(98, '2021_09_04_071235_add_extra_field_to_users_table', 30),
(99, '2021_09_08_045735_create_video_galleries_table', 30),
(100, '2021_10_11_091539_remove_unused_column_from_widgets_table', 31),
(101, '2021_10_18_074605_create_course_certificates_table', 32),
(102, '2021_10_20_092305_create_product_sub_categories_table', 32),
(103, '2021_10_20_114044_add_extra_column_to_products_table', 32),
(104, '2021_10_24_103734_add_extra_column_to_support_ticket_message_table', 32),
(105, '2021_10_25_121553_add_extra_column_to_product_variants_table', 32),
(106, '2021_11_01_095612_add_extra_downloable_column_to_products_table', 32),
(107, '2022_03_20_065237_add_extra_fields_to_blogs_table', 33),
(108, '2022_03_22_061307_add_extra_fields_to_blogs_for_video_table', 34),
(110, '2021_10_17_064208_create_advertisements_table', 35),
(111, '2022_07_16_100911_add_column_to_blog_categories_table', 36),
(112, '2022_07_24_070611_add_column_manual_payment_attachment_to_payment_logs_table', 37),
(113, '2022_07_24_075325_add_column_manual_payment_attachment_to_payment_logs_table', 38),
(114, '2022_07_25_051051_add_column_manual_payment_attachment_to_event_payment_logs_table', 39),
(115, '2022_07_25_075438_add_column_manual_payment_attachment_to_donation_logs_table', 40),
(116, '2022_07_25_100302_add_column_manual_payment_attachment_to_product_orders_table', 41),
(117, '2022_07_25_125120_add_column_manual_payment_attachment_to_appointment_bookings_table', 42),
(118, '2022_07_26_065951_add_column_manual_payment_attachment_to_course_enrolls_table', 43),
(119, '2022_07_26_094640_add_column_manual_payment_attachment_to_job_applicants_table', 44),
(120, '2022_07_26_114119_add_column_breadcrumb_status_to_pages_table', 45);

-- --------------------------------------------------------

--
-- Table structure for table `newsletters`
--

CREATE TABLE `newsletters` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `token` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `verified` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `checkout_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `payment_status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `package_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `package_price` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `package_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `custom_fields` longtext COLLATE utf8mb4_unicode_ci,
  `attachment` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `otp`
--

CREATE TABLE `otp` (
  `phone` varchar(15) NOT NULL,
  `otp` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `otp`
--

INSERT INTO `otp` (`phone`, `otp`, `created_at`, `updated_at`) VALUES
('8238869361', 9403, '2024-04-25 01:15:07', '2024-04-25 01:15:07'),
('9726612300', 5375, '2024-04-28 10:53:58', '2024-04-28 10:53:58'),
('9898182091', 3485, '2024-04-29 08:35:00', '2024-04-29 08:35:00'),
('8498969292', 9629, '2024-04-30 13:31:55', '2024-04-30 13:31:55'),
('7201075757', 2825, '2024-04-30 13:51:22', '2024-04-30 13:51:22'),
('7016709070', 5667, '2024-04-30 14:31:34', '2024-04-30 14:31:34'),
('9574495066', 2565, '2024-04-30 14:32:16', '2024-04-30 14:32:16'),
('9671754994', 5003, '2024-05-01 09:14:54', '2024-05-01 09:14:54'),
('6352077205', 4569, '2024-05-01 16:01:53', '2024-05-01 16:01:53'),
('9724461690', 6668, '2024-05-06 20:37:27', '2024-05-06 20:37:27'),
('9925130999', 6169, '2024-05-06 20:41:48', '2024-05-06 20:41:48'),
('7574041101', 2939, '2024-05-09 22:35:46', '2024-05-09 22:35:46'),
('7777943773', 4983, '2024-05-10 13:14:04', '2024-05-10 13:14:04'),
('8460774515', 6876, '2024-05-10 17:36:04', '2024-05-10 17:36:04'),
('8569874562', 8194, '2024-05-11 16:54:29', '2024-05-11 16:54:29'),
('8155940203', 6882, '2024-05-13 17:30:42', '2024-05-13 17:30:42'),
('6352009308', 8642, '2024-05-13 17:36:17', '2024-05-13 17:36:17'),
('9429830330', 1801, '2024-05-14 11:10:34', '2024-05-14 11:10:34'),
('9033157000', 6827, '2024-05-14 13:09:02', '2024-05-14 13:09:02'),
('9328148629', 8136, '2024-05-19 15:15:25', '2024-05-19 15:15:25'),
('919638762376', 7553, '2024-05-22 16:00:44', '2024-05-22 16:00:44'),
('9638762376', 9467, '2024-05-22 16:07:47', '2024-05-22 16:07:47'),
('7778979289', 2080, '2024-05-24 09:25:44', '2024-05-24 09:25:44'),
('7041477815', 4699, '2024-05-24 15:57:15', '2024-05-24 15:57:15'),
('9464343304', 8568, '2024-05-30 18:49:52', '2024-05-30 18:49:52'),
('9348896656', 2037, '2024-06-05 06:31:08', '2024-06-05 06:31:08'),
('7069320619', 7986, '2024-06-06 14:22:29', '2024-06-06 14:22:29'),
('9429830338', 7263, '2024-06-06 16:04:27', '2024-06-06 16:04:27'),
('9913172118', 3286, '2024-09-18 12:57:01', '2024-09-18 12:57:01'),
('8401857640', 8585, '2024-11-12 01:17:23', '2024-11-12 01:17:23');

-- --------------------------------------------------------

--
-- Table structure for table `pages`
--

CREATE TABLE `pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `content` longtext COLLATE utf8mb4_unicode_ci,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `visibility` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `page_builder_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `breadcrumb_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pages`
--

INSERT INTO `pages` (`id`, `title`, `slug`, `meta_tags`, `meta_description`, `content`, `lang`, `status`, `created_at`, `updated_at`, `visibility`, `page_builder_status`, `breadcrumb_status`) VALUES
(1, 'Terms of Services', 'terms-and-services', 'Terms of Services', 'Terms of Services', '<p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;\r\ntext-align:center\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:\r\n109%;font-family:Montserrat;color:windowtext;mso-bidi-language:HI;mso-no-proof:\r\nyes\">Terms of Services</span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;\r\ntext-align:center\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:\r\n109%;font-family:Montserrat;color:windowtext\">&nbsp;</span></b><br></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Ziva Organiko is a registered Trademark\r\nof Ziva Organiko This website is operated by Ziva Organiko Throughout the site,\r\nthe terms “we”, “us”, “our”, and “ZIVA” refer to Ziva Organiko. Ziva Organiko\r\noffers this website, including all information, tools, and services available\r\nfrom this site to you, the user, conditioned upon your acceptance of all terms,\r\nconditions, policies, and notices stated here.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">By visiting our site and/ or purchasing\r\nsomething from us, you engage in our “Service” and agree to be bound by the\r\nfollowing terms and conditions (“Terms of Service”, “Terms”), including those\r\nadditional terms and conditions and policies referenced herein and/or available\r\nby hyperlink. These Terms of Service apply to all users of the site, including\r\nwithout limitation users who are browsers, vendors, customers, merchants, and/\r\nor contributors of content.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Please read these Terms of Service\r\ncarefully before accessing or using our website. By accessing or using any part\r\nof the site, you agree to be bound by these Terms of Service. If you do not\r\nagree to all the terms and conditions of this agreement, then you may not\r\naccess the website or use any services. If these Terms of Service are considered\r\nan offer, acceptance is expressly limited to these Terms of Service.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Any new features or tools which are\r\nadded to the current store shall also be subject to the Terms of Service. You\r\ncan review the most current version of the Terms of Service at any time on this\r\npage. We reserve the right to update, change or replace any part of these Terms\r\nof Service by posting updates and/or changes to our website. It is your\r\nresponsibility to check this page periodically for changes. Your continued use\r\nof or access to the website following the posting of any changes constitutes\r\nacceptance of those <o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 1 - ONLINE STORE TERMS</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">By agreeing to these Terms of Service,\r\nyou represent that you are at least the age of majority in your state or\r\nprovince of residence, or that you are the age of majority in your state or\r\nprovince of residence and you have given us your consent to allow any of your\r\nminor dependents to use this site.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You may not use our products for any\r\nillegal or unauthorized purpose nor may you, in the use of the Service, violate\r\nany laws in your jurisdiction (including but not limited to copyright laws).</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You must not transmit any worms or\r\nviruses or any code of a destructive nature.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">A breach or violation of any of the\r\nTerms will result in an immediate termination of your Services.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><br></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 2 - GENERAL CONDITIONS</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We reserve the right to refuse service\r\nto anyone for any reason at any time.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You understand that your content (not\r\nincluding credit card information), may be transferred unencrypted and involve\r\n(a) transmissions over various networks; and (b) changes to conform and adapt\r\nto the technical requirements of connecting networks or devices. Credit card\r\ninformation is always encrypted during transfer over networks.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You agree not to reproduce, duplicate, copy,\r\nsell, resell, or exploit any portion of the Service, use of the Service, or\r\naccess to the Service or any contact on the website through which the service\r\nis provided, without express wrote permission by us.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">The headings used in this agreement are\r\nincluded for convenience only and will not limit or otherwise affect these\r\nTerms.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><br></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 3 - ACCURACY, COMPLETENESS, AND\r\nTIMELINESS OF INFORMATION</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We are not responsible if the\r\ninformation made available on this site is not accurate, complete, or current.\r\nThe material on this site is provided for general information only and should\r\nnot be relied upon or used as the sole basis for making decisions without\r\nconsulting primary, more accurate, more complete, or more timely sources of\r\ninformation. Any reliance on the material on this site is at your own risk.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">This site may contain certain historical\r\ninformation. Historical information, necessarily, is not current and is\r\nprovided for your reference only. We reserve the right to modify the contents\r\nof this site at any time, but we have no obligation to update any information\r\non our site. You agree that it is your responsibility to monitor changes to our\r\nsite.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 4 - MODIFICATIONS TO THE SERVICE\r\nAND PRICES</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Prices for our products are subject to\r\nchange without notice.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We reserve the right at any time to\r\nmodify or discontinue the Service (or any part or content thereof) without\r\nnotice at any time.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We shall not be liable to you or to any\r\nthird party for any modification, price change, suspension, or discontinuance\r\nof the Service.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 5 - PRODUCTS OR SERVICES (if\r\napplicable)</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Certain products or services may be\r\navailable exclusively online through the website. These products or services\r\nmay have limited quantities and are subject to return or exchange only according\r\nto our Return Policy.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We have made every effort to display as\r\naccurately as possible the colors and images of our products that appear at the\r\nstore. We cannot guarantee that your computer monitor’s display of any color\r\nwill be accurate.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We reserve the right but are not\r\nobligated, to limit the sales of our products or Services to any person,\r\ngeographic region, or jurisdiction. We may exercise this right on a\r\ncase-by-case basis. We reserve the right to limit the quantities of any\r\nproducts or services that we offer. All descriptions of products or product\r\npricing are subject to change at any time without notice, at our sole\r\ndiscretion of us. We reserve the right to discontinue any product at any time.\r\nAny offer for any product or service made on this site is void where\r\nprohibited.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We do not warrant that the quality of\r\nany products, services, information, or other material purchased or obtained by\r\nyou will meet your expectations, or that any errors in the Service will be\r\ncorrected.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 6 - ACCURACY OF BILLING AND\r\nACCOUNT INFORMATION</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We reserve the right to refuse any order\r\nyou place with us. We may, in our sole discretion, limit or cancel quantities\r\npurchased per person, per household, or per order. These restrictions may\r\ninclude orders placed by or under the same customer account, the same credit\r\ncard, and/or orders that use the same billing and/or shipping address. In the\r\nevent that we make a change to or cancel an order, we may attempt to notify you\r\nby contacting the e-mail and/or billing address/phone number provided at the\r\ntime the order was made. We reserve the right to limit or prohibit orders that,\r\nin our sole judgment, appear to be placed by dealers, resellers, or\r\ndistributors.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You agree to provide current, complete,\r\nand accurate purchase and account information for all purchases made at our\r\nstore. You agree to promptly update your account and other information,\r\nincluding your email address, credit card numbers, and expiration dates, so\r\nthat we can complete your transactions and contact you as needed.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">For more detail, please review our\r\nRefund and Cancellation Policy.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 7 - OPTIONAL TOOLS</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We may provide you with access to\r\nthird-party tools over which we neither monitor nor have any control or input.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You acknowledge and agree that we provide\r\naccess to such tools” as is” and “as available” without any warranties,\r\nrepresentations, or conditions of any kind and without any endorsement. We\r\nshall have no liability whatsoever arising from or relating to your use of\r\noptional third-party tools.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Any use by you of optional tools offered\r\nthrough the site is entirely at your own risk and discretion and you should\r\nensure that you are familiar with and approve of the terms on which tools are\r\nprovided by the relevant third-party provider(s).</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We may also, in the future, offer new\r\nservices and/or features through the website (including, the release of new\r\ntools and resources). Such new features and/or services shall also be subject\r\nto these Terms of Service.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 8 - THIRD-PARTY LINKS</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><br></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Certain content, products, and services\r\navailable via our Service may include materials from third parties.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Third-party links on this site may\r\ndirect you to third-party websites that are not affiliated with us. We are not\r\nresponsible for examining or evaluating the content or accuracy and we do not\r\nwarrant and will not have any liability or responsibility for any third-party\r\nmaterials or websites, or for any other materials, products, or services of\r\nthird parties.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We are not liable for any harm or\r\ndamages related to the purchase or use of goods, services, resources, content,\r\nor any other transactions made in connection with any third-party websites.\r\nPlease review the third-party’s policies and practices carefully and ensure you\r\nunderstand them before engaging in any transaction. Complaints, claims,\r\nconcerns, or questions regarding third-party products should be directed to the\r\nthird party.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 9 - USER COMMENTS, FEEDBACK, AND\r\nOTHER SUBMISSIONS</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">If at our request, you send certain\r\nspecific submissions (for example contest entries) or without a request from us\r\nyou send creative ideas, suggestions, proposals, plans, or other materials,\r\nwhether online, by email, by postal mail, or otherwise (collectively,\r\n‘comments’), you agree that we may, at any time, without restriction, edit,\r\ncopy, publish, distribute, translate and otherwise use in any medium any\r\ncomments that you forward to us. We are and shall be under no obligation (1) to\r\nmaintain any comments in confidence; (2) to pay compensation for any comments;\r\nor (3) to respond to any comments.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We may, but have no obligation to,\r\nmonitor, edit or remove content that we determine in our sole discretion are\r\nunlawful, offensive, threatening, libelous, defamatory, pornographic, obscene,\r\nor otherwise objectionable or violates any party’s intellectual property or\r\nthese Terms of Service.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You agree that your comments will not\r\nviolate any right of any third party, including copyright, trademark, privacy,\r\npersonality, or other personal or proprietary rights. You further agree that\r\nyour comments will not contain libelous or otherwise unlawful, abusive, or\r\nobscene material, or contain any computer virus or other malware that could in\r\nany way affect the operation of the Service or any related website. You may not\r\nuse a false e-mail address, pretend to be someone other than yourself, or\r\notherwise mislead us or third parties as to the origin of any comments. You are\r\nsolely responsible for any comments you make and their accuracy. We take no\r\nresponsibility and assume no liability for any comments posted by you or any\r\nthird party.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 10 - PERSONAL INFORMATION</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Your submission of personal information\r\nthrough the store is governed by our Privacy Policy.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 11 - ERRORS, INACCURACIES, AND\r\nOMISSIONS</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Occasionally there may be information on\r\nour site or in the Service that contains typographical errors, inaccuracies, or\r\nomissions that may relate to product descriptions, pricing, promotions, offers,\r\nproduct shipping charges, transit times, and availability. We reserve the right\r\nto correct any errors, inaccuracies, or omissions, and to change or update\r\ninformation or cancel orders if any information in the Service or on any\r\nrelated website is inaccurate at any time without prior notice (including after\r\nyou have submitted your order).</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We undertake no obligation to update,\r\namend or clarify information in the Service or on any related website,\r\nincluding without limitation, pricing information, except as required by law.\r\nNo specified update or refresh date applied in the Service or on any related website\r\nshould be taken to indicate that all information in the Service or on any\r\nrelated website has been modified or updated.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 12 - PROHIBITED USES</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">In addition to other prohibitions as set\r\nforth in the Terms of Service, you are prohibited from using the site or its\r\ncontent: (a) for any unlawful purpose; (b) to solicit others to perform or\r\nparticipate in any unlawful acts; (c) to violate any international, federal,\r\nprovincial or state regulations, rules, laws, or local ordinances; (d) to\r\ninfringe upon or violate our intellectual property rights or the intellectual\r\nproperty rights of others; (e) to harass, abuse, insult, harm, defame, slander,\r\ndisparage, intimidate, or discriminate based on gender, sexual orientation,\r\nreligion, ethnicity, race, age, national origin, or disability; (f) to submit\r\nfalse or misleading information; (g) to upload or transmit viruses or any other\r\ntype of malicious code that will or may be used in any way that will affect the\r\nfunctionality or operation of the Service or of any related website, other\r\nwebsites, or the Internet; (h) to collect or track the personal information of\r\nothers; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for\r\nany obscene or immoral purpose; or (k) to interfere with or circumvent the security\r\nfeatures of the Service or any related website, other websites, or the\r\nInternet. We reserve the right to terminate your use of the Service or any\r\nrelated website for violating any of the prohibited uses.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 13 - DISCLAIMER OF WARRANTIES;\r\nLIMITATION OF LIABILITY</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We do not guarantee, represent or\r\nwarrant that your use of our service will be uninterrupted, timely, secure, or\r\nerror-free.</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We do not warrant that the results that\r\nmay be obtained from the use of the service will be accurate or reliable.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You agree that from time to time we may\r\nremove the service for indefinite periods of time or cancel the service at any\r\ntime, without notice to you.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You expressly agree that your use of, or\r\ninability to use, the service is at your sole risk. The service and all\r\nproducts and services delivered to you through the service are (except as\r\nexpressly stated by us) provided ‘as is’ and ‘as available’ for your use,\r\nwithout any representation, warranties or conditions of any kind, either\r\nexpress or implied, including all implied warranties or conditions of\r\nmerchantability, merchantable quality, fitness for a particular purpose,\r\ndurability, title, and non-infringement.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">In no case shall Ziva Organiko, our\r\ndirectors, officers, employees, affiliates, agents, contractors, interns,\r\nsuppliers, service providers, or licensors be liable for any injury, loss,\r\nclaim, or any direct, indirect, incidental, punitive, special, or consequential\r\ndamages of any kind, including, without limitation lost profits, lost revenue,\r\nlost savings, loss of data, replacement costs, or any similar damages, whether\r\nbased in contract, tort (including negligence), strict liability or otherwise,\r\narising from your use of any of the service or any products procured using the\r\nservice, or for any other claim related in any way to your use of the service\r\nor any product, including, but not limited to, any errors or omissions in any\r\ncontent, or any loss or damage of any kind incurred as a result of the use of\r\nthe service or any content (or product) posted, transmitted, or otherwise made\r\navailable via the service, even if advised of their possibility. Because some\r\nstates or jurisdictions do not allow the exclusion or the limitation of\r\nliability for consequential or incidental damages, in such states or jurisdictions,\r\nour liability shall be limited to the maximum extent permitted by law.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 14 - INDEMNIFICATION</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You agree to indemnify, defend and hold\r\nharmless Ziva Organiko and our parent, subsidiaries, affiliates, partners,\r\nofficers, directors, agents, contractors, licensors, service providers,\r\nsubcontractors, suppliers, interns, and employees, harmless from any claim or\r\ndemand, including reasonable attorneys’ fees, made by any third party due to or\r\narising out of your breach of these Terms of Service or the documents they\r\nincorporate by reference or your violation of any law or the rights of a third\r\nparty.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 15 - SEVERABILITY</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">In the event that any provision of these\r\nTerms of Service is determined to be unlawful, void or unenforceable, such\r\nprovision shall nonetheless be enforceable to the fullest extent permitted by\r\napplicable law, and the unenforceable portion shall be deemed to be severed\r\nfrom these Terms of Service, such determination shall not affect the validity\r\nand enforceability of any other remaining provisions.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 16 - TERMINATION</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">The obligations and liabilities of the\r\nparties incurred prior to the termination date shall survive the termination of\r\nthis agreement for all purposes.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">These Terms of Service are effective\r\nunless and until terminated by either you or us. You may terminate these Terms\r\nof Service at any time by notifying us that you no longer wish to use our\r\nServices, or when you cease using our site.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">If in our sole judgment, you fail, or we\r\nsuspect that you have failed, to comply with any term or provision of these\r\nTerms of Service, we also may terminate this agreement at any time without\r\nnotice and you will remain liable for all amounts due up to and including the\r\ndate of termination; and/or accordingly may deny you access to our Services (or\r\nany part thereof).<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 17 - ENTIRE AGREEMENT</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><br></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">The failure of us to exercise or enforce\r\nany right or provision of these Terms of Service shall not constitute a waiver\r\nof such right or provision.</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">These Terms of Service and any policies\r\nor operating rules posted by us on this site or in respect to The Service\r\nconstitute the entire agreement and understanding between you and us and govern\r\nyour use of the Service, superseding any prior or contemporaneous agreements,\r\ncommunications, and proposals, whether oral or written, between you and us\r\n(including, but not limited to, any prior versions of the Terms of Service).</span><span style=\"color: windowtext; font-family: Montserrat;\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Any ambiguities in the interpretation of\r\nthese Terms of Service shall not be construed against the drafting party.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 18 - Governing Law and\r\nJurisdiction</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">These Terms are governed by and\r\nconstrued in accordance with the laws of Jurisdiction, Ahmedabad, India. Any\r\ndisputes arising under or in connection with these Terms shall be subject to\r\nthe exclusive jurisdiction of the courts in Jurisdiction of Ahmedabad.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 19 - CHANGES TO TERMS OF SERVICE</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">You can review the most current version\r\nof the Terms of Service at any time on this page. We reserve the right, at our\r\nsole discretion, to update, change or replace any part of these Terms of\r\nService by posting updates and changes to our website. It is your\r\nresponsibility to check our website periodically for changes. Your continued\r\nuse of or access to our website or the Service following the posting of any\r\nchanges to these Terms of Service constitutes acceptance of those changes.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 20 - CONTACT INFORMATION</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Questions about the Terms of Service\r\nshould be sent to us at info@zivaorganiko.com.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">SECTION 21 - PRIVACY POLICY</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><b><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Your use of the Website is also governed\r\nby our Privacy Policy, which can be found here. By using the Website, you\r\nconsent to the collection, use, and sharing of information as described in our\r\nPrivacy Policy</span><span lang=\"EN-IN\" style=\"color:windowtext\"><o:p></o:p></span></p><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"color:windowtext\">&nbsp;</span></p>', 'en_US', 'publish', '2020-05-28 05:57:59', '2024-05-01 13:26:33', 'all', NULL, NULL);
INSERT INTO `pages` (`id`, `title`, `slug`, `meta_tags`, `meta_description`, `content`, `lang`, `status`, `created_at`, `updated_at`, `visibility`, `page_builder_status`, `breadcrumb_status`) VALUES
(2, 'Privacy Policy', 'privacy-policy', NULL, NULL, '<p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom: 0.0001pt; text-align: center; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span style=\"font-size: 24pt; font-family: Montserrat; color: rgb(0, 0, 0);\">Privacy Policy <o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom: 0.0001pt; text-align: center; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><b><span style=\"font-size: 15pt; font-family: Montserrat; color: rgb(0, 0, 0);\">&nbsp;</span></b></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; text-align: justify; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span style=\"font-size: 12pt; font-family: Montserrat;\">We understand that the protection of\r\nprivacy is a major concern to many of our customers. Ziva Organiko Farm has\r\nworked hard to gain your trust by selling only the highest quality foods and\r\nproducts, and we want to do everything reasonably possible to keep your trust.\r\nTo build on our relationship, Ziva Organiko Farm wants you to understand a\r\nlittle bit about how our website interacts with visitors and how we will use\r\nany information gathered when you visit our website. By using our services and\r\nviewing this Site, you are consenting to the information collection, use, and\r\ndisclosure practices described in this privacy policy.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Registration</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">In\r\norder for you to receive certain benefits of our website, you may first be\r\nasked to supply certain information such as your email id, mobile number, pin\r\ncode, etc. Ziva Organiko Farm wants to supply you with information that\r\nbenefits you and the more relevant information we have about you the better we\r\nare able to do this.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We,\r\nZiva Organiko Farm or Ziva, or any of its affiliates are the owners of the\r\nwebsite. https://</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Arial, sans-serif; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Zivaorganiko.com (“Website”) This\r\nWebsite showcases our products, e-commerce shop, services, our work, our\r\nengagement with farmers, and offerings, (“Offerings”).<br>\r\n<br>\r\nWe respect data privacy rights and are committed to protecting the personal\r\ninformation collected on this Website. This privacy policy (“Privacy Policy”)\r\nsets forth how we collect, use and protect the personal information collected\r\non this Website.<br>\r\n<br>\r\nPLEASE READ THIS PRIVACY POLICY CAREFULLY. BY CLICKING “I AGREE” OR BY\r\nCONTINUING TO USE THE WEBSITE, PROVIDING US PERSONAL INFORMATION, YOU CONSENT\r\nTO OUR USE OF YOUR PERSONAL INFORMATION IN ACCORDANCE WITH THE TERMS OF THIS\r\nPRIVACY POLICY. IF YOU DO NOT AGREE TO THIS PRIVACY POLICY, YOU MAY WITHDRAW YOUR\r\nCONSENT OR ALTERNATIVELY CHOOSE NOT TO PROVIDE YOUR PERSONAL INFORMATION ON THE\r\nWEBSITE. SUCH AN INTIMATION TO WITHDRAW YOUR CONSENT CAN BE PROVIDED BY EMAIL\r\nTO COMMUNICATION DETAILS MENTIONED BELOW. IF YOU ARE ACCESSING THE WEBSITE ON\r\nBEHALF OF A THIRD PARTY, YOU REPRESENT THAT YOU HAVE THE AUTHORITY TO BIND SUCH\r\nTHIRD PARTY TO THE TERMS AND CONDITIONS OF THIS PRIVACY POLICY AND, IN SUCH AN\r\nEVENT YOUR USE OF THE WEBSITE SHALL REFER TO USE BY SUCH THIRD PARTY. IF YOU DO\r\nNOT HAVE SUCH AN AUTHORITY (TO PROVIDE ANY PERSONAL INFORMATION OF A THIRD\r\nPARTY) OR DO NOT AGREE TO THE TERMS OF THIS PRIVACY POLICY, THEN YOU SHOULD\r\nREFRAIN FROM USING THE WEBSITE.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">What data do we collect?</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">You\r\nare required to provide us with personal information such as your first name,\r\nlast name, e-mail address, phone number, address, location information, company\r\nname (any other information as applicable). For the sake of brevity, the\r\naforementioned information shall be referred to as “Personal Information”. We\r\ncollect Personal Information through our ‘Connect with us’, ‘Farm Visits’,\r\n‘Shop Retail/Franchisee form’, or through other pages when you engage with us.\r\nWe also collect personal information to facilitate the sale of products on our\r\ne-commerce shop through our website. Payment Information- You may elect to pay\r\nthrough our website, we may collect certain information such as name and email\r\naddress to process your request. You will be required to provide certain\r\npayment information directly to our payment processing partners, including but\r\nnot limited to your name, and credit/debit card information. We do not access,\r\nstore or collect your credit/debit card information. Website and Social media\r\naccounts- We may also collect, store and use your Personal Information when you\r\n(1) access our social networking handles operated by us on Facebook, Twitter,\r\nand/or LinkedIn (2) share our blogs through Facebook, Twitter, and/or LinkedIn\r\nand (3) comment/ provide feedback/testimonials on such social networking\r\nhandles. Accuracy of information- Please make sure that any Personal\r\nInformation you share with us is accurate and up-to-date information. If you\r\nare sharing any Personal Information on behalf of a third person, you should\r\nensure that you are authorized to do so.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Cookies And Tracking Technologies</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\nmay also automatically collect certain information through cookies to improve\r\nour Website and Offerings, such as the pattern of your use of the Website, our\r\nOfferings, visits, material that you viewed or searched for; page response\r\ntimes, download errors, length of visits to certain pages, page interaction\r\ninformation, IP address and date and time when you access or use the website.\r\nCookies are small, encrypted files, that the Website transfers to the device\r\nthrough which you access our website.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\nmay use tracking technologies, analytical tools, and cookies to improve our\r\nwebsite and your experience.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Information\r\nis processed “only for a lawful purpose upon consent of an individual” and only\r\nstore what’s necessary for the purpose defined.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Google Analytics:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;The Platform uses Google Analytics, a web analytics service provided\r\nby Google Inc. (“Google”). Google Analytics uses cookies, and text files that\r\nare stored on your computer and enable an analysis of your use of the Platform.\r\nThe information generated by the cookies about your use of this Platform is\r\nusually transferred to a server of Google in the US and stored there. In case\r\nof activation of IP anonymization on this Platform, your IP address from Google\r\nwill be truncated within Member States of the European Union or other parties\r\nto the Agreement on the European Economic Area. Only in exceptional cases is\r\nthe full IP address is transmitted to a Google server in the US and shortened\r\nthere. You can refuse the use of cookies by selecting the appropriate settings\r\non your browser software. You can also prevent the data generated by the cookie\r\nand related to your use of the Platform to Google and the processing of these data\r\nby Google, by installing the “Google Analytics Opt-out Browser Add-on” browser\r\nextension from the following link (HTTPS: // Download\r\ntools.google.com/dlpage/gaoptout/) available browser plug-in and install it.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Cookies:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;We\r\nuse cookies and similar tracking technologies to track website traffic patterns\r\nand hold certain registration information. Tracking technologies also used are\r\nbeacons, tags, and scripts to collect and track information and to improve and\r\nanalyze our service. If you wish to not have the information these technologies\r\ncollect be used for the purpose of serving you targeted ads, the Help menu on\r\nthe menu bar of most browsers will tell you how to prevent your browser from\r\naccepting new cookies, and how to disable cookies altogether, etc.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Types of Cookies used: We use the following types of Cookies</span></b><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Strictly necessary cookies</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Analytical/performance cookies.</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Targeting cookies.</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We use cookies to:</span></b><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Improve the User experience on the Platform</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Understand the usage based on the geographical\r\n     area</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Understand the usage based on the demographics</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Understand and get usage patterns of the users</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">The cookies will collect the following information:</span></b><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Clicks and scrolls on the Platform;</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Visitor’s operating system, browser\r\n     information, CPU, GPU; and</span><span style=\"font-size:12.0pt;font-family:\r\n     &quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\n     GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Information of service provider.</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Will disabling the cookies allow users to use the platform?</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\nwill not restrict the usage of the Website if the cookies are disabled.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">What do we do with your data?</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\nuse the Personal Information for the following purposes:</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;T</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">o inform you about our Offerings and to\r\n     respond to your requests;</span><span style=\"font-size:12.0pt;font-family:\r\n     &quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\n     GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">To complete the registration formalities and\r\n     to create an account on the e-commerce shop;</span><span style=\"font-size:\r\n     12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Processing the orders/requests and provision\r\n     of services, including delivering orders;</span><span style=\"font-size:\r\n     12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Completing transactions effectively and\r\n     billing for the products/services provided;</span><span style=\"font-size:\r\n     12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">to improve the Offerings;</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">to maintain and manage our website;</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">to manage our relationship with you;</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Sending promotional e-mails/communications;</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Dealing with requests, inquiries, complaints\r\n     or disputes, and other customer care-related activities,</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">To use for marketing and decision making</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">for internal record keeping, and to comply\r\n     with our legal or statutory obligations.</span><span style=\"font-size:\r\n     12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">To who do we disclose your data to?</span></b><b><span style=\"font-size:\r\n27.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\ndo not sell, rent, share, distribute, lease or otherwise provide your Personal\r\nInformation to third parties, without your prior consent. Keeping this in mind,\r\nwe may disclose your Personal Information in the following cases:</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Affiliates:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;We\r\nmay provide your Personal Information to our affiliates to enable them to\r\nimprove the Offerings, provide feedback and respond to their queries</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Service Providers:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;We may share your Personal Information with the service providers who\r\nwork with us in connection with operating the Website and/ or providing the\r\nOfferings. All such service providers are subject to stringent confidentiality\r\nrestrictions consistent with this Privacy Policy.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Merger or Acquisition:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;We may transfer your Personal Information if we are acquired by\r\nanother entity, or if we merge with another company or transfer a part of our\r\nbusiness, including the Website, to a third party. Any such third party or\r\nresultant entity that receives your Personal Information shall have the right\r\nto continue to use your Personal Information in line with the purposes set out\r\nherein. In the event of such a sale or transfer, we may notify you.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Legal and Regulatory Authorities:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;We may disclose your Personal Information in order\r\nto comply with our legal obligations/ court orders/ requests by Govt.\r\nauthorities.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">How long we retain your data?</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\nendeavour to only collect such Personal Information that is necessary for the\r\npurposes indicated here and to retain such data for no longer than is necessary\r\nfor such purposes. The length of time Personal Information is retained, and\r\ncriteria for determining that time, are dependent on the nature of the Personal\r\nInformation and the purpose for which it was provided/ collected.<br>\r\n<br>\r\nSubject to this section, we will try to delete your Personal Information upon\r\nreasonable written request for the same. Please note, however, that there might\r\nbe latency in deleting Personal Information from our servers and backed-up\r\nversions might exist even after deletion. For more information on where and how\r\nlong your personal data is stored, and for more information on your rights of\r\nerasure and portability, please contact&nbsp;info@Zivaorganiko.com</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Our security measures</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\nemploy reasonable security measures to protect your personal information from\r\nunauthorized access, disclosure, or destruction. However, no data transmission\r\nover the internet or electronic storage method is completely secure, and we\r\ncannot guarantee absolute security. Data pilferage due to<br>\r\nunauthorized hacking, virus attacks, and technical issues is possible and will\r\ntake necessary measures to mitigate such events. You are required to be careful\r\nto avoid “phishing” scams, where someone may send you an e-mail that looks like\r\nit is from us asking for your personal information.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Your rights</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">You\r\nhave the right to access your Personal Information in our possession, right to\r\nhave us rectify or modify any such Personal Information, right to have us\r\nerase/delete your Personal Information, right to restrict us from processing\r\nsuch Personal Information, and right to object to our use of your Personal\r\nInformation, withdraw consent at any time where we are relying on consent to\r\nprocess your Personal Information Depending on the nature of your request, we\r\nmay ask you to complete a Personal Information request form or seek certain\r\ndetails to verify the request. In certain cases, we may charge a fee for this\r\nservice, but we will inform you at the time. All requests for Personal\r\nInformation will be handled within a reasonable period of time. If you would\r\nlike to exercise ANY of these rights, please contact&nbsp;info@Zivaorganiko.com</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Children’s privacy</span></b><b><span style=\"font-size:27.0pt;font-family:\r\n&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nGU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\ndo not knowingly collect Personal Information from children under the age of 16\r\nyears without the prior, verifiable consent of his or her their legal\r\nrepresentative. If you are a child under the age of 16 years, please do not\r\nprovide any Personal Information. If the legal representative of the child\r\ndiscovers that the child has provided us with Personal Information, we request\r\nthe legal representative of the child to\r\ncontact&nbsp;info@Zivaorganiko.com&nbsp;to have the Personal Information\r\ndeleted.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Choice and opt-out</span></b><b><span style=\"font-size:27.0pt;font-family:\r\n&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nGU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We\r\nmay send you communications including but not limited to (a) notices about your\r\nuse of our Website and Offerings, including those concerning violations of use,\r\n(b) updates, (c) promotional information regarding our Offerings, and (d)\r\nnewsletters. You may opt-out of receiving promotional emails and newsletters\r\nfrom us by following the unsubscribe instructions provided in those emails.\r\nAlternatively, you can opt-out, at any time, by\r\nemailing&nbsp;info@Zivaorganiko.com&nbsp;with your specific concerns.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Information for EU and UK individuals</span></b><b><span style=\"font-size:\r\n27.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Residents\r\nof the European Union (“EU”) and United Kingdom (“UK”) should note that this\r\nPrivacy Policy has been updated in accordance with the requirements of the EU\r\nGeneral Data Protection Regulation (the “GDPR”) and the UK GDPR, the United\r\nKingdom Data Protection Act 2018, the Privacy and Electronic Communications\r\nRegulations, and any regulation superseding any of the foregoing (“UK Privacy\r\nLaws”). As per the provisions of the GDPR and UK Privacy Laws we shall be\r\nconsidered the Controllers of the Personal information collected as a result of\r\nyour use/access to the Website.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Legal Basis (for EU residents and UK residents):</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;We will not process your\r\nPersonal Information without a lawful basis to do so. We will process your\r\nPersonal Information only on the legal bases of consent, contract, or on the\r\nbasis of our legitimate interests, provided that such interests are not\r\noverridden by your privacy rights and interests.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Transfer of your personal information across borders (for EU\r\nResidents):&nbsp;</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">The Personal Information we collect (of EU and UK residents) might be\r\nprocessed outside the EU and UK. We collect and transfer Personal Information\r\noutside the EU and UK in accordance with the provisions of the GDPR and UK\r\nPrivacy Laws. If you have questions, please contact&nbsp;info@Zivaorganiko.com</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Your Rights (For EU and UK Residents):</span></b><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">You\r\nhave the right to request us,</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">to let you know what Personal Information\r\n     belongs to you,</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;W</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">e hold in our possession,</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;W</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">ithdraw consent at any time where we are\r\n     relying on consent to process your Personal Information,</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:\r\n     &quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;R</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">ight to have us rectify or modify any such\r\n     Personal Information,</span><span style=\"font-size:12.0pt;font-family:\r\n     &quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\n     GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;R</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">ight to have us erase/delete your Personal\r\n     Information,</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;R</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">ight to restrict us from processing such\r\n     Personal Information,</span><span style=\"font-size:12.0pt;font-family:\r\n     &quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\n     GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;R</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">ight to object to our use of your Personal\r\n     Information,</span><span style=\"font-size:12.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\n     mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></li>\r\n <li class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"font-size:12.0pt;\r\n     font-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\n     mso-bidi-language:GU\">&nbsp;Y</span><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">ou have the right to lodge a complaint with a\r\n     data protection authority.</span><span style=\"font-size:12.0pt;font-family:\r\n     &quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\n     GU\"><o:p></o:p></span></li>\r\n</ul><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">UK\r\nresidents have the right to make a complaint at any time to the Information\r\nCommissioner’s Office (“ICO”), the UK supervisory authority for data protection\r\nissues (www.ico.org.uk). We would, however, appreciate the chance to deal with\r\nyour concerns before you approach the ICO so please contact us in the first\r\ninstance. We may need to request specific information from you to help us\r\nconfirm your identity or also contact you for further information in relation\r\nto your request. If you would like to exercise ANY of these rights, please\r\ncontact&nbsp;info@Zivaorganiko.com</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Governing Laws:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;For any EU and UK residents, this Privacy Policy shall be governed\r\nrespectively by the provisions of the GDPR and UK Privacy Laws.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Links to other websites</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Our\r\nwebsite may contain links to other websites/applications of your interest.\r\nPlease note that we do not have any control over such other\r\nwebsites/applications, and you will be accessing these websites/applications at\r\nyour own risk. Therefore, we cannot be responsible for the protection and\r\nprivacy of any information which you provide whilst visiting such\r\nwebsites/applications and those are not governed by this Privacy Policy. You\r\nshould exercise caution and look at the privacy policy applicable to such\r\nwebsites/applications.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Limitation of liability</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">To\r\nthe extent permissible under the law, we shall not be liable for any direct,\r\nindirect, incidental, special, consequential, or exemplary damages, including\r\nbut not limited to, damages for loss of profits, goodwill, data, information,\r\nor other intangible losses (even if we have been advised of the possibility of\r\nsuch damages), arising out of this Privacy Policy.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Governing laws and disputes</span></b><b><span style=\"font-size:27.0pt;\r\nfont-family:&quot;Arial&quot;,sans-serif;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">This\r\nPrivacy Policy shall be construed and governed by the laws of India. You agree\r\nthat the courts in Jurisdiction of Mumbai, India shall have exclusive\r\njurisdiction over such disputes.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Changes to this policy:</span></b><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;We may update this Privacy Policy from time to time and you are\r\nencouraged to check this Privacy Policy on a regular basis to be aware of the\r\nchanges made to it. This Privacy Policy was last modified on 2</span><sup><span lang=\"EN-IN\" style=\"font-size: 9pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">nd</span></sup><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;Feb 2024.</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><b><span lang=\"EN-IN\" style=\"font-size: 22.5pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Contact Us</span></b><b><span style=\"font-size:27.0pt;font-family:&quot;Arial&quot;,sans-serif;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-language:GU\"><o:p></o:p></span></b></span></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 18pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span style=\"color: rgb(0, 0, 0);\"><span lang=\"EN-IN\" style=\"font-size: 12pt; font-family: Montserrat; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">If\r\nyou wish to withdraw your consent or have any questions or concerns or\r\ngrievances regarding this Privacy Policy, you can reach out to our appointed\r\ngrievance redressal officer via email at&nbsp;info@Zivaorganiko.com</span><span style=\"font-size: 12pt; font-family: Arial, sans-serif;\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" align=\"center\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;\r\ntext-align:center\"><!--[if gte vml 1]><v:shapetype id=\"_x0000_t75\" coordsize=\"21600,21600\"\r\n o:spt=\"75\" o:preferrelative=\"t\" path=\"m@4@5l@4@11@9@11@9@5xe\" filled=\"f\"\r\n stroked=\"f\">\r\n <v:stroke joinstyle=\"miter\"></v:stroke>\r\n <v:formulas>\r\n  <v:f eqn=\"if lineDrawn pixelLineWidth 0\"></v:f>\r\n  <v:f eqn=\"sum @0 1 0\"></v:f>\r\n  <v:f eqn=\"sum 0 0 @1\"></v:f>\r\n  <v:f eqn=\"prod @2 1 2\"></v:f>\r\n  <v:f eqn=\"prod @3 21600 pixelWidth\"></v:f>\r\n  <v:f eqn=\"prod @3 21600 pixelHeight\"></v:f>\r\n  <v:f eqn=\"sum @0 0 1\"></v:f>\r\n  <v:f eqn=\"prod @6 1 2\"></v:f>\r\n  <v:f eqn=\"prod @7 21600 pixelWidth\"></v:f>\r\n  <v:f eqn=\"sum @8 21600 0\"></v:f>\r\n  <v:f eqn=\"prod @7 21600 pixelHeight\"></v:f>\r\n  <v:f eqn=\"sum @10 21600 0\"></v:f>\r\n </v:formulas>\r\n <v:path o:extrusionok=\"f\" gradientshapeok=\"t\" o:connecttype=\"rect\"></v:path>\r\n <o:lock v:ext=\"edit\" aspectratio=\"t\"></o:lock>\r\n</v:shapetype><v:shape id=\"Picture_x0020_2\" o:spid=\"_x0000_s2050\" type=\"#_x0000_t75\"\r\n alt=\"1000ml JAR VIEW_3\" style=\'position:absolute;left:0;text-align:left;\r\n margin-left:0;margin-top:0;width:450.8pt;height:315.6pt;z-index:-251657216;\r\n visibility:visible;mso-wrap-style:square;mso-width-percent:0;\r\n mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;\r\n mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;\r\n mso-position-horizontal:center;mso-position-horizontal-relative:margin;\r\n mso-position-vertical:center;mso-position-vertical-relative:margin;\r\n mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;\r\n mso-height-relative:page\' o:allowincell=\"f\">\r\n <v:imagedata src=\"file:///C:/Users/admin/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png\"\r\n  o:title=\"1000ml JAR VIEW_3\" gain=\"19661f\" blacklevel=\"22938f\"></v:imagedata>\r\n <w:wrap anchorx=\"margin\" anchory=\"margin\"></w:wrap>\r\n</v:shape><![endif]--><!--[if !vml]--><span style=\"position: absolute; z-index: -1895824384; left: 0px; width: 601px; height: 421px;\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</span></p><p class=\"MsoNormal\"><o:p style=\"color: rgb(0, 0, 0);\">&nbsp;</o:p></p>', 'en_US', 'publish', '2020-07-24 21:01:55', '2024-05-01 10:58:34', 'all', NULL, NULL);
INSERT INTO `pages` (`id`, `title`, `slug`, `meta_tags`, `meta_description`, `content`, `lang`, `status`, `created_at`, `updated_at`, `visibility`, `page_builder_status`, `breadcrumb_status`) VALUES
(4, 'Video Header Example', 'video-header-example', NULL, NULL, NULL, 'en_US', 'publish', '2021-09-10 10:40:57', '2022-07-28 00:12:28', 'all', 'on', NULL),
(5, 'Test Page One', 'test-page-one', NULL, NULL, NULL, 'en_US', 'publish', '2022-07-26 06:23:46', '2022-07-28 00:12:28', 'all', 'on', 'on'),
(6, 'Refund Policy', 'refund-and-cancellation-policy', 'refund-cancel', 'Refund and Cancellation Policy', '<p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:109%;font-family:Montserrat;color:windowtext\">Refund\r\n&amp; Cancellation Policy<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Once an order is confirmed, ZIVA\r\nORGANIKO will not accept return or refund requests. However, in any of the\r\nbelow situations, we are more than happy to work with our patrons to find an the\r\namicable solution that is fair to all parties.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><br></p><p class=\"MsoNormal\" align=\"left\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:109%;font-family:Montserrat;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:windowtext;\r\nmso-bidi-language:HI\">In the case of a Damaged product<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"left\"><br></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">ZIVA ORGANIKO needs to be notified of a\r\ndamaged product within 5 days from the delivery date via email to <u>info@ZivaOrganiko.com</u><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">In the email, the order number, image of\r\nthe invoice, 1 outer box image, and 2 clear images of the damaged product to be\r\nsent.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">In the case of multiple item shipments,\r\nonly the affected product can be returned and replaced.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We will be happy to re-send and replace\r\nthe product(s) promptly and we will work with you on providing an amicable\r\nsolution.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">The email will be responded to within\r\n24-48 hrs. and full assistance will be provided thereafter.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:109%;font-family:Montserrat;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:windowtext;\r\nmso-bidi-language:HI\"><br></span></b></p><p class=\"MsoNormal\" align=\"left\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:109%;font-family:Montserrat;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:windowtext;\r\nmso-bidi-language:HI\">In case of a Missing product</span></b><br></p><p class=\"MsoNormal\" align=\"left\"><br></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">ZIVA ORGANIKO needs to be notified of\r\nmissing products within 48 hours of the order delivery date via email to&nbsp;<u>info@ZivaOrganiko.com</u><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">In the email, the order number, the\r\nimage of the invoice, 1 outer box image, and 2 clear images of the opened box\r\nwith all items received to be sent.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We will be unable to accept a refund\r\nrequest. But we will be happy to promptly re-send the missing product<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">An email will be responded to within\r\n24-48 hrs. and full assistance will be provided thereafter.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><br></p><p class=\"MsoNormal\" align=\"left\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:109%;font-family:Montserrat;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:windowtext;\r\nmso-bidi-language:HI\">In case of spoiled product<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"left\"><br></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">ZIVA ORGANIKO needs to be notified of\r\nspoilage of product within 10 days from the delivery date via email to&nbsp;<u>info@ZivaOrganiko.com</u><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">In the email, order number, date of\r\npackaging/ date of manufacture, clear images or video of the product to be\r\nshared<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We will be unable to accept returns due\r\nto variance in taste, texture, color, or aroma. This is because our products\r\nare completely natural and made mostly by hand, so no two batches will be\r\nidentical. No compromise is made in the the natural production process, use of\r\nbest and natural ingredients and we will ensure that maximum nutritional value\r\nis retained<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">We will work with you on providing an\r\namicable solution.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Product will be replaced after due\r\ninvestigation and diligence and we assure a fair outcome at all times.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">The email will be responded to within\r\n24-48 hrs., and full assistance will be provided thereafter.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><br></p><p class=\"MsoNormal\" align=\"left\"><b><span lang=\"EN-IN\" style=\"font-size:22.5pt;line-height:109%;font-family:Montserrat;mso-fareast-font-family:\r\n&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:windowtext;\r\nmso-bidi-language:HI\">Cancellation Policy for Ziva Organiko<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"left\"><br></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">At Ziva Organiko, we understand that\r\nsometimes plans change, and you may need to cancel your order. We have a simple\r\ncancelation policy in place to ensure that our customers have a hassle-free experience.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Orders will only be cancelled if they\r\nhave not been dispatched. Once the order has been dispatched, it cannot be\r\ncancelled.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">If your cancellation request is\r\naccepted, we will refund the entire amount to your original payment method\r\nwithin 7 business days.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Ziva Organiko reserves the right to\r\ncancel orders at any time due to unforeseen circumstances, such as product\r\nunavailability or quality issues. If we cancel your order, we will notify you\r\nand refund the entire amount.<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"mso-bidi-font-size:12.0pt;line-height:109%;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;mso-bidi-language:HI\">Please note that our cancelation policy\r\nis subject to change without prior notice, and the updated policy will be\r\nreflected on our website. If you have any questions or concerns regarding our\r\ncancelation policy, please feel free to contact our customer support team at +91 9909809133 or&nbsp;<u>info@ZivaOrganiko.com</u><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"left\"><span lang=\"EN-IN\" style=\"font-family:Montserrat;color:windowtext\">&nbsp;</span></p><p class=\"MsoNormal\" align=\"left\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"color:windowtext\">&nbsp;</span></p>', 'en_US', 'publish', '2024-02-02 06:14:47', '2024-02-02 06:14:47', 'all', NULL, NULL),
(7, 'Shipping and Delivery', 'shipping-and-delivery', 'Shipping and Delivery', 'Shipping and Delivery', '<p class=\"MsoHeader\" align=\"center\" style=\"text-align:center\"><b><span lang=\"EN-IN\" style=\"font-size:22.0pt;mso-bidi-font-size:16.0pt;color:windowtext\">Shipping\r\nPolicy for Ziva<o:p></o:p></span></b></p>\r\n\r\n<p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"color:windowtext\">&nbsp;</span></p>\r\n\r\n<p class=\"MsoSubtitle\"><strong><span lang=\"EN-IN\" style=\"font-family:&quot;Segoe UI&quot;,sans-serif;\r\ncolor:windowtext;border:solid #E3E3E3 1.0pt;mso-border-alt:solid #E3E3E3 .25pt;\r\npadding:0cm\">Shipping Policy</span></strong><span lang=\"EN-IN\" style=\"font-size:\r\n12.0pt;mso-bidi-font-size:11.0pt;line-height:109%;color:windowtext\"><o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><span lang=\"EN-IN\" style=\"color:windowtext\">Thank you for\r\nchoosing Ziva! Below you will find all the necessary information regarding our\r\nshipping policy to ensure a seamless shopping experience.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><strong><span lang=\"EN-IN\" style=\"font-family:&quot;Segoe UI&quot;,sans-serif;\r\ncolor:windowtext;border:solid #E3E3E3 1.0pt;mso-border-alt:solid #E3E3E3 .25pt;\r\npadding:0cm\">Shipping Partners:</span></strong><span lang=\"EN-IN\" style=\"color:windowtext\"> Ziva collaborates with several trusted courier\r\npartners to deliver your orders across India. We work diligently to ensure your\r\nitems are delivered to you in a timely and efficient manner.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><strong><span lang=\"EN-IN\" style=\"font-family:&quot;Segoe UI&quot;,sans-serif;\r\ncolor:windowtext;border:solid #E3E3E3 1.0pt;mso-border-alt:solid #E3E3E3 .25pt;\r\npadding:0cm\">Shipping Method:</span></strong><span lang=\"EN-IN\" style=\"color:\r\nwindowtext\"> At present, we offer standard shipping as our primary shipping\r\nmethod for all orders. While we aim to provide additional shipping options in\r\nthe future, we appreciate your understanding and patience with our current\r\nofferings.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><strong><span lang=\"EN-IN\" style=\"font-family:&quot;Segoe UI&quot;,sans-serif;\r\ncolor:windowtext;border:solid #E3E3E3 1.0pt;mso-border-alt:solid #E3E3E3 .25pt;\r\npadding:0cm\">Delivery Timeframe:</span></strong><span lang=\"EN-IN\" style=\"color:windowtext\"> The delivery time for your order may vary depending\r\non your location within India. Generally, orders are expected to be delivered\r\nwithin 2-9 business days from the date of order placement. Please note that\r\nunforeseen circumstances such as natural disasters or logistical challenges may\r\nimpact delivery times. Rest assured, we strive to minimize any delays and keep\r\nyou informed throughout the shipping process.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><strong><span lang=\"EN-IN\" style=\"font-family:&quot;Segoe UI&quot;,sans-serif;\r\ncolor:windowtext;border:solid #E3E3E3 1.0pt;mso-border-alt:solid #E3E3E3 .25pt;\r\npadding:0cm\">Order Acceptance:</span></strong><span lang=\"EN-IN\" style=\"color:windowtext\"> Ziva accepts orders exclusively from customers within\r\nIndia. We regret to inform you that we are unable to process orders for\r\ninternational delivery at this time. We appreciate your understanding in this\r\nmatter.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><strong><span lang=\"EN-IN\" style=\"font-family:&quot;Segoe UI&quot;,sans-serif;\r\ncolor:windowtext;border:solid #E3E3E3 1.0pt;mso-border-alt:solid #E3E3E3 .25pt;\r\npadding:0cm\">Order Cancellation:</span></strong><span lang=\"EN-IN\" style=\"color:windowtext\"> Ziva reserves the right to cancel an order within 48\r\nhours from the time of order placement. This action may be taken due to various\r\nreasons, including but not limited to insufficient stock, payment verification\r\nissues, or inability to fulfill the order. In the event of an order\r\ncancellation, you will be promptly notified, and any payments made will be\r\nrefunded as per our refund policy.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><strong><span lang=\"EN-IN\" style=\"font-family:&quot;Segoe UI&quot;,sans-serif;\r\ncolor:windowtext;border:solid #E3E3E3 1.0pt;mso-border-alt:solid #E3E3E3 .25pt;\r\npadding:0cm\">Contact Us:</span></strong><span lang=\"EN-IN\" style=\"color:windowtext\">\r\nShould you have any further questions or concerns regarding our shipping\r\npolicy, please do not hesitate to contact our customer support team. We are\r\nhere to assist you and ensure your satisfaction with every aspect of your\r\nshopping experience at Ziva.<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><span lang=\"EN-IN\" style=\"color:windowtext\">Thank you for\r\nchoosing Ziva. We appreciate your trust and support!<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><span lang=\"EN-IN\" style=\"color:windowtext\">info@zivaorganiko.com<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><span lang=\"EN-IN\" style=\"color:windowtext\">Morning 9AM to\r\nEvening 5.30PM<o:p></o:p></span></p>\r\n\r\n<p class=\"MsoSubtitle\"><span lang=\"EN-IN\" style=\"color:windowtext\">&nbsp;</span></p>', 'en_US', 'publish', '2024-02-16 05:39:22', '2024-02-16 05:49:17', 'all', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `page_builders`
--

CREATE TABLE `page_builders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `addon_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addon_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addon_location` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addon_order` bigint(20) UNSIGNED DEFAULT NULL,
  `addon_page_id` bigint(20) UNSIGNED DEFAULT NULL,
  `addon_page_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `addon_settings` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `addon_namespace` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `page_builders`
--

INSERT INTO `page_builders` (`id`, `addon_name`, `addon_type`, `addon_location`, `addon_order`, `addon_page_id`, `addon_page_type`, `addon_settings`, `created_at`, `updated_at`, `addon_namespace`) VALUES
(23, 'HeaderAreaStyleOne', 'new', 'dynamic_page', 1, 1, 'dynamic_page', 'a:28:{s:10:\"addon_name\";s:18:\"HeaderAreaStyleOne\";s:15:\"addon_namespace\";s:64:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xIZWFkZXJcSGVhZGVyQXJlYVN0eWxlT25l\";s:10:\"addon_type\";s:3:\"new\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"1\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:11:\"title_en_US\";N;s:17:\"description_en_US\";N;s:17:\"button_text_en_US\";N;s:11:\"title_tr_TR\";N;s:17:\"description_tr_TR\";N;s:17:\"button_text_tr_TR\";N;s:8:\"title_ar\";N;s:14:\"description_ar\";N;s:14:\"button_text_ar\";N;s:11:\"title_es_ES\";N;s:17:\"description_es_ES\";N;s:17:\"button_text_es_ES\";N;s:10:\"button_url\";N;s:11:\"button_icon\";s:21:\"nexicon-3d-modeling-1\";s:16:\"right_side_image\";N;s:19:\"shape_side_image_01\";N;s:19:\"shape_side_image_02\";N;s:19:\"shape_side_image_03\";N;s:19:\"shape_side_image_04\";N;s:11:\"padding_top\";s:3:\"200\";s:14:\"padding_bottom\";s:3:\"300\";}', '2021-10-08 00:15:07', '2022-01-22 08:03:18', 'App\\PageBuilder\\Addons\\Header\\HeaderAreaStyleOne'),
(24, 'PricePlanGridStyleOne', 'new', 'dynamic_page', 3, 1, 'dynamic_page', 'a:27:{s:10:\"addon_name\";s:21:\"PricePlanGridStyleOne\";s:15:\"addon_namespace\";s:72:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xQcmljZVBsYW5cUHJpY2VQbGFuR3JpZFN0eWxlT25l\";s:10:\"addon_type\";s:3:\"new\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"1\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:19:\"section_title_en_US\";N;s:25:\"section_description_en_US\";N;s:17:\"summer_note_image\";N;s:16:\"categories_en_US\";a:1:{i:0;s:1:\"1\";}s:19:\"section_title_tr_TR\";N;s:25:\"section_description_tr_TR\";N;s:16:\"section_title_ar\";N;s:22:\"section_description_ar\";N;s:19:\"section_title_es_ES\";N;s:25:\"section_description_es_ES\";N;s:31:\"section_title_content_alignment\";s:21:\"justify-content-start\";s:23:\"section_title_alignment\";s:10:\"left-align\";s:8:\"order_by\";s:2:\"id\";s:5:\"order\";s:3:\"asc\";s:5:\"items\";N;s:7:\"columns\";s:8:\"col-lg-3\";s:20:\"pagination_alignment\";s:9:\"text-left\";s:16:\"background_color\";N;s:11:\"padding_top\";s:3:\"110\";s:14:\"padding_bottom\";s:3:\"110\";}', '2021-10-08 00:15:59', '2022-01-22 08:03:18', 'App\\PageBuilder\\Addons\\PricePlan\\PricePlanGridStyleOne'),
(26, 'HeaderAreaStyleOne', 'update', 'dynamic_page', 1, 2, 'dynamic_page', 'a:29:{s:2:\"id\";s:2:\"26\";s:10:\"addon_name\";s:18:\"HeaderAreaStyleOne\";s:15:\"addon_namespace\";s:64:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xIZWFkZXJcSGVhZGVyQXJlYVN0eWxlT25l\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";s:1:\"1\";s:13:\"addon_page_id\";s:1:\"2\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:11:\"title_en_US\";s:7:\"ugohihi\";s:17:\"description_en_US\";s:11:\"Tttttttttzt\";s:17:\"button_text_en_US\";s:5:\"aaaaa\";s:11:\"title_tr_TR\";N;s:17:\"description_tr_TR\";N;s:17:\"button_text_tr_TR\";N;s:8:\"title_ar\";N;s:14:\"description_ar\";N;s:14:\"button_text_ar\";N;s:11:\"title_es_ES\";N;s:17:\"description_es_ES\";N;s:17:\"button_text_es_ES\";N;s:10:\"button_url\";N;s:11:\"button_icon\";s:15:\"flaticon-search\";s:16:\"right_side_image\";N;s:19:\"shape_side_image_01\";N;s:19:\"shape_side_image_02\";N;s:19:\"shape_side_image_03\";N;s:19:\"shape_side_image_04\";N;s:11:\"padding_top\";s:3:\"200\";s:14:\"padding_bottom\";s:3:\"300\";}', '2021-10-12 13:53:46', '2022-02-16 19:34:42', 'App\\PageBuilder\\Addons\\Header\\HeaderAreaStyleOne'),
(28, 'HeaderAreaStyleTen', 'new', 'dynamic_page', 2, 1, 'dynamic_page', 'a:10:{s:10:\"addon_name\";s:18:\"HeaderAreaStyleTen\";s:15:\"addon_namespace\";s:72:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xIZWFkZXJTbGlkZXJcSGVhZGVyQXJlYVN0eWxlVGVu\";s:10:\"addon_type\";s:3:\"new\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"1\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:10:\"header_ten\";a:28:{s:14:\"subtitle_en_US\";a:1:{i:0;s:7:\"sssssss\";}s:11:\"title_en_US\";a:1:{i:0;s:9:\"sssssssss\";}s:17:\"description_en_US\";a:1:{i:0;s:12:\"ssssssssssss\";}s:17:\"button_text_en_US\";a:1:{i:0;s:8:\"aaaaaaaa\";}s:16:\"button_url_en_US\";a:1:{i:0;s:6:\"aaaaaa\";}s:17:\"button_icon_en_US\";a:1:{i:0;N;}s:22:\"background_image_en_US\";a:1:{i:0;s:3:\"253\";}s:14:\"subtitle_tr_TR\";a:1:{i:0;N;}s:11:\"title_tr_TR\";a:1:{i:0;N;}s:17:\"description_tr_TR\";a:1:{i:0;N;}s:17:\"button_text_tr_TR\";a:1:{i:0;N;}s:16:\"button_url_tr_TR\";a:1:{i:0;N;}s:17:\"button_icon_tr_TR\";a:1:{i:0;N;}s:22:\"background_image_tr_TR\";a:1:{i:0;N;}s:11:\"subtitle_ar\";a:1:{i:0;N;}s:8:\"title_ar\";a:1:{i:0;N;}s:14:\"description_ar\";a:1:{i:0;N;}s:14:\"button_text_ar\";a:1:{i:0;N;}s:13:\"button_url_ar\";a:1:{i:0;N;}s:14:\"button_icon_ar\";a:1:{i:0;N;}s:19:\"background_image_ar\";a:1:{i:0;N;}s:14:\"subtitle_es_ES\";a:1:{i:0;N;}s:11:\"title_es_ES\";a:1:{i:0;N;}s:17:\"description_es_ES\";a:1:{i:0;N;}s:17:\"button_text_es_ES\";a:1:{i:0;N;}s:16:\"button_url_es_ES\";a:1:{i:0;N;}s:17:\"button_icon_es_ES\";a:1:{i:0;N;}s:22:\"background_image_es_ES\";a:1:{i:0;N;}}s:11:\"padding_top\";s:3:\"225\";s:14:\"padding_bottom\";s:3:\"220\";}', '2021-10-15 05:20:50', '2022-01-22 08:03:18', 'App\\PageBuilder\\Addons\\HeaderSlider\\HeaderAreaStyleTen'),
(35, 'CustomFormStyleOne', 'update', 'dynamic_page', 2, 2, 'dynamic_page', 'a:19:{s:2:\"id\";s:2:\"35\";s:10:\"addon_name\";s:18:\"CustomFormStyleOne\";s:15:\"addon_namespace\";s:64:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xDb21tb25cQ3VzdG9tRm9ybVN0eWxlT25l\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"2\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:11:\"title_en_US\";s:16:\"Contactformulier\";s:11:\"title_tr_TR\";N;s:8:\"title_ar\";N;s:11:\"title_es_ES\";N;s:14:\"custom_form_id\";s:1:\"1\";s:6:\"column\";s:8:\"col-lg-6\";s:15:\"title_alignment\";s:9:\"text-left\";s:16:\"button_alignment\";s:11:\"button-left\";s:12:\"button_width\";N;s:11:\"padding_top\";s:2:\"50\";s:14:\"padding_bottom\";s:2:\"50\";}', '2021-12-12 21:13:45', '2022-02-16 19:34:43', 'App\\PageBuilder\\Addons\\Common\\CustomFormStyleOne'),
(38, 'BannerStyleOne', 'new', 'dynamic_page', 4, 2, 'dynamic_page', 'a:13:{s:10:\"addon_name\";s:14:\"BannerStyleOne\";s:15:\"addon_namespace\";s:60:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xQcm9kdWN0XEJhbm5lclN0eWxlT25l\";s:10:\"addon_type\";s:3:\"new\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"2\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:10:\"left_image\";s:3:\"254\";s:14:\"left_image_url\";N;s:11:\"right_image\";s:3:\"230\";s:15:\"right_image_url\";N;s:11:\"padding_top\";s:2:\"60\";s:14:\"padding_bottom\";s:2:\"60\";}', '2021-12-16 14:39:41', '2022-02-16 19:34:45', 'App\\PageBuilder\\Addons\\Product\\BannerStyleOne'),
(65, 'HeaderAreaStyleFour', 'update', 'dynamic_page', 2, 4, 'dynamic_page', 'a:25:{s:2:\"id\";s:2:\"65\";s:10:\"addon_name\";s:19:\"HeaderAreaStyleFour\";s:15:\"addon_namespace\";s:68:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xIZWFkZXJcSGVhZGVyQXJlYVN0eWxlRm91cg==\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"4\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:11:\"title_en_US\";s:17:\"851 Lawrence Road\";s:17:\"description_en_US\";N;s:17:\"button_text_en_US\";N;s:11:\"title_tr_TR\";N;s:17:\"description_tr_TR\";N;s:17:\"button_text_tr_TR\";N;s:8:\"title_ar\";N;s:14:\"description_ar\";N;s:14:\"button_text_ar\";N;s:11:\"title_es_ES\";N;s:17:\"description_es_ES\";N;s:17:\"button_text_es_ES\";N;s:10:\"button_url\";N;s:16:\"background_image\";s:3:\"286\";s:10:\"left_image\";s:3:\"286\";s:11:\"padding_top\";s:3:\"325\";s:14:\"padding_bottom\";s:3:\"320\";}', '2022-02-24 20:10:34', '2022-03-09 23:01:54', 'App\\PageBuilder\\Addons\\Header\\HeaderAreaStyleFour'),
(66, 'ImageBoxGridFive', 'new', 'dynamic_page', 3, 4, 'dynamic_page', 'a:20:{s:10:\"addon_name\";s:16:\"ImageBoxGridFive\";s:15:\"addon_namespace\";s:64:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xJbWdCb3hcSW1hZ2VCb3hHcmlkRml2ZQ==\";s:10:\"addon_type\";s:3:\"new\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"4\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:22:\"section_subtitle_en_US\";s:6:\"Photos\";s:19:\"section_title_en_US\";s:6:\"Photos\";s:22:\"section_subtitle_tr_TR\";N;s:19:\"section_title_tr_TR\";N;s:19:\"section_subtitle_ar\";N;s:16:\"section_title_ar\";N;s:22:\"section_subtitle_es_ES\";N;s:19:\"section_title_es_ES\";N;s:19:\"image_box_grid_four\";a:16:{s:11:\"title_en_US\";a:1:{i:0;N;}s:9:\"url_en_US\";a:1:{i:0;N;}s:11:\"image_en_US\";a:1:{i:0;s:3:\"285\";}s:17:\"description_en_US\";a:1:{i:0;N;}s:11:\"title_tr_TR\";a:1:{i:0;N;}s:9:\"url_tr_TR\";a:1:{i:0;N;}s:11:\"image_tr_TR\";a:1:{i:0;N;}s:17:\"description_tr_TR\";a:1:{i:0;N;}s:8:\"title_ar\";a:1:{i:0;N;}s:6:\"url_ar\";a:1:{i:0;N;}s:8:\"image_ar\";a:1:{i:0;N;}s:14:\"description_ar\";a:1:{i:0;N;}s:11:\"title_es_ES\";a:1:{i:0;N;}s:9:\"url_es_ES\";a:1:{i:0;N;}s:11:\"image_es_ES\";a:1:{i:0;N;}s:17:\"description_es_ES\";a:1:{i:0;N;}}s:17:\"summer_note_image\";N;s:23:\"section_title_alignment\";s:10:\"left-align\";s:11:\"padding_top\";s:3:\"110\";s:14:\"padding_bottom\";s:3:\"110\";}', '2022-02-24 20:17:00', '2022-03-09 23:01:54', 'App\\PageBuilder\\Addons\\ImgBox\\ImageBoxGridFive'),
(68, 'HeaderAreaStyleSeven', 'new', 'dynamic_page', 1, 4, 'dynamic_page', 'a:25:{s:10:\"addon_name\";s:20:\"HeaderAreaStyleSeven\";s:15:\"addon_namespace\";s:68:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xIZWFkZXJcSGVhZGVyQXJlYVN0eWxlU2V2ZW4=\";s:10:\"addon_type\";s:3:\"new\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"4\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:11:\"title_en_US\";N;s:17:\"description_en_US\";N;s:17:\"button_text_en_US\";N;s:11:\"title_tr_TR\";N;s:17:\"description_tr_TR\";N;s:17:\"button_text_tr_TR\";N;s:8:\"title_ar\";N;s:14:\"description_ar\";N;s:14:\"button_text_ar\";N;s:11:\"title_es_ES\";N;s:17:\"description_es_ES\";N;s:17:\"button_text_es_ES\";N;s:10:\"button_url\";N;s:11:\"button_icon\";s:11:\"fa far-star\";s:16:\"background_image\";N;s:11:\"right_image\";N;s:11:\"padding_top\";s:3:\"225\";s:14:\"padding_bottom\";s:3:\"420\";}', '2022-03-05 14:13:26', '2022-03-06 01:49:45', 'App\\PageBuilder\\Addons\\Header\\HeaderAreaStyleSeven'),
(69, 'ServiceGridStyleSix', 'new', 'dynamic_page', NULL, 2, 'dynamic_page', 'a:26:{s:10:\"addon_name\";s:19:\"ServiceGridStyleSix\";s:15:\"addon_namespace\";s:68:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xTZXJ2aWNlXFNlcnZpY2VHcmlkU3R5bGVTaXg=\";s:10:\"addon_type\";s:3:\"new\";s:14:\"addon_location\";s:12:\"dynamic_page\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";s:1:\"2\";s:15:\"addon_page_type\";s:12:\"dynamic_page\";s:22:\"section_subtitle_en_US\";N;s:19:\"section_title_en_US\";N;s:20:\"read_more_text_en_US\";N;s:22:\"section_subtitle_tr_TR\";N;s:19:\"section_title_tr_TR\";N;s:20:\"read_more_text_tr_TR\";N;s:19:\"section_subtitle_ar\";N;s:16:\"section_title_ar\";N;s:17:\"read_more_text_ar\";N;s:22:\"section_subtitle_es_ES\";N;s:19:\"section_title_es_ES\";N;s:20:\"read_more_text_es_ES\";N;s:23:\"section_title_alignment\";s:10:\"left-align\";s:8:\"order_by\";s:2:\"id\";s:5:\"order\";s:3:\"asc\";s:5:\"items\";N;s:20:\"pagination_alignment\";s:9:\"text-left\";s:11:\"padding_top\";s:3:\"110\";s:14:\"padding_bottom\";s:3:\"110\";}', '2022-03-09 04:02:44', '2022-03-09 04:02:44', 'App\\PageBuilder\\Addons\\Service\\ServiceGridStyleSix'),
(72, 'HeaderAreaStyleEighteen', 'update', 'homepage', 1, NULL, 'static', 'a:11:{s:2:\"id\";s:2:\"72\";s:10:\"addon_name\";s:23:\"HeaderAreaStyleEighteen\";s:15:\"addon_namespace\";s:80:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xIZWFkZXJTbGlkZXJcSGVhZGVyQXJlYVN0eWxlRWlnaHRlZW4=\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:16:\"header-seventeen\";a:20:{s:11:\"title_en_US\";a:2:{i:0;s:29:\"Upto 50% of on Big Sale offer\";i:1;s:29:\"Upto 50% of on Big Sale offer\";}s:14:\"subtitle_en_US\";a:2:{i:0;s:31:\"Stylest {h}Dress{/h} Collection\";i:1;s:31:\"Popular Dress {h}Collection{/h}\";}s:17:\"button_text_en_US\";a:2:{i:0;s:8:\"Show Now\";i:1;s:8:\"Show Now\";}s:16:\"button_url_en_US\";a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}s:11:\"image_en_US\";a:2:{i:0;s:3:\"351\";i:1;s:3:\"352\";}s:11:\"title_tr_TR\";a:2:{i:0;N;i:1;N;}s:14:\"subtitle_tr_TR\";a:2:{i:0;N;i:1;N;}s:17:\"button_text_tr_TR\";a:2:{i:0;N;i:1;N;}s:16:\"button_url_tr_TR\";a:2:{i:0;N;i:1;N;}s:11:\"image_tr_TR\";a:2:{i:0;N;i:1;N;}s:8:\"title_ar\";a:2:{i:0;N;i:1;N;}s:11:\"subtitle_ar\";a:2:{i:0;N;i:1;N;}s:14:\"button_text_ar\";a:2:{i:0;N;i:1;N;}s:13:\"button_url_ar\";a:2:{i:0;N;i:1;N;}s:8:\"image_ar\";a:2:{i:0;N;i:1;N;}s:11:\"title_es_ES\";a:2:{i:0;N;i:1;N;}s:14:\"subtitle_es_ES\";a:2:{i:0;N;i:1;N;}s:17:\"button_text_es_ES\";a:2:{i:0;N;i:1;N;}s:16:\"button_url_es_ES\";a:2:{i:0;N;i:1;N;}s:11:\"image_es_ES\";a:2:{i:0;N;i:1;N;}}s:11:\"padding_top\";s:3:\"100\";s:14:\"padding_bottom\";s:3:\"100\";}', '2022-07-21 01:27:34', '2022-07-21 03:24:42', 'App\\PageBuilder\\Addons\\HeaderSlider\\HeaderAreaStyleEighteen'),
(73, 'ProductSliderStyleThree', 'update', 'homepage', 2, NULL, 'static', 'a:24:{s:2:\"id\";s:2:\"73\";s:10:\"addon_name\";s:23:\"ProductSliderStyleThree\";s:15:\"addon_namespace\";s:72:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xQcm9kdWN0XFByb2R1Y3RTbGlkZXJTdHlsZVRocmVl\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";s:1:\"2\";s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:19:\"section_title_en_US\";s:11:\"Todays Deal\";s:22:\"section_subtitle_en_US\";s:3:\"Hot\";s:11:\"items_en_US\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"6\";i:3;s:1:\"7\";i:4;s:2:\"10\";i:5;s:2:\"26\";}s:19:\"section_title_tr_TR\";N;s:22:\"section_subtitle_tr_TR\";N;s:16:\"section_title_ar\";N;s:19:\"section_subtitle_ar\";N;s:19:\"section_title_es_ES\";N;s:22:\"section_subtitle_es_ES\";N;s:8:\"order_by\";s:2:\"id\";s:5:\"order\";s:3:\"asc\";s:5:\"items\";N;s:12:\"slider_items\";s:1:\"4\";s:15:\"subtitle_status\";s:3:\"yes\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";}', '2022-07-21 03:25:26', '2022-07-23 02:03:17', 'App\\PageBuilder\\Addons\\Product\\ProductSliderStyleThree'),
(74, 'BannerStyleTwo', 'update', 'homepage', 3, NULL, 'static', 'a:11:{s:2:\"id\";s:2:\"74\";s:10:\"addon_name\";s:14:\"BannerStyleTwo\";s:15:\"addon_namespace\";s:60:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xQcm9kdWN0XEJhbm5lclN0eWxlVHdv\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:27:\"product_banner_two_repeater\";a:5:{s:6:\"title_\";a:3:{i:0;s:10:\"30% Off on\";i:1;s:10:\"30% Off on\";i:2;s:10:\"30% Off on\";}s:9:\"subtitle_\";a:3:{i:0;s:23:\"Mens Fashion Collection\";i:1;s:23:\"Ladies Dress Collection\";i:2;s:25:\"Sneakers Store Collection\";}s:12:\"button_text_\";a:3:{i:0;s:7:\"Buy Now\";i:1;s:7:\"Buy Now\";i:2;s:7:\"Buy Now\";}s:11:\"button_url_\";a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}s:6:\"image_\";a:3:{i:0;s:3:\"342\";i:1;s:3:\"341\";i:2;s:3:\"340\";}}s:11:\"padding_top\";s:2:\"50\";s:14:\"padding_bottom\";s:1:\"0\";}', '2022-07-21 06:28:36', '2022-07-23 01:50:14', 'App\\PageBuilder\\Addons\\Product\\BannerStyleTwo'),
(75, 'ProductMasornyOne', 'update', 'homepage', 4, NULL, 'static', 'a:27:{s:2:\"id\";s:2:\"75\";s:10:\"addon_name\";s:17:\"ProductMasornyOne\";s:15:\"addon_namespace\";s:64:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xQcm9kdWN0XFByb2R1Y3RNYXNvcm55T25l\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";s:1:\"4\";s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:19:\"section_title_en_US\";s:9:\"Our Store\";s:17:\"button_text_en_US\";s:16:\"See All Products\";s:16:\"button_url_en_US\";s:1:\"#\";s:16:\"categories_en_US\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:2:\"11\";}s:19:\"section_title_tr_TR\";N;s:17:\"button_text_tr_TR\";N;s:16:\"button_url_tr_TR\";N;s:16:\"section_title_ar\";N;s:14:\"button_text_ar\";N;s:13:\"button_url_ar\";N;s:19:\"section_title_es_ES\";N;s:17:\"button_text_es_ES\";N;s:16:\"button_url_es_ES\";N;s:8:\"order_by\";s:2:\"id\";s:5:\"order\";s:3:\"asc\";s:5:\"items\";s:1:\"4\";s:14:\"category_items\";s:1:\"4\";s:11:\"padding_top\";s:3:\"110\";s:14:\"padding_bottom\";s:3:\"110\";}', '2022-07-22 22:44:07', '2022-07-23 01:50:14', 'App\\PageBuilder\\Addons\\Product\\ProductMasornyOne'),
(76, 'BannerStyleThree', 'update', 'homepage', 5, NULL, 'static', 'a:25:{s:2:\"id\";s:2:\"76\";s:10:\"addon_name\";s:16:\"BannerStyleThree\";s:15:\"addon_namespace\";s:64:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xQcm9kdWN0XEJhbm5lclN0eWxlVGhyZWU=\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";s:1:\"5\";s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:11:\"title_en_US\";s:27:\"Upto 70% of on Black Friday\";s:14:\"subtitle_en_US\";s:19:\"Clothing & Apparels\";s:17:\"button_text_en_US\";s:7:\"Buy Now\";s:11:\"title_tr_TR\";N;s:14:\"subtitle_tr_TR\";N;s:17:\"button_text_tr_TR\";N;s:8:\"title_ar\";N;s:11:\"subtitle_ar\";N;s:14:\"button_text_ar\";N;s:11:\"title_es_ES\";N;s:14:\"subtitle_es_ES\";N;s:17:\"button_text_es_ES\";N;s:10:\"button_url\";s:1:\"#\";s:10:\"left_image\";s:3:\"349\";s:11:\"right_image\";s:3:\"350\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:3:\"100\";}', '2022-07-23 01:37:01', '2022-07-23 02:36:20', 'App\\PageBuilder\\Addons\\Product\\BannerStyleThree'),
(78, 'ProductSliderStyleThree', 'update', 'homepage', 6, NULL, 'static', 'a:24:{s:2:\"id\";s:2:\"78\";s:10:\"addon_name\";s:23:\"ProductSliderStyleThree\";s:15:\"addon_namespace\";s:72:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xQcm9kdWN0XFByb2R1Y3RTbGlkZXJTdHlsZVRocmVl\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:19:\"section_title_en_US\";s:12:\"Popular Sale\";s:22:\"section_subtitle_en_US\";N;s:11:\"items_en_US\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:2:\"10\";i:3;s:2:\"28\";}s:19:\"section_title_tr_TR\";N;s:22:\"section_subtitle_tr_TR\";N;s:16:\"section_title_ar\";N;s:19:\"section_subtitle_ar\";N;s:19:\"section_title_es_ES\";N;s:22:\"section_subtitle_es_ES\";N;s:8:\"order_by\";s:2:\"id\";s:5:\"order\";s:3:\"asc\";s:5:\"items\";s:1:\"4\";s:12:\"slider_items\";s:1:\"4\";s:15:\"subtitle_status\";N;s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:3:\"110\";}', '2022-07-23 02:18:25', '2022-07-23 02:18:40', 'App\\PageBuilder\\Addons\\Product\\ProductSliderStyleThree'),
(79, 'InstagramOne', 'update', 'homepage', 7, NULL, 'static', 'a:15:{s:2:\"id\";s:2:\"79\";s:10:\"addon_name\";s:12:\"InstagramOne\";s:15:\"addon_namespace\";s:56:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xDb21tb25cSW5zdGFncmFtT25l\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";s:1:\"7\";s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:11:\"title_en_US\";s:22:\"Follow Us On Instagram\";s:11:\"title_tr_TR\";N;s:8:\"title_ar\";N;s:11:\"title_es_ES\";N;s:19:\"instagram_item_show\";s:1:\"7\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:3:\"100\";}', '2022-07-23 04:00:43', '2022-07-23 04:02:43', 'App\\PageBuilder\\Addons\\Common\\InstagramOne'),
(80, 'PromoAreaOne', 'update', 'homepage', 8, NULL, 'static', 'a:11:{s:2:\"id\";s:2:\"80\";s:10:\"addon_name\";s:12:\"PromoAreaOne\";s:15:\"addon_namespace\";s:56:\"QXBwXFBhZ2VCdWlsZGVyXEFkZG9uc1xDb21tb25cUHJvbW9BcmVhT25l\";s:10:\"addon_type\";s:6:\"update\";s:14:\"addon_location\";s:8:\"homepage\";s:11:\"addon_order\";N;s:13:\"addon_page_id\";N;s:15:\"addon_page_type\";s:6:\"static\";s:14:\"promo_area_one\";a:16:{s:11:\"title_en_US\";a:5:{i:0;s:13:\"Free Shipping\";i:1;s:12:\"24/7 Support\";i:2;s:18:\"Best Price & Order\";i:3;s:12:\"Easy Returns\";i:4;s:12:\"Easy Returns\";}s:15:\"title_url_en_US\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}s:14:\"subtitle_en_US\";a:5:{i:0;s:17:\"Minimum order $90\";i:1;s:19:\"Contact us 24 Hours\";i:2;s:18:\"Order $100 or more\";i:3;s:14:\"Within 30 Days\";i:4;s:14:\"Within 30 Days\";}s:10:\"icon_en_US\";a:5:{i:0;s:12:\"fas fa-truck\";i:1;s:14:\"fas fa-headset\";i:2;s:23:\"fas fa-hand-holding-usd\";i:3;s:15:\"fas fa-undo-alt\";i:4;s:15:\"fas fa-undo-alt\";}s:11:\"title_tr_TR\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:15:\"title_url_tr_TR\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:14:\"subtitle_tr_TR\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:10:\"icon_tr_TR\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:8:\"title_ar\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:12:\"title_url_ar\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:11:\"subtitle_ar\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:7:\"icon_ar\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:11:\"title_es_ES\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:15:\"title_url_es_ES\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:14:\"subtitle_es_ES\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}s:10:\"icon_es_ES\";a:5:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;}}s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:3:\"100\";}', '2022-07-23 04:44:22', '2022-07-26 05:25:47', 'App\\PageBuilder\\Addons\\Common\\PromoAreaOne');

-- --------------------------------------------------------

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('rajivkissy@gmail.com', 'lgcF2ZVWyOOZTG6BiP3c7gUmchTKDA', NULL),
('admin@gmail.com', '1XlfSFcuxZ5Sob9zwSyqeI7juipnyt', NULL),
('engbyq@gmail.com', 'gsjacoPH5xeCD6IJXYYo4qoRV2jd62', NULL),
('promdnasir@gmail.com', 'TL33oPBt2iDUajguW4Zmtu6jGw3loM', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `payment_logs`
--

CREATE TABLE `payment_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `package_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `package_price` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `package_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` longtext COLLATE utf8mb4_unicode_ci,
  `track` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `manual_payment_attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `popup_builders`
--

CREATE TABLE `popup_builders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `only_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `background_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `offer_time_end` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button_text` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button_link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btn_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `popup_builders`
--

INSERT INTO `popup_builders` (`id`, `name`, `type`, `title`, `only_image`, `background_image`, `offer_time_end`, `button_text`, `button_link`, `description`, `lang`, `btn_status`, `created_at`, `updated_at`) VALUES
(3, 'image popup', 'only_image', NULL, '80', NULL, NULL, NULL, NULL, NULL, 'en_US', NULL, '2020-07-25 23:44:40', '2022-07-28 00:12:28'),
(4, 'promotional popup', 'promotion', 'Nexelit', '83', '81', NULL, 'Buy Now', '#', 'There worse by an of miles civil. Manner before lively wholly am mr indeed expect. Among every merry his yet has her. You mistress get dashwood children off.', 'en_US', 'on', '2020-07-26 01:23:00', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `price_plans`
--

CREATE TABLE `price_plans` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `highlight` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `features` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `btn_text` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btn_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `categories_id` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `price_plans`
--

INSERT INTO `price_plans` (`id`, `title`, `price`, `highlight`, `lang`, `url_status`, `type`, `features`, `btn_text`, `status`, `btn_url`, `categories_id`, `created_at`, `updated_at`) VALUES
(1, 'Basic', '19', NULL, 'en_US', 'on', '/Mo', 'Unlimited Pages\r\nAll Team Members\r\nUnlimited Leads\r\nUnlimited Page Views\r\nExport in HTML/CSS', 'Order Now', 'publish', NULL, 1, '2020-06-06 05:08:40', '2022-07-28 00:12:28'),
(2, 'Popular', '49', NULL, 'en_US', 'on', '/Yr', 'Unlimited Pages\r\nAll Team Members\r\nUnlimited Leads\r\nUnlimited Page Views\r\nExport in HTML/CSS', 'Order Now', 'publish', NULL, 1, '2020-06-07 00:56:17', '2022-07-28 00:12:28'),
(3, 'Business', '99', 'on', 'en_US', 'on', '/Yr', 'Unlimited Pages\r\nAll Team Members\r\nUnlimited Leads\r\nUnlimited Page Views\r\nExport in HTML/CSS', 'Order Now', 'publish', NULL, 2, '2020-06-07 00:57:03', '2022-07-28 00:12:28'),
(4, 'Proffesional', '199', NULL, 'en_US', 'on', '/Mo', 'Unlimited Pages\r\nAll Team Members\r\nUnlimited Leads\r\nUnlimited Page Views\r\nExport in HTML/CSS', 'Order Now', 'publish', NULL, 1, '2020-06-07 00:57:05', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `price_plan_categories`
--

CREATE TABLE `price_plan_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `price_plan_categories`
--

INSERT INTO `price_plan_categories` (`id`, `name`, `lang`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Development', 'en_US', 'publish', '2020-07-22 10:30:13', '2022-07-28 00:12:28'),
(2, 'Design', 'en_US', 'publish', '2020-07-22 10:30:20', '2022-07-28 00:12:28'),
(3, 'tasarlamak', 'tr_TR', 'publish', '2020-07-22 10:30:37', '2021-03-18 14:33:31'),
(4, 'gelişme', 'tr_TR', 'publish', '2020-07-22 10:30:55', '2021-03-18 14:33:31'),
(5, 'تطوير', 'ar', 'publish', '2020-07-22 10:32:17', '2021-03-18 13:55:13'),
(6, 'التصميم', 'ar', 'publish', '2020-07-22 10:32:30', '2021-03-18 13:55:13'),
(7, 'Diseño', 'es_ES', 'publish', '2020-07-22 10:32:43', '2021-03-18 14:00:49'),
(8, 'Desarrollo', 'es_ES', 'publish', '2020-07-22 10:32:55', '2021-03-18 14:00:49');

-- --------------------------------------------------------

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `regular_price` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sale_price` int(11) DEFAULT NULL,
  `sku` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stock_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `short_description` longtext COLLATE utf8mb4_unicode_ci,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `attributes_title` longtext COLLATE utf8mb4_unicode_ci,
  `total_sold` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gallery` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_downloadable` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `downloadable_file` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_tags` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `attributes_description` longtext COLLATE utf8mb4_unicode_ci,
  `badge` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tax_percentage` int(11) DEFAULT NULL,
  `sales` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `variant` longtext COLLATE utf8mb4_unicode_ci,
  `subcategory_id` bigint(20) UNSIGNED DEFAULT NULL,
  `direct_download` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`id`, `title`, `slug`, `lang`, `regular_price`, `sale_price`, `sku`, `stock_status`, `category_id`, `short_description`, `description`, `attributes_title`, `total_sold`, `image`, `gallery`, `status`, `is_downloadable`, `downloadable_file`, `meta_tags`, `meta_description`, `attributes_description`, `badge`, `tax_percentage`, `sales`, `created_at`, `updated_at`, `variant`, `subcategory_id`, `direct_download`, `download_count`) VALUES
(35, 'Organic A2 Desi Gir Cow Bilona Ghee', 'pure-a2-bilona-desi-cow-ghee-1000ml', 'en_US', '5000', 3500, 'zivaghee1000', 'in_stock', '1', 'Buy 100% Pure Organic A2 Desi Cow Bilona Ghee Online in India at the best price from Ziva Organiko. Buy Now!', '<p class=\"MsoNormal\"><b style=\"text-indent: 0cm;\"><span lang=\"EN-IN\" style=\"font-size:24.0pt;font-family:Montserrat;\r\nmso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\ncolor:windowtext;letter-spacing:-.75pt;mso-font-kerning:18.0pt;mso-bidi-language:\r\nHI\">Organic A2 Gir Cow Ghee</span></b></p><p class=\"MsoNormal\"><span style=\"color: windowtext; font-family: Montserrat; font-size: 13.5pt;\">Experience the\r\nwholesome indulgence of our Organic A2 Gir Cow Ghee, meticulously crafted from\r\nthe premium A2 milk of Gir cows that graze on lush pastures. Revel in a guilt-free,\r\nprotein-rich delight that reflects the joyous lives of our contented cows at\r\nZiva Organiko. Our commitment to their happiness translates into every drop of\r\nthis health-promoting powerhouse.</span><br></p><p class=\"MsoNormal\"><span style=\"color: windowtext; font-family: Montserrat; font-size: 13.5pt;\">Ziva Organiko Gir\r\nOrganic Ghee transcends the realm of culinary delight; it\'s a testament to our\r\ncows\' well-being. Grazing freely under the warmth of the sun on nutrient-rich\r\ngrass, our cows contribute to the creation of a Ghee that not only delights the\r\ntaste buds but also offers digestive benefits and immune-boosting properties.</span><br></p><p class=\"MsoNormal\"><span style=\"color: windowtext; font-family: Montserrat; font-size: 13.5pt;\">The rich and nutty\r\nflavors of our A2 Gir Cow Ghee enhance every dish, creating a symphony of taste\r\nthat lingers on your palate. Whether drizzled over hot rotis, melted into\r\nfragrant basmati rice, or infused into cherished family recipes, each culinary\r\nexperience is a journey into bliss. Ziva Organiko stands out among organic\r\nbrands, providing you with the best A2 Gir Cow Ghee in India.</span><br></p><p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\r\n19.5pt\">\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size:13.5pt;line-height:109%;\r\nfont-family:Montserrat;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;color:windowtext;mso-bidi-language:HI\">Ziva Organiko Gir\r\nOrganic Ghee is the harmonious blend of happiness and health, leaving everyone\r\nat the table craving for more.</span><span lang=\"EN-IN\" style=\"font-family:Montserrat;\r\ncolor:windowtext\"><o:p></o:p></span></p>', 'a:1:{i:0;s:37:\"The best things about A2 Gir cow ghee\";}', NULL, '427', NULL, 'publish', NULL, NULL, 'A2 Gir Cow Cultured Desi Ghee,fresh Gir cow milk,Organic A2 Desi Cow Ghee,Gir Cow Bilona Ghee 1000 ML,Desi cow A2 Ghee,A2 Gir cow bilona Ghee - Ziva Organiko', 'Buy 100% Pure Organic A2 Desi Cow Bilona Ghee Online in India at the best price from Ziva Organiko. Buy Now!', 'a:1:{i:0;s:388:\"A2 Gir Cow Cultured Desi Ghee is made using fresh Gir cow milk. The milk is brought to a boil and naturally cooled down to room temperature and inoculated with a natural starter culture and left overnight to make yoghurt. The yoghurt is churned during pre-dawn hours (4 am - 6 am) to separate raw white butter using the ancient process of \'Bilona\' - clockwise-anticlockwise slow churning.\";}', '1000 ML', NULL, 28, '2022-07-31 00:26:42', '2024-07-29 14:44:09', '[]', 2, 0, 0),
(36, 'Organic A2 Desi Gir Cow Bilona Ghee', 'a2-ghee-gir-desi-cow-ghee-in-india-500ml', 'en_US', '3000', 2100, 'zivaghee500', 'in_stock', '1', 'Ziva Organiko ghee (500 ml, 1000 ml) is available online across India for Home Delivery. The Organic bilona A2 ghee is made from Gir Desi cow organic A2 milk by following the authentic ayurvedic process of using cultured curd which is churned in traditional wooden churner.', '<p class=\"MsoNormal\"><span style=\"font-weight: bolder; text-indent: 0cm;\"><span lang=\"EN-IN\" style=\"font-size: 24pt; font-family: Montserrat; color: windowtext; letter-spacing: -0.75pt;\">Organic A2 Gir Cow Ghee</span></span></p><p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size: 13.5pt; line-height: 19.62px; font-family: Montserrat; color: windowtext;\">Experience the wholesome indulgence of our Organic A2 Gir Cow Ghee, meticulously crafted from the premium A2 milk of Gir cows that graze on lush pastures. Revel in a guilt-free, protein-rich delight that reflects the joyous lives of our contented cows at Ziva Organiko. Our commitment to their happiness translates into every drop of this health-promoting powerhouse.</span></p><p class=\"MsoNormal\"><span style=\"color: windowtext; font-family: Montserrat; font-size: 13.5pt;\">Ziva Organiko Gir Organic Ghee transcends the realm of culinary delight; it\'s a testament to our cows\' well-being. Grazing freely under the warmth of the sun on nutrient-rich grass, our cows contribute to the creation of a Ghee that not only delights the taste buds but also offers digestive benefits and immune-boosting properties.</span><br></p><p class=\"MsoNormal\"><span style=\"color: windowtext; font-family: Montserrat; font-size: 13.5pt;\">The rich and nutty flavors of our A2 Gir Cow Ghee enhance every dish, creating a symphony of taste that lingers on your palate. Whether drizzled over hot rotis, melted into fragrant basmati rice, or infused into cherished family recipes, each culinary experience is a journey into bliss. Ziva Organiko stands out among organic brands, providing you with the best A2 Gir Cow Ghee in India.</span><br></p><p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; line-height: 19.5pt;\"></p><p class=\"MsoNormal\"><span lang=\"EN-IN\" style=\"font-size: 13.5pt; line-height: 19.62px; font-family: Montserrat; color: windowtext;\">Ziva Organiko Gir Organic Ghee is the harmonious blend of happiness and health, leaving everyone at the table craving for more.</span></p>', 'a:1:{i:0;s:37:\"The best things about A2 Gir cow ghee\";}', NULL, '426', NULL, 'publish', NULL, NULL, 'A2 Gir Cow Cultured Desi Ghee,Organic A2 Desi Ghee,Gir Cow Bilona Ghee,Gir organic a2 pure ghee,bilona a2 ghee,organic desi cow ghee', 'Ziva Organiko ghee (500ML)  is available online across India for Free Home Delivery. The Organic bilona A2 ghee is made from Gir Desi Bilona Method.', 'a:1:{i:0;s:388:\"A2 Gir Cow Cultured Desi Ghee is made using fresh Gir cow milk. The milk is brought to a boil and naturally cooled down to room temperature and inoculated with a natural starter culture and left overnight to make yoghurt. The yoghurt is churned during pre-dawn hours (4 am - 6 am) to separate raw white butter using the ancient process of \'Bilona\' - clockwise-anticlockwise slow churning.\";}', '500 ML', NULL, 9, '2024-02-21 00:54:56', '2024-07-29 13:47:37', '[]', 2, 0, 0),
(37, 'Gir Kesar keri', 'buy-organic-gir-talala-mango-best-kesar-keri-online', 'en_US', '2500', 1500, NULL, 'in_stock', '14', 'Buy the best quality Organik Gir Talala Kesar Mango online, handpicked from Ziva Organiko farms. We deliver straight from farm to home. Order Now!', '<p>Ziva Organiko is a brand that celebrates the purity of nature through its organic products. Their organic mangoes are a testament to their commitment to natural, unprocessed goodness. Grown on a sprawling 500+ acre certified organic farm in Gir, each mango is a story of sunshine, fresh air, and meticulous care. Ziva Organiko\'s mangoes are not just fruits; they are the embodiment of their philosophy—cultivated with love for well-being and the Earth, offering a taste of pure goodness.<br></p>', 'a:1:{i:0;N;}', NULL, '433', NULL, 'draft', NULL, NULL, 'Gir mango,kesar keri,kesar mango,talala gir mango,talala mango,Buy organic Gir Talala Mango,Best Kesar Keri Online', 'Buy the best quality Organik Gir Talala Kesar Mango online, handpicked from Ziva Organiko farms. We deliver straight from farm to home. Order Now!', 'a:1:{i:0;N;}', '10 Kg.', NULL, NULL, '2024-05-23 10:51:02', '2024-06-12 16:42:15', '[]', 3, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `product_categories`
--

CREATE TABLE `product_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_categories`
--

INSERT INTO `product_categories` (`id`, `title`, `status`, `lang`, `created_at`, `updated_at`, `image`) VALUES
(1, 'Ghee', 'publish', 'en_US', '2020-07-21 09:47:01', '2024-01-08 05:12:45', '388'),
(13, 'Dried food', 'publish', 'en_US', '2024-01-27 02:17:16', '2024-01-27 02:17:40', NULL),
(14, 'Mango', 'publish', 'en_US', '2024-05-23 10:38:41', '2024-05-23 10:38:41', '432');

-- --------------------------------------------------------

--
-- Table structure for table `product_coupons`
--

CREATE TABLE `product_coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `discount` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `discount_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `expire_date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_coupons`
--

INSERT INTO `product_coupons` (`id`, `code`, `discount`, `discount_type`, `expire_date`, `status`, `created_at`, `updated_at`) VALUES
(3, 'NEW100', '10', 'percentage', '2024-04-30', 'publish', '2024-04-23 01:27:53', '2024-04-23 01:27:53');

-- --------------------------------------------------------

--
-- Table structure for table `product_orders`
--

CREATE TABLE `product_orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_track` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_gateway` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subtotal` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `coupon_discount` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shipping_cost` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `product_shippings_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_name` text COLLATE utf8mb4_unicode_ci,
  `billing_email` text COLLATE utf8mb4_unicode_ci,
  `billing_phone` text COLLATE utf8mb4_unicode_ci,
  `billing_country` text COLLATE utf8mb4_unicode_ci,
  `billing_street_address` text COLLATE utf8mb4_unicode_ci,
  `billing_town` text COLLATE utf8mb4_unicode_ci,
  `billing_district` text COLLATE utf8mb4_unicode_ci,
  `different_shipping_address` text COLLATE utf8mb4_unicode_ci,
  `shipping_name` text COLLATE utf8mb4_unicode_ci,
  `shipping_email` text COLLATE utf8mb4_unicode_ci,
  `shipping_phone` text COLLATE utf8mb4_unicode_ci,
  `shipping_country` text COLLATE utf8mb4_unicode_ci,
  `shipping_street_address` text COLLATE utf8mb4_unicode_ci,
  `shipping_town` text COLLATE utf8mb4_unicode_ci,
  `shipping_district` text COLLATE utf8mb4_unicode_ci,
  `coupon_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cart_items` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `manual_payment_attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_orders`
--

INSERT INTO `product_orders` (`id`, `status`, `payment_status`, `transaction_id`, `payment_track`, `payment_gateway`, `user_id`, `subtotal`, `coupon_discount`, `shipping_cost`, `product_shippings_id`, `total`, `billing_name`, `billing_email`, `billing_phone`, `billing_country`, `billing_street_address`, `billing_town`, `billing_district`, `different_shipping_address`, `shipping_name`, `shipping_email`, `shipping_phone`, `shipping_country`, `shipping_street_address`, `shipping_town`, `shipping_district`, `coupon_code`, `cart_items`, `created_at`, `updated_at`, `manual_payment_attachment`) VALUES
(115, 'shipped', 'complete', 'pay_O7AHgJBzMH8Nvd', 'bwlLORmcmwxYH6OjEYoa', 'razorpay', '20', '10', '0', '0', '1', '10', 'meet patel', 'meetpadaliya98@gmail.com', '9638762376', 'India', 'paras, ramnagar-3, goandal road', 'Rajkot', 'Gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"1\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:10;}}', '2024-05-06 13:51:03', '2024-05-06 14:02:13', NULL),
(116, 'pending', 'pending', NULL, 'so1EVOVz1RoJHs2P1f6C', 'razorpay', '26', '9894', '0', '0', '1', '9894', 'meet patel', 'meetpadaliya98@gmail.com', '9724461690', 'India', 'paras, ramnagar-3, goandal road', 'Rajkot', 'Gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:35;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"6\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:1649;}}', '2024-05-06 20:37:33', '2024-05-06 20:37:33', NULL),
(117, 'pending', 'pending', NULL, 'DjLgHzP950aAiAyvlh8U', 'razorpay', '26', '9894', '0', '0', '1', '9894', 'meet patel', 'meetpadaliya98@gmail.com', '9724461690', 'India', 'paras, ramnagar-3, goandal road', 'Rajkot', 'Gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:35;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"6\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:1649;}}', '2024-05-06 20:38:20', '2024-05-06 20:38:20', NULL),
(118, 'pending', 'complete', 'free-products', 'FahnsSDX8jJhrL2c3eFj', 'razorpay', '30', '0', '0', '0', '1', '0', 'Ajay', 'ajay.vala9033@gmail.com', '9925130999', 'India', 'Thaltej', 'Ahmedabad', 'Gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:1:{s:8:\"quantity\";s:1:\"2\";}}', '2024-05-06 20:38:44', '2024-05-06 20:38:44', NULL),
(119, 'pending', 'pending', NULL, 'jcJuSXlIPhEVB0KNbvC7', 'razorpay', '30', '1649', '0', '0', '1', '1649', 'Ajay', 'ajay.vala9033@gmail.com', '9925130999', 'India', 'Thaltej', 'Ahmedabad', 'Gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:35;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"1\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:1649;}}', '2024-05-06 20:42:12', '2024-05-06 20:42:12', NULL),
(120, 'pending', 'pending', NULL, 'Uamai4Utd2yCG3vzJoiG', 'razorpay', '31', '4395', '0', '0', '1', '4395', 'Adarsh', 'adarshdm@gmail.com', '7778979289', 'India', 'ghhgvmv', 'gandhinagar', 'gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"5\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:879;}}', '2024-05-08 15:15:49', '2024-05-08 15:15:49', NULL),
(121, 'pending', 'pending', NULL, 'OeKCWl3bMleMYkd9UE7q', 'razorpay', '31', '4395', '0', '0', '1', '4395', 'Adarsh', 'adarshdm@gmail.com', '7778979289', 'India', 'ghhgvmv', 'gandhinagar', 'gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"5\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:879;}}', '2024-05-08 15:24:33', '2024-05-08 15:24:33', NULL),
(122, 'pending', 'pending', NULL, '8qjvG7weSV6Lp3iDnHYi', 'razorpay', '31', '3516', '0', '0', '1', '3516', 'Adarsh', 'adarshdm@gmail.com', '7778979289', 'India', 'ghhgvmv', 'gandhinagar', 'gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";i:4;s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:879;}}', '2024-05-09 13:13:44', '2024-05-09 13:13:44', NULL),
(123, 'pending', 'pending', NULL, 'XEGdxFtnyKbRYZ1Tj1o2', 'razorpay', '31', '63288', '0', '0', '1', '63288', 'Adarsh', 'adarshdm@gmail.com', '7778979289', 'India', 'ghhgvmv', 'gandhinagar', 'gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:2:\"72\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:879;}}', '2024-05-09 13:56:09', '2024-05-09 13:56:09', NULL),
(124, 'pending', 'pending', NULL, 'luQmwXVsZgLqM3QJtnMb', 'razorpay', '34', '879', '0', '0', '1', '879', 'Harshil patel', 'harshilvavaiya1010@gmail.com', '7777943773', 'India', 'Bopal', 'Ahmedabad', 'Gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"1\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:879;}}', '2024-05-10 13:14:56', '2024-05-10 13:14:56', NULL),
(125, 'pending', 'pending', NULL, 'tNe0JGuMDjqiR4PWxcWj', 'razorpay', '35', '879', '0', '0', '1', '879', 'Mehta Dharmik', 'mehtadharmik2210@gmail.com', '8460774515', 'India', 'D2,Vaibhav apartment-1,opp megdut petroal pump ,near commissioner kacheri', 'AHEMDABAD', 'Gujrat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"1\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:879;}}', '2024-05-10 17:39:22', '2024-05-10 17:39:22', NULL),
(126, 'pending', 'pending', NULL, 'rXyRWtXs9PWcNIqw7inE', 'razorpay', '31', '2100', '0', '0', '1', '2100', 'Adarsh', 'adarshdm@gmail.com', '7778979289', 'India', 'ghhgvmv', 'gandhinagar', 'gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:36;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";s:1:\"1\";s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:2100;}}', '2024-05-20 11:27:37', '2024-05-20 11:27:37', NULL),
(127, 'pending', 'pending', NULL, 'F5hITsUOIDn0fr2aw2VL', 'razorpay', '31', '7000', '0', '0', '1', '7000', 'Adarsh', 'adarshdm@gmail.com', '7778979289', 'India', 'ghhgvmv', 'gandhinagar', 'gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:35;s:5:\"title\";s:15:\"A2 Gir Cow Ghee\";s:8:\"quantity\";i:2;s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:3500;}}', '2024-05-20 11:38:32', '2024-05-20 11:38:32', NULL),
(128, 'pending', 'pending', NULL, 'ULwcLz4sdMa19lvgzEIT', 'razorpay', '22', '7000', '0', '0', '1', '7000', 'Hiren', 'hiren.lttrbx@gmail.com', '7069320619', 'India', 'Patel seri,', 'amblash gir', 'gujarat', 'no', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'a:1:{i:0;a:5:{s:2:\"id\";i:35;s:5:\"title\";s:35:\"Organic A2 Desi Gir Cow Bilona Ghee\";s:8:\"quantity\";i:2;s:4:\"type\";s:8:\"physical\";s:5:\"price\";i:3500;}}', '2024-06-06 14:23:19', '2024-06-06 14:23:19', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `product_ratings`
--

CREATE TABLE `product_ratings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ratings` int(11) DEFAULT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `product_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_ratings`
--

INSERT INTO `product_ratings` (`id`, `ratings`, `message`, `product_id`, `user_id`, `created_at`, `updated_at`) VALUES
(2, 5, NULL, 36, 31, '2024-05-09 13:20:25', '2024-05-09 13:20:25'),
(3, 5, '3 hours agoNEW\nReceived this Ghee this week. have been a regular consumer of this ghee since a year. we infact even went to Ziva Organiko farm a couple of times and saw all the processes first hand, must say we were more than impressed with their Holistic Agricultural and Dairy practices, its a big farm and run very passionately by a farmer\'s and sons who are creating a revolution of sorts in organic farming, their methods are all artisanal and handmade, yet the product quality and packaging is world class. The Ghee is just amazing to have, its a nice yellow golden colour and the aroma is sooo strong and deep that it takes you back to your childhood days when you tasted such authentic home made ghee, the ghee comes in a glass packaging which is how it should be so full marks for that too. The taste is something to experience cannot be elaborated as i will not be able to do justice to it, it is loved by all in the family especially children who have developed a strong affinity to this ghee, it was also good to know from the producers the medicinal value of this ghee and the fact that this is the only ghee in the world that melts below human body temperature whooooah man! thats something, i was a consumer and will always remain a consumer of this product as right from the cows to the process there is so much of LOVE in everything which creates this magical product, you can actually feel the holistic nature of this delicious product, All the Best Ziva Organiko. Undoubtedly the best i have had till date. 🫶🏼', 36, 32, '2024-05-09 13:40:30', '2024-05-09 13:40:30'),
(4, 5, NULL, 36, 22, '2024-05-13 13:02:51', '2024-05-13 13:02:51');

-- --------------------------------------------------------

--
-- Table structure for table `product_shippings`
--

CREATE TABLE `product_shippings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `cost` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_default` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_shippings`
--

INSERT INTO `product_shippings` (`id`, `title`, `status`, `lang`, `description`, `cost`, `order`, `is_default`, `created_at`, `updated_at`) VALUES
(1, 'Free Shipping', 'publish', 'en_US', 'Shipment will be within 10-15 Days', '0', '1', '1', '2020-07-21 09:17:00', '2022-07-28 00:12:28'),
(2, 'Standard Shipping', 'publish', 'en_US', 'Shipment will be within 5-10 Day.', '5', '2', '0', '2020-07-21 09:17:25', '2022-07-28 00:12:28'),
(3, '2-Day Shipping', 'publish', 'en_US', 'Shipment will be within 2 Days.', '10', '3', '0', '2020-07-21 09:17:47', '2022-07-28 00:12:28'),
(4, 'Same day delivery', 'publish', 'en_US', 'Shipment will be within 1 Day.', '20', '4', '0', '2020-07-21 09:18:09', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `product_sub_categories`
--

CREATE TABLE `product_sub_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `product_category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_sub_categories`
--

INSERT INTO `product_sub_categories` (`id`, `title`, `status`, `lang`, `product_category_id`, `created_at`, `updated_at`) VALUES
(2, 'Organic Product', 'publish', 'en_US', 1, '2021-11-09 17:23:19', '2024-01-05 08:00:09'),
(3, 'Kesar Keri', 'publish', 'en_US', 14, '2024-05-23 10:52:53', '2024-05-23 10:52:53');

-- --------------------------------------------------------

--
-- Table structure for table `product_variants`
--

CREATE TABLE `product_variants` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `terms` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `price` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_variants`
--

INSERT INTO `product_variants` (`id`, `lang`, `title`, `terms`, `created_at`, `updated_at`, `price`) VALUES
(1, 'en_US', 'Size', '[\"1000 ML\",\"500 ML\"]', '2022-07-31 01:17:06', '2024-02-21 00:14:54', '[\"1219\",\"1\"]');

-- --------------------------------------------------------

--
-- Table structure for table `quotes`
--

CREATE TABLE `quotes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `custom_fields` longtext COLLATE utf8mb4_unicode_ci,
  `attachment` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `services`
--

CREATE TABLE `services` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `categories_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_tag` text COLLATE utf8mb4_unicode_ci,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `excerpt` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `img_icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sr_order` int(11) DEFAULT NULL,
  `price_plan` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `services`
--

INSERT INTO `services` (`id`, `title`, `icon`, `lang`, `categories_id`, `image`, `meta_tag`, `slug`, `meta_description`, `excerpt`, `status`, `description`, `icon_type`, `img_icon`, `sr_order`, `price_plan`, `created_at`, `updated_at`) VALUES
(1, 'Cyber Security', 'flaticon-cloud-2', 'en_US', '2', '25', NULL, 'cyber-security', 'cyber security', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', 'icon', NULL, NULL, 'a:2:{i:0;s:1:\"3\";i:1;s:1:\"4\";}', '2020-06-01 01:53:06', '2022-07-28 00:12:28'),
(2, 'Data Management', 'nexicon-crm', 'en_US', '4', '21', NULL, 'data-management', 'meta description example', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', 'icon', NULL, NULL, 'a:0:{}', '2020-06-01 20:45:26', '2022-07-28 00:12:28'),
(3, 'Data Science', 'flaticon-optimization', 'en_US', '1', '24', NULL, 'data-science', 'cyber security', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', NULL, NULL, NULL, NULL, '2020-06-01 21:38:39', '2022-07-28 00:12:28'),
(4, 'Cloud Service', 'flaticon-verified', 'en_US', '4', '20', NULL, 'cloud-service', 'cyber security', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', NULL, NULL, NULL, NULL, '2020-06-01 21:47:27', '2022-07-28 00:12:28'),
(5, 'Cloud Security', 'nexicon-analysis-3', 'en_US', '2', '19', NULL, 'cloud-security', 'cyber security', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', 'icon', NULL, NULL, 'a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}', '2020-06-01 22:15:10', '2022-07-28 00:12:28'),
(6, 'Analytics', 'flaticon-cyber', 'en_US', '2', '18', NULL, 'analytics', 'cyber security', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', NULL, NULL, NULL, NULL, '2020-06-01 22:15:53', '2022-07-28 00:12:28'),
(7, 'Optimization', 'flaticon-electronics', 'en_US', '4', '17', NULL, 'optimization', 'cyber security', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', NULL, NULL, NULL, NULL, '2020-06-01 22:16:18', '2022-07-28 00:12:28'),
(8, 'Data Engeneering', 'flaticon-team', 'en_US', '2', '15', 'hello,how ,are ,you', 'data-engeneering', 'cyber security', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.', 'publish', '<p>Building mr concerns servants in he outlived am breeding. He so lain good miss when sell some at if. Told hand so an rich gave next. How doubt yet again see son smart. While mirth large of on front. Ye he greater related adapted proceed entered an. Through it examine express promise no. Past add size game cold girl off how old. </p>\r\n<p>\r\nPerpetual sincerity out suspected necessary one but provision satisfied. Respect nothing use set waiting pursuit nay you looking. If on prevailed concluded ye abilities. Address say you new but minuter greater. Do denied agreed in innate. Can and middletons thoroughly themselves him. Tolerably sportsmen belonging in september no am immediate newspaper. Theirs expect dinner it pretty indeed having no of. Principle september she conveying did eat may extensive. \r\n</p>', 'icon', NULL, NULL, 'a:1:{i:0;s:1:\"4\";}', '2020-06-01 22:16:59', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `service_categories`
--

CREATE TABLE `service_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `icon_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `img_icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `service_categories`
--

INSERT INTO `service_categories` (`id`, `name`, `lang`, `status`, `created_at`, `updated_at`, `icon_type`, `icon`, `img_icon`) VALUES
(1, 'Web Design', 'en_US', 'publish', '2020-06-01 01:46:07', '2022-07-28 00:12:28', 'icon', 'flaticon-security', NULL),
(2, 'Web Developer', 'en_US', 'publish', '2020-06-01 01:46:14', '2022-07-28 00:12:28', 'icon', 'flaticon-electronics', NULL),
(3, 'UX/UI Design', 'en_US', 'publish', '2020-06-01 01:46:38', '2022-07-28 00:12:28', 'icon', 'flaticon-group', NULL),
(4, 'Mobile Apps', 'en_US', 'publish', '2020-06-01 01:46:44', '2022-07-28 00:12:28', 'icon', 'flaticon-security', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `social_icons`
--

CREATE TABLE `social_icons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `social_icons`
--

INSERT INTO `social_icons` (`id`, `icon`, `url`, `created_at`, `updated_at`) VALUES
(1, 'fab fa-twitter', 'https://twitter.com/xgenious1', '2020-06-19 23:55:51', '2020-06-20 00:09:12'),
(2, 'flaticon-facebook', 'https://www.facebook.com/xgenious', '2020-06-19 23:56:17', '2020-06-19 23:56:17'),
(4, 'fab fa-instagram', 'https://www.instagram.com/', '2020-06-20 00:10:35', '2024-05-30 15:21:04');

-- --------------------------------------------------------

--
-- Table structure for table `static_options`
--

CREATE TABLE `static_options` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `option_value` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `static_options`
--

INSERT INTO `static_options` (`id`, `option_name`, `option_value`, `created_at`, `updated_at`) VALUES
(1, 'site_en_US_title', 'Ziva organiko', '2020-05-16 03:08:13', '2024-05-29 11:12:10'),
(2, 'site_en_US_tag_line', 'Pure A2 Gir Cow Ghee | Bilona Method | Organic Ghee In India', '2020-05-16 03:08:13', '2024-07-29 13:44:19'),
(3, 'site_en_US_footer_copyright', '{copy}  {year}  All right reserved by  <a href=\"https://lttrbxtech.com\">LTTRBX</a>', '2020-05-16 03:08:13', '2024-01-08 08:25:12'),
(4, 'site_color', '#c4954e', '2020-05-16 03:08:13', '2024-01-03 05:41:26'),
(5, 'site_main_color_two', '#5580ff', '2020-05-16 03:08:13', '2021-02-13 14:15:42'),
(6, 'site_heading_color', '#0a1121', '2020-05-16 03:08:13', '2021-02-13 14:15:42'),
(7, 'site_paragraph_color', '#878a95', '2020-05-16 03:08:13', '2021-02-13 14:15:42'),
(8, 'site_rtl_enabled', NULL, '2020-05-16 03:08:13', '2021-02-13 14:15:42'),
(9, 'site_admin_dark_mode', NULL, '2020-05-16 03:08:13', '2022-07-07 07:42:26'),
(10, 'site_maintenance_mode', NULL, '2020-05-16 03:08:13', '2021-02-13 14:15:42'),
(11, 'site_payment_gateway', 'on', '2020-05-16 03:08:13', '2024-02-13 03:27:50'),
(12, 'site_logo', '383', '2020-05-16 03:16:30', '2024-01-03 03:44:12'),
(13, 'site_favicon', '385', '2020-05-16 03:16:30', '2024-01-03 03:44:12'),
(14, 'site_breadcrumb_bg', '3', '2020-05-16 03:16:30', '2020-11-18 14:52:30'),
(15, 'site_white_logo', '384', '2020-05-16 03:16:30', '2024-01-03 05:24:59'),
(25, 'site_meta_tags', 'nexelit ,multipupose,cms', '2020-05-19 17:35:49', '2020-05-19 17:35:49'),
(26, 'site_meta_description', 'nexelit mulipopose cms', '2020-05-19 17:35:49', '2020-05-19 17:35:49'),
(27, 'about_page_slug', 'about', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(28, 'service_page_slug', 'service', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(29, 'works_page_slug', 'works', '2020-05-28 06:15:01', '2020-05-30 03:37:23'),
(30, 'team_page_slug', 'team', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(31, 'faq_page_slug', 'faq', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(32, 'price_plan_page_slug', 'price-plan', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(33, 'blog_page_slug', 'blog', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(34, 'contact_page_slug', 'contact', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(35, 'career_with_us_page_slug', 'career', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(36, 'events_page_slug', 'events', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(37, 'knowledgebase_page_slug', 'knowledgebase', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(38, 'about_page_en_US_name', 'About', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(39, 'service_page_en_US_name', 'Service', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(40, 'work_page_en_US_name', 'Case Study', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(41, 'team_page_en_US_name', 'Team', '2020-05-28 06:15:01', '2021-04-30 10:43:22'),
(42, 'faq_page_en_US_name', 'FAQS', '2020-05-28 06:15:01', '2024-05-13 11:06:17'),
(43, 'price_plan_page_en_US_name', 'Price Plan', '2020-05-28 06:15:01', '2021-04-30 10:43:23'),
(44, 'blog_page_en_US_name', 'Blog', '2020-05-28 06:15:01', '2021-04-30 10:43:23'),
(45, 'contact_page_en_US_name', 'Contact', '2020-05-28 06:15:01', '2021-04-30 10:43:23'),
(46, 'career_with_us_page_en_US_name', 'Career With Us', '2020-05-28 06:15:01', '2021-04-30 10:43:23'),
(47, 'events_page_en_US_name', 'Events', '2020-05-28 06:15:01', '2021-04-30 10:43:23'),
(48, 'knowledgebase_page_en_US_name', 'Knowledgebase', '2020-05-28 06:15:01', '2021-04-30 10:43:23'),
(82, 'work_page_slug', 'case-study', '2020-05-30 03:40:27', '2021-04-30 10:43:22'),
(83, 'site_meta_en_US_tags', 'Ziva Organiko, Organic Ghee, Organic Food Products, Ahmedabad, Gujarat,Buy bilona ghee online Ahmedabad,Best A2 Ghee,Buy authentic Gir Cow Desi Ghee online,Benefits of eating ghee daily,organics', '2020-05-31 00:55:49', '2024-05-29 10:05:11'),
(84, 'site_meta_en_US_description', 'Buy Pure Gir A2 cow ghee , Bilona Mathod ghee in Ahmedabad, India, is available from Ziva Organiko. Gir A2 cow ghee authentic and rich flavors are featured.', '2020-05-31 00:55:49', '2024-07-29 13:44:41'),
(85, 'navbar_button', 'on', '2020-05-31 02:00:20', '2020-06-20 00:25:57'),
(86, 'navbar_button_custom_url', '#', '2020-05-31 02:00:20', '2020-06-20 00:25:57'),
(87, 'navbar_button_custom_url_status', NULL, '2020-05-31 02:00:20', '2021-06-05 11:09:36'),
(88, 'site_header_type', 'navbar', '2020-05-31 02:00:20', '2020-05-31 02:17:40'),
(89, 'navbar_en_US_button_text', 'Get A Quote', '2020-05-31 02:00:20', '2021-03-18 13:44:48'),
(93, 'home_page_variant', '15', '2020-05-31 04:46:26', '2024-01-02 06:37:08'),
(94, 'body_font_family', 'Nunito', '2020-05-31 20:37:18', '2021-03-28 13:42:41'),
(95, 'heading_font_family', 'Poppins', '2020-05-31 20:37:18', '2021-03-28 13:42:41'),
(96, 'heading_font', NULL, '2020-05-31 20:37:18', '2021-03-28 13:42:41'),
(97, 'body_font_variant', 'a:3:{i:0;s:5:\"0,400\";i:1;s:5:\"0,600\";i:2;s:5:\"0,700\";}', '2020-05-31 20:37:18', '2021-03-28 13:42:41'),
(98, 'heading_font_variant', 'a:1:{i:0;s:7:\"regular\";}', '2020-05-31 20:37:18', '2021-03-28 13:42:41'),
(99, 'home_page_01_en_US_about_us_title', 'We have 15 Years of Experience of any kind it solution', '2020-05-31 21:31:18', '2021-03-18 13:44:48'),
(100, 'home_page_01_en_US_about_us_button_status', NULL, '2020-05-31 21:31:18', '2021-03-18 13:44:48'),
(104, 'home_page_01_en_US_about_us_video_url', 'https://www.youtube.com/watch?v=wp_QA1PRZiE', '2020-05-31 21:39:02', '2021-03-18 13:44:48'),
(105, 'home_page_01_about_us_video_background_image', '26', '2020-05-31 21:39:02', '2020-05-31 21:39:03'),
(112, 'home_page_01_en_US_service_area_title', 'What We Do', '2020-06-01 01:05:10', '2021-03-18 13:44:48'),
(113, 'home_page_01_en_US_service_area_description', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.', '2020-06-01 01:05:10', '2021-03-18 13:44:48'),
(120, 'home_page_01_service_area_items', '4', '2020-06-01 01:05:10', '2022-07-31 07:34:07'),
(121, 'home_page_01_service_area_background_image', '26', '2020-06-01 01:05:10', '2021-02-14 15:16:12'),
(122, 'home_page_01_en_US_quality_area_title', 'We provide quality solutions for clients', '2020-06-02 04:16:10', '2021-03-18 13:44:48'),
(123, 'home_page_01_en_US_quality_area_description', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero. Curabitur ullamcorper ultricies nisi. Nameget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum.', '2020-06-02 04:16:10', '2021-03-18 13:44:48'),
(124, 'home_page_01_en_US_quality_area_button_status', NULL, '2020-06-02 04:16:10', '2021-03-18 13:44:48'),
(125, 'home_page_01_en_US_quality_area_button_title', NULL, '2020-06-02 04:16:10', '2021-03-18 13:44:48'),
(126, 'home_page_01_en_US_quality_area_button_url', NULL, '2020-06-02 04:16:10', '2021-03-18 13:44:48'),
(142, 'home_page_01_quality_area_background_image', '88', '2020-06-02 04:16:10', '2020-07-27 12:04:41'),
(143, 'home_page_01_en_US_case_study_title', 'Latest Case Studies', '2020-06-02 16:49:14', '2021-03-18 13:44:48'),
(144, 'home_page_01_en_US_case_study_description', 'Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant.', '2020-06-02 16:49:14', '2021-03-18 13:44:48'),
(151, 'work_single_page_en_US_related_work_title', NULL, '2020-06-04 04:30:23', '2021-03-18 13:44:48'),
(155, 'case_study_en_US_read_more_text', 'Case Study', '2020-06-04 04:32:41', '2021-03-18 13:44:48'),
(159, 'error_404_page_en_US_title', '404', '2020-06-05 05:52:52', '2021-03-18 13:44:48'),
(160, 'error_404_page_en_US_subtitle', 'Oops! This Page Could Not Be Found', '2020-06-05 05:52:52', '2021-03-18 13:44:48'),
(161, 'error_404_page_en_US_paragraph', 'Sorry but the page you are looking for does not exist, have been removed. name changed or is temporarily unavailable', '2020-06-05 05:52:52', '2021-03-18 13:44:48'),
(162, 'error_404_page_en_US_button_text', 'Go To Home Page', '2020-06-05 05:52:52', '2021-03-18 13:44:48'),
(175, 'home_page_01_en_US_testimonial_section_title', 'Clients Testimonial', '2020-06-05 06:19:48', '2021-03-18 13:44:48'),
(179, 'home_page_01_en_US_price_plan_section_title', 'Pricing Plans For Our All Services', '2020-06-07 03:22:58', '2021-03-18 13:44:48'),
(180, 'home_page_01_en_US_price_plan_section_description', 'Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero. Curabitur ullamcorper ultricies nisi. Nameget dui.', '2020-06-07 03:22:58', '2021-03-18 13:44:48'),
(187, 'home_page_01_price_plan_section_items', '4', '2020-06-07 03:22:59', '2020-08-27 19:25:01'),
(188, 'home_page_01_price_plan_background_image', '90', '2020-06-07 03:23:47', '2020-08-27 19:25:01'),
(189, 'home_page_01_en_US_latest_news_title', 'Latest Blog', '2020-06-12 16:06:44', '2021-03-18 13:44:48'),
(190, 'home_page_01_en_US_latest_news_description', 'Depart do be so he enough talent. Sociable formerly six but handsome. Up do view time they shot. He concluded disposing', '2020-06-12 16:06:44', '2021-03-18 13:44:48'),
(197, 'home_page_01_en_US_contact_area_title', 'Get In Touch', '2020-06-12 19:29:47', '2021-03-18 13:44:48'),
(198, 'home_page_01_en_US_contact_area_button_text', 'Send Message', '2020-06-12 19:29:47', '2021-03-18 13:44:48'),
(205, 'home_page_01_contact_area_map_location', 'New York, NY, USA', '2020-06-12 19:29:48', '2020-06-12 19:31:11'),
(206, 'call_back_page_form_fields', '{\"field_type\":[\"text\",\"text\"],\"field_name\":[\"\",\"checkbox\"],\"field_placeholder\":[null,\"Checkbox\"]}', '2020-06-13 03:44:29', '2020-06-13 16:43:12'),
(207, 'get_in_touch_form_fields', '{\"field_type\":[\"text\",\"email\",\"tel\",\"textarea\"],\"field_name\":[\"your-name\",\"your-email\",\"your-phone\",\"your-message\"],\"field_placeholder\":[\"Your Name\",\"Your Email\",\"Your Phone\",\"Your Message\"],\"field_required\":{\"1\":\"on\",\"3\":\"on\",\"4\":\"on\"}}', '2020-06-13 17:02:58', '2021-03-20 11:29:49'),
(208, 'order_mail_en_US_success_message', 'Thanks for your order. we will contact you soon.', '2020-06-14 02:16:56', '2021-05-01 23:21:35'),
(209, 'quote_mail_en_US_success_message', 'Thanks for your contact. we will contact you soon.', '2020-06-14 02:16:56', '2021-05-01 23:21:35'),
(210, 'contact_mail_en_US_success_message', 'Thanks for your contact!!', '2020-06-14 02:16:56', '2021-05-01 23:21:35'),
(211, 'get_in_touch_mail_en_US_success_message', 'Thanks for your contact!!', '2020-06-14 02:16:56', '2021-05-01 23:21:35'),
(224, 'site_smtp_mail_host', 'smtp.gmail.com', '2020-06-14 03:29:43', '2024-06-04 17:14:30'),
(225, 'site_smtp_mail_port', '465', '2020-06-14 03:29:43', '2024-06-04 21:06:51'),
(226, 'site_smtp_mail_username', 'ziva.organikko@gmail.com', '2020-06-14 03:29:43', '2024-06-04 17:14:30'),
(227, 'site_smtp_mail_password', 'ulgi oqob djmk pwvc', '2020-06-14 03:29:43', '2024-06-04 17:14:30'),
(228, 'site_smtp_mail_encryption', 'ssl', '2020-06-14 03:29:43', '2024-06-04 21:06:51'),
(229, 'language_select_option', 'on', '2020-06-19 02:22:13', '2021-02-13 14:15:43'),
(230, 'site_secondary_color', '#1d2228', '2020-06-19 02:32:38', '2021-02-13 14:15:42'),
(231, 'site_global_email', 'contact@xgenious.com', '2020-06-20 17:36:38', '2020-06-20 17:38:18'),
(232, 'site_global_email_template', '<p>Hello @username,</p><p><br></p><p>@message</p><p><br></p><p>Regards</p><p>@company</p>', '2020-06-20 17:36:38', '2020-06-20 17:38:18'),
(233, 'service_page_service_items', '6', '2020-06-21 01:47:52', '2020-06-21 01:48:13'),
(234, 'service_single_page_en_US_query_form_title', 'Have Query ?', '2020-06-21 02:11:26', '2021-03-18 13:44:48'),
(238, 'service_single_page_query_form_email', 'dvrobin4@gmail.com', '2020-06-21 02:11:26', '2020-06-21 02:11:26'),
(239, 'service_query_form_fields', '{\"field_type\":[\"text\",\"email\",\"text\",\"textarea\"],\"field_name\":[\"your-name\",\"your-email\",\"your-subject\",\"your-message\"],\"field_placeholder\":[\"Your Name\",\"Your Email\",\"Subject\",\"Message\"],\"field_required\":[\"on\",\"on\",\"on\",\"on\"]}', '2020-06-21 03:37:53', '2020-12-07 23:58:06'),
(240, 'case_study_en_US_query_title', 'Have Query?', '2020-06-21 16:53:14', '2021-03-18 13:44:48'),
(244, 'case_study_query_form_mail', 'dvrobin4@gmail.com', '2020-06-21 16:53:14', '2020-06-21 18:10:47'),
(245, 'case_study_en_US_gallery_title', 'Gallery', '2020-06-21 17:00:22', '2021-03-18 13:44:48'),
(249, 'case_study_en_US_related_title', 'Related Case Study', '2020-06-21 17:14:44', '2021-03-18 13:44:48'),
(253, 'case_study_query_form_fields', '{\"field_type\":[\"text\",\"email\",\"text\",\"textarea\"],\"field_name\":[\"your-name\",\"your-email\",\"your-subject\",\"your-message\"],\"field_placeholder\":[\"Your Name\",\"Your Email\",\"Your Subject\",\"Message\"],\"field_required\":[\"on\",\"on\",\"on\",\"on\"]}', '2020-06-21 18:05:04', '2020-12-08 00:02:28'),
(254, 'case_study_en_US_query_button_text', 'Submit Request', '2020-06-21 18:10:47', '2021-03-18 13:44:48'),
(258, 'order_page_form_fields', '{\"field_type\":[\"text\",\"email\",\"file\",\"textarea\"],\"field_name\":[\"your-name\",\"your-email\",\"your-file\",\"your-message\"],\"field_placeholder\":[\"Your Name\",\"Your Email\",\"Document\",\"Your Message\"],\"field_required\":{\"1\":\"on\",\"3\":\"on\"},\"mimes_type\":{\"2\":\"mimes:txt,pdf\"}}', '2020-06-21 20:13:58', '2020-06-21 20:59:34'),
(259, 'paypal_business_email', 'sb-qc3j51513705@business.example.com', '2020-06-21 21:02:03', '2021-01-11 12:02:31'),
(260, 'paytm_merchant_key', 'dv0XtmsPYpewNag&', '2020-06-21 21:02:03', '2022-07-23 05:43:22'),
(261, 'paytm_merchant_mid', 'Digita57697814558795', '2020-06-21 21:02:03', '2022-07-23 05:43:22'),
(262, 'paytm_merchant_website', 'WEBSTAGING', '2020-06-21 21:02:03', '2022-07-23 05:43:22'),
(263, 'site_global_currency', 'INR', '2020-06-21 21:02:03', '2024-01-08 05:09:15'),
(264, 'site_manual_payment_name', 'Manual Payment', '2020-06-21 21:02:03', '2022-07-23 05:49:02'),
(265, 'manual_payment_gateway', NULL, '2020-06-21 21:02:03', '2024-02-12 02:22:17'),
(266, 'paypal_gateway', NULL, '2020-06-21 21:02:03', '2024-03-13 03:49:33'),
(267, 'paytm_gateway', NULL, '2020-06-21 21:02:03', '2024-04-12 03:38:29'),
(268, 'paypal_preview_logo', '366', '2020-06-21 21:05:24', '2022-07-23 05:43:22'),
(269, 'paytm_preview_logo', '371', '2020-06-21 21:05:24', '2022-07-23 05:43:22'),
(270, 'manual_payment_preview_logo', '358', '2020-06-21 21:05:24', '2022-07-23 05:49:02'),
(271, 'site_usd_to_nri_exchange_rate', '77', '2020-06-21 21:07:27', '2020-08-04 09:18:49'),
(272, 'site_manual_payment_description', 'manual payment gateway description', '2020-06-21 21:07:52', '2022-07-23 05:49:02'),
(273, 'razorpay_gateway', 'on', '2020-06-22 00:46:58', '2024-04-12 03:38:29'),
(274, 'stripe_gateway', NULL, '2020-06-22 00:46:58', '2024-02-12 02:22:17'),
(275, 'site_euro_to_nri_exchange_rate', '90', '2020-06-22 00:47:04', '2020-08-04 09:18:49'),
(276, 'stripe_preview_logo', '360', '2020-06-22 00:50:45', '2022-07-23 05:43:22'),
(277, 'razorpay_preview_logo', '368', '2020-06-22 01:01:36', '2022-07-23 05:43:22'),
(278, 'site_global_payment_gateway', NULL, '2020-06-22 02:07:14', '2021-04-23 00:25:02'),
(279, 'order_page_en_US_form_title', 'Order Information', '2020-06-22 18:29:18', '2021-03-18 13:44:48'),
(283, 'order_page_form_mail', 'dvrobin4@gmail.com', '2020-06-22 18:29:18', '2020-06-22 18:29:18'),
(284, 'site_order_success_page_en_US_title', 'Thank you', '2020-06-22 18:44:41', '2021-03-18 13:44:48'),
(285, 'site_order_success_page_en_US_subtitle', 'Payment Success For Order {pkname}', '2020-06-22 18:44:41', '2021-03-18 13:44:48'),
(286, 'site_order_success_page_en_US_description', NULL, '2020-06-22 18:44:41', '2021-03-18 13:44:48'),
(296, 'site_order_cancel_page_en_US_title', 'Sorry', '2020-06-22 18:44:49', '2021-03-18 13:44:48'),
(297, 'site_order_cancel_page_en_US_subtitle', 'Payment Cancelled Of Order: {pkname}', '2020-06-22 18:44:49', '2021-03-18 13:44:48'),
(298, 'site_order_cancel_page_en_US_description', NULL, '2020-06-22 18:44:49', '2021-03-18 13:44:48'),
(308, 'home_page_call_to_action_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(309, 'home_page_about_us_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(310, 'home_page_service_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(311, 'home_page_key_feature_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(312, 'home_page_counterup_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(313, 'home_page_case_study_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(314, 'home_page_testimonial_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(315, 'home_page_latest_news_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(316, 'home_page_brand_logo_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(317, 'home_page_support_bar_section_status', NULL, '2020-07-19 22:28:02', '2024-01-08 07:07:59'),
(318, 'home_page_price_plan_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(319, 'home_page_team_member_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(320, 'home_page_quality_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(321, 'home_page_contact_section_status', 'on', '2020-07-19 22:28:02', '2022-07-22 22:07:27'),
(322, 'preloader_default', '11', '2020-07-20 09:47:26', '2021-01-12 15:45:32'),
(323, 'preloader_custom', NULL, '2020-07-20 09:47:26', '2021-01-12 15:45:32'),
(324, 'preloader_custom_image', NULL, '2020-07-20 09:47:26', '2021-01-12 15:45:32'),
(325, 'quote_page_slug', 'quote', '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(326, 'donation_page_slug', 'donations', '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(327, 'product_page_slug', 'products', '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(328, 'testimonial_page_slug', 'testimonial', '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(329, 'feedback_page_slug', 'feedback', '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(330, 'clients_feedback_page_slug', 'clients-feedback', '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(331, 'image_gallery_page_slug', 'image-gallery', '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(332, 'about_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(333, 'about_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(334, 'service_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(335, 'service_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(336, 'work_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(337, 'work_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(338, 'team_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(339, 'team_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(340, 'price_plan_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(341, 'price_plan_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(342, 'faq_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(343, 'faq_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:22'),
(344, 'blog_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(345, 'blog_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(346, 'contact_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(347, 'contact_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(348, 'career_with_us_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(349, 'career_with_us_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(350, 'events_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(351, 'events_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(352, 'knowledgebase_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(353, 'knowledgebase_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(354, 'quote_page_en_US_name', 'Quote', '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(355, 'quote_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(356, 'quote_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(357, 'donation_page_en_US_name', 'Donations', '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(358, 'donation_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(359, 'donation_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(360, 'product_page_en_US_name', 'Products', '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(361, 'product_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(362, 'product_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(363, 'testimonial_page_en_US_name', 'Testimonial', '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(364, 'testimonial_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(365, 'testimonial_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(366, 'feedback_page_en_US_name', 'Feedback', '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(367, 'feedback_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(368, 'feedback_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(369, 'clients_feedback_page_en_US_name', 'Clients Feedback', '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(370, 'clients_feedback_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(371, 'clients_feedback_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(372, 'image_gallery_page_en_US_name', 'Image Gallery', '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(373, 'image_gallery_page_en_US_meta_tags', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(374, 'image_gallery_page_en_US_meta_description', NULL, '2020-07-20 10:20:52', '2021-04-30 10:43:23'),
(504, 'feedback_page_form_fields', '{\"field_type\":[\"select\"],\"field_name\":[\"what-service-you-get\"],\"field_placeholder\":[\"What service you get ?\"],\"field_required\":{\"1\":\"on\"},\"select_options\":[\"products\\r\\npackage order\\r\\nevent tickets\\r\\ndonations\"]}', '2020-07-20 10:38:42', '2020-07-20 10:38:42'),
(505, 'feedback_notify_mail', 'dvrobin4@gmail.com', '2020-07-20 10:39:20', '2020-07-20 10:42:21'),
(506, 'feedback_page_form_en_US_name_label', 'Name', '2020-07-20 10:39:20', '2021-03-18 13:44:48'),
(507, 'feedback_page_form_en_US_email_label', 'Email', '2020-07-20 10:39:20', '2021-03-18 13:44:48'),
(508, 'feedback_page_form_en_US_ratings_label', 'How Was Your Experience', '2020-07-20 10:39:20', '2021-03-18 13:44:48'),
(509, 'feedback_page_form_en_US_description_label', 'Write Few Words', '2020-07-20 10:39:20', '2021-03-18 13:44:48'),
(510, 'feedback_page_form_en_US_button_text', 'Submit Now', '2020-07-20 10:39:20', '2021-03-18 13:44:48'),
(511, 'feedback_page_form_en_US_form_title', 'Leave Your Feedback', '2020-07-20 10:39:20', '2021-03-18 13:44:48'),
(530, 'site_knowledgebase_category_en_US_title', 'Topics', '2020-07-20 11:29:12', '2021-03-18 13:44:48'),
(531, 'site_knowledgebase_popular_widget_en_US_title', 'Popular Articles', '2020-07-20 11:29:12', '2021-03-18 13:44:48'),
(532, 'site_knowledgebase_article_topic_en_US_title', 'Article Topics', '2020-07-20 11:29:12', '2021-03-18 13:44:48'),
(542, 'site_knoeledgebase_post_items', '6', '2020-07-20 11:29:12', '2020-07-20 11:29:52'),
(543, 'site_events_category_en_US_title', 'Events Category', '2020-07-20 14:51:29', '2021-03-18 13:44:48'),
(547, 'site_events_post_items', '6', '2020-07-20 14:51:29', '2020-07-20 14:51:38'),
(548, 'event_single_en_US_event_info_title', 'Event Info', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(549, 'event_single_en_US_date_title', 'Date', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(550, 'event_single_en_US_time_title', 'Time', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(551, 'event_single_en_US_cost_title', 'Cost', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(552, 'event_single_en_US_category_title', 'Category', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(553, 'event_single_en_US_organizer_title', 'Event Organizer', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(554, 'event_single_en_US_organizer_name_title', 'Name', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(555, 'event_single_en_US_organizer_email_title', 'Email', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(556, 'event_single_en_US_organizer_phone_title', 'Phone', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(557, 'event_single_en_US_organizer_website_title', 'Website', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(558, 'event_single_en_US_venue_title', 'Event Venue', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(559, 'event_single_en_US_venue_name_title', 'Name', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(560, 'event_single_en_US_venue_location_title', 'Locaiton', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(561, 'event_single_en_US_venue_phone_title', NULL, '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(562, 'event_single_en_US_available_ticket_text', 'Available Tickets', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(563, 'event_single_en_US_reserve_button_title', 'Reserve Your Seat', '2020-07-20 14:54:30', '2021-03-18 13:44:48'),
(612, 'event_attendance_page_en_US_title', 'Confirm Your Attendance', '2020-07-20 14:54:58', '2021-03-18 13:44:48'),
(613, 'event_attendance_page_en_US_form_button_title', 'Confirm Attend', '2020-07-20 14:54:58', '2021-03-18 13:44:48'),
(620, 'event_attendance_receiver_mail', 'dvrobin4@gmail.com', '2020-07-20 14:54:58', '2020-07-20 14:56:23'),
(621, 'event_success_page_en_US_title', 'Thank you', '2020-07-20 15:36:27', '2021-03-18 13:44:48'),
(622, 'event_success_page_en_US_subtitle', 'Payment Success For Event: {evname}', '2020-07-20 15:36:27', '2021-03-18 13:44:48'),
(623, 'event_success_page_en_US_description', NULL, '2020-07-20 15:36:27', '2021-03-18 13:44:48'),
(633, 'event_cancel_page_en_US_title', 'Sorry', '2020-07-20 15:36:32', '2021-03-18 13:44:48'),
(634, 'event_cancel_page_en_US_subtitle', 'Payment Cancel For Event: {evname}', '2020-07-20 15:36:32', '2021-03-18 13:44:48'),
(635, 'event_cancel_page_en_US_description', NULL, '2020-07-20 15:36:32', '2021-03-18 13:44:48'),
(645, 'product_success_page_en_US_title', 'Thanks For Your Order', '2020-07-20 15:37:13', '2021-03-18 13:44:48'),
(646, 'product_success_page_en_US_description', NULL, '2020-07-20 15:37:13', '2021-03-18 13:44:48'),
(653, 'product_cancel_page_en_US_title', 'You Payment  Is Not Succeced', '2020-07-20 15:37:19', '2021-03-18 13:44:48'),
(654, 'product_cancel_page_en_US_description', NULL, '2020-07-20 15:37:19', '2021-03-18 13:44:48'),
(661, 'product_add_to_cart_button_en_US_text', 'Add To Cart', '2020-07-20 15:37:27', '2021-03-18 13:44:48'),
(665, 'product_post_items', '6', '2020-07-20 15:37:27', '2020-07-21 21:07:47'),
(666, 'contact_page_contact_form_fields', '{\"field_type\":[\"text\",\"email\",\"tel\",\"textarea\"],\"field_name\":[\"your-name\",\"your-email\",\"your-phone\",\"your-message\"],\"field_placeholder\":[\"Your Name\",\"Your Email\",\"Phone\",\"Message\"],\"field_required\":{\"1\":\"on\"}}', '2020-07-20 16:39:06', '2020-07-20 16:39:06'),
(667, 'contact_page_contact_info_section_status', 'on', '2020-07-20 16:39:27', '2020-07-20 16:39:27'),
(668, 'contact_page_contact_section_status', 'on', '2020-07-20 16:39:27', '2020-07-20 16:39:27'),
(669, 'contact_page_en_US_form_section_title', 'Keep In Touch', '2020-07-20 16:39:50', '2021-03-18 13:44:48'),
(670, 'contact_page_en_US_form_submit_btn_text', 'Send Message', '2020-07-20 16:39:50', '2021-03-18 13:44:48'),
(677, 'contact_page_form_receiving_mail', 'info@zivaorganiko.com', '2020-07-20 16:39:50', '2024-01-08 08:23:19'),
(678, 'contact_page_map_section_location', '413, Satyamev Elite, Near Vakil Saheb Bridge, S.P.Ring Road, Bopal, Ahmedabad 380058', '2020-07-20 16:40:44', '2024-04-12 01:59:17'),
(679, 'contact_page_map_section_zoom', '10', '2020-07-20 16:40:44', '2020-07-20 16:40:44'),
(680, 'event_attendance_form_fields', '{\"field_type\":[\"text\",\"email\",\"checkbox\",\"textarea\"],\"field_name\":[\"your-name\",\"your-email\",\"terms-condition\",\"your-messsage\"],\"field_placeholder\":[\"Your Name\",\"Your Email\",\"Agree With <a href=\'#\'>Terms Of Policy<\\/a>\",\"Message\"],\"field_required\":[\"on\",\"on\"]}', '2020-07-20 16:44:10', '2020-10-01 20:47:50'),
(681, 'apply_job_page_form_fields', '{\"field_type\":[\"file\",\"textarea\"],\"field_name\":[\"your-cv\",\"your-message\"],\"field_placeholder\":[\"Your CV\",\"Message\"],\"mimes_type\":[\"mimes:txt,pdf\"]}', '2020-07-20 16:54:09', '2021-06-01 10:32:59'),
(682, 'job_single_page_en_US_job_context_label', 'Job Context', '2020-07-20 17:42:27', '2021-03-18 13:44:48'),
(683, 'job_single_page_en_US_job_responsibility_label', 'Job Responsibility', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(684, 'job_single_page_en_US_education_requirement_label', 'Educational Requirement', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(685, 'job_single_page_en_US_experience_requirement_label', 'Experience Requirement', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(686, 'job_single_page_en_US_additional_requirement_label', 'Additional Requirement', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(687, 'job_single_page_en_US_others_benefits_label', 'Others Benefits', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(688, 'job_single_page_en_US_apply_button_text', 'Apply To The Job', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(689, 'job_single_page_en_US_job_info_text', 'Jobs Information', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(690, 'job_single_page_en_US_company_name_text', 'Company Name', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(691, 'job_single_page_en_US_job_category_text', 'Job Category', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(692, 'job_single_page_en_US_job_position_text', 'Job Position', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(693, 'job_single_page_en_US_job_type_text', 'Job Type', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(694, 'job_single_page_en_US_salary_text', 'Salary', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(695, 'job_single_page_en_US_job_location_text', 'Job Location', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(696, 'job_single_page_en_US_job_deadline_text', 'Deadline', '2020-07-20 17:42:27', '2021-03-18 13:44:49'),
(742, 'job_single_page_apply_form', 'on', '2020-07-20 17:42:28', '2020-11-22 13:11:59'),
(743, 'job_single_page_applicant_mail', 'dvrobin4@gmail.com', '2020-07-20 17:42:28', '2020-11-22 13:11:59'),
(744, 'site_jobs_category_en_US_title', 'Jobs Category', '2020-07-20 18:41:01', '2021-03-18 13:44:49'),
(748, 'site_job_post_items', '6', '2020-07-20 18:41:01', '2020-07-20 18:41:01'),
(749, 'donation_success_page_en_US_title', 'Thank You', '2020-07-20 21:04:21', '2021-03-18 13:44:49'),
(750, 'donation_success_page_en_US_subtitle', 'Payment Success For Donation:  {dnname}', '2020-07-20 21:04:21', '2021-03-18 13:44:49'),
(751, 'donation_success_page_en_US_description', NULL, '2020-07-20 21:04:21', '2021-03-18 13:44:49'),
(761, 'donation_cancel_page_en_US_title', 'Sorry!!', '2020-07-20 21:05:10', '2021-03-18 13:44:49'),
(762, 'donation_cancel_page_en_US_subtitle', 'Payment Cancel For Donation: {dnname}', '2020-07-20 21:05:10', '2021-03-18 13:44:49'),
(763, 'donation_cancel_page_en_US_description', NULL, '2020-07-20 21:05:10', '2021-03-18 13:44:49'),
(773, 'donation_notify_mail', 'dvrobin4@gmail.com', '2020-07-20 21:07:53', '2020-11-18 13:09:40'),
(774, 'donation_single_en_US_form_title', 'Donate for help', '2020-07-20 21:07:53', '2021-03-18 13:44:49'),
(775, 'donation_single_en_US_form_button_text', 'Donate Now', '2020-07-20 21:07:53', '2021-03-18 13:44:49'),
(782, 'donor_page_post_items', '6', '2020-07-20 21:12:21', '2020-07-20 21:12:21'),
(783, 'donation_button_en_US_text', 'Donate Now', '2020-07-20 21:12:22', '2021-03-18 13:44:49'),
(784, 'donation_goal_en_US_text', 'Goal:', '2020-07-20 21:12:22', '2021-03-18 13:44:49'),
(785, 'donation_raised_en_US_text', 'Raised:', '2020-07-20 21:12:22', '2021-03-18 13:44:49'),
(795, 'quote_page_form_fields', '{\"field_type\":[\"text\",\"text\",\"email\",\"file\",\"textarea\"],\"field_name\":[\"your-name\",\"your-subject\",\"your-email\",\"your-file\",\"your-message\"],\"field_placeholder\":[\"Your Name\",\"Your Subject\",\"Your Email\",\"Your File\",\"Your Message\"],\"field_required\":{\"1\":\"on\",\"2\":\"on\",\"4\":\"on\"},\"mimes_type\":{\"3\":\"mimes:txt,pdf\"}}', '2020-07-20 21:50:29', '2020-07-20 21:50:29'),
(796, 'quote_page_en_US_form_title', 'Request A Quote', '2020-07-20 21:50:50', '2021-03-18 13:44:49'),
(797, 'quote_page_en_US_form_button_text', 'Send Quote', '2020-07-20 21:50:50', '2021-03-18 13:44:49'),
(804, 'quote_page_form_mail', 'dvrobin4@gmail.com', '2020-07-20 21:50:50', '2020-07-27 19:42:52'),
(805, 'product_single_en_US_add_to_cart_text', 'Add To Cart', '2020-07-21 11:20:43', '2021-03-18 13:44:49'),
(806, 'product_single_en_US_category_text', 'Category:', '2020-07-21 11:20:43', '2021-03-18 13:44:49'),
(807, 'product_single_en_US_sku_text', 'SKU:', '2020-07-21 11:20:43', '2021-03-18 13:44:49'),
(808, 'product_single_en_US_description_text', 'Description', '2020-07-21 11:20:43', '2021-03-18 13:44:49'),
(809, 'product_single_en_US_attributes_text', 'Additional Information', '2020-07-21 11:20:43', '2021-03-18 13:44:49'),
(810, 'product_single_en_US_related_product_text', 'Related Products', '2020-07-21 11:20:43', '2021-03-18 13:44:49'),
(829, 'product_category_en_US_text', 'Category', '2020-07-21 14:37:42', '2021-03-18 13:44:49'),
(833, 'cash_on_delivery_preview_logo', '415', '2020-07-21 15:18:45', '2024-02-19 07:18:26'),
(834, 'paystack_preview_logo', '367', '2020-07-21 15:18:45', '2022-07-23 05:43:22'),
(835, 'paystack_public_key', 'pk_test_0a2cea63c4a34691fae697fb8f6b72a856e96e12', '2020-07-21 15:18:45', '2022-07-23 05:43:22'),
(836, 'paystack_secret_key', 'sk_test_bfb4d04c41f8bcfa9fb6dac84eeb6ea54e1a93b4', '2020-07-21 15:18:45', '2022-07-23 05:43:22'),
(837, 'paystack_merchant_email', 'testxgenious@gmail.com', '2020-07-21 15:18:45', '2022-07-23 05:43:22'),
(838, 'razorpay_key', NULL, '2020-07-21 15:18:45', '2022-07-23 05:24:17'),
(839, 'razorpay_secret', NULL, '2020-07-21 15:18:45', '2022-07-23 05:24:17'),
(840, 'stripe_publishable_key', NULL, '2020-07-21 15:18:45', '2022-07-23 05:24:17'),
(841, 'stripe_secret_key', 'sk_test_51GwS1SEmGOuJLTMs2vhSliTwAGkOt4fKJMBrxzTXeCJoLrRu8HFf4I0C5QuyE3l3bQHBJm3c0qFmeVjd0V9nFb6Z00VrWDJ9Uw', '2020-07-21 15:18:45', '2022-07-23 05:43:22'),
(842, 'paystack_gateway', NULL, '2020-07-21 15:18:45', '2024-02-12 02:22:17'),
(843, 'cash_on_delivery_gateway', NULL, '2020-07-21 15:18:45', '2024-04-30 14:03:27'),
(844, 'blog_page_en_US_read_more_btn_text', 'Read More', '2020-07-21 15:28:57', '2021-03-18 13:44:49'),
(848, 'blog_page_item', '6', '2020-07-21 15:28:57', '2020-07-21 15:28:57'),
(849, 'blog_page_recent_post_widget_items', '5', '2020-07-21 15:28:57', '2020-07-21 15:28:57'),
(850, 'blog_single_page_en_US_related_post_title', 'Related Post', '2020-07-21 15:29:29', '2021-03-18 13:44:49'),
(851, 'blog_single_page_en_US_share_title', 'Share', '2020-07-21 15:29:29', '2021-03-18 13:44:49'),
(852, 'blog_single_page_en_US_category_title', 'Blog Categories', '2020-07-21 15:29:29', '2021-03-18 13:44:49'),
(853, 'blog_single_page_en_US_recent_post_title', 'Related Posts', '2020-07-21 15:29:29', '2021-03-18 13:44:49'),
(854, 'blog_single_page_en_US_tags_title', 'Tags', '2020-07-21 15:29:29', '2021-03-18 13:44:49'),
(870, 'blog_single_page_recent_post_item', '5', '2020-07-21 15:29:29', '2020-07-21 15:30:39'),
(871, 'product_price_filter_en_US_text', 'Price Filter', '2020-07-21 19:40:41', '2021-03-18 13:44:49'),
(872, 'product_rating_filter_en_US_text', 'Rating Filter', '2020-07-21 19:40:41', '2021-03-18 13:44:49'),
(879, 'product_single_en_US_ratings_text', 'Ratings', '2020-07-21 20:06:22', '2021-03-18 13:44:49'),
(883, 'site_rss_feed_description', 'The description of the feed.', '2020-07-23 11:32:47', '2020-07-23 11:35:22'),
(884, 'site_rss_feed_title', 'My feeds', '2020-07-23 11:32:47', '2020-07-23 11:35:22'),
(885, 'site_rss_feed_url', '/feeds', '2020-07-23 11:32:47', '2020-07-23 11:35:22'),
(886, 'site_gdpr_cookie_en_US_title', 'Cookies & Privacy', '2020-07-24 21:02:41', '2021-03-18 13:44:49'),
(887, 'site_gdpr_cookie_en_US_message', 'Is education residence conveying so so. Suppose shyness say ten behaved morning had. Any unsatiable assistance compliment occasional too reasonably advantages.', '2020-07-24 21:02:41', '2021-03-18 13:44:49'),
(888, 'site_gdpr_cookie_en_US_more_info_label', 'More information', '2020-07-24 21:02:41', '2021-03-18 13:44:49'),
(889, 'site_gdpr_cookie_en_US_more_info_link', '{url}/p/privacy-policy', '2020-07-24 21:02:41', '2021-03-18 13:44:49'),
(890, 'site_gdpr_cookie_en_US_accept_button_label', 'Accept', '2020-07-24 21:02:41', '2021-12-28 12:42:16'),
(906, 'site_gdpr_cookie_delay', '5000', '2020-07-24 21:02:41', '2021-02-13 11:55:16'),
(907, 'site_gdpr_cookie_enabled', 'on', '2020-07-24 21:02:41', '2021-02-13 11:55:16'),
(908, 'site_gdpr_cookie_expire', '30', '2020-07-24 21:02:41', '2021-02-13 11:55:16'),
(909, 'site_gdpr_cookie_en_US_decline_button_label', 'Decline', '2020-07-24 21:07:57', '2021-12-28 12:42:16'),
(913, 'site_disqus_key', 'LTTRBX TECHNOLAB', '2020-07-24 21:41:07', '2024-03-05 06:42:11'),
(914, 'site_google_analytics', '<!-- Google tag (gtag.js) -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-HVVK34JTYZ\">\r\n</script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'G-HVVK34JTYZ\');\r\n</script>', '2020-07-24 21:41:07', '2024-03-05 06:42:11'),
(915, 'tawk_api_key', NULL, '2020-07-24 21:41:07', '2024-02-22 04:50:27'),
(916, 'site_google_map_api', NULL, '2020-07-24 21:41:07', '2020-07-24 21:41:33'),
(917, 'site_google_captcha_v3_site_key', '6Lf12XspAAAAACF1lHpknZywOhvZnl2AcbOxAj2v', '2020-07-24 21:41:07', '2024-02-22 04:50:27'),
(918, 'site_google_captcha_v3_secret_key', '6Lf12XspAAAAAGla_sATMlfZFZ5DnKVzibPkiQat', '2020-07-24 21:41:07', '2024-02-22 04:50:27'),
(919, 'site_install_path', 'https://zivaorganiko.com', '2020-07-25 09:56:42', '2024-04-27 14:42:02'),
(920, 'site_admin_path', 'https://zivaorganiko.com/admin-home', '2020-07-25 09:56:42', '2024-04-27 14:42:02'),
(921, 'site_frontend_path', 'https://zivaorganiko.com', '2020-07-25 09:56:42', '2024-04-27 14:42:02'),
(922, 'site_script_version', '3.5.3', '2020-07-25 09:56:42', '2022-08-04 07:42:24'),
(923, 'item_purchase_key', 'you purchase code', '2020-07-25 10:27:03', '2021-06-05 16:36:04'),
(924, 'item_license_status', 'verified', '2020-07-25 10:27:03', '2021-05-11 20:45:52'),
(925, 'item_license_msg', '', '2020-07-25 10:27:03', '2021-06-05 16:36:06'),
(926, 'site_script_unique_key', 'NB2GLtODUjYOc9bFkPq2pKI8uma3G6WX', '2020-07-25 10:57:35', '2021-05-15 18:19:20'),
(927, 'site_sticky_navbar_enabled', 'on', '2020-07-25 17:32:50', '2021-02-13 14:15:43'),
(928, 'popup_enable_status', 'on', '2020-07-26 14:34:23', '2021-02-13 12:10:08'),
(929, 'popup_delay_time', '10000', '2020-07-26 14:34:23', '2021-02-13 12:10:08'),
(930, 'popup_selected_en_US_id', '1', '2020-07-26 14:34:23', '2021-03-18 13:44:49'),
(934, 'about_page_en_US_about_section_title', 'About Ziva Organiko: Where Purity Meets Flavor', '2020-07-26 22:54:47', '2024-01-08 08:38:44'),
(935, 'about_page_en_US_about_section_description', '<p data-sourcepos=\"3:1-3:175\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\">At Ziva Organiko, we\'re more than just an organic food company. We\'re a passionate community dedicated to nurturing your health and well-being through the goodness of nature.</p><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span><p data-sourcepos=\"5:1-5:48\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"><b>Rooted in Tradition, Nourished by Innovation</b></p><b><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span></b><p data-sourcepos=\"9:1-9:349\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\">Our story begins with a deep respect for traditional Ayurvedic practices and a commitment to sustainable farming. We source our ingredients directly from small, family-owned farms in the fertile lands around Ahmedabad, Gujarat. Each farmer we partner with shares our values of organic cultivation, ethical sourcing, and environmental responsibility.</p><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span><p data-sourcepos=\"11:1-11:332\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\">But tradition alone isn\'t enough. We constantly strive to innovate, bringing you the best of both worlds: the purity of ancient wisdom and the convenience of modern life. Our team of experienced chefs and food scientists work tirelessly to craft delicious and nutritious organic products that fit seamlessly into your everyday life.</p><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span><p data-sourcepos=\"13:1-13:33\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"><b>From Farm to Table, with Love</b></p><b><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span></b><p data-sourcepos=\"17:1-17:273\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\">At Ziva Organiko, every step of the journey is infused with care and attention to detail. From the moment our seeds are sown in the rich soil to the final preparation of our products, we meticulously monitor every process to ensure the highest quality and safety standards.</p><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span><p data-sourcepos=\"19:1-19:21\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"><b>Our Pledge to You</b></p><b><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span></b><ul data-sourcepos=\"21:1-23:165\" style=\"margin-top: 4px; margin-bottom: 4px; padding-inline-start: 36px; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"><li data-sourcepos=\"21:1-21:184\" style=\"margin-bottom: 10px;\">Uncompromising Purity:&nbsp;We are committed to using only the finest,&nbsp;certified organic ingredients.&nbsp;No harmful chemicals,&nbsp;pesticides,&nbsp;or synthetic additives ever touch our products.</li><li data-sourcepos=\"22:1-22:185\" style=\"margin-bottom: 10px;\">Authentic Flavors:&nbsp;We believe that healthy food should also be delicious.&nbsp;Our products are bursting with natural flavors that will tantalize your taste buds and nourish your soul.</li><li data-sourcepos=\"23:1-23:165\" style=\"margin-bottom: 10px;\">Sustainable Practices:&nbsp;We are passionate about protecting the environment for future generations.&nbsp;We use sustainable farming methods and eco-friendly packaging to minimize our impact on the planet.</li><li data-sourcepos=\"24:1-25:0\" style=\"margin-bottom: 10px;\">Community Connections:&nbsp;We believe in building strong relationships with our farmers,&nbsp;customers,&nbsp;and the local community.&nbsp;We support fair trade practices and give back to the communities that nourish us.</li></ul><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span><p data-sourcepos=\"26:1-26:33\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"><b>Join the Ziva Organiko Family</b></p><b><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span></b><p data-sourcepos=\"28:1-28:212\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\">We invite you to join us on a journey towards a healthier, happier you. Explore our range of organic ghee, food products, and Ayurvedic selections. Discover the taste of purity and experience the Ziva difference.</p><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span><p data-sourcepos=\"32:1-32:93\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\">Together, let\'s nourish our bodies, our planet, and our future, one delicious bite at a time.</p><span style=\"color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\"></span><p data-sourcepos=\"34:1-34:143\" style=\"margin-top: 24px; margin-bottom: 24px; white-space-collapse: preserve; word-break: break-word; color: rgb(31, 31, 31); font-family: &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px;\">Visit our website or come say hello at our store in Ahmedabad to learn more about Ziva Organiko and start your journey to a healthier life!</p>', '2020-07-26 22:54:47', '2024-01-08 08:38:44'),
(936, 'about_page_en_US_about_section_quote_text', 'Rooted in Tradition, Nourished by Innovation', '2020-07-26 22:54:47', '2024-01-08 08:38:44'),
(946, 'about_page_image_two', NULL, '2020-07-26 22:54:47', '2024-01-08 08:38:44'),
(947, 'about_page_image_one', NULL, '2020-07-26 22:54:47', '2024-01-08 08:38:44'),
(948, 'about_page_en_US_global_network_button_url', '#', '2020-07-26 22:55:06', '2021-03-18 13:44:49'),
(949, 'about_page_en_US_global_network_button_title', 'Learn More', '2020-07-26 22:55:06', '2021-03-18 13:44:49'),
(950, 'about_page_en_US_global_network_button_status', 'on', '2020-07-26 22:55:06', '2021-03-18 13:44:49'),
(951, 'about_page_en_US_global_network_description', 'Affronting discretion as do is announcing. Now months esteem oppose nearer enable too six. She numerous unlocked you perceive speedily. Affixed offence spirits or ye of offices between. Real on shot it were four an as. Absolute bachelor rendered six nay you juvenile. Vanity entire an chatty to.', '2020-07-26 22:55:06', '2021-03-18 13:44:49'),
(952, 'about_page_en_US_global_network_title', 'We Have Global Network Of Clients', '2020-07-26 22:55:06', '2021-03-18 13:44:49'),
(968, 'about_page_global_network_image', '86', '2020-07-26 22:55:06', '2020-07-27 11:00:30'),
(969, 'about_page_testimonial_section_status', 'on', '2020-07-26 22:55:25', '2020-07-26 22:55:25'),
(970, 'about_page_about_us_section_status', 'on', '2020-07-26 22:55:25', '2020-07-26 22:55:25'),
(971, 'about_page_brand_logo_section_status', 'on', '2020-07-26 22:55:25', '2020-07-26 22:55:25'),
(972, 'about_page_team_member_section_status', 'on', '2020-07-26 22:55:25', '2020-07-26 22:55:25'),
(973, 'about_page_experience_section_status', 'on', '2020-07-26 22:55:25', '2020-07-26 22:55:25'),
(974, 'about_page_key_feature_section_status', 'on', '2020-07-26 22:55:25', '2020-07-26 22:55:25'),
(975, 'about_page_global_network_section_status', 'on', '2020-07-26 22:55:25', '2020-07-26 22:55:25'),
(976, 'about_page_en_US_experience_title', 'We Have 15 Years Of Experience Of Tech', '2020-07-27 11:04:13', '2021-03-18 13:44:49'),
(977, 'about_page_en_US_experience_description', 'Affronting discretion as do is announcing. Now months esteem oppose nearer enable too six. She numerous unlocked you perceive speedily. Affixed offence spirits or ye of offices between.', '2020-07-27 11:04:13', '2021-03-18 13:44:49'),
(978, 'about_page_en_US_experience_video_url', 'https://www.youtube.com/watch?v=k26DOtwPN7s', '2020-07-27 11:04:13', '2021-03-18 13:44:49'),
(979, 'about_page_en_US_quote_text', 'Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited.', '2020-07-27 11:04:13', '2021-03-18 13:44:49'),
(992, 'about_page_experience_signature_image', '87', '2020-07-27 11:04:13', '2020-07-27 11:04:13');
INSERT INTO `static_options` (`id`, `option_name`, `option_value`, `created_at`, `updated_at`) VALUES
(993, 'about_page_experience_video_background_image', '88', '2020-07-27 11:04:13', '2020-07-27 11:04:13'),
(994, 'about_page_en_US_team_member_section_title', 'Our Team', '2020-07-27 11:05:21', '2021-03-18 13:44:49'),
(995, 'about_page_en_US_team_member_section_description', 'Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited.', '2020-07-27 11:05:21', '2021-03-18 13:44:49'),
(1002, 'about_page_team_member_item', '6', '2020-07-27 11:05:21', '2020-07-27 11:05:21'),
(1003, 'about_page_en_US_testimonial_title', 'Clients Testimonial', '2020-07-27 11:06:37', '2021-03-18 13:44:49'),
(1007, 'about_page_testimonial_background_image', '89', '2020-07-27 11:06:37', '2020-07-27 11:06:37'),
(1008, 'about_page_testimonial_item', '4', '2020-07-27 11:06:37', '2020-07-27 11:06:37'),
(1009, 'maintain_page_en_US_title', 'We are on Scheduled Maintenance', '2020-07-27 11:11:36', '2021-03-18 13:44:49'),
(1010, 'maintain_page_en_US_description', 'Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited.', '2020-07-27 11:11:36', '2021-03-18 13:44:49'),
(1017, 'maintain_page_logo', '5', '2020-07-27 11:11:55', '2020-07-27 11:11:55'),
(1018, 'maintain_page_background_image', '89', '2020-07-27 11:11:55', '2020-07-27 11:11:55'),
(1019, 'home_page_02_about_us_video_background_image', '88', '2020-07-27 11:54:01', '2020-07-27 11:56:10'),
(1020, 'home_page_02_about_us_signature_image', '87', '2020-07-27 11:54:01', '2020-07-27 11:56:10'),
(1021, 'home_page_01_en_US_about_us_description', 'Lose away off why half led have near bed. At engage simple father of period others except. My giving do summer of though narrow marked at. Spring formal no county ye waited. My whether cheered at regular it of promise blushes perhaps. Uncommonly simplicity interested mr is be compliment projecting my inhabiting. Gentleman he september in oh excellent.', '2020-07-27 11:54:56', '2021-03-18 13:44:49'),
(1022, 'home_page_01_en_US_about_us_quote_text', 'Lose away off why half led have near bed. At engage simple father of period others except.', '2020-07-27 11:54:56', '2021-03-18 13:44:49'),
(1029, 'home_page_01_en_US_quality_area_list', 'How promotion excellent curiosity yet attempted happiness. \r\nFor every delay death ask style. \r\nMe mean able my by in they. \r\nExtremity now strangers contained breakfast him discourse additions.', '2020-07-27 11:58:27', '2021-03-18 13:44:49'),
(1033, 'home_page_02_quality_area_image', '86', '2020-07-27 11:58:27', '2020-07-27 12:17:13'),
(1034, 'home_page_04_quality_area_image', '93', '2020-07-27 11:58:27', '2020-07-27 13:16:49'),
(1035, 'home_page_01_case_study_items', '6', '2020-07-27 12:00:18', '2021-04-12 14:52:00'),
(1036, 'home_page_02_case_study_background_image', '90', '2020-07-27 12:00:18', '2020-07-27 12:00:24'),
(1037, 'home_page_01_en_US_team_member_section_title', 'Our Team', '2020-07-27 12:01:24', '2021-03-18 13:44:49'),
(1038, 'home_page_01_en_US_team_member_section_description', 'Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant.', '2020-07-27 12:01:24', '2021-03-18 13:44:49'),
(1045, 'home_page_01_team_member_items', '4', '2020-07-27 12:01:24', '2021-03-28 15:33:31'),
(1046, 'home_page_01_en_US_brand_logo_area_title', 'We have more then 20k satisfied client these work with us.', '2020-07-27 12:03:10', '2021-03-18 13:44:49'),
(1050, 'home_page_03_about_us_image_one', '84', '2020-07-27 12:27:29', '2020-07-27 12:27:29'),
(1051, 'home_page_03_about_us_image_two', '85', '2020-07-27 12:27:29', '2020-07-27 12:27:30'),
(1052, 'home_page_01_en_US_cta_area_button_title', NULL, '2020-07-27 12:29:05', '2021-03-20 09:29:25'),
(1053, 'home_page_01_en_US_cta_area_title', NULL, '2020-07-27 12:29:05', '2021-03-20 09:29:25'),
(1054, 'home_page_01_en_US_cta_area_button_status', NULL, '2020-07-27 12:29:05', '2021-03-20 09:29:25'),
(1064, 'home_page_01_cta_area_button_url', NULL, '2020-07-27 12:29:05', '2021-03-20 09:29:25'),
(1065, 'home_page_01_en_US_about_us_our_mission_title', 'Our Mission', '2020-07-27 13:11:34', '2021-03-18 13:44:49'),
(1066, 'home_page_01_en_US_about_us_our_mission_description', 'My whether cheered at regular it of promise blushes perhaps. Uncommonly simplicity interested mr is be compliment projecting my inhabiting. Gentleman he september in oh excellent.', '2020-07-27 13:11:34', '2021-03-18 13:44:49'),
(1067, 'home_page_01_en_US_about_us_our_vision_title', 'Our Vision', '2020-07-27 13:11:34', '2021-03-18 13:44:49'),
(1068, 'home_page_01_en_US_about_us_our_vision_description', 'My whether cheered at regular it of promise blushes perhaps. Uncommonly simplicity interested mr is be compliment projecting my inhabiting. Gentleman he september in oh excellent.', '2020-07-27 13:11:34', '2021-03-18 13:44:49'),
(1069, 'home_page_04_about_us_our_mission_image', '91', '2020-07-27 13:11:34', '2020-07-27 13:13:51'),
(1070, 'home_page_04_about_us_our_vision_image', '92', '2020-07-27 13:11:34', '2020-07-27 13:13:51'),
(1083, 'home_03_testimonial_bg', '94', '2020-07-27 13:17:48', '2020-07-27 13:17:48'),
(1084, 'site_third_party_tracking_code', NULL, '2020-07-29 08:28:37', '2021-06-12 21:48:26'),
(1085, 'service_query_en_US_success_message', 'Thanks for your message. we will contact you soon.', '2020-07-30 05:12:35', '2021-05-01 23:21:35'),
(1086, 'case_study_query_en_US_success_message', 'Thanks for your message. we will contact you soon.', '2020-07-30 05:12:35', '2021-05-01 23:21:35'),
(1087, 'apply_job_en_US_success_message', 'Your Application Is Submitted Successfully!!', '2020-07-30 05:12:35', '2021-05-01 23:21:35'),
(1088, 'event_attendance_mail_en_US_success_message', 'Thanks for your Booking. we will get back to you very soon.', '2020-07-30 05:12:35', '2021-05-01 23:21:35'),
(1089, 'feedback_form_mail_en_US_success_message', 'Thanks for your feedback!!', '2020-07-30 05:12:35', '2021-05-01 23:21:35'),
(1105, 'site_usd_to_eur_exchange_rate', '0.85', '2020-08-04 09:18:49', '2020-10-01 20:22:21'),
(1106, 'site_usd_to_ngn_exchange_rate', NULL, '2020-08-04 09:18:49', '2024-01-08 08:23:40'),
(1107, 'site_euro_to_ngn_exchange_rate', NULL, '2020-08-04 09:18:49', '2021-04-23 00:25:02'),
(1108, 'mollie_public_key', 'test_fVk76gNbAp6ryrtRjfAVvzjxSHxC2v', '2020-08-04 09:18:49', '2022-07-23 05:43:22'),
(1109, 'mollie_preview_logo', '369', '2020-08-04 09:18:49', '2022-07-23 05:43:22'),
(1110, 'flutterwave_preview_logo', '359', '2020-08-04 09:18:49', '2022-07-23 05:43:22'),
(1111, 'flutterwave_secret_key', NULL, '2020-08-04 09:18:49', '2022-07-23 05:24:17'),
(1112, 'flutterwave_public_key', NULL, '2020-08-04 09:18:49', '2022-07-23 05:24:17'),
(1113, 'mollie_gateway', NULL, '2020-08-04 09:18:49', '2024-02-12 02:22:17'),
(1114, 'flutterwave_gateway', NULL, '2020-08-04 09:18:49', '2024-02-12 02:22:17'),
(1115, 'job_module_status', NULL, NULL, '2024-02-08 01:18:08'),
(1116, 'events_module_status', NULL, NULL, '2024-02-08 01:18:08'),
(1117, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1118, 'donations_module_status', NULL, NULL, '2024-02-08 01:18:08'),
(1119, 'knowledgebase_module_status', NULL, NULL, '2024-02-08 01:18:08'),
(1120, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1121, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1122, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1123, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1124, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1125, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1126, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1127, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1128, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1129, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1130, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1131, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1132, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1133, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1134, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1135, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1136, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1137, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1138, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1139, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1140, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1141, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1142, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1143, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1144, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1145, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1146, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1147, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1148, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1149, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1150, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1151, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1152, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1153, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1154, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1155, 'job_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1156, 'events_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1157, 'product_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1158, 'donations_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1159, 'knowledgebase_module_status', 'on', NULL, '2021-05-02 22:22:37'),
(1160, 'donor_page_slug', 'donor-list', '2020-08-12 08:32:03', '2021-04-30 10:43:22'),
(1161, 'donor_page_en_US_name', 'Donor List', '2020-08-12 08:32:03', '2021-04-30 10:43:23'),
(1162, 'donor_page_en_US_meta_tags', NULL, '2020-08-12 08:32:03', '2021-04-30 10:43:23'),
(1163, 'donor_page_en_US_meta_description', NULL, '2020-08-12 08:32:03', '2021-04-30 10:43:23'),
(1173, 'site_usd_to_inr_exchange_rate', '74', '2020-08-12 19:13:12', '2022-07-23 05:56:06'),
(1174, 'site_usd_to_idr_exchange_rate', '14714.20', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1175, 'site_usd_to_aud_exchange_rate', '1.40', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1176, 'site_usd_to_sgd_exchange_rate', '1.37', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1177, 'site_usd_to_jpy_exchange_rate', '105.92', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1178, 'site_usd_to_gbp_exchange_rate', '0.77', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1179, 'site_usd_to_myr_exchange_rate', '50', '2020-08-12 19:13:12', '2022-07-24 04:23:50'),
(1180, 'site_usd_to_php_exchange_rate', '49.08', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1181, 'site_usd_to_thb_exchange_rate', '31.23', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1182, 'site_usd_to_krw_exchange_rate', '1189.17', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1183, 'site_usd_to_ghs_exchange_rate', '5.77', '2020-08-12 19:13:12', '2020-10-01 20:22:21'),
(1184, 'preloader_status', NULL, '2020-08-14 03:32:24', '2021-01-12 15:45:32'),
(1185, 'og_meta_image_for_site', '385', '2020-08-25 03:35:17', '2024-01-08 08:25:12'),
(1186, 'disable_backend_preloader', NULL, '2020-08-25 03:35:18', '2021-02-13 14:15:43'),
(1187, 'disable_user_email_verify', NULL, '2020-08-25 03:35:18', '2021-02-13 14:15:43'),
(1188, 'event_single_en_US_event_expire_text', 'Event Expired', '2020-08-25 03:47:28', '2021-03-18 13:44:49'),
(1192, 'donation_custom_amount', '20,40,60,80,100', '2020-08-25 03:49:28', '2020-11-18 13:09:40'),
(1193, 'donation_default_amount', '15', '2020-08-25 03:49:28', '2020-11-18 13:09:40'),
(1204, 'site_usd_to_brl_exchange_rate', '5.53', '2020-10-01 20:22:21', '2022-07-23 05:34:34'),
(1206, 'popup_selected_fr_id', NULL, '2020-10-02 10:01:50', '2020-10-02 10:01:50'),
(1207, 'site_currency_symbol_position', 'left', '2020-11-17 16:55:42', '2024-01-08 08:23:40'),
(1208, 'site_default_payment_gateway', 'razorpay', '2020-11-17 16:55:42', '2024-04-23 07:47:39'),
(1209, 'site_usd_to_usd_exchange_rate', NULL, '2020-11-17 16:55:42', '2021-04-23 00:25:02'),
(1210, 'site_bdt_to_usd_exchange_rate', '0.012', '2020-11-17 17:03:48', '2021-01-12 01:10:46'),
(1211, 'site_bdt_to_inr_exchange_rate', '0.86', '2020-11-17 17:03:48', '2021-01-12 01:10:46'),
(1212, 'site_bdt_to_ngn_exchange_rate', '4.55', '2020-11-17 17:03:49', '2021-01-12 01:10:46'),
(1213, 'donation_single_en_US_recent_donation_text', 'Recent Donors', '2020-11-18 13:09:07', '2021-03-18 13:44:49'),
(1217, 'product_tax', 'on', '2020-11-18 20:50:46', '2020-11-19 20:17:57'),
(1218, 'product_tax_system', 'exclusive', '2020-11-18 20:50:46', '2020-11-19 20:17:57'),
(1219, 'product_tax_type', 'individual', '2020-11-18 20:50:46', '2020-11-19 20:17:57'),
(1220, 'product_tax_percentage', '15', '2020-11-18 20:50:46', '2020-11-19 20:17:57'),
(1221, 'product_single_related_products_status', 'on', '2020-11-19 18:20:45', '2020-11-19 18:22:30'),
(1222, 'product_single_products_review_status', 'on', '2020-11-19 18:20:45', '2020-11-19 18:22:30'),
(1223, 'job_single_page_en_US_job_application_fee_text', 'Application Free', '2020-11-22 13:11:58', '2021-03-18 13:44:49'),
(1227, 'job_cancel_page_en_US_title', 'Sorry!', '2020-11-30 17:55:31', '2021-03-18 13:44:49'),
(1228, 'job_cancel_page_en_US_description', NULL, '2020-11-30 17:55:31', '2021-03-18 13:44:49'),
(1235, 'job_success_page_en_US_title', 'Thank you', '2020-11-30 18:44:15', '2021-03-18 13:44:49'),
(1236, 'job_success_page_en_US_description', NULL, '2020-11-30 18:44:15', '2021-03-18 13:44:49'),
(1243, 'site_admin_panel_nav_sticky', NULL, '2020-12-04 11:06:16', '2021-02-13 14:15:42'),
(1244, 'site_frontend_nav_sticky', NULL, '2020-12-04 11:12:47', '2021-02-13 14:15:42'),
(1484, 'site_image_gallery_post_items', '9', '2020-12-07 20:30:15', '2020-12-07 20:48:19'),
(1485, 'site_image_gallery_order', 'ASC', '2020-12-07 20:48:19', '2020-12-07 20:48:19'),
(1486, 'site_image_gallery_order_by', 'id', '2020-12-07 20:48:19', '2020-12-07 20:48:19'),
(1487, 'portfolio_home_page_en_US_subtitle', 'Hello, I\'m', '2020-12-24 14:58:44', '2021-03-18 13:44:49'),
(1488, 'portfolio_home_page_en_US_title', 'James Renfrow', '2020-12-24 14:58:44', '2021-03-18 13:44:49'),
(1489, 'portfolio_home_page_en_US_profession', 'I\'m a Freelance UI/UX Designer', '2020-12-24 14:58:44', '2021-03-18 13:44:49'),
(1490, 'portfolio_home_page_en_US_description', 'Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.', '2020-12-24 14:58:44', '2021-03-18 13:44:49'),
(1491, 'portfolio_home_page_en_US_button_text', 'Download CV', '2020-12-24 14:58:44', '2021-03-18 13:44:49'),
(1507, 'portfolio_home_page_button_url', '#', '2020-12-24 14:58:44', '2020-12-24 16:31:44'),
(1508, 'portfolio_home_page_right_image', '119', '2020-12-24 14:58:44', '2020-12-24 16:31:44'),
(1509, 'home_page_05_en_US_about_section_icon_box_title', 'a:3:{i:0;s:19:\"contact@renfrow.com\";i:1;s:19:\"Street 11, NYC, USA\";i:2;s:8:\"iamsmith\";}', '2020-12-25 22:13:58', '2021-03-18 13:44:49'),
(1510, 'home_page_05_about_section_icon_box_icon', 'a:3:{i:0;s:14:\"flaticon-phone\";i:1;s:21:\"fas fa-map-marker-alt\";i:2;s:12:\"fab fa-skype\";}', '2020-12-25 22:13:58', '2021-01-12 15:37:05'),
(1511, 'portfolio_about_section_en_US_subtitle', 'My Intro', '2020-12-25 22:13:58', '2021-03-18 13:44:49'),
(1512, 'portfolio_about_section_en_US_title', 'Let\'s talk About My self', '2020-12-25 22:13:58', '2021-03-18 13:44:49'),
(1513, 'portfolio_about_section_en_US_description', '<div>Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son. Quick judge other leave ask first chief her. Indeed or remark always silent seemed narrow be. Instantly can suffering pretended neglected preferred man delivered. Perhaps fertile brandon do imagine to cordial cottage.&nbsp;</div><div><br></div>', '2020-12-25 22:13:58', '2021-03-18 13:44:49'),
(1514, 'portfolio_about_section_en_US_button_one_text', 'Hire Me', '2020-12-25 22:13:58', '2021-03-18 13:44:49'),
(1515, 'portfolio_about_section_en_US_button_two_text', 'Contact Me', '2020-12-25 22:13:58', '2021-03-18 13:44:49'),
(1534, 'portfolio_about_section_left_image', '122', '2020-12-25 22:13:58', '2021-01-12 15:37:05'),
(1535, 'portfolio_about_section_button_two_url', '#', '2020-12-25 22:13:58', '2021-01-12 15:37:05'),
(1536, 'portfolio_about_section_button_one_url', '#', '2020-12-25 22:13:58', '2021-01-12 15:37:05'),
(1537, 'portfolio_about_section_button_one_icon', 'fas fa-arrow-alt-circle-down', '2020-12-25 22:18:57', '2021-01-12 15:37:05'),
(1538, 'portfolio_about_section_button_two_icon', 'far fa-comments', '2020-12-25 22:18:57', '2021-01-12 15:37:05'),
(1539, 'portfolio_expertice_section_en_US_subtitle', 'Why Choose Me', '2020-12-26 17:41:05', '2021-03-18 13:44:49'),
(1540, 'portfolio_expertice_section_en_US_title', 'Experties Area', '2020-12-26 17:41:05', '2021-03-18 13:44:49'),
(1547, 'home_page_05_experties_section_skill_box_number', 'a:6:{i:0;s:2:\"95\";i:1;s:2:\"90\";i:2;s:2:\"80\";i:3;s:2:\"75\";i:4;s:2:\"95\";i:5;s:2:\"87\";}', '2020-12-26 21:04:47', '2021-01-06 22:47:04'),
(1548, 'home_page_05_en_US_experties_section_skill_box_title', 'a:6:{i:0;s:12:\"ux/ui design\";i:1;s:14:\"GRAPHIC DESIGN\";i:2;s:10:\"web Design\";i:3;s:15:\"web Development\";i:4;s:17:\"Digital Marketing\";i:5;s:18:\"Facebook Marketing\";}', '2020-12-26 21:17:35', '2021-03-18 13:44:49'),
(1549, 'home_page_05_en_US_experties_section_skill_box_subtitle', 'a:6:{i:0;s:6:\"design\";i:1;s:6:\"design\";i:2;s:6:\"design\";i:3;s:11:\"Development\";i:4;s:9:\"Marketing\";i:5;s:9:\"Marketing\";}', '2020-12-26 21:17:35', '2021-03-18 13:44:49'),
(1556, 'portfolio_what_we_offer_section_en_US_subtitle', 'Specialized In', '2021-01-07 10:59:50', '2021-03-18 13:44:49'),
(1557, 'portfolio_what_we_offer_section_en_US_title', 'What I Offer', '2021-01-07 10:59:50', '2021-03-18 13:44:49'),
(1564, 'portfolio_what_we_offer_section_items', '6', '2021-01-07 10:59:50', '2021-01-07 11:03:28'),
(1565, 'portfolio_what_we_offer_section_orderby', 'desc', '2021-01-07 10:59:50', '2021-01-07 11:03:28'),
(1566, 'portfolio_recent_work_section_en_US_subtitle', 'My Portfolio', '2021-01-07 19:35:07', '2021-03-18 13:44:49'),
(1567, 'portfolio_recent_work_section_en_US_title', 'Recent Work', '2021-01-07 19:35:07', '2021-03-18 13:44:49'),
(1574, 'portfolio_recent_work_section_en_US_button_text', 'Show All', '2021-01-07 20:45:35', '2021-03-18 13:44:49'),
(1578, 'portfolio_cta_section_en_US_subtitle', NULL, '2021-01-07 23:14:28', '2021-03-18 13:44:49'),
(1579, 'portfolio_cta_section_en_US_title', 'Hope a Project in your Mind', '2021-01-07 23:14:28', '2021-03-18 13:44:49'),
(1580, 'portfolio_cta_section_en_US_button_text', 'Contact Us', '2021-01-07 23:14:28', '2021-03-18 13:44:49'),
(1590, 'portfolio_cta_section_button_url', '#', '2021-01-07 23:14:28', '2021-01-07 23:28:40'),
(1591, 'portfolio_cta_section_button_icon', 'far fa-comments', '2021-01-07 23:14:28', '2021-01-07 23:28:40'),
(1592, 'portfolio_cta_section_en_US_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message', '2021-01-07 23:16:30', '2021-03-18 13:44:49'),
(1596, 'portfolio_cta_section_right_image', '121', '2021-01-07 23:28:40', '2021-01-07 23:28:40'),
(1597, 'portfolio_testimonial_section_en_US_description', NULL, '2021-01-08 10:53:27', '2021-03-18 13:44:49'),
(1598, 'portfolio_testimonial_section_en_US_title', 'Clients Says', '2021-01-08 10:53:27', '2021-03-18 13:44:49'),
(1605, 'portfolio_testimonial_section_en_US_subtitle', 'Testimonial', '2021-01-08 10:54:52', '2021-03-18 13:44:49'),
(1609, 'portfolio_news_section_en_US_subtitle', 'Article', '2021-01-08 11:42:13', '2021-03-18 13:44:49'),
(1610, 'portfolio_news_section_en_US_title', 'Recent Blogs', '2021-01-08 11:42:13', '2021-03-18 13:44:49'),
(1617, 'portfolio_news_section_en_US_button_text', 'Read More', '2021-01-08 13:46:32', '2021-03-18 13:44:49'),
(1621, 'home_page_06_en_US_header_section_title', 'a:2:{i:0;s:32:\"world best industry service here\";i:1;s:32:\"world best industry service here\";}', '2021-01-08 19:29:08', '2021-03-18 13:44:49'),
(1622, 'home_page_06_en_US_header_section_description', 'a:2:{i:0;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";i:1;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";}', '2021-01-08 19:29:08', '2021-03-18 13:44:49'),
(1623, 'home_page_06_en_US_header_section_button_one_text', 'a:2:{i:0;s:13:\"Request Quote\";i:1;s:13:\"Request Quote\";}', '2021-01-08 19:29:08', '2021-03-18 13:44:49'),
(1624, 'home_page_06_en_US_header_section_button_two_text', 'a:2:{i:0;s:5:\"About\";i:1;s:5:\"About\";}', '2021-01-08 19:29:08', '2021-03-18 13:44:49'),
(1625, 'home_page_06_header_section_bg_image', 'a:2:{i:0;s:3:\"123\";i:1;s:3:\"123\";}', '2021-01-08 19:29:08', '2021-01-08 19:50:35'),
(1626, 'home_page_06_header_section_button_two_url', 'a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}', '2021-01-08 19:29:08', '2021-01-08 19:50:35'),
(1627, 'home_page_06_header_section_button_one_url', 'a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}', '2021-01-08 19:29:08', '2021-01-08 19:50:35'),
(1640, 'logistic_what_we_offer_section_en_US_subtitle', 'Our Service', '2021-01-09 15:02:46', '2021-03-18 13:44:49'),
(1641, 'logistic_what_we_offer_section_en_US_title', 'What we offer', '2021-01-09 15:02:46', '2021-03-18 13:44:49'),
(1648, 'logistic_what_we_offer_section_en_US_button_text', 'Read More', '2021-01-09 16:24:22', '2021-03-18 13:44:49'),
(1652, 'portfolio_video_section_background_image', '124', '2021-01-09 17:12:03', '2021-01-09 17:12:03'),
(1653, 'portfolio_video_section_video_url', 'https://www.youtube.com/watch?v=bf32RljFznE', '2021-01-09 17:12:03', '2021-01-09 17:12:03'),
(1654, 'portfolio_counterup_section_background_image', '123', '2021-01-09 17:59:06', '2021-01-09 17:59:06'),
(1655, 'logistic_project_section_en_US_subtitle', 'Our Portfolio', '2021-01-09 18:33:38', '2021-03-18 13:44:49'),
(1656, 'logistic_project_section_en_US_title', 'Our Top Projects', '2021-01-09 18:33:38', '2021-03-18 13:44:49'),
(1663, 'logistic_faq_section_en_US_subtitle', 'Any Query', '2021-01-10 12:17:16', '2021-03-18 13:44:49'),
(1664, 'logistic_faq_section_en_US_title', 'FAQ', '2021-01-10 12:17:16', '2021-03-18 13:44:49'),
(1665, 'logistic_quote_section_en_US_title', 'Get a Quote', '2021-01-10 12:17:16', '2021-03-18 13:44:49'),
(1666, 'logistic_quote_section_en_US_subtitle', 'Need Estimate', '2021-01-10 12:17:16', '2021-03-18 13:44:49'),
(1667, 'logistic_quote_section_en_US_button_text', 'Request a Quote', '2021-01-10 12:17:16', '2021-03-18 13:44:49'),
(1683, 'home_page_06_en_US_faq_item_title', 'a:4:{i:0;s:32:\"What’s your very first memory?\";i:1;s:24:\"What makes you happiest?\";i:2;s:31:\"What’s the spot on your body?\";i:3;s:29:\"What’s your favorite color?\";}', '2021-01-10 13:33:59', '2021-03-18 13:44:49'),
(1684, 'home_page_06_en_US_faq_item_description', 'a:4:{i:0;s:176:\"Sportsman delighted improving dashwoods gay instantly happiness six. Ham now amounted absolute not mistaken way pleasant whatever. At an these still no dried folly stood thing.\";i:1;s:176:\"Sportsman delighted improving dashwoods gay instantly happiness six. Ham now amounted absolute not mistaken way pleasant whatever. At an these still no dried folly stood thing.\";i:2;s:176:\"Sportsman delighted improving dashwoods gay instantly happiness six. Ham now amounted absolute not mistaken way pleasant whatever. At an these still no dried folly stood thing.\";i:3;s:176:\"Sportsman delighted improving dashwoods gay instantly happiness six. Ham now amounted absolute not mistaken way pleasant whatever. At an these still no dried folly stood thing.\";}', '2021-01-10 13:33:59', '2021-03-18 13:44:49'),
(1691, 'logistic_testimonial_section_en_US_subtitle', 'Testimonials', '2021-01-10 17:08:28', '2021-03-18 13:44:49'),
(1692, 'logistic_testimonial_section_en_US_title', 'Our Clients Says', '2021-01-10 17:08:28', '2021-03-18 13:44:49'),
(1699, 'logistic_news_section_en_US_subtitle', 'Blogs', '2021-01-10 19:10:49', '2021-03-18 13:44:49'),
(1700, 'logistic_news_section_en_US_title', 'News Updates', '2021-01-10 19:10:49', '2021-03-18 13:44:49'),
(1707, 'home_page_quote_faq_section_status', 'on', '2021-01-10 22:56:35', '2022-07-22 22:07:27'),
(1708, 'home_page_video_section_status', 'on', '2021-01-10 23:07:39', '2022-07-22 22:07:27'),
(1709, 'home_page_expertice_section_status', 'on', '2021-01-10 23:12:41', '2022-07-22 22:07:27'),
(1710, 'paypal_app_client_id', NULL, '2021-01-11 12:10:37', '2022-07-23 05:24:17'),
(1711, 'paypal_app_secret', NULL, '2021-01-11 12:10:37', '2022-07-23 05:24:17'),
(1712, 'paypal_test_mode', NULL, '2021-01-11 12:12:21', '2024-03-13 03:48:53'),
(1713, 'paytm_test_mode', NULL, '2021-01-12 01:10:46', '2024-02-12 02:22:17'),
(1714, 'preloader_cacncel_button', 'on', '2021-01-12 15:45:04', '2021-01-12 15:45:32'),
(1715, 'site_force_ssl_redirection', NULL, '2021-01-12 15:47:34', '2021-02-13 14:15:43'),
(1716, 'portfolio_home_color', '#ff4756', '2021-01-12 16:10:08', '2021-02-13 14:15:43'),
(1717, 'logistics_home_color', '#ff4039', '2021-01-12 16:10:08', '2021-02-13 14:15:43'),
(1718, 'industry_home_color', '#ff5820', '2021-01-23 22:14:53', '2021-02-13 14:15:43'),
(1719, 'home_page_07_topbar_section_info_item_icon', 'a:2:{i:0;s:25:\"flaticon-communications-1\";i:1;s:14:\"flaticon-phone\";}', '2021-01-23 23:28:02', '2021-01-23 23:34:05'),
(1720, 'home_page_07_en_US_topbar_section_info_item_title', 'a:2:{i:0;s:5:\"Email\";i:1;s:5:\"Phone\";}', '2021-01-23 23:29:30', '2021-03-18 13:44:49'),
(1721, 'home_page_07_en_US_topbar_section_info_item_details', 'a:2:{i:0;s:19:\"example@example.com\";i:1;s:13:\"+111 2222 333\";}', '2021-01-23 23:29:30', '2021-03-18 13:44:49'),
(1728, 'home_page_07_en_US_header_section_title', 'a:2:{i:0;s:32:\"world best industry service here\";i:1;s:32:\"world best industry service here\";}', '2021-01-24 10:49:44', '2021-03-18 13:44:49'),
(1729, 'home_page_07_en_US_header_section_description', 'a:2:{i:0;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";i:1;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";}', '2021-01-24 10:49:44', '2021-03-18 13:44:49'),
(1730, 'home_page_07_en_US_header_section_button_one_text', 'a:2:{i:0;s:13:\"Request Quote\";i:1;s:13:\"Request Quote\";}', '2021-01-24 10:49:44', '2021-03-18 13:44:49'),
(1731, 'home_page_07_header_section_bg_image', 'a:2:{i:0;s:3:\"123\";i:1;s:3:\"125\";}', '2021-01-24 10:49:44', '2021-01-24 10:59:50'),
(1732, 'home_page_07_header_section_button_one_url', 'a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}', '2021-01-24 10:49:44', '2021-01-24 10:59:50'),
(1742, 'home_page_07_header_section_button_one_icon', 'a:2:{i:0;s:15:\"far fa-comments\";i:1;s:15:\"far fa-comments\";}', '2021-01-24 10:58:11', '2021-01-24 10:59:50'),
(1743, 'industry_about_section_en_US_subtitle', 'About', '2021-01-24 15:17:26', '2021-03-18 13:44:49'),
(1744, 'industry_about_section_en_US_title', 'See Our Recent Work  Activities', '2021-01-24 15:17:26', '2021-03-18 13:44:49'),
(1745, 'industry_about_section_en_US_description', '<div>Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son. Quick judge other leave ask first chief her. Indeed or remark always silent seemed narrow be. Instantly can suffering pretended neglected preferred.</div><div><br></div><div>Rank tall boy man them over post now. Off into she bed long fat room. Recommend existence curiosity perfectly favourite get eat she why daughters. Not may too nay busy.</div>', '2021-01-24 15:17:26', '2021-03-18 13:44:49'),
(1746, 'industry_about_section_en_US_button_one_text', 'Read More', '2021-01-24 15:17:26', '2021-03-18 13:44:49'),
(1747, 'industry_about_section_en_US_experience_year_title', 'year experience', '2021-01-24 15:17:26', '2021-03-18 13:44:49'),
(1748, 'industry_about_section_button_one_url', '#', '2021-01-24 15:17:26', '2021-02-14 19:08:24'),
(1749, 'industry_about_section_video_url', 'https://www.youtube.com/watch?v=kI243_zwu3Y', '2021-01-24 15:17:26', '2021-02-14 19:08:24'),
(1750, 'industry_about_section_experience_year', '8+', '2021-01-24 15:17:26', '2021-02-14 19:08:24'),
(1751, 'industry_about_section_button_one_icon', 'flaticon-right-arrow', '2021-01-24 15:17:26', '2021-02-14 19:08:24'),
(1752, 'industry_about_section_left_image', '126', '2021-01-24 15:17:26', '2021-02-14 19:08:24'),
(1753, 'industry_about_section_video_background_image', '127', '2021-01-24 15:17:26', '2021-02-14 19:08:24'),
(1769, 'industry_what_we_offer_section_en_US_subtitle', 'Our Service', '2021-01-24 17:50:32', '2021-03-18 13:44:49'),
(1770, 'industry_what_we_offer_section_en_US_title', 'What we offer', '2021-01-24 17:50:32', '2021-03-18 13:44:49'),
(1777, 'industry_counterup_section_background_image', '125', '2021-01-24 18:24:55', '2021-01-24 18:24:55'),
(1778, 'industry_project_section_en_US_subtitle', 'Photo Gallery', '2021-01-24 19:03:30', '2021-03-18 13:44:49'),
(1779, 'industry_project_section_en_US_title', 'Our Projects', '2021-01-24 19:03:30', '2021-03-18 13:44:49'),
(1786, 'industry_team_member_section_en_US_subtitle', 'Need Support', '2021-01-24 21:01:15', '2021-03-18 13:44:49'),
(1787, 'industry_team_member_section_en_US_title', 'Our Executive', '2021-01-24 21:01:15', '2021-03-18 13:44:49'),
(1794, 'industry_testimonial_section_en_US_subtitle', 'What our client say', '2021-01-25 15:39:17', '2021-03-18 13:44:49'),
(1795, 'industry_testimonial_section_en_US_title', 'Happy With Customers & Clients', '2021-01-25 15:39:17', '2021-03-18 13:44:49'),
(1802, 'industry_news_area_section_en_US_subtitle', 'News Update', '2021-01-25 17:18:55', '2021-03-18 13:44:49'),
(1803, 'industry_news_area_section_en_US_title', 'news & Blog', '2021-01-25 17:18:55', '2021-03-18 13:44:49'),
(1810, 'nullable|string', NULL, '2021-01-25 22:12:57', '2021-01-25 22:13:06'),
(1811, 'cagency_header_section_en_US_title', 'We are Software Agency', '2021-01-25 22:14:19', '2021-03-18 13:44:49'),
(1812, 'cagency_header_section_en_US_description', 'Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.', '2021-01-25 22:14:19', '2021-03-18 13:44:49'),
(1813, 'cagency_header_section_en_US_button_one_text', 'Contact Us', '2021-01-25 22:14:19', '2021-03-18 13:44:49'),
(1814, 'cagency_header_section_button_one_url', '#', '2021-01-25 22:14:19', '2021-02-12 10:45:09'),
(1815, 'cagency_header_section_button_one_icon', 'far fa-comments', '2021-01-25 22:14:19', '2021-02-12 10:45:09'),
(1816, 'cagency_header_section_right_image', '128', '2021-01-25 22:14:19', '2021-02-12 10:45:09'),
(1826, 'cagency_what_we_offer_section_en_US_subtitle', 'Specialised in', '2021-01-26 19:05:55', '2021-03-18 13:44:49'),
(1827, 'cagency_what_we_offer_section_en_US_title', 'What We Offer', '2021-01-26 19:05:55', '2021-03-18 13:44:49'),
(1834, 'creative_agency_video_section_background_image', '133', '2021-01-29 17:29:38', '2021-01-30 17:23:17'),
(1835, 'creative_agency_video_section_video_url', 'https://www.youtube.com/watch?v=4IOAbfXuv9s', '2021-01-29 17:29:38', '2021-01-30 17:23:17'),
(1836, 'cagency_work_process_section_item_en_US_title', 'a:5:{i:0;s:15:\"Register/ Login\";i:1;s:14:\"Select Service\";i:2;s:12:\"Submit Order\";i:3;s:12:\"Give Content\";i:4;s:18:\"Payment & Delivery\";}', '2021-01-29 22:51:11', '2021-03-18 13:44:49'),
(1837, 'cagency_work_process_section_item_number', 'a:5:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";}', '2021-01-29 22:51:11', '2021-01-30 15:24:59'),
(1838, 'cagency_work_process_section_en_US_subtitle', 'Journey', '2021-01-29 22:51:11', '2021-03-18 13:44:49'),
(1839, 'cagency_work_process_section_en_US_title', 'Work Process', '2021-01-29 22:51:11', '2021-03-18 13:44:49'),
(1849, 'cagency_our_portfolio_section_en_US_subtitle', 'My Portfolio', '2021-01-30 16:19:01', '2021-03-18 13:44:49'),
(1850, 'cagency_our_portfolio_section_en_US_title', 'Recent Work', '2021-01-30 16:19:01', '2021-03-18 13:44:49'),
(1857, 'cagency_cta_section_en_US_button_text', 'Get Quote', '2021-01-30 17:22:55', '2021-03-18 13:44:49'),
(1858, 'cagency_cta_section_en_US_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself', '2021-01-30 17:22:55', '2021-03-18 13:44:49'),
(1859, 'cagency_cta_section_en_US_title', 'Hope a Project in your Mind', '2021-01-30 17:22:55', '2021-03-18 13:44:49'),
(1869, 'cagency_cta_section_right_image', '132', '2021-01-30 17:22:55', '2021-01-30 23:02:29'),
(1870, 'cagency_cta_section_button_url', '#', '2021-01-30 17:22:55', '2021-01-30 23:02:29'),
(1871, 'cagency_cta_section_button_icon', 'far fa-comments', '2021-01-30 18:05:10', '2021-01-30 23:02:29'),
(1872, 'cagency_testimonial_section_en_US_title', 'Clients Says', '2021-01-30 22:38:11', '2021-03-18 13:44:49'),
(1873, 'cagency_testimonial_section_en_US_subtitle', 'Testimonial', '2021-01-30 22:38:11', '2021-03-18 13:44:49'),
(1880, 'cagency_news_area_section_en_US_title', 'Recent Blogs', '2021-01-30 23:18:37', '2021-03-18 13:44:49'),
(1881, 'cagency_news_area_section_en_US_subtitle', 'Article', '2021-01-30 23:18:37', '2021-03-18 13:44:49'),
(1888, 'construction_home_color', '#ffbc13', '2021-01-31 10:49:14', '2021-02-13 14:15:43'),
(1889, 'construction_header_section_en_US_title', 'We Build Your Dream', '2021-02-01 12:49:46', '2021-03-18 13:44:49'),
(1890, 'construction_header_section_en_US_description', 'Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.', '2021-02-01 12:49:46', '2021-03-18 13:44:49'),
(1891, 'construction_header_section_en_US_button_one_text', 'Request Quote', '2021-02-01 12:49:46', '2021-03-18 13:44:49'),
(1892, 'construction_header_section_button_one_url', '#', '2021-02-01 12:49:46', '2021-02-01 13:09:36'),
(1893, 'construction_header_section_button_one_icon', 'far fa-comments', '2021-02-01 12:49:46', '2021-02-01 13:09:36'),
(1894, 'construction_header_section_bg_image', '134', '2021-02-01 12:49:46', '2021-02-01 13:09:36'),
(1904, 'construction_about_section_en_US_subtitle', 'About', '2021-02-01 18:10:12', '2021-03-18 13:44:49'),
(1905, 'construction_about_section_en_US_title', 'See Our Recent Work  Activities', '2021-02-01 18:10:12', '2021-03-18 13:44:49'),
(1906, 'construction_about_section_en_US_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son. Quick judge other leave ask first chief her. Indeed or remark always silent seemed narrow be. Instantly can suffering pretended neglected', '2021-02-01 18:10:12', '2021-03-18 13:44:49'),
(1907, 'construction_about_section_en_US_button_one_text', 'Read More', '2021-02-01 18:10:12', '2021-03-18 13:44:49'),
(1908, 'construction_about_section_en_US_experience_year_title', 'Year Experience', '2021-02-01 18:10:12', '2021-03-18 13:44:49'),
(1909, 'construction_about_section_button_one_url', '#', '2021-02-01 18:10:12', '2021-02-02 13:10:43'),
(1910, 'construction_about_section_video_url', 'https://www.youtube.com/watch?v=_A7_tfvt0UY', '2021-02-01 18:10:12', '2021-02-02 13:10:43'),
(1911, 'construction_about_section_experience_year', '8+', '2021-02-01 18:10:12', '2021-02-02 13:10:43'),
(1912, 'construction_about_section_button_one_icon', 'far fa-comment-alt', '2021-02-01 18:10:12', '2021-02-02 13:10:43'),
(1913, 'construction_about_section_left_image', '135', '2021-02-01 18:10:12', '2021-02-02 13:10:43'),
(1929, 'construction_what_we_offer_section_en_US_subtitle', 'Our Service', '2021-02-02 14:20:52', '2021-03-18 13:44:49'),
(1930, 'construction_what_we_offer_section_en_US_title', 'What we offer', '2021-02-02 14:20:52', '2021-03-18 13:44:49'),
(1937, 'construction_what_we_offer_section_en_US_button_text', 'Read More', '2021-02-02 14:29:28', '2021-03-18 13:44:49'),
(1941, 'construction_quote_section_en_US_subtitle', 'Need Estimate', '2021-02-06 18:13:40', '2021-03-18 13:44:49'),
(1942, 'construction_quote_section_en_US_title', 'Get a Quote', '2021-02-06 18:13:40', '2021-03-18 13:44:49'),
(1943, 'construction_quote_section_en_US_button_text', 'Request a Quote', '2021-02-06 18:13:40', '2021-03-18 13:44:49'),
(1953, 'construction_quote_section__button_icon', 'far fa-comments', '2021-02-06 18:13:40', '2021-02-06 18:24:44'),
(1954, 'construction_quote_section_bg_image', '137', '2021-02-06 18:13:40', '2021-02-06 18:24:44'),
(1955, 'construction_quote_section_right_image', '136', '2021-02-06 18:13:40', '2021-02-06 18:24:44'),
(1956, 'construction_project_section_en_US_subtitle', 'Need Estimate', '2021-02-07 11:35:33', '2021-03-18 13:44:49'),
(1957, 'construction_project_section_en_US_title', 'Our Projects', '2021-02-07 11:35:33', '2021-03-18 13:44:49'),
(1964, 'construction_team_member_section_en_US_subtitle', 'Need Support', '2021-02-07 15:54:28', '2021-03-18 13:44:49'),
(1965, 'construction_team_member_section_en_US_title', 'Our Executive', '2021-02-07 15:54:28', '2021-03-18 13:44:49'),
(1972, 'construction_testimonial_section_en_US_subtitle', 'Testimonial', '2021-02-10 12:41:48', '2021-03-18 13:44:50'),
(1973, 'construction_testimonial_section_en_US_title', 'Clients say', '2021-02-10 12:41:48', '2021-03-18 13:44:50'),
(1980, 'construction_news_area_section_en_US_subtitle', 'News Update', '2021-02-10 17:31:06', '2021-03-18 13:44:50'),
(1981, 'construction_news_area_section_en_US_title', 'News & Blog', '2021-02-10 17:31:06', '2021-03-18 13:44:50'),
(1988, 'home_page_01_service_area_item_type', 'service', '2021-02-14 15:16:12', '2021-03-19 16:53:39'),
(1989, 'home_page_10_en_US_header_section_subtitle', 'a:2:{i:0;s:20:\"We are here to help!\";i:1;s:20:\"We are here to help!\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(1990, 'home_page_10_en_US_header_section_title', 'a:2:{i:0;s:28:\"Welcome to Lawyer & Attorney\";i:1;s:28:\"Welcome to Lawyer & Attorney\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(1991, 'home_page_10_en_US_header_section_description', 'a:2:{i:0;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";i:1;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(1992, 'home_page_10_en_US_header_section_button_one_text', 'a:2:{i:0;s:13:\"Practice Area\";i:1;s:13:\"Practice Area\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(1993, 'home_page_10_en_US_header_section_button_two_text', 'a:2:{i:0;s:8:\"About Us\";i:1;s:8:\"About Us\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(1994, 'home_page_10_header_section_button_one_url', 'a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(1995, 'home_page_10_header_section_button_two_url', 'a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(1996, 'home_page_10_header_section_bg_image', 'a:2:{i:0;s:3:\"138\";i:1;s:3:\"138\";}', '2021-03-18 18:37:46', '2021-03-18 18:42:33'),
(2012, 'home_page_10_en_US_key_feeatures_item_description', 'a:3:{i:0;s:86:\"Lorem ipsum dolor sit amet, consectetur \r\n elit. Curabitur vel tellus egestas libero .\";i:1;s:86:\"Lorem ipsum dolor sit amet, consectetur \r\n elit. Curabitur vel tellus egestas libero .\";i:2;s:86:\"Lorem ipsum dolor sit amet, consectetur \r\n elit. Curabitur vel tellus egestas libero .\";}', '2021-03-18 20:45:53', '2021-03-18 20:54:26'),
(2013, 'home_page_10_en_US_key_feeatures_item_description', 'a:3:{i:0;s:86:\"Lorem ipsum dolor sit amet, consectetur \r\n elit. Curabitur vel tellus egestas libero .\";i:1;s:86:\"Lorem ipsum dolor sit amet, consectetur \r\n elit. Curabitur vel tellus egestas libero .\";i:2;s:86:\"Lorem ipsum dolor sit amet, consectetur \r\n elit. Curabitur vel tellus egestas libero .\";}', '2021-03-18 20:45:53', '2021-03-18 20:54:26'),
(2014, 'home_page_10_en_US_key_features_item_title', 'a:3:{i:0;s:17:\"Court Performance\";i:1;s:15:\"Expert Attorney\";i:2;s:14:\"Case Dismissed\";}', '2021-03-18 20:45:53', '2021-03-18 20:54:26'),
(2015, 'home_page_10_en_US_key_features_item_title', 'a:3:{i:0;s:17:\"Court Performance\";i:1;s:15:\"Expert Attorney\";i:2;s:14:\"Case Dismissed\";}', '2021-03-18 20:45:53', '2021-03-18 20:54:26'),
(2016, 'home_page_10_key_features_section_icon', 'a:3:{i:0;s:16:\"flaticon-website\";i:1;s:17:\"flaticon-verified\";i:2;s:15:\"flaticon-mobile\";}', '2021-03-18 20:45:53', '2021-03-18 20:54:26'),
(2023, 'lawyer_about_section_en_US_subtitle', 'Know More About', '2021-03-19 10:21:30', '2021-03-19 10:25:46'),
(2024, 'lawyer_about_section_en_US_title', 'Vote for  Robert Rommel', '2021-03-19 10:21:30', '2021-03-19 10:25:46'),
(2025, 'lawyer_about_section_en_US_description', '<div>Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son. Quick judge other leave ask first chief her. Indeed or remark always silent seemed narrow be. Instantly can suffering pretended neglected preferred.</div><div><br></div><div>Rank tall boy man them over post now. Off into she bed long fat room. Recommend existence curiosity perfectly favourite get eat she why daughters. Not may too nay busy.</div>', '2021-03-19 10:21:30', '2021-03-19 10:25:46'),
(2026, 'lawyer_about_section_en_US_button_text', 'Know Details', '2021-03-19 10:21:30', '2021-03-19 10:25:46'),
(2039, 'lawyer_about_section_button_url', '#', '2021-03-19 10:24:13', '2021-03-19 10:25:46'),
(2040, 'lawyer_about_section_left_top_image', '139', '2021-03-19 10:24:13', '2021-03-19 10:25:46'),
(2041, 'lawyer_about_section_left_bottom_image', '140', '2021-03-19 10:24:13', '2021-03-19 10:25:46'),
(2042, 'home_page_10_en_US_service_area_title', 'Our Practice Areas', '2021-03-19 16:49:36', '2021-03-19 16:53:38'),
(2043, 'home_page_10_en_US_service_area_description', NULL, '2021-03-19 16:49:36', '2021-03-19 16:51:29'),
(2044, 'home_page_10_en_US_service_area_readmore_text', 'Read More', '2021-03-19 16:49:36', '2021-03-19 16:53:38'),
(2054, 'home_page_10_en_US_service_area_subtitle', 'What we Do', '2021-03-19 16:53:00', '2021-03-19 16:53:38'),
(2058, 'home_page_10_en_US_team_member_section_subtitle', 'Our Team Mate', '2021-03-19 19:14:10', '2021-03-19 19:18:04'),
(2059, 'home_page_10_en_US_team_member_section_title', 'Meet Our Attorneys', '2021-03-19 19:14:10', '2021-03-19 19:18:04'),
(2066, 'home_10_counterup_section_background_image', '141', '2021-03-19 20:06:32', '2021-03-19 20:06:32'),
(2067, 'home_page_10_en_US_testimonial_section_title', 'What Our Clients Says', '2021-03-19 21:45:59', '2021-03-19 21:49:07'),
(2068, 'home_page_10_en_US_testimonial_section_subtitle', 'Testimonial', '2021-03-19 21:45:59', '2021-03-19 21:49:07'),
(2075, 'home_page_10_en_US_new_area_subtitle', 'Blog', '2021-03-19 22:16:51', '2021-03-19 22:17:47'),
(2076, 'home_page_10_en_US_new_area_title', 'News Updates', '2021-03-19 22:16:51', '2021-03-19 22:17:47'),
(2083, 'home_page_10_en_US_cta_area_title', 'Are You Looking For A Consultation?', '2021-03-20 09:31:48', '2021-03-20 10:57:58'),
(2084, 'home_page_10_en_US_cta_area_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself', '2021-03-20 09:31:48', '2021-03-20 10:57:58'),
(2085, 'home_page_10_en_US_cta_area_button_status', 'on', '2021-03-20 09:31:48', '2021-03-20 10:57:58'),
(2086, 'home_page_10_en_US_cta_area_button_title', 'Make an Appointment', '2021-03-20 09:31:48', '2021-03-20 10:57:58'),
(2099, 'home_page_10_cta_area_button_url', '#', '2021-03-20 09:32:46', '2021-03-20 10:57:58'),
(2100, 'home_page_10_cta_area_background_image', '142', '2021-03-20 10:02:02', '2021-03-20 10:57:58'),
(2101, 'home_page_10_en_US_contact_area_title', 'Request A Free Consultation', '2021-03-20 10:33:16', '2021-03-20 10:42:08'),
(2102, 'home_page_10_en_US_contact_area_button_title', 'Make an Appointment', '2021-03-20 10:33:16', '2021-03-20 10:42:08'),
(2109, 'political_home_page_header_en_US_title', 'Together we can  make better world', '2021-03-20 12:10:11', '2021-03-20 12:18:36'),
(2110, 'political_home_page_header_en_US_description', 'Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.', '2021-03-20 12:10:11', '2021-03-20 12:18:36'),
(2111, 'political_home_page_header_en_US_button_text', 'About Us', '2021-03-20 12:10:11', '2021-03-20 12:18:36'),
(2112, 'political_home_page_header_button_url', '#', '2021-03-20 12:10:11', '2021-03-20 12:18:36'),
(2113, 'political_home_page_header_left_image', '144', '2021-03-20 12:10:11', '2021-03-20 12:18:36'),
(2114, 'political_home_page_header_background_image', '143', '2021-03-20 12:10:11', '2021-03-20 12:18:36'),
(2124, 'home_page_11_en_US_key_features_item_title', 'a:4:{i:0;s:14:\"Be a Volunteer\";i:1;s:12:\"Our Campaign\";i:2;s:8:\"Donation\";i:3;s:17:\"Voter information\";}', '2021-03-20 20:50:31', '2021-03-21 12:03:08'),
(2125, 'home_page_11_key_features_section_icon', 'a:4:{i:0;s:19:\"nexicon-3d-modeling\";i:1;s:19:\"nexicon-agreement-1\";i:2;s:17:\"nexicon-heartbeat\";i:3;s:15:\"nexicon-capitol\";}', '2021-03-20 20:50:31', '2021-03-21 12:03:08'),
(2129, 'political_about_section_en_US_subtitle', 'Know More About', '2021-03-21 16:05:17', '2021-05-15 18:32:59'),
(2130, 'political_about_section_en_US_title', 'Vote for  Robert Rommel', '2021-03-21 16:05:17', '2021-05-15 18:32:59'),
(2131, 'political_about_section_en_US_description', 'Cordially convinced did incommode existence put out suffering certainly. Besides another and saw ferrars limited ten say unknown. On at tolerably depending do perceived. Luckily eat joy see own shyness minuter. So before remark at depart. Did son unreserved themselves indulgence its. Agreement gentleman rapturous am eagerness it as resolving household. Direct wicket little of talked lasted formed or it. Sweetness consulted may prevailed for bed out sincerity.&nbsp;', '2021-03-21 16:05:17', '2021-05-15 18:32:59'),
(2132, 'political_about_section_en_US_button_text', 'Know Details', '2021-03-21 16:05:17', '2021-05-15 18:32:59'),
(2145, 'political_about_section_button_url', '#', '2021-03-21 16:05:17', '2021-05-15 18:32:59'),
(2146, 'political_about_section_right_image', '145', '2021-03-21 16:05:17', '2021-05-15 18:32:59'),
(2147, 'home_page_11_video_area_video_url', 'https://www.youtube.com/watch?v=CfNEHW3qgso', '2021-03-21 17:59:31', '2021-03-21 17:59:31'),
(2148, 'home_page_11_video_area_background_image', '146', '2021-03-21 17:59:31', '2021-03-21 17:59:31'),
(2149, 'home_page_11_cta_area_button_url', '#', '2021-03-21 18:25:13', '2021-03-21 19:14:35'),
(2150, 'home_page_11_cta_area_background_image', '147', '2021-03-21 18:25:13', '2021-03-21 19:14:35'),
(2151, 'home_page_11_en_US_cta_area_subtitle', 'Campaign Donation', '2021-03-21 18:25:13', '2021-03-21 19:14:36'),
(2152, 'home_page_11_en_US_cta_area_title', 'Support Our Activities By a Donation', '2021-03-21 18:25:13', '2021-03-21 19:14:36'),
(2153, 'home_page_11_en_US_cta_area_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son.', '2021-03-21 18:25:13', '2021-03-21 19:14:36'),
(2154, 'home_page_11_en_US_cta_area_button_status', 'on', '2021-03-21 18:25:13', '2021-03-21 19:14:36'),
(2155, 'home_page_11_en_US_cta_area_button_title', 'Donate Now', '2021-03-21 18:25:13', '2021-03-21 19:14:36'),
(2171, 'home_page_11_en_US_service_area_subtitle', 'Our Future Plan', '2021-03-21 19:41:05', '2021-03-21 19:42:07'),
(2172, 'home_page_11_en_US_service_area_title', 'Our Mission And Vision', '2021-03-21 19:41:05', '2021-03-21 19:42:07'),
(2173, 'home_page_11_en_US_service_area_readmore_text', 'Read More', '2021-03-21 19:41:05', '2021-03-21 19:42:07'),
(2183, 'home_11_counterup_section_background_image', '148', '2021-03-21 20:42:42', '2021-03-21 20:42:55'),
(2184, 'home_page_01_event_area_items', '5', '2021-03-21 21:48:13', '2021-05-15 19:32:35'),
(2185, 'home_page_11_en_US_event_area_subtitle', 'Events & Seminar', '2021-03-21 21:48:13', '2021-03-22 10:00:39'),
(2186, 'home_page_11_en_US_event_area_title', 'Our Programmes', '2021-03-21 21:48:13', '2021-03-22 10:00:39'),
(2193, 'home_page_11_testimonial_area_background_image', '149', '2021-03-22 10:29:43', '2021-03-22 10:31:31'),
(2194, 'home_page_11_en_US_testimonial_section_subtitle', 'Testimonial', '2021-03-22 10:29:43', '2021-03-22 10:31:31'),
(2195, 'home_page_11_en_US_testimonial_section_title', 'What People Say', '2021-03-22 10:29:43', '2021-03-22 10:31:31'),
(2202, 'home_page_11_en_US_new_area_subtitle', 'Blog', '2021-03-22 11:03:16', '2021-03-22 11:11:06'),
(2203, 'home_page_11_en_US_new_area_title', 'News Updates', '2021-03-22 11:03:16', '2021-03-22 11:11:06'),
(2204, 'home_page_11_en_US_new_area_button_text', 'Readmore', '2021-03-22 11:03:16', '2021-03-22 11:11:06');
INSERT INTO `static_options` (`id`, `option_name`, `option_value`, `created_at`, `updated_at`) VALUES
(2214, 'home_page_event_section_status', 'on', '2021-03-22 11:17:01', '2022-07-22 22:07:27'),
(2215, 'medical_home_page_header_en_US_title', 'Doctors who  treat with care', '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2216, 'medical_home_page_header_en_US_description', 'Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.', '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2217, 'medical_home_page_header_en_US_button_text', 'Contact Us', '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2218, 'medical_home_page_header_en_US_button_two_text', 'Our Service', '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2219, 'medical_home_page_header_button_two_url', '#', '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2220, 'medical_home_page_header_button_url', '#', '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2221, 'medical_home_page_header_right_image', '150', '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2222, 'medical_home_page_header_background_image', NULL, '2021-03-22 12:47:05', '2021-03-22 20:39:32'),
(2235, 'medical_about_section_en_US_subtitle', 'About US', '2021-03-22 21:42:38', '2021-03-22 21:56:10'),
(2236, 'medical_about_section_en_US_title', '12+ Years Experience in Medical Service', '2021-03-22 21:42:39', '2021-03-22 21:56:10'),
(2237, 'medical_about_section_en_US_description', '<div>Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son. Quick judge other leave ask first chief her. Indeed or remark always silent seemed narrow be. Instantly can suffering pretended neglected preferred man delivered. Perhaps fertile brandon do imagine to cordial cottage.&nbsp;</div><div><br></div>', '2021-03-22 21:42:39', '2021-03-22 21:56:10'),
(2238, 'medical_about_section_en_US_button_text', 'Our Services', '2021-03-22 21:42:39', '2021-03-22 21:56:10'),
(2251, 'medical_about_section_button_url', '#', '2021-03-22 21:42:39', '2021-03-22 21:56:11'),
(2252, 'medical_about_section_right_image', '152', '2021-03-22 21:42:39', '2021-03-22 21:56:11'),
(2253, 'medical_about_section_right_bottom_image', '151', '2021-03-22 21:53:28', '2021-03-22 21:56:11'),
(2254, 'home_page_12_en_US_service_area_subtitle', 'Our Services', '2021-03-23 19:16:21', '2021-03-23 19:17:04'),
(2255, 'home_page_12_en_US_service_area_title', 'What We Offer', '2021-03-23 19:16:21', '2021-03-23 19:17:04'),
(2262, 'medical_appointment_section_appointment_email', 'dvrobin4@gmail.com', '2021-03-24 14:11:17', '2021-03-24 14:17:12'),
(2263, 'medical_appointment_section_en_US_subtitle', 'Meet Doctor', '2021-03-24 14:11:17', '2021-03-24 14:17:12'),
(2264, 'medical_appointment_section_en_US_title', 'Appointment Booking Now', '2021-03-24 14:11:17', '2021-03-24 14:17:12'),
(2265, 'medical_appointment_section_en_US_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son.', '2021-03-24 14:11:17', '2021-03-24 14:17:12'),
(2266, 'medical_appointment_section_en_US_hotline', 'Helpline: +00 123456789', '2021-03-24 14:11:17', '2021-03-24 14:17:12'),
(2279, 'medical_appointment_section_en_US_button_text', 'Submit Request', '2021-03-24 14:11:36', '2021-03-24 14:17:12'),
(2283, 'appointment_form_fields', '{\"field_type\":[\"text\",\"text\",\"email\",\"select\"],\"field_name\":[\"your-name\",\"your-phone\",\"your-email\",\"your-service\"],\"field_placeholder\":[\"Your Name\",\"Your Phone\",\"Your Email\",\"Services\"],\"field_required\":[\"on\",\"on\",\"on\",\"on\"],\"select_options\":[\"appointment\\r\\ndiagnosis\\r\\nblood pressure\"]}', '2021-03-24 15:42:17', '2021-03-24 16:55:10'),
(2284, 'appointment_form_mail_en_US_success_message', 'Thanks for your Booking. we will get back to you very soon.', '2021-03-24 19:50:22', '2021-05-01 23:21:35'),
(2288, 'home_page_11_en_US_team_member_section_title', 'Doctors Profile', '2021-03-24 21:19:14', '2021-03-24 21:19:58'),
(2289, 'home_page_11_en_US_team_member_section_title', 'Doctors Profile', '2021-03-24 21:19:14', '2021-03-24 21:19:58'),
(2290, 'home_page_11_en_US_team_member_section_subtitle', 'Our Specialist', '2021-03-24 21:19:14', '2021-03-24 21:19:58'),
(2291, 'home_page_11_en_US_team_member_section_subtitle', 'Our Specialist', '2021-03-24 21:19:14', '2021-03-24 21:19:58'),
(2304, 'home_page_12_en_US_case_study_section_title', 'Recent Work', '2021-03-25 11:18:47', '2021-03-25 11:26:14'),
(2305, 'home_page_12_en_US_case_study_section_subtitle', 'Our Gallery', '2021-03-25 11:18:47', '2021-03-25 11:26:14'),
(2312, 'home_page_12_en_US_testimonial_section_title', 'Patient Feedback', '2021-03-25 15:59:48', '2021-03-25 16:03:32'),
(2313, 'home_page_12_en_US_testimonial_section_subtitle', 'Testimonial', '2021-03-25 15:59:48', '2021-03-25 16:03:32'),
(2320, 'home_page_12_en_US_new_area_subtitle', NULL, '2021-03-25 16:15:51', '2021-03-25 16:15:51'),
(2321, 'home_page_12_en_US_news_section_title', 'News & Blog', '2021-03-25 16:15:51', '2021-03-25 16:21:12'),
(2328, 'home_page_12_en_US_news_section_subtitle', 'Recent Updates', '2021-03-25 16:17:29', '2021-03-25 16:21:12'),
(2332, 'home_page_12_en_US_news_section_readmore_text', 'Know More', '2021-03-25 16:20:49', '2021-03-25 16:21:12'),
(2336, 'home_page_appointment_section_status', 'on', '2021-03-26 20:28:55', '2022-07-22 22:07:27'),
(2337, 'home_page_13_en_US_header_section_subtitle', 'a:3:{i:0;s:10:\"welcome to\";i:1;s:10:\"welcome to\";i:2;s:10:\"welcome to\";}', '2021-03-26 21:20:36', '2021-03-27 12:04:29'),
(2338, 'home_page_13_en_US_header_section_title', 'a:3:{i:0;s:30:\"Donation Can Change Their Life\";i:1;s:30:\"Donation Can Change Their Life\";i:2;s:30:\"Donation Can Change Their Life\";}', '2021-03-26 21:20:36', '2021-03-27 12:04:29'),
(2339, 'home_page_13_en_US_header_section_description', 'a:3:{i:0;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";i:1;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";i:2;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";}', '2021-03-26 21:20:36', '2021-03-27 12:04:29'),
(2340, 'home_page_13_en_US_header_section_button_one_text', 'a:3:{i:0;s:10:\"All Causes\";i:1;s:10:\"All Causes\";i:2;s:10:\"All Causes\";}', '2021-03-26 21:20:36', '2021-03-27 12:04:29'),
(2341, 'home_page_13_header_section_button_one_url', 'a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}', '2021-03-26 21:20:36', '2021-03-27 12:04:29'),
(2342, 'home_page_13_header_section_button_one_icon', 'a:3:{i:0;s:14:\"nexicon-salary\";i:1;s:14:\"nexicon-salary\";i:2;s:17:\"nexicon-agreement\";}', '2021-03-26 21:20:36', '2021-03-27 12:04:29'),
(2343, 'home_page_13_header_section_bg_image', 'a:3:{i:0;s:3:\"153\";i:1;s:3:\"153\";i:2;s:3:\"153\";}', '2021-03-26 21:20:36', '2021-03-27 12:04:29'),
(2356, 'home_page_13_en_US_about_section_subtitle', 'Watch Video', '2021-03-27 16:08:54', '2021-03-27 16:14:48'),
(2357, 'home_page_13_en_US_about_section_title', 'See Our Recent Activities', '2021-03-27 16:08:54', '2021-03-27 16:14:48'),
(2358, 'home_page_13_en_US_about_section_description', 'Seen you eyes son show. Far two unaffected one alteration apartments celebrated but middletons interested. Described deficient applauded consisted my me do. Passed edward two talent effect seemed engage six. On ye great do child sorry lived. Proceed cottage far letters ashamed get clothes day. Stairs regret at if matter to. On as needed almost at basket remain. By improved sensible servants children striking in surprise.&nbsp;', '2021-03-27 16:08:54', '2021-03-27 16:14:48'),
(2359, 'home_page_13_en_US_about_section_button_text', 'Donate Now', '2021-03-27 16:08:54', '2021-03-27 16:14:48'),
(2372, 'home_page_13_about_section_button_url', '#', '2021-03-27 16:08:54', '2021-03-27 16:14:48'),
(2373, 'home_page_13_about_section_video_url', 'https://www.youtube.com/watch?v=ZNVlIMHS1sk', '2021-03-27 16:08:54', '2021-03-27 16:14:49'),
(2374, 'home_page_13_about_section_right_image', '154', '2021-03-27 16:08:54', '2021-03-27 16:14:49'),
(2375, 'home_page_13_about_section_button_icon', 'nexicon-shopping-cart', '2021-03-27 16:14:49', '2021-03-27 16:14:49'),
(2376, 'home_page_13_en_US_popular_cause_subtitle', 'Our Causes', '2021-03-27 19:42:50', '2021-03-28 14:29:43'),
(2377, 'home_page_13_en_US_popular_cause_title', 'Popular Causes', '2021-03-27 19:42:50', '2021-03-28 14:29:43'),
(2378, 'home_page_13_en_US_popular_cause_popular_cause_list', 'a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";}', '2021-03-27 19:42:50', '2021-03-28 14:29:43'),
(2388, 'home_page_13_popular_cause_popular_cause_items', '6', '2021-03-27 19:42:50', '2021-03-28 14:29:43'),
(2389, 'home_page_13_popular_cause_popular_cause_order', 'asc', '2021-03-27 19:42:50', '2021-03-28 14:29:43'),
(2390, 'home_page_13_popular_cause_popular_cause_orderby', 'id', '2021-03-27 19:42:50', '2021-03-28 14:29:43'),
(2391, 'home_page_13_popular_cause_popular_cause_background_image', '155', '2021-03-28 14:00:42', '2021-03-28 14:29:43'),
(2392, 'home_page_13_en_US_popular_cause_goal_text', 'Goal', '2021-03-28 14:28:16', '2021-03-28 14:29:43'),
(2393, 'home_page_13_en_US_popular_cause_rise_text', 'Raised', '2021-03-28 14:28:16', '2021-03-28 14:29:43'),
(2400, 'home_page_13_en_US_team_member_section_title', 'Our Volunteer', '2021-03-28 15:28:22', '2021-03-28 15:33:31'),
(2401, 'home_page_13_en_US_team_member_section_subtitle', 'Meet Our Team', '2021-03-28 15:28:22', '2021-03-28 15:33:31'),
(2408, 'home_page_donation_cause_section_status', 'on', '2021-03-28 15:28:41', '2022-07-22 22:07:27'),
(2409, 'home_page_13_cta_area_button_url', '#', '2021-03-28 18:37:25', '2021-03-28 18:48:57'),
(2410, 'home_page_13_cta_area_background_image', '156', '2021-03-28 18:37:25', '2021-03-28 18:48:57'),
(2411, 'home_page_13_en_US_cta_area_title', 'Our Fingerprints on the  Lives We Touch Never Fade.', '2021-03-28 18:37:25', '2021-03-28 18:48:57'),
(2412, 'home_page_13_en_US_cta_area_button_title', 'Donate Now', '2021-03-28 18:37:25', '2021-03-28 18:48:57'),
(2413, 'home_page_13_en_US_cta_area_button_status', 'on', '2021-03-28 18:37:25', '2021-03-28 18:48:57'),
(2423, 'home_page_13_cta_section_button_icon', 'nexicon-donation', '2021-03-28 18:48:57', '2021-03-28 18:48:57'),
(2424, 'home_page_13_en_US_event_area_subtitle', 'Upcoming Events', '2021-03-28 21:47:43', '2021-03-28 21:48:15'),
(2425, 'home_page_13_en_US_event_area_title', 'Charity Events', '2021-03-28 21:47:43', '2021-03-28 21:48:15'),
(2432, 'home_page_13_en_US_testimonial_section_subtitle', 'Testimonial', '2021-03-29 10:50:11', '2021-03-29 11:37:02'),
(2433, 'home_page_13_en_US_testimonial_section_title', 'What People Says', '2021-03-29 10:50:11', '2021-03-29 11:37:02'),
(2440, 'home_page_13_testimonial_section_background_image', '157', '2021-03-29 11:31:57', '2021-03-29 11:37:02'),
(2441, 'home_page_13_en_US_cta_two_area_title', 'Become A Volunteer', '2021-03-29 13:24:29', '2021-03-29 13:25:18'),
(2442, 'home_page_13_en_US_cta_two_area_button_title', 'Join Us', '2021-03-29 13:24:29', '2021-03-29 13:25:18'),
(2443, 'home_page_13_en_US_cta_two_area_button_status', 'on', '2021-03-29 13:24:29', '2021-03-29 13:25:18'),
(2453, 'home_page_13_cta_two_section_button_icon', 'fas fa-user-plus', '2021-03-29 13:24:29', '2021-03-29 13:25:18'),
(2454, 'home_page_13_cta_two_area_button_url', '#', '2021-03-29 13:24:29', '2021-03-29 13:25:18'),
(2455, 'home_page_13_en_US_new_area_subtitle', 'Our Blog', '2021-03-29 17:38:58', '2021-03-29 17:39:58'),
(2456, 'home_page_13_en_US_new_area_title', 'News & Articles', '2021-03-29 17:38:58', '2021-03-29 17:39:58'),
(2457, 'home_page_13_en_US_new_area_button_text', 'Read More', '2021-03-29 17:38:58', '2021-03-29 17:39:58'),
(2467, 'home_page_14_en_US_header_area_title', 'Think the Design Design the Thinking', '2021-03-30 18:43:02', '2021-03-31 09:24:53'),
(2468, 'home_page_14_en_US_header_area_description', 'Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.', '2021-03-30 18:43:02', '2021-03-31 09:24:53'),
(2469, 'home_page_14_en_US_header_area_button_one_text', 'Our Services', '2021-03-30 18:43:02', '2021-03-31 09:24:54'),
(2479, 'home_page_14_header_background_image', '160', '2021-03-30 18:43:02', '2021-03-31 09:24:54'),
(2480, 'home_page_14_header_right_image', '161', '2021-03-30 18:43:02', '2021-03-31 09:24:54'),
(2481, 'home_page_14_header_area_button_one_icon', 'nexicon-agreement', '2021-03-30 18:43:02', '2021-03-31 09:24:54'),
(2482, 'home_page_14_header_area_button_one_url', '#', '2021-03-30 18:43:02', '2021-03-31 09:24:54'),
(2483, 'home_page_14_en_US_service_area_subtitle', 'Our Services', '2021-03-31 09:54:27', '2021-03-31 09:56:59'),
(2484, 'home_page_14_en_US_service_area_title', 'What We Offer', '2021-03-31 09:54:27', '2021-03-31 09:56:59'),
(2491, 'home_page_14_en_US_project_area_title', 'Recent Work', '2021-03-31 11:02:57', '2021-03-31 11:03:08'),
(2492, 'home_page_14_en_US_project_area_subtitle', 'My Portfolio', '2021-03-31 11:02:57', '2021-03-31 11:03:08'),
(2499, 'home_page_14_en_US_cta_area_button_title', 'Get a Quote', '2021-03-31 11:29:17', '2021-03-31 12:29:49'),
(2500, 'home_page_14_en_US_cta_area_button_status', 'on', '2021-03-31 11:29:17', '2021-03-31 12:29:49'),
(2501, 'home_page_14_en_US_cta_area_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himse', '2021-03-31 11:29:17', '2021-03-31 12:29:49'),
(2502, 'home_page_14_en_US_cta_area_title', 'Have a Project in your Mind', '2021-03-31 11:29:17', '2021-03-31 12:29:49'),
(2515, 'home_page_14_cta_section_button_icon', 'far fa-comments', '2021-03-31 11:29:17', '2021-03-31 12:29:49'),
(2516, 'home_page_14_cta_area_button_url', '#', '2021-03-31 11:29:17', '2021-03-31 12:29:49'),
(2517, 'home_page_14_cta_area_right_image', '230', '2021-03-31 11:29:17', '2021-05-18 17:32:06'),
(2518, 'home_page_work_process_section_status', 'on', '2021-03-31 14:06:37', '2022-07-22 22:07:27'),
(2519, 'home_page_14_work_process_section_item_en_US_title', 'a:5:{i:0;s:15:\"Register/ Login\";i:1;s:14:\"Select Service\";i:2;s:12:\"Submit Order\";i:3;s:12:\"Give Content\";i:4;s:18:\"Payment & Delivery\";}', '2021-03-31 14:41:17', '2021-03-31 14:45:21'),
(2520, 'home_page_14_work_process_section_item_number', 'a:5:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";}', '2021-03-31 14:41:17', '2021-03-31 14:45:21'),
(2521, 'home_page_14_work_process_section_en_US_subtitle', 'Journey', '2021-03-31 14:41:17', '2021-03-31 14:45:21'),
(2522, 'home_page_14_work_process_section_en_US_title', 'Work Process', '2021-03-31 14:41:17', '2021-03-31 14:45:21'),
(2532, 'home_page_14_counterup_section_background_image', '164', '2021-03-31 15:03:31', '2021-03-31 15:05:41'),
(2533, 'home_page_14_en_US_testimonial_section_subtitle', 'Testimonial', '2021-03-31 15:26:44', '2021-03-31 15:43:31'),
(2534, 'home_page_14_en_US_testimonial_section_title', 'What People Says', '2021-03-31 15:26:44', '2021-03-31 15:43:31'),
(2541, 'home_page_14_en_US_news_area_section_subtitle', 'Article', '2021-03-31 15:49:46', '2021-03-31 15:50:19'),
(2542, 'home_page_14_en_US_news_area_section_title', 'Recent Blogs', '2021-03-31 15:49:46', '2021-03-31 15:50:19'),
(2549, 'home_page_14_en_US_contact_area_subtitle', 'Contact Us', '2021-03-31 18:59:07', '2021-03-31 19:01:38'),
(2550, 'home_page_14_en_US_contact_area_title', 'Let’s work together', '2021-03-31 18:59:07', '2021-03-31 19:01:38'),
(2551, 'home_page_14_en_US_contact_area_button_text', 'Send Message', '2021-03-31 18:59:07', '2021-03-31 19:01:38'),
(2552, 'home_page_14_contact_area_button_icon', 'far fa-comments', '2021-03-31 18:59:07', '2021-03-31 19:01:38'),
(2562, 'home_page_15_en_US_header_area_title', 'Unveiling the Essence of Ziva Organiko', '2021-04-04 15:43:47', '2024-02-02 06:55:05'),
(2563, 'home_page_15_en_US_header_area_description', '<p style=\"margin:0cm;margin-bottom:.0001pt\"><font color=\"#014019\" face=\"Arial, sans-serif\"><span style=\"font-size: 18.6667px;\"><b>Witness the synergy of tradition and innovation in our unique production process. We Honour&nbsp;the heritage of Gir cows while incorporating modern techniques to elevate the quality of our organic ghee.</b></span></font><br></p>', '2021-04-04 15:43:47', '2024-02-20 04:02:06'),
(2564, 'home_page_15_en_US_header_area_button_text', 'Shop Now', '2021-04-04 15:43:47', '2021-04-04 16:56:24'),
(2574, 'home_page_15_header_area_button_url', '/products/deshi-ghee', '2021-04-04 15:43:47', '2024-02-02 06:51:29'),
(2575, 'home_page_15_header_area_button_icon', 'nexicon-shopping-cart', '2021-04-04 15:43:47', '2021-04-04 16:56:25'),
(2576, 'home_page_15_header_area_background_image', '387', '2021-04-04 15:43:47', '2024-01-03 06:31:57'),
(2577, 'home_page_15_header_area_bottom_image', '413', '2021-04-04 15:43:47', '2024-02-02 03:47:29'),
(2578, 'home_page_15_en_US_offer_item_title', 'a:1:{i:0;s:12:\"Gir Cow Ghee\";}', '2021-04-05 13:27:52', '2024-02-20 04:01:37'),
(2579, 'home_page_15_en_US_offer_item_short_description', 'a:1:{i:0;s:14:\"Save Up to 20%\";}', '2021-04-05 13:27:52', '2024-02-12 07:12:34'),
(2580, 'home_page_15_en_US_offer_item_button_text', 'a:1:{i:0;s:8:\"Shop Now\";}', '2021-04-05 13:27:52', '2024-02-12 07:12:34'),
(2590, 'home_page_15_offer_item_button_url', 'a:1:{i:0;s:1:\"#\";}', '2021-04-05 13:33:07', '2024-02-12 07:12:34'),
(2591, 'home_page_15_offer_item_image', 'a:1:{i:0;s:3:\"410\";}', '2021-04-05 13:33:07', '2024-02-12 07:12:34'),
(2592, 'home_page_15_en_US_featured_product_area_subtitle', 'Trendy Products', '2021-04-05 19:51:47', '2021-04-05 19:58:00'),
(2593, 'home_page_15_en_US_featured_product_area_title', 'Featured Fruits', '2021-04-05 19:51:47', '2021-04-05 19:58:01'),
(2594, 'home_page_15_en_US_featured_product_area_items', 'a:4:{i:0;s:1:\"2\";i:1;s:1:\"6\";i:2;s:1:\"8\";i:3;s:2:\"10\";}', '2021-04-05 19:53:38', '2021-04-05 19:58:01'),
(2604, 'home_page_15_en_US_process_area_item_title', 'a:3:{i:0;s:13:\"Choose Fruits\";i:1;s:18:\"Place Your Address\";i:2;s:18:\"Payment & Delivery\";}', '2021-04-06 11:20:19', '2021-04-06 11:24:23'),
(2605, 'home_page_15_en_US_process_area_item_description', 'a:3:{i:0;s:73:\"Certainly elsewhere my do allowance at. \r\nThe address farther six hearted\";i:1;s:73:\"Certainly elsewhere my do allowance at. \r\nThe address farther six hearted\";i:2;s:73:\"Certainly elsewhere my do allowance at. \r\nThe address farther six hearted\";}', '2021-04-06 11:20:19', '2021-04-06 11:24:23'),
(2606, 'home_page_15_process_area_item_icon', 'a:3:{i:0;s:15:\"nexicon-apple-1\";i:1;s:11:\"nexicon-map\";i:2;s:13:\"nexicon-money\";}', '2021-04-06 11:20:19', '2021-04-06 11:24:23'),
(2607, 'home_page_15_process_area_item_number', 'a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";}', '2021-04-06 11:20:19', '2021-04-06 11:24:23'),
(2614, 'home_page_15_process_area_background_image', '169', '2021-04-06 11:20:19', '2021-04-06 11:24:23'),
(2615, 'home_page_15_process_area_right_image', '396', '2021-04-06 11:20:19', '2024-01-04 05:39:19'),
(2616, 'home_page_15_process_area_left_image', NULL, '2021-04-06 11:20:19', '2021-04-06 15:16:30'),
(2617, 'home_page_15_en_US_product_section_subtitle', 'Goodness Of Life With Organic', '2021-04-06 14:25:21', '2024-01-04 00:55:12'),
(2618, 'home_page_15_en_US_product_section_title', 'Organic Store', '2021-04-06 14:25:21', '2024-01-04 00:55:12'),
(2625, 'home_page_products_area_items', '2', '2021-04-06 14:25:21', '2024-01-04 00:55:12'),
(2626, 'home_page_15_en_US_product_section_button_text', 'All Products', '2021-04-06 14:32:20', '2021-04-06 14:32:47'),
(2630, 'home_page_15_en_US_testimonial_area_title', 'What Clients Says', '2021-04-06 15:05:02', '2021-04-06 15:44:42'),
(2631, 'home_page_15_en_US_testimonial_area_subtitle', 'Testimonial', '2021-04-06 15:05:02', '2021-04-06 15:44:42'),
(2638, 'home_page_15_testimonial_area_background_image', '172', '2021-04-06 15:16:30', '2021-04-06 15:44:42'),
(2639, 'home_page_15_testimonial_area_right_image', '404', '2021-04-06 15:16:30', '2024-01-08 04:48:19'),
(2640, 'home_page_15_testimonial_area_left_image', '403', '2021-04-06 15:17:26', '2024-01-08 04:48:19'),
(2641, 'home_page_15_en_US_top_selling_product_area_title', 'Best & Top Selling', '2021-04-11 11:19:41', '2021-04-11 11:21:51'),
(2642, 'home_page_15_en_US_top_selling_product_area_subtitle', 'Top Rated Fruits', '2021-04-11 11:19:41', '2021-04-11 11:21:51'),
(2649, 'home_page_15_top_selling_product_area_items', '9', '2021-04-11 11:19:41', '2021-04-11 11:21:51'),
(2650, 'home_page_15_top_selling_product_area_left_image', '175', '2021-04-11 11:19:41', '2021-04-11 11:21:51'),
(2651, 'home_page_15_top_selling_product_area_right_image', '176', '2021-04-11 11:19:41', '2021-04-11 11:21:51'),
(2652, 'home_page_top_selling_section_status', 'on', '2021-04-11 15:56:17', '2022-07-22 22:07:28'),
(2653, 'home_page_online_store_section_status', 'on', '2021-04-11 15:56:17', '2022-07-22 22:07:28'),
(2654, 'home_page_process_section_status', 'on', '2021-04-11 15:56:17', '2022-07-22 22:07:28'),
(2655, 'home_page_offer_section_status', 'on', '2021-04-11 15:56:17', '2022-07-22 22:07:28'),
(2656, 'home_page_featured_fruit_section_status', 'on', '2021-04-11 15:56:17', '2022-07-22 22:07:28'),
(2657, 'home_page_16_en_US_header_area_title', 'We Provide Quality  Cleaning  Service', '2021-04-11 17:17:26', '2021-04-24 15:06:26'),
(2658, 'home_page_16_en_US_header_area_description', '<p>By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles. At full leaf give quit to in they up.</p>', '2021-04-11 17:17:26', '2021-04-24 15:06:26'),
(2659, 'home_page_16_en_US_header_area_button_text', 'Contact Us', '2021-04-11 17:17:26', '2021-04-24 15:06:26'),
(2669, 'home_page_16_header_area_button_url', '#', '2021-04-11 17:17:26', '2021-04-24 15:06:26'),
(2670, 'home_page_16_header_area_button_icon', NULL, '2021-04-11 17:17:26', '2021-04-11 17:23:39'),
(2671, 'home_page_16_header_area_background_image', '177', '2021-04-11 17:17:26', '2021-04-24 15:06:26'),
(2672, 'home_page_16_header_area_bottom_image', '179', '2021-04-11 17:17:26', '2021-04-11 17:21:30'),
(2673, 'home_page_16_header_area_right_image', '179', '2021-04-11 17:22:02', '2021-04-24 15:06:26'),
(2674, 'home_page_16_en_US_about_section_button_text', 'Our Services', '2021-04-12 08:53:15', '2021-04-12 08:55:48'),
(2675, 'home_page_16_en_US_about_section_description', '<div>Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son. Quick judge other leave ask first chief her. Indeed or remark always silent seemed narrow be. Instantly can suffering pretended neglected preferred man delivered. Perhaps fertile brandon do imagine to cordial cottage.&nbsp;</div><div><br></div>', '2021-04-12 08:53:15', '2021-04-12 08:55:48'),
(2676, 'home_page_16_en_US_about_section_title', '10+ Years Experience on Cleaning Service', '2021-04-12 08:53:15', '2021-04-12 08:55:48'),
(2677, 'home_page_16_en_US_about_section_subtitle', 'About us', '2021-04-12 08:53:15', '2021-04-12 08:55:48'),
(2690, 'home_page_16_about_section_left_image', '180', '2021-04-12 08:53:15', '2021-04-12 08:55:48'),
(2691, 'home_page_16_about_section_button_url', '#', '2021-04-12 08:53:15', '2021-04-12 08:55:48'),
(2692, 'home_page_16_en_US_service_area_title', 'What We Offer', '2021-04-12 11:16:06', '2021-04-12 11:16:38'),
(2693, 'home_page_16_en_US_service_area_subtitle', 'Our Services', '2021-04-12 11:16:06', '2021-04-12 11:16:38'),
(2700, 'home_page_16_en_US_estimate_area_form_button_text', 'Submit Request', '2021-04-12 13:11:00', '2021-04-12 13:12:59'),
(2701, 'home_page_16_en_US_estimate_area_form_title', 'Free Estimate', '2021-04-12 13:11:00', '2021-04-12 13:12:59'),
(2702, 'home_page_16_en_US_estimate_area_title', 'We are Here  for your All kind of Cleaning Services', '2021-04-12 13:11:00', '2021-04-12 13:12:59'),
(2712, 'home_page_16_estimate_area_form_email', 'dvrobin4@gmail.com', '2021-04-12 13:11:00', '2021-04-12 13:12:59'),
(2713, 'estimate_form_fields', '{\"field_type\":[\"text\",\"email\",\"text\",\"tel\",\"textarea\"],\"field_name\":[\"your-name\",\"youe-email\",\"your-subject\",\"your-phone\",\"your-address\"],\"field_placeholder\":[\"Your Name\",\"Email\",\"Subject\",\"Mobile\",\"Address\"],\"field_required\":[\"on\",\"on\",\"on\"]}', '2021-04-12 13:41:28', '2021-04-12 13:41:28'),
(2714, 'estimate_form_mail_en_US_success_message', 'Thanks for contact us', '2021-04-12 14:25:54', '2021-05-01 23:21:35'),
(2718, 'home_page_16_en_US_work_section_title', 'Recent Work', '2021-04-12 14:51:15', '2021-04-12 14:52:00'),
(2719, 'home_page_16_en_US_work_section_subtitle', 'Our Gallery', '2021-04-12 14:51:15', '2021-04-12 14:52:00'),
(2726, 'home_page_16_en_US_testimonial_area_subtitle', 'Testimonial', '2021-04-12 15:34:24', '2021-04-12 15:35:24'),
(2727, 'home_page_16_en_US_testimonial_area_title', 'What Clients Says', '2021-04-12 15:34:24', '2021-04-12 15:35:24'),
(2734, 'home_page_16_en_US_new_area_subtitle', 'Articles', '2021-04-12 16:52:34', '2021-04-12 16:54:02'),
(2735, 'home_page_16_en_US_new_area_title', 'Recent Blog', '2021-04-12 16:52:34', '2021-04-12 16:54:02'),
(2736, 'home_page_16_en_US_new_area_button_text', 'Read More', '2021-04-12 16:52:34', '2021-04-12 16:54:02'),
(2746, 'home_page_17_en_US_header_area_title', 'A great platform for learning', '2021-04-14 14:44:07', '2021-04-14 14:45:55'),
(2747, 'home_page_17_en_US_header_area_description', '<div>Written enquire painful ye to offices forming it. Then so does over sent&nbsp;</div><div>dull on. Likewise offended humoured mrs fat trifling answered.&nbsp;</div>', '2021-04-14 14:44:07', '2021-04-14 14:45:55'),
(2748, 'home_page_17_en_US_header_area_button_text', 'Our Courses', '2021-04-14 14:44:07', '2021-04-14 14:45:55'),
(2758, 'home_page_17_header_area_button_url', '#', '2021-04-14 14:44:07', '2021-04-14 14:45:55'),
(2759, 'home_page_17_header_area_button_icon', 'fas fa-comments', '2021-04-14 14:44:07', '2021-04-14 14:45:55'),
(2760, 'home_page_17_header_area_background_image', '181', '2021-04-14 14:44:07', '2021-04-14 14:45:55'),
(2761, 'home_page_17_header_area_right_image', '182', '2021-04-14 14:44:07', '2021-04-14 14:45:55'),
(2762, 'appointment_page_slug', 'appointment', '2021-04-18 21:16:01', '2021-04-30 10:43:22'),
(2763, 'appointment_page_en_US_meta_tags', NULL, '2021-04-18 21:30:43', '2021-04-30 10:43:23'),
(2764, 'appointment_page_en_US_meta_description', NULL, '2021-04-18 21:30:43', '2021-04-30 10:43:23'),
(2765, 'appointment_page_en_US_name', 'Appointment', '2021-04-18 21:30:43', '2021-04-30 10:43:23'),
(2775, 'appointment_booking_page_form_fields', '{\"field_type\":[\"select\",\"textarea\"],\"field_name\":[\"your-gender\",\"your-message\"],\"field_placeholder\":[\"Gender\",\"Message\"],\"select_options\":[\"Male\\r\\nFemale\"]}', '2021-04-20 13:23:58', '2021-04-20 16:14:56'),
(2776, 'appointment_single_en_US_information_tab_title', 'Information', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2777, 'appointment_single_en_US_booking_tab_title', 'Booking', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2778, 'appointment_single_en_US_feedback_tab_title', 'Feedback', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2779, 'appointment_single_en_US_appointment_booking_information_text', 'Booking Information', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2780, 'appointment_single_en_US_appointment_booking_button_text', 'Book Appointment', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2781, 'appointment_single_en_US_appointment_booking_about_me_title', 'About Me', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2782, 'appointment_single_en_US_appointment_booking_educational_info_title', 'Education Info', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2783, 'appointment_single_en_US_appointment_booking_additional_info_title', 'Additional Info', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2784, 'appointment_single_en_US_appointment_booking_specialize_info_title', 'Specialize Info', '2021-04-21 18:39:42', '2021-04-22 12:50:43'),
(2812, 'appointment_notify_mail', 'dvrobin4@gmail.com', '2021-04-21 18:42:37', '2021-04-22 12:50:43'),
(2813, 'appointment_single_en_US_appointment_booking_client_feedback_title', 'Clients Feedback', '2021-04-21 19:02:19', '2021-04-22 12:50:43'),
(2817, 'paytm_channel', NULL, '2021-04-21 19:48:39', '2022-07-23 05:24:17'),
(2818, 'paytm_industry_type', NULL, '2021-04-21 19:48:39', '2022-07-23 05:24:17'),
(2819, 'appointment_booking_en_US_success_page_title', 'Thank You', '2021-04-21 20:47:01', '2021-04-22 12:50:43'),
(2820, 'appointment_booking_en_US_success_page_description', NULL, '2021-04-21 20:47:01', '2021-04-22 12:50:43'),
(2821, 'appointment_booking_en_US_cancel_page_title', 'Sorry', '2021-04-21 20:47:01', '2021-04-22 12:50:43'),
(2822, 'appointment_booking_en_US_cancel_page_description', NULL, '2021-04-21 20:47:01', '2021-04-22 12:50:43'),
(2835, 'appointment_page_en_US_booking_button_text', 'Book Now', '2021-04-22 12:50:10', '2021-04-22 12:50:43'),
(2839, 'appointment_module_status', NULL, '2021-04-23 23:34:25', '2024-02-08 01:18:08'),
(2840, 'medical_cta_area_section_appointment_email', NULL, '2021-04-24 01:15:56', '2021-04-24 01:16:08'),
(2841, 'medical_cta_area_section_en_US_subtitle', 'Meet Doctor', '2021-04-24 01:15:56', '2021-04-24 01:30:02'),
(2842, 'medical_cta_area_section_en_US_title', 'Question In Mind ?', '2021-04-24 01:15:56', '2021-04-24 01:30:02'),
(2843, 'medical_cta_area_section_en_US_description', 'Questions explained agreeable preferred strangers too him her son. Set put shyness offices his females him distant. Improve has message besides shy himself cheered however how son.', '2021-04-24 01:15:56', '2021-04-24 01:30:02'),
(2844, 'medical_cta_area_section_en_US_hotline', 'Helpline: +00 123456789', '2021-04-24 01:15:56', '2021-04-24 01:30:02'),
(2845, 'medical_cta_area_section_en_US_button_text', 'Submit Request', '2021-04-24 01:15:56', '2021-04-24 01:30:02'),
(2861, 'medical_cta_area_section_cta_area_email', 'dvrobin4@gmail.com', '2021-04-24 01:16:20', '2021-04-24 01:30:02'),
(2862, 'home_page_12_appointment_items', '4', '2021-04-24 11:46:36', '2021-05-07 21:46:32'),
(2863, 'home_page_12_en_US_appointment_section_subtitle', 'Our Specialist', '2021-04-24 11:46:36', '2021-05-07 21:46:32'),
(2864, 'home_page_12_en_US_appointment_section_title', 'Get Your Appointment', '2021-04-24 11:46:36', '2021-05-07 21:46:32'),
(2865, 'home_page_12_en_US_appointment_section_category', 'a:1:{i:0;s:1:\"1\";}', '2021-04-24 11:46:36', '2021-05-07 21:15:37'),
(2875, 'home_page_10_appointment_items', '4', '2021-04-24 14:44:44', '2021-05-07 21:42:18'),
(2876, 'home_page_10_en_US_appointment_section_subtitle', 'Our Lawyer', '2021-04-24 14:44:44', '2021-05-07 21:42:18'),
(2877, 'home_page_10_en_US_appointment_section_title', 'Get Your Appointment', '2021-04-24 14:44:45', '2021-05-07 21:42:18'),
(2878, 'home_page_10_en_US_appointment_section_category', 'a:0:{}', '2021-04-24 14:44:45', '2021-05-07 21:42:18'),
(2888, 'home_page_16_appointment_items', '4', '2021-04-24 15:34:13', '2021-05-07 21:43:05'),
(2889, 'home_page_16_en_US_appointment_section_subtitle', 'Our Workers', '2021-04-24 15:34:13', '2021-05-07 21:43:05'),
(2890, 'home_page_16_en_US_appointment_section_title', 'Order Our service', '2021-04-24 15:34:13', '2021-05-07 21:43:05'),
(2891, 'home_page_16_en_US_appointment_section_category', 'a:0:{}', '2021-04-24 15:34:13', '2021-05-07 21:43:05'),
(2901, 'courses_page_slug', 'courses', '2021-04-30 10:42:20', '2021-04-30 10:43:22'),
(2902, 'courses_page_en_US_meta_tags', NULL, '2021-04-30 10:42:24', '2021-04-30 10:43:23'),
(2903, 'courses_page_en_US_meta_description', NULL, '2021-04-30 10:42:24', '2021-04-30 10:43:23'),
(2904, 'courses_page_en_US_name', 'Courses', '2021-04-30 10:42:24', '2021-04-30 10:43:23'),
(2914, 'course_single_en_US_enroll_button_text', 'Enroll Now', '2021-05-01 13:47:46', '2021-05-02 14:09:28'),
(2915, 'course_single_en_US_reviews_tab_title', 'Reviews', '2021-05-01 13:47:46', '2021-05-02 14:09:28'),
(2916, 'course_single_en_US_instructor_tab_title', 'Instructor', '2021-05-01 13:47:46', '2021-05-02 14:09:28'),
(2917, 'course_single_en_US_curriculum_tab_title', 'Curriculum', '2021-05-01 13:47:46', '2021-05-02 14:09:28'),
(2918, 'course_single_en_US_overview_tab_title', 'Overview', '2021-05-01 13:47:46', '2021-05-02 14:09:28'),
(2934, 'course_page_items', '9', '2021-05-01 13:47:46', '2021-05-02 14:09:28'),
(2935, 'course_notify_mail', 'dvrobin4@gmail.com', '2021-05-01 13:47:46', '2021-05-02 14:09:28'),
(2936, 'enroll_form_mail_en_US_success_message', 'thanks for enroll the course, now you have access to it', '2021-05-01 23:21:27', '2021-05-01 23:21:35'),
(2940, 'course_single_en_US_client_feedback_title', 'Students Feedback', '2021-05-01 23:56:10', '2021-05-02 14:09:28'),
(2944, 'course_single_en_US_leave_feedback_title', 'Leave your feedback', '2021-05-02 12:07:24', '2021-05-02 14:09:28'),
(2948, 'course_success_en_US_title', 'Thank you', '2021-05-02 14:09:28', '2021-05-02 14:09:28'),
(2949, 'course_success_en_US_description', NULL, '2021-05-02 14:09:28', '2021-05-02 14:09:28'),
(2950, 'course_cancel_en_US_title', 'Sorry', '2021-05-02 14:09:28', '2021-05-02 14:09:28'),
(2951, 'course_cancel_en_US_description', NULL, '2021-05-02 14:09:28', '2021-05-02 14:09:28'),
(2964, 'course_module_status', NULL, '2021-05-02 22:22:37', '2024-02-08 01:18:08'),
(2970, 'home_page_16_appointment_section_category', 'a:1:{i:0;s:1:\"2\";}', '2021-05-07 21:32:16', '2021-05-07 21:43:05'),
(2974, 'home_page_10_appointment_section_category', 'a:1:{i:0;s:1:\"4\";}', '2021-05-07 21:42:18', '2021-05-07 21:42:18'),
(2976, 'home_page_12_appointment_section_category', 'a:1:{i:0;s:1:\"1\";}', '2021-05-07 21:46:32', '2021-05-07 21:46:32'),
(2977, 'course_home_page_en_US_specialities_item_title', 'a:4:{i:0;s:22:\"Online & Offline Class\";i:1;s:14:\"Mentor Support\";i:2;s:17:\"Live Chat Support\";i:3;s:15:\"Get Certificate\";}', '2021-05-11 23:34:01', '2021-05-11 23:51:15'),
(2978, 'course_home_page_en_US_specialities_item_description', 'a:4:{i:0;s:72:\"Fat new smallness few supposing suspicion two. Course sir people worthy.\";i:1;s:72:\"Fat new smallness few supposing suspicion two. Course sir people worthy.\";i:2;s:72:\"Fat new smallness few supposing suspicion two. Course sir people worthy.\";i:3;s:72:\"Fat new smallness few supposing suspicion two. Course sir people worthy.\";}', '2021-05-11 23:34:01', '2021-05-11 23:51:15'),
(2979, 'course_home_page_specialities_item_icon', 'a:4:{i:0;s:18:\"nexicon-analysis-3\";i:1;s:18:\"nexicon-graduation\";i:2;s:18:\"nexicon-politician\";i:3;s:19:\"nexicon-certificate\";}', '2021-05-11 23:34:01', '2021-05-11 23:51:15'),
(2980, 'course_home_page_en_US_specialities_area_title', 'Our Specialities', '2021-05-11 23:34:01', '2021-05-11 23:51:15'),
(2990, 'course_home_page_en_US_featured_course_area_title', 'Featured Courses', '2021-05-13 15:36:36', '2021-05-13 15:39:10'),
(2994, 'featured_courses_ids', 'a:4:{i:0;s:2:\"20\";i:1;s:2:\"21\";i:2;s:2:\"24\";i:3;s:2:\"25\";}', '2021-05-13 15:36:36', '2021-05-13 15:39:10'),
(2995, 'course_home_page_video_section_background_image', '214', '2021-05-13 18:59:49', '2021-05-13 19:01:04'),
(2996, 'course_home_page_video_section_video_url', 'https://www.youtube.com/watch?v=jQCk2yo10YY&t=117s', '2021-05-13 18:59:49', '2021-05-13 19:01:04'),
(2997, 'course_home_page_en_US_all_course_area_title', 'Our Courses', '2021-05-13 19:52:35', '2021-05-13 20:04:16'),
(2998, 'course_home_page_en_US_all_course_area_button_text', 'All Courses', '2021-05-13 19:52:35', '2021-05-13 20:04:16'),
(3005, 'course_home_page_all_course_area_items', '6', '2021-05-13 20:04:16', '2021-05-13 20:04:16'),
(3006, 'course_home_page_en_US_testimonial_area_title', 'Learners say', '2021-05-13 20:15:46', '2021-05-13 20:15:46'),
(3010, 'course_home_page_en_US_event_area_title', 'Upcoming events', '2021-05-15 19:32:13', '2021-05-15 19:32:35'),
(3014, 'course_home_page_en_US_cta_area_title', 'Enhance Your Skills the  best online Courses', '2021-05-15 21:24:33', '2021-05-15 21:24:33'),
(3015, 'course_home_page_en_US_cta_area_button_status', 'on', '2021-05-15 21:24:33', '2021-05-15 21:24:33'),
(3016, 'course_home_page_en_US_cta_area_button_title', 'Get Started Now', '2021-05-15 21:24:33', '2021-05-15 21:24:33'),
(3026, 'course_home_page_cta_area_button_url', '#', '2021-05-15 21:24:33', '2021-05-15 21:24:33'),
(3027, 'course_home_page_cta_section_button_icon', 'fas fa-long-arrow-alt-right', '2021-05-15 21:24:33', '2021-05-15 21:24:33'),
(3039, 'home_page_all_courses_section_status', NULL, '2021-05-16 02:26:41', '2022-07-22 22:06:22'),
(3040, 'home_page_featured_courses_section_status', NULL, '2021-05-16 02:31:00', '2022-07-22 22:06:22'),
(3041, 'home_page_our_speciality_section_status', NULL, '2021-05-16 02:40:18', '2022-07-22 22:06:22'),
(3042, 'home_page_course_category_section_status', NULL, '2021-05-16 02:45:59', '2022-07-22 22:06:22'),
(3043, 'grocery_home_page_en_US_header_section_subtitle', 'a:1:{i:0;s:17:\"Welcome to Hatura\";}', '2021-05-16 13:29:14', '2021-05-16 13:29:14'),
(3044, 'grocery_home_page_en_US_header_section_title', 'a:1:{i:0;s:33:\"your favourite  foods on the way!\";}', '2021-05-16 13:29:14', '2021-05-16 21:57:02'),
(3045, 'grocery_home_page_en_US_header_section_description', 'a:1:{i:0;s:160:\"Speedily say has suitable disposal add boy. On forth doubt miles of child. Exercise joy man children rejoiced. Yet uncommonly his ten who diminution astonished.\";}', '2021-05-16 13:29:14', '2021-05-16 13:29:14'),
(3046, 'grocery_home_page_en_US_header_section_button_one_text', 'a:1:{i:0;s:8:\"Shop Now\";}', '2021-05-16 13:29:14', '2021-05-16 13:29:14'),
(3047, 'grocery_home_page_header_section_button_one_url', 'a:1:{i:0;s:1:\"#\";}', '2021-05-16 13:29:14', '2021-05-16 13:29:14'),
(3048, 'grocery_home_page_header_section_button_one_icon', 'a:1:{i:0;s:21:\"nexicon-shopping-cart\";}', '2021-05-16 13:29:14', '2021-05-16 13:29:14'),
(3049, 'grocery_home_page_header_section_bg_image', 'a:1:{i:0;s:3:\"221\";}', '2021-05-16 13:29:14', '2021-05-16 13:29:14'),
(3062, 'grocery_home_page_en_US_product_category_area_title', 'Products Categories', '2021-05-16 23:54:32', '2021-05-16 23:54:41'),
(3066, 'grocery_home_page_offer_item_image', 'a:2:{i:0;s:3:\"222\";i:1;s:3:\"223\";}', '2021-05-17 11:06:35', '2021-05-17 11:16:34'),
(3067, 'grocery_home_page_offer_item_button_url', 'a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}', '2021-05-17 11:06:35', '2021-05-17 11:06:35'),
(3068, 'grocery_home_page_en_US_featured_product_area_subtitle', 'Trendy Products', '2021-05-17 11:37:07', '2021-05-17 11:37:07'),
(3069, 'grocery_home_page_en_US_featured_product_area_title', 'Popular Item', '2021-05-17 11:37:07', '2021-05-17 11:37:07'),
(3076, 'grocery_home_page_en_US_process_area_item_title', 'a:3:{i:0;s:12:\"Choose Items\";i:1;s:18:\"Place Your Address\";i:2;s:18:\"Payment & Delivery\";}', '2021-05-17 14:29:47', '2021-05-17 14:36:32'),
(3077, 'grocery_home_page_en_US_process_area_item_description', 'a:3:{i:0;s:71:\"Certainly elsewhere my do allowance at. The address farther six hearted\";i:1;s:71:\"Certainly elsewhere my do allowance at. The address farther six hearted\";i:2;s:71:\"Certainly elsewhere my do allowance at. The address farther six hearted\";}', '2021-05-17 14:29:47', '2021-05-17 14:36:32'),
(3078, 'grocery_home_page_process_area_item_icon', 'a:3:{i:0;s:15:\"nexicon-apple-2\";i:1;s:16:\"nexicon-location\";i:2;s:16:\"nexicon-location\";}', '2021-05-17 14:29:47', '2021-05-17 14:36:32'),
(3079, 'grocery_home_page_process_area_item_number', 'a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";}', '2021-05-17 14:29:47', '2021-05-17 14:36:32'),
(3086, 'grocery_home_page_process_area_background_image', '169', '2021-05-17 14:29:47', '2021-05-17 14:29:47'),
(3087, 'grocery_home_page_process_area_right_image', '226', '2021-05-17 14:29:47', '2021-05-17 14:33:53'),
(3088, 'grocery_home_page_process_area_left_image', '227', '2021-05-17 14:29:47', '2021-05-17 14:33:53'),
(3089, 'grocery_home_page_en_US_product_section_subtitle', 'Trendy Products', '2021-05-17 15:28:23', '2021-05-17 15:28:23'),
(3090, 'grocery_home_page_en_US_product_section_title', 'Our Products', '2021-05-17 15:28:23', '2021-05-17 15:28:23'),
(3091, 'grocery_home_page_en_US_product_section_button_text', 'View All', '2021-05-17 15:28:23', '2021-05-17 15:28:23'),
(3101, 'grocery_home_page_en_US_testimonial_area_title', 'What Customer Says', '2021-05-17 16:02:40', '2021-05-17 16:04:33'),
(3102, 'grocery_home_page_en_US_testimonial_area_subtitle', 'Testimonial', '2021-05-17 16:02:40', '2021-05-17 16:02:40'),
(3109, 'home_page_product_category_section_status', NULL, '2021-05-17 16:04:25', '2022-07-22 22:06:22'),
(3110, 'support_ticket_page_slug', 'support-ticket', '2021-05-20 17:19:03', '2021-05-20 17:19:03'),
(3111, 'support_ticket_page_en_US_meta_tags', NULL, '2021-05-20 17:19:03', '2021-05-20 17:19:03'),
(3112, 'support_ticket_page_en_US_meta_description', NULL, '2021-05-20 17:19:03', '2021-05-20 17:19:03'),
(3113, 'support_ticket_page_en_US_name', 'Support Ticket', '2021-05-20 17:19:03', '2021-05-20 17:22:36'),
(3123, 'support_ticket_en_US_login_notice', 'Login to create support ticket', '2021-05-26 15:19:38', '2021-05-26 15:19:38'),
(3124, 'support_ticket_en_US_form_title', 'Create New Support Ticket', '2021-05-26 15:19:38', '2021-05-26 15:19:38'),
(3125, 'support_ticket_en_US_button_text', 'Submit Ticket', '2021-05-26 15:19:38', '2021-05-26 15:19:38'),
(3135, 'support_ticket_en_US_success_message', 'Thanks for contact us, we will reply soon', '2021-05-26 17:19:05', '2021-05-26 17:19:05'),
(3139, 'support_ticket_module_status', NULL, '2021-05-27 17:25:58', '2024-02-08 01:18:08'),
(3140, 'disable_guest_mode_for_product_module', 'on', '2021-05-29 10:50:17', '2021-05-29 11:01:40'),
(3141, 'display_price_only_for_logged_user', NULL, '2021-05-29 11:13:16', '2021-05-29 11:16:30'),
(3142, 'disable_guest_mode_for_package_module', 'on', '2021-05-29 11:32:28', '2021-06-13 12:19:55'),
(3143, 'disable_guest_mode_for_appointment_module', 'on', '2021-05-29 12:02:55', '2021-06-13 12:19:46'),
(3144, 'admin_reset_password_en_US_subject', 'Reset Your Password', '2021-05-30 10:36:25', '2021-05-30 10:36:25'),
(3145, 'admin_reset_password_en_US_message', '<p>Hello @username,</p><p>Here is you password reset link @reset_url, If you did not request to reset your password just ignore this mail.&nbsp;</p>', '2021-05-30 10:36:25', '2021-05-30 10:36:25'),
(3152, 'user_reset_password_en_US_subject', 'Reset Your Password', '2021-05-30 11:05:46', '2021-05-30 11:05:46'),
(3153, 'user_reset_password_en_US_message', '<p>Hello @username,</p><p>Here is you password reset link @reset_url, If you did not request to reset your password just ignore this mail.&nbsp;</p>', '2021-05-30 11:05:46', '2021-05-30 11:05:46'),
(3160, 'grocery_home_two_color', '#014019', '2021-06-03 16:17:31', '2021-06-03 16:21:13'),
(3161, 'grocery_home_color', '#80b82d', '2021-06-03 16:17:31', '2021-06-03 16:21:13'),
(3162, 'course_home_two_color', '#fda809', '2021-06-03 16:17:31', '2021-06-03 16:21:13'),
(3163, 'course_home_color', '#21baf7', '2021-06-03 16:17:31', '2021-06-03 16:19:44'),
(3164, 'cleaning_home_two_color', '#20beea', '2021-06-03 16:17:31', '2021-06-03 16:19:44'),
(3165, 'cleaning_home_color', '#fee126', '2021-06-03 16:17:31', '2021-06-03 16:19:44'),
(3166, 'dagency_home_color', '#ff8a47', '2021-06-03 16:17:31', '2021-06-03 16:19:44'),
(3167, 'charity_home_color', '#d1312e', '2021-06-03 16:17:31', '2021-06-03 16:19:44'),
(3168, 'portfolio_home_dark_two_color', '#191c47', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3169, 'portfolio_home_dark_color', '#202334', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3170, 'fruits_home_heading_color', '#014019', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3171, 'fruits_home_color', '#4ca338', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3172, 'medical_home_color_two', '#fc6286', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3173, 'medical_home_color', '#47ccf1', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3174, 'political_home_color', '#e70f49', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3175, 'lawyer_home_color', '#c89e66', '2021-06-03 16:17:31', '2021-06-03 16:17:31'),
(3176, 'disable_guest_mode_for_event_module', 'on', '2021-06-13 12:20:19', '2021-06-13 12:20:19'),
(3177, 'site_third_party_tracking_body_code', NULL, '2021-09-09 16:41:33', '2021-09-09 16:41:33'),
(3178, 'site_google_captcha_status', NULL, '2021-09-09 16:41:33', '2024-06-03 10:27:14'),
(3179, 'enable_google_login', NULL, '2021-09-09 16:41:33', '2024-02-22 04:50:27'),
(3180, 'google_client_id', '893494041014-n9uuk46qki3cjnvv87rcg6dkqdmhljjb.apps.googleusercontent.com', '2021-09-09 16:41:33', '2021-09-09 17:00:08'),
(3181, 'google_client_secret', 'D5J14HZQjxefNuKKRuHPfF42', '2021-09-09 16:41:33', '2021-09-09 17:00:08'),
(3182, 'enable_facebook_login', NULL, '2021-09-09 16:41:33', '2024-02-22 04:50:27'),
(3183, 'facebook_client_id', '3036761189900664', '2021-09-09 16:41:33', '2021-09-09 16:52:33'),
(3184, 'facebook_client_secret', '44bf0609130418ae3340457951dff804', '2021-09-09 16:41:33', '2021-09-09 16:52:33'),
(3185, 'video_gallery_page_slug', 'video-gallery', '2021-09-09 18:19:55', '2021-09-09 18:19:55'),
(3186, 'video_gallery_page_en_US_meta_tags', NULL, '2021-09-09 18:19:55', '2021-09-09 18:19:55'),
(3187, 'video_gallery_page_en_US_meta_description', NULL, '2021-09-09 18:19:55', '2021-09-09 18:19:55'),
(3188, 'video_gallery_page_en_US_name', 'Video Gallery', '2021-09-09 18:19:55', '2021-09-09 18:19:55'),
(3198, 'home_page_page_builder_status', NULL, '2021-09-10 09:24:43', '2022-07-28 00:20:49'),
(3199, 'navbar_variant', '01', '2021-09-10 09:25:44', '2024-04-01 06:57:04'),
(3200, 'contact_page_page_builder_status', NULL, '2021-09-10 10:33:38', '2021-09-10 10:33:50'),
(3201, 'donation_payment_reminder_mail_en_US_subject', 'We are waiting for you', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3202, 'donation_payment_reminder_mail_en_US_message', '<p>Hello @donor_name,</p><p>your donation id # @donation_id is still in pending at @site_title</p><p>checkout your @user_dashboard for more info</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3203, 'donation_payment_accept_mail_en_US_subject', 'Your donation payment success', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3204, 'donation_payment_accept_mail_en_US_message', 'Hello @donor_name,<div><br></div><div>Your payment is successful  @donation_id for donated cause @donation_cause_title paid via @payment_gateway at @donation_time</div><div><br></div><div>@amount</div><div><br></div><div>@donation_info</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3205, 'donation_admin_mail_en_US_subject', 'You have a new donation payment', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3206, 'donation_admin_mail_en_US_message', '<p>Hello,</p><p>You get payment from @donor_name For donation log ID @donation_id for donated cause @donation_cause_title paid via @payment_gateway at @donation_time</p><p>@amount</p><p>@donation_info</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3207, 'donation_user_mail_en_US_subject', 'Your donation payment success', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3208, 'donation_user_mail_en_US_message', 'Hello @donor_name,<div><br></div><div>Your payment is successful&nbsp; @donation_id for donated cause @donation_cause_title paid via @payment_gateway at @donation_time</div><div><br></div><div>@amount</div><div><br></div><div>@donation_info</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3209, 'package_order_reminder_mail_en_US_subject', 'We are waiting for you', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3210, 'package_order_reminder_mail_en_US_message', '<p>Hello @billing_name,</p><p>your order @order_id is still in pending, to complete your order go to @user_dashboard</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3211, 'package_order_payment_accept_en_US_subject', 'your order has been placed successfully', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3212, 'package_order_payment_accept_en_US_message', 'Hello @billing_name,<div><br></div><div>Your order has been placed successfully.</div><div><br></div><div>@order_billing_info</div><div>@order_price_plan</div>', '2021-11-08 18:58:58', '2022-03-20 00:55:15'),
(3213, 'package_order_status_change_en_US_subject', 'your order status has been changed', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3214, 'package_order_status_change_en_US_message', '<p>Hello @billing_name,</p><p>your order #@order_id status has been changed to @order_status</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3215, 'package_order_user_mail_en_US_subject', 'your order has been placed successfully', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3216, 'package_order_user_mail_en_US_message', 'Hello @billing_name,<div>your order has been placed successfully ID, #@order_id, at @order_date via @order_payment_gateway<br></div><div><br></div><div><br></div><div><br></div><div>@order_billing_info</div><div><br></div><div>@order_price_plan</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3217, 'quote_admin_mail_en_US_subject', 'You have a new quote message', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3218, 'quote_admin_mail_en_US_message', '<p>Hello,</p><p>you have a new quote message from @site_title submitted at @quote_submit_date.</p><p><br></p><p>@quote_info_table</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3219, 'course_payment_accept_en_US_subject', 'you have successfully enrolled', '2021-11-08 18:58:58', '2021-11-08 18:58:58');
INSERT INTO `static_options` (`id`, `option_name`, `option_value`, `created_at`, `updated_at`) VALUES
(3220, 'course_payment_accept_en_US_message', 'Hello @student_name,<div><br></div><div>Your have enrolled in @course_title, Enroll ID #@course_enroll_id successful on @course_payment_date via @course_payment_gateway.</div><div><br></div><div>You have now full access to your enrolled courses, checkout your dashboard for more info.</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3221, 'course_reminder_mail_en_US_subject', 'We are waiting for you', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3222, 'course_reminder_mail_en_US_message', '<p>Hello @student_name,</p><p><br></p><p>you have a pending Course Enroll id #@course_enroll_id at @site_title</p><p>checkout your @user_dashboard for more info.</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3223, 'course_enroll_user_en_US_subject', 'you have successfully enrolled', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3224, 'course_enroll_user_en_US_message', 'Hello @student_name,<div><br></div><div>Your have enrolled in @course_title, Enroll ID #@course_enroll_id successful on @course_payment_date via @course_payment_gateway.</div><div><br></div><div>You have now full access to your enrolled courses, checkout your dashboard for more info.</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3225, 'course_enroll_admin_en_US_subject', 'you have a new course enrollment', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3226, 'course_enroll_admin_en_US_message', '<p>Hello @student_name,</p><p>have a enrollment in @course_title, Enroll ID #@course_enroll_id successful on @course_payment_date via @course_payment_gateway.</p><p>You have now full access to your enrolled courses, checkout your dashboard for more info.</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3227, 'job_user_mail_en_US_subject', 'Your job application submitted successfully', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3228, 'job_user_mail_en_US_message', '<p>Hello @applicant_name,</p><p>You job application submitted successfully.&nbsp;</p><p>Applicant ID #@applicant_id&nbsp; &nbsp;Applied to job post @job_title&nbsp; applied at @job_application_time</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3229, 'job_admin_mail_en_US_subject', 'You Have A New Job Applicant', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3230, 'job_admin_mail_en_US_message', '<p>Hello ,</p><p>You have a new job applicant #@applicant_id, Name: @applicant_name,&nbsp;</p><p>Applied to job post @job_title applied at @job_application_time.</p><p><br></p><p>check admin panel for more info.</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3231, 'event_booking_reminder_en_US_subject', 'We Are Waiting for you.', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3232, 'event_booking_reminder_en_US_message', '<p>Hello @billing_name,</p><p>your event booking @attendance_id is still in pending, to complete your booking checkout your&nbsp; @user_dashboard for more info</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3233, 'event_booking_payment_accept_en_US_subject', 'your event booking order has been placed', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3234, 'event_booking_payment_accept_en_US_message', 'Hello,<div><br></div><div>your event booking order has been placed. attendance Id #@attendance_id,</div><div><br></div><div>at @attendance_date&nbsp;</div><div><br></div><div><br></div><div><br></div><div>@billing_info</div><div><br></div><div>@event_item</div><div><br></div><div><br></div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3235, 'event_booking_user_mail_en_US_subject', 'your event booking order has been placed', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3236, 'event_booking_user_mail_en_US_message', 'Hello,<div><br></div><div>your event booking order has been placed. attendance Id #@attendance_id,</div><div><br></div><div>at @attendance_date&nbsp;</div><div><br></div><div><br></div><div><br></div><div>@billing_info</div><div><br></div><div>@event_item</div><div><br></div><div><br></div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3237, 'event_booking_admin_mail_en_US_subject', 'your have a new event booking order', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3238, 'event_booking_admin_mail_en_US_message', 'Hello,<div><br></div><div>your event booking order has been placed. attendance Id #@attendance_id,</div><div><br></div><div>at @attendance_date&nbsp;</div><div><br></div><div><br></div><div><br></div><div>@billing_info</div><div><br></div><div>@event_item</div><div><br></div><div><br></div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3239, 'product_order_status_change_mail_en_US_subject', 'your order status has been changed', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3240, 'product_order_status_change_mail_en_US_message', '<p>Hello @billing_name,</p><p><br></p><p>You order #@order_id status has been changed to @order_status</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3241, 'product_order_reminder_mail_en_US_subject', 'We are waiting for you!', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3242, 'product_order_reminder_mail_en_US_message', 'Hello @billing_name,<div><br></div><div>your order is still in pending at @site_title,</div><div>for more info checkout @user_dashboard</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3243, 'product_order_payment_accept_mail_en_US_subject', 'You order has been placed', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3244, 'product_order_payment_accept_mail_en_US_message', 'Hello @billing_name,<div><br></div><div>You order has been placed #@order_id at @order_date via @payment_gateway.</div><div><br></div><div>@billing_info</div><div><br></div><div>@shipping_info</div><div><br></div><div>@cart_info</div><div><br></div><div>@order_summery</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3245, 'product_order_user_mail_en_US_subject', 'You order has been placed', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3246, 'product_order_user_mail_en_US_message', 'Hello @billing_name,<div><br></div><div>You order has been placed #@order_id at @order_date via @payment_gateway.</div><div><br></div><div>@billing_info</div><div><br></div><div>@shipping_info</div><div><br></div><div>@cart_info</div><div><br></div><div>@order_summery</div>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3247, 'product_order_admin_mail_en_US_subject', 'You Have a new order', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3248, 'product_order_admin_mail_en_US_message', '<p>Hello,</p><p>Your have a new order #@order_id @billing_name has been placed it on @order_date via @payment_gateway.</p><p>@billing_info</p><p>@shipping_info</p><p>@cart_info</p><p>@order_summery</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3249, 'newsletter_verify_en_US_subject', 'verify your email', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3250, 'newsletter_verify_en_US_message', '<p>Hello,</p><p>verify your email to get all news from @site_title</p><p>@verify_code</p><p><br></p><p>Regards</p>', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3251, 'product_view_option_button_en_US_text', 'View Options', '2021-11-08 18:58:58', '2021-11-08 18:58:58'),
(3252, 'product_download_now_button_en_US_text', 'Download Now', '2021-11-08 18:58:59', '2021-11-08 18:58:59'),
(3409, 'product_single_en_US_subcategory_text', 'Sub Category:', '2021-11-09 17:22:36', '2021-11-09 17:22:36'),
(3413, 'user_email_verify_en_US_subject', 'Verify your email address', '2021-11-10 19:11:18', '2021-11-10 19:11:18'),
(3414, 'user_email_verify_en_US_message', 'Hello @name,<div><br></div><div>Here is your verification code @verify_code</div>', '2021-11-10 19:11:18', '2021-11-10 19:11:18'),
(3421, 'site_gdpr_cookie_en_US_manage_button_label', 'Manage', '2021-12-28 12:34:50', '2021-12-28 12:34:50'),
(3422, 'site_gdpr_cookie_en_US_manage_title', 'Manage Cookie', '2021-12-28 12:34:50', '2021-12-28 12:34:50'),
(3423, 'site_gdpr_cookie_en_US_manage_item_title', 'a:3:{i:0;s:16:\"Site Preferences\";i:1;s:9:\"Analytics\";i:2;s:9:\"Marketing\";}', '2021-12-28 12:34:50', '2021-12-28 12:36:07'),
(3424, 'site_gdpr_cookie_en_US_manage_item_description', 'a:3:{i:0;s:111:\"These are cookies that are related to your site preferences, e.g. remembering your username, site colours, etc.\";i:1;s:51:\"Cookies related to site visits, browser types, etc.\";i:2;s:65:\"Cookies related to marketing, e.g. newsletters, social media, etc\";}', '2021-12-28 12:34:50', '2021-12-28 12:36:07'),
(3437, 'home_21_header_section_en_US_social_text', 'a:3:{i:0;s:2:\"FB\";i:1;s:2:\"TW\";i:2;s:2:\"LI\";}', '2022-03-13 06:53:25', '2022-03-13 06:53:25'),
(3438, 'home21_header_section_social_url', 'a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}', '2022-03-13 06:53:25', '2022-03-13 06:53:25'),
(3442, 'home_21_header_section_en_US_title', 'Build your Next {shape}Project{/shape} With us', '2022-03-13 06:54:16', '2022-03-17 01:28:53'),
(3443, 'home_21_header_section_en_US_description', 'Appropriately foster efficient ideas after go forward alignments. Monotonectally.', '2022-03-13 06:54:16', '2022-03-13 06:54:16'),
(3444, 'home_21_header_section_en_US_button_one_text', 'About Us', '2022-03-13 06:54:16', '2022-03-13 06:54:16'),
(3445, 'home_21_header_section_en_US_button_two_text', 'Contact Us', '2022-03-13 06:54:16', '2022-03-13 06:54:16'),
(3458, 'home21_header_section_background_image', '303', '2022-03-13 06:54:16', '2022-03-13 06:54:16'),
(3459, 'home21_header_section_right_image', '307', '2022-03-13 06:54:16', '2022-03-14 04:43:02'),
(3460, 'home21_header_section_text_image', '301', '2022-03-13 06:54:16', '2022-03-13 06:54:37'),
(3461, 'home21_header_section_title_shape_image', '305', '2022-03-13 06:54:16', '2022-03-13 06:54:37'),
(3462, 'home21_header_section_shape_01_image', '304', '2022-03-13 06:54:16', '2022-03-13 06:54:37'),
(3463, 'home21_header_section_shape_02_image', '302', '2022-03-13 06:54:16', '2022-03-13 06:54:37'),
(3464, 'home21_header_section_shape_03_image', NULL, '2022-03-13 06:54:16', '2022-03-13 06:54:16'),
(3465, 'home21_header_section_button_one_url', '#', '2022-03-13 06:54:16', '2022-03-13 06:54:16'),
(3466, 'home21_header_section_button_two_url', '#', '2022-03-13 06:54:16', '2022-03-13 06:54:16'),
(3467, 'home_21_header_section_en_US_button_two_info_text', 'Need Any Help', '2022-03-17 02:04:25', '2022-03-17 02:04:25'),
(3471, 'home_21_service_section_en_US_button_one_text', 'See All Services', '2022-03-17 07:00:30', '2022-03-17 07:00:30'),
(3472, 'home_21_service_section_en_US_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Semper morbi tincidunt habitant tempor, ultricies urna ipsum dolor sit amet, consectetur adipiscing elit. Semper morbi tincidunt habitant tempor, ultricies urna ipsum dolor sit amet, consectetur adipiscing elit. Semper morbi tincidunt habitant tempor, ultricies urna.', '2022-03-17 07:00:30', '2022-08-03 03:04:43'),
(3473, 'home_21_service_section_en_US_title', 'Our Provided {shape}Services{/shape}', '2022-03-17 07:00:30', '2022-03-17 07:00:30'),
(3474, 'home_21_service_section_en_US_subtitle', 'What We Do', '2022-03-17 07:00:30', '2022-03-17 07:00:30'),
(3487, 'home_21_service_section_button_one_url', '#', '2022-03-17 07:00:30', '2022-03-17 07:00:30'),
(3488, 'home_21_service_section_items', '4', '2022-03-17 07:00:30', '2022-03-17 07:00:30'),
(3489, 'home_21_service_section_en_US_item_explore_one_text', 'Explore', '2022-03-17 07:26:15', '2022-03-17 07:26:15'),
(3493, 'home21_services_section_right_shape_image', NULL, '2022-03-17 07:26:15', '2022-03-17 07:26:15'),
(3494, 'home21_services_section_left_shape_image', NULL, '2022-03-17 07:26:15', '2022-03-17 07:26:15'),
(3495, 'home_21_project_section_en_US_item_explore_one_text', 'Case Study', '2022-03-17 07:46:58', '2022-03-17 07:46:58'),
(3496, 'home_21_project_section_en_US_title', 'Work {shape}Showcase{/shape}', '2022-03-17 07:46:59', '2022-03-17 07:46:59'),
(3497, 'home_21_project_section_en_US_subtitle', 'Check our Client Projects', '2022-03-17 07:46:59', '2022-03-17 07:46:59'),
(3507, 'home_21_counterup_section_en_US_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Semper morbi tincidunt habitant tempor, ultricies urna.', '2022-03-17 10:52:56', '2022-03-17 10:53:05'),
(3508, 'home_21_counterup_section_en_US_title', '{shape}200k{/shape}  Customers Choose Our Service', '2022-03-17 10:52:56', '2022-03-17 10:52:56'),
(3515, 'home_21_blog_section_en_US_item_keep_reading_text', 'Keep Reading', '2022-03-17 11:15:14', '2022-03-17 11:15:14'),
(3516, 'home_21_blog_section_en_US_subtitle', 'News Updates', '2022-03-17 11:15:14', '2022-03-17 11:15:14'),
(3517, 'home_21_blog_section_en_US_title', 'Our Blogs', '2022-03-17 11:15:14', '2022-03-17 11:15:14'),
(3527, 'home_21_testimonial_section_en_US_subtitle', 'Testimonial', '2022-03-17 12:53:06', '2022-03-17 12:53:06'),
(3528, 'home_21_testimonial_section_en_US_title', 'Clients {shape}Feedback{/shape}', '2022-03-17 12:53:06', '2022-03-17 12:53:06'),
(3535, 'home_21_contact_section_en_US_info_item_details', 'a:3:{i:0;s:31:\"info@washeco.co.uk\r\n02083483945\";i:1;s:53:\"Unit 4, The Courtyard, Lynton Road\r\nCrouch End N8 8SL\";i:2;s:16:\"Mon-Sun: 8am-5pm\";}', '2022-03-17 21:40:47', '2022-03-17 21:44:16'),
(3536, 'home_21_contact_section_en_US_info_item_title', 'a:3:{i:0;s:7:\"Contact\";i:1;s:10:\"Our Office\";i:2;s:12:\"Working Hour\";}', '2022-03-17 21:40:47', '2022-03-17 21:44:16'),
(3537, 'home21_contact_section_info_item_icon', 'a:3:{i:0;s:3:\"309\";i:1;s:3:\"308\";i:2;s:3:\"310\";}', '2022-03-17 21:40:47', '2022-03-17 21:44:16'),
(3544, 'home_21_contact_section_en_US_title', 'Let\'s {shape}Connect{/shape}', '2022-03-17 21:40:47', '2022-03-17 21:40:47'),
(3545, 'home_21_contact_section_en_US_button_text', 'Submit Now', '2022-03-17 21:40:47', '2022-03-17 21:40:47'),
(3552, 'home_21_newsletter_section_en_US_title', '{shape}Subscribe{/shape} Newsletter', '2022-03-18 05:26:58', '2022-03-18 05:26:58'),
(3553, 'home_21_newsletter_section_en_US_subtitle', 'Get Updates', '2022-03-18 05:26:58', '2022-03-18 05:26:58'),
(3554, 'home_21_newsletter_section_en_US_placeholder_text', 'Enter Email', '2022-03-18 05:26:58', '2022-03-18 05:26:58'),
(3564, 'home_21_newsletter_section_shape_image', '311', '2022-03-18 06:16:23', '2022-03-18 06:16:23'),
(3565, 'home_21_breaking_news_section_en_US_title', 'News Update', '2022-03-20 00:48:14', '2022-03-20 00:48:14'),
(3569, 'home_20_breaking_news_section_en_US_title', 'News Updates', '2022-03-20 00:49:14', '2022-03-20 00:49:14'),
(3573, 'appointment_reminder_mail_en_US_subject', 'We are waiting for you', '2022-03-20 00:55:15', '2022-03-20 00:55:15'),
(3574, 'appointment_reminder_mail_en_US_message', '<p>Hello @billing_name,</p><p>you have a pending booking id #@booking_id at @site_title,</p><p>checkout your @user_dashboard for more info</p>', '2022-03-20 00:55:15', '2022-03-20 00:55:15'),
(3575, 'appointment_payment_accept_en_US_subject', 'Your payment has been approved', '2022-03-20 00:55:15', '2022-03-20 00:55:15'),
(3576, 'appointment_payment_accept_en_US_message', '<p>Hello @billing_name</p><p>your payment has been approved for booking id #@booking_id, paid via @appointment_payment_gateway&nbsp;</p><p><br></p><p><br></p>', '2022-03-20 00:55:15', '2022-03-20 00:55:15'),
(3577, 'appointment_booking_update_en_US_subject', 'Booking date and time updated', '2022-03-20 00:55:15', '2022-03-20 00:55:15'),
(3578, 'appointment_booking_update_en_US_message', '<p>Hello @billing_name,</p><p>your booking date and time updated, booking id #@booking_id&nbsp; new date @booking_date time @booking_time</p>', '2022-03-20 00:55:16', '2022-03-20 00:55:16'),
(3579, 'appointment_booking_user_en_US_subject', 'Your appointment booking has been placed successfully', '2022-03-20 00:55:16', '2022-03-20 00:55:16'),
(3580, 'appointment_booking_user_en_US_message', 'Hello @billing_name,<div><br></div><div>Your appointment booking has been placed successfully , you have booked to @appointment_title from @site_title</div><div><br></div><div>@appointment_info_table</div>', '2022-03-20 00:55:16', '2022-03-20 00:55:16'),
(3581, 'appointment_booking_admin_en_US_subject', 'Your have a new appointment booking', '2022-03-20 00:55:16', '2022-03-20 00:55:16'),
(3582, 'appointment_booking_admin_en_US_message', 'Hello,<div><br></div><div>You have a new appointment booking  , booked to @appointment_title from @site_title</div><div><br></div><div>@appointment_info_table</div>', '2022-03-20 00:55:16', '2022-03-20 00:55:16'),
(3613, 'home_20_header_section_en_US_readmore_text', 'Read More', '2022-03-20 03:34:11', '2022-03-20 03:34:11'),
(3617, 'home20_header_section_items', '5', '2022-03-20 03:34:11', '2022-03-20 03:34:11'),
(3618, 'home20_popular_news_section_en_US_section_title', 'Popular News', '2022-03-21 00:13:04', '2022-03-21 00:13:04'),
(3619, 'home20_popular_news_section_en_US_categories', '[\"2\",\"3\",\"13\",\"14\"]', '2022-03-21 00:13:04', '2022-07-28 01:35:40'),
(3626, 'home20_popular_news_section_items', '4', '2022-03-21 00:13:04', '2022-07-28 01:35:44'),
(3627, 'home20_video_news_section_en_US_section_title', 'Latest Video News', '2022-03-22 23:51:32', '2022-03-22 23:51:32'),
(3631, 'home20_video_news_section_items', '5', '2022-03-22 23:51:32', '2022-03-22 23:51:32'),
(3632, 'home20_sports_news_section_en_US_section_title', 'Sports News', '2022-03-23 00:52:28', '2022-03-23 00:52:28'),
(3633, 'home20_sports_news_section_en_US_categories', '[\"1\",\"2\",\"3\",\"13\"]', '2022-03-23 00:52:28', '2022-07-28 01:38:15'),
(3640, 'home20_sports_news_section_items', '5', '2022-03-23 00:52:28', '2022-03-23 00:52:56'),
(3641, 'home20_hot_news_section_en_US_section_title', 'Hot News', '2022-03-23 01:34:26', '2022-03-23 01:34:26'),
(3642, 'home20_hot_news_section_en_US_categories', '[\"14\"]', '2022-03-23 01:34:26', '2022-03-23 01:34:26'),
(3649, 'home20_hot_news_section_items', '5', '2022-03-23 01:34:26', '2022-03-23 01:34:35'),
(3650, 'home_19_header_section_en_US_button_text', 'a:2:{i:0;s:8:\"Shop Now\";i:1;s:8:\"Shop Now\";}', '2022-04-23 05:17:04', '2022-04-23 05:21:25'),
(3651, 'home_19_header_section_en_US_title', 'a:2:{i:0;s:39:\"Stylish {color}Dress{/color} Collection\";i:1;s:43:\"Stylish {color}Dress{/color} Collection two\";}', '2022-04-23 05:17:04', '2022-04-23 05:21:25'),
(3652, 'home_19_header_section_en_US_subtitle', 'a:2:{i:0;s:29:\"Upto 50% of on Big Sale offer\";i:1;s:29:\"Upto 50% of on Big Sale offer\";}', '2022-04-23 05:17:04', '2022-04-23 05:21:25'),
(3653, 'home19_header_section_button_url', 'a:2:{i:0;s:1:\"#\";i:1;s:1:\"#\";}', '2022-04-23 05:17:04', '2022-04-23 05:21:25'),
(3654, 'home19_header_section_image', 'a:2:{i:0;s:3:\"327\";i:1;s:3:\"327\";}', '2022-04-23 05:17:04', '2022-04-23 05:21:26'),
(3664, 'home_page_newspaper_advertisement_type', 'image', '2022-07-16 01:02:31', '2022-07-16 01:02:42'),
(3665, 'home_page_newspaper_advertisement_size', '950*200', '2022-07-16 01:02:31', '2022-07-16 01:02:42'),
(3666, 'google_adsense_publisher_id', 'pub-5746733660963617', '2022-07-16 03:14:33', '2022-07-16 03:14:33'),
(3667, 'google_adsense_customer_id', '5999021606', '2022-07-16 03:14:33', '2022-07-16 03:14:33'),
(3668, 'home_page_newspaper_advertisement_type_bottom', 'image', '2022-07-16 03:57:55', '2022-07-16 03:57:55'),
(3669, 'home_page_newspaper_advertisement_size_bottom', '950*160', '2022-07-16 03:57:55', '2022-07-16 03:57:55'),
(3670, 'home_page_19_en_US_todays_deal_area_title', 'Todays Deal', '2022-07-16 23:48:58', '2022-07-16 23:48:58'),
(3671, 'home_page_19_en_US_todays_deal_area_right_text', 'Hot', '2022-07-16 23:48:58', '2022-07-16 23:48:58'),
(3672, 'home_page_19_en_US_todays_deal_products', '[\"26\",\"27\",\"29\",\"31\",\"32\"]', '2022-07-16 23:48:58', '2022-07-31 00:37:54'),
(3682, 'home_19_updated_section_en_US_button_text', 'a:3:{i:0;s:7:\"Buy Now\";i:1;s:7:\"Buy Now\";i:2;s:7:\"Buy Now\";}', '2022-07-17 04:26:44', '2022-07-17 04:26:44'),
(3683, 'home_19_updated_section_en_US_title', 'a:3:{i:0;s:10:\"30% Off on\";i:1;s:10:\"30% Off on\";i:2;s:10:\"30% Off on\";}', '2022-07-17 04:26:44', '2022-07-17 04:26:44'),
(3684, 'home_19_updated_section_en_US_subtitle', 'a:3:{i:0;s:23:\"Mens Fashion Collection\";i:1;s:23:\"Ladies Dress Collection\";i:2;s:25:\"Sneakers Store Collection\";}', '2022-07-17 04:26:44', '2022-07-17 04:26:44'),
(3685, 'home19_updated_section_button_url', 'a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}', '2022-07-17 04:26:44', '2022-07-17 04:26:44'),
(3686, 'home19_updated_section_image', 'a:3:{i:0;s:3:\"342\";i:1;s:3:\"341\";i:2;s:3:\"340\";}', '2022-07-17 04:26:44', '2022-07-17 04:26:44'),
(3696, 'home19_store_en_US_section_title', 'Our Store', '2022-07-17 05:59:39', '2022-07-17 05:59:39'),
(3697, 'home19_store_button_en_US_text', 'See All Products', '2022-07-17 05:59:39', '2022-07-17 05:59:39'),
(3698, 'home19_store_button_en_US_url', '#', '2022-07-17 05:59:39', '2022-07-17 05:59:39'),
(3699, 'home19_store_section_en_US_categories', '[\"1\",\"2\",\"3\",\"11\"]', '2022-07-17 05:59:39', '2022-07-17 06:06:55'),
(3712, 'home19_store_section_category_items', '6', '2022-07-17 06:00:43', '2022-07-31 00:28:35'),
(3713, 'home19_clothing_area_section_en_US_title', 'Upto 70% of on Black Friday', '2022-07-17 23:44:49', '2022-07-17 23:44:49'),
(3714, 'home19_clothing_area_section_en_US_subtitle', 'Clothing & Apparels', '2022-07-17 23:44:49', '2022-07-17 23:44:49'),
(3715, 'home19_clothing_area_section_en_US_button_text', 'Buy Now', '2022-07-17 23:44:49', '2022-07-17 23:44:49'),
(3716, 'home19_clothing_area_section_en_US_button_url', '#', '2022-07-17 23:44:49', '2022-07-17 23:44:49'),
(3729, 'home19_clothing_area_section_left_image', '349', '2022-07-17 23:44:49', '2022-07-17 23:44:49'),
(3730, 'home19_clothing_area_section_right_image', '350', '2022-07-17 23:44:49', '2022-07-17 23:44:49'),
(3731, 'home_page_19_en_US_popular_area_title', 'Popular Sale', '2022-07-18 00:40:49', '2022-07-18 00:40:49'),
(3732, 'home_page_19_en_US_popular_area_products', '[\"1\",\"23\",\"26\",\"30\",\"31\"]', '2022-07-18 00:40:49', '2022-07-31 00:39:40'),
(3739, 'instagram_access_token', 'IGQVJVNW9xZA2lBVXdhOUx1WFZABNFllOWZAvU2ZAORm0wbXRtS3F5d2JSLW9XUThDanYwUDQ4ZAUxGVl9xTGdTd2xValR5WDBEMUNNc0drOFVkWEpQNUtrZAlVNdi16LV9RXzNFUGk1MHM3SUs1UVVlR1NXTAZDZD', '2022-07-18 03:11:41', '2022-07-18 04:10:02'),
(3740, 'home_page_19_en_US_instagram_area_title', 'Follow Us On Instagram', '2022-07-18 03:16:07', '2022-07-18 03:16:07'),
(3744, 'home_page_19_instagram_area_item_show', '8', '2022-07-18 03:16:07', '2022-07-18 04:15:30'),
(3745, 'home_19_promo_section_en_US_title', 'a:4:{i:0;s:13:\"Free Shipping\";i:1;s:12:\"24/7 Support\";i:2;s:18:\"Best Price & Order\";i:3;s:12:\"Easy Returns\";}', '2022-07-18 05:36:38', '2022-07-18 05:39:49'),
(3746, 'home_19_promo_section_en_US_subtitle', 'a:4:{i:0;s:31:\"Free Shipping Minimum order $90\";i:1;s:19:\"Contact us 24 Hours\";i:2;s:18:\"Order $100 or more\";i:3;s:14:\"Within 30 Days\";}', '2022-07-18 05:36:38', '2022-07-18 05:39:49'),
(3747, 'home_19_promo_section_en_US_title_url', 'a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}', '2022-07-18 05:36:38', '2022-07-18 05:39:49'),
(3748, 'home19_promo_section_icon', 'a:4:{i:0;s:19:\"fas fa-truck-moving\";i:1;s:14:\"fas fa-headset\";i:2;s:23:\"fas fa-hand-holding-usd\";i:3;s:15:\"fas fa-undo-alt\";}', '2022-07-18 05:36:38', '2022-07-18 05:39:49'),
(3758, 'navbar_search_icon_status', 'on', '2022-07-21 00:32:13', '2022-07-21 00:35:20'),
(3759, 'razorpay_api_key', 'rzp_live_v0kVxcYwooPZ2f', '2022-07-23 05:34:34', '2024-04-30 14:03:27'),
(3760, 'razorpay_api_secret', 'PZfm87Fs7jIxbyEjQSOK1iaP', '2022-07-23 05:34:34', '2024-04-30 14:03:27'),
(3761, 'stripe_public_key', 'pk_test_51GwS1SEmGOuJLTMsIeYKFtfAT3o3Fc6IOC7wyFmmxA2FIFQ3ZigJ2z1s4ZOweKQKlhaQr1blTH9y6HR2PMjtq1Rx00vqE8LO0x', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3762, 'stripe_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3763, 'mollie_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3764, 'flw_public_key', 'FLWPUBK_TEST-86cce2ec43c63e09a517290a8347fcab-X', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3765, 'flw_secret_key', 'FLWSECK_TEST-d37a42d8917db84f1b2f47c125252d0a-X', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3766, 'flw_secret_hash', 'nexelit', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3767, 'paypal_sandbox_client_id', 'AUP7AuZMwJbkee-2OmsSZrU-ID1XUJYE-YB-2JOrxeKV-q9ZJZYmsr-UoKuJn4kwyCv5ak26lrZyb-gb', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3768, 'paypal_sandbox_client_secret', 'EEIxCuVnbgING9EyzcF2q-gpacLneVbngQtJ1mbx-42Lbq-6Uf6PEjgzF7HEayNsI4IFmB9_CZkECc3y', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3769, 'paypal_sandbox_app_id', '641651651958', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3770, 'paypal_live_client_id', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3771, 'paypal_live_client_secret', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3772, 'paypal_live_app_id', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3773, 'paypal_payment_action', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3774, 'paypal_currency', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3775, 'paypal_notify_url', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3776, 'paypal_locale', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3777, 'paypal_validate_ssl', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3778, 'site_usd_to_zar_exchange_rate', '16.84', '2022-07-23 05:34:34', '2022-07-24 03:49:22'),
(3779, 'midtrans_preview_logo', '362', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3780, 'midtrans_merchant_id', 'G770543580', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3781, 'midtrans_server_key', 'SB-Mid-server-9z5jztsHyYxEdSs7DgkNg2on', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3782, 'midtrans_client_key', 'SB-Mid-client-iDuy-jKdZHkLjL_I', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3783, 'midtrans_environment', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3784, 'payfast_preview_logo', '363', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3785, 'payfast_merchant_id', '10024000', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3786, 'payfast_merchant_key', '77jcu5v4ufdod', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3787, 'payfast_passphrase', 'testpayfastsohan', '2022-07-23 05:34:34', '2022-07-23 05:43:22'),
(3788, 'payfast_merchant_env', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3789, 'payfast_itn_url', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3790, 'cashfree_preview_logo', '364', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3791, 'cashfree_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3792, 'cashfree_app_id', '94527832f47d6e74fa6ca5e3c72549', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3793, 'cashfree_secret_key', 'ec6a3222018c676e95436b2e26e89c1ec6be2830', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3794, 'instamojo_preview_logo', '365', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3795, 'instamojo_client_id', 'test_nhpJ3RvWObd3uryoIYF0gjKby5NB5xu6S9Z', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3796, 'instamojo_client_secret', 'test_iZusG4P35maQVPTfqutbCc6UEbba3iesbCbrYM7zOtDaJUdbPz76QOnBcDgblC53YBEgsymqn2sx3NVEPbl3b5coA3uLqV1ikxKquOeXSWr8Ruy7eaKUMX1yBbm', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3797, 'instamojo_username', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3798, 'instamojo_password', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3799, 'instamojo_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3800, 'marcadopago_preview_logo', '361', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3801, 'marcado_pago_client_id', 'TEST-0a3cc78a-57bf-4556-9dbe-2afa06347769', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3802, 'marcado_pago_client_secret', 'TEST-4644184554273630-070813-7d817e2ca1576e75884001d0755f8a7a-786499991', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3803, 'marcado_pago_test_mode', NULL, '2022-07-23 05:34:34', '2022-07-23 05:34:34'),
(3804, 'squareup_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3805, 'squareup_test_mode', 'on', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3806, 'squareup_preview_logo', '356', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3807, 'squareup_access_token', 'EAAAEOuLQObrVwJvCvoio3H13b8Ssqz1ighmTBKZvIENW9qxirHGHkqsGcPBC1uN', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3808, 'squareup_location_id', 'LE9C12TNM5HAS', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3809, 'cinetpay_preview_logo', '355', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3810, 'cinetpay_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3811, 'cinetpay_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3812, 'cinetpay_api_key', '12912847765bc0db748fdd44.40081707', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3813, 'cinetpay_site_id', '445160', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3814, 'paytabs_preview_logo', NULL, '2022-07-23 05:34:34', '2022-08-03 06:27:48'),
(3815, 'paytabs_gateway', NULL, '2022-07-23 05:34:34', '2022-08-03 06:26:17'),
(3816, 'paytabs_test_mode', NULL, '2022-07-23 05:34:34', '2022-08-03 06:26:17'),
(3817, 'pay_tabs_currency', NULL, '2022-07-23 05:34:34', '2022-08-03 06:27:48'),
(3818, 'pay_tabs_profile_id', NULL, '2022-07-23 05:34:34', '2022-08-03 06:27:48'),
(3819, 'pay_tabs_region', NULL, '2022-07-23 05:34:34', '2022-08-03 06:27:48'),
(3820, 'pay_tabs_server_key', NULL, '2022-07-23 05:34:34', '2022-08-03 06:27:48'),
(3821, 'billplz_preview_logo', '354', '2022-07-23 05:34:34', '2022-08-03 06:27:48'),
(3822, 'billplz_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3823, 'billplz_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3824, 'billplz_key', 'b2ead199-e6f3-4420-ae5c-c94f1b1e8ed6', '2022-07-23 05:34:34', '2022-08-03 06:26:17'),
(3825, 'billplz_version', 'v4', '2022-07-23 05:34:34', '2022-08-03 06:26:17'),
(3826, 'billplz_x_signature', 'S-HDXHxRJB-J7rNtoktZkKJg', '2022-07-23 05:34:34', '2022-08-03 06:26:17'),
(3827, 'billplz_collection_name', 'kjj5ya006', '2022-07-23 05:34:34', '2022-08-03 06:26:17'),
(3828, 'razorpay_test_mode', NULL, '2022-07-23 05:34:34', '2024-04-30 14:03:27'),
(3829, 'paystack_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3830, 'flutterwave_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3831, 'midtrans_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3832, 'midtrans_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3833, 'payfast_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3834, 'payfast_test_mode', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3835, 'cashfree_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3836, 'instamojo_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3837, 'marcadopago_gateway', NULL, '2022-07-23 05:34:34', '2024-02-12 02:22:17'),
(3838, 'marcadopago_test_mode', 'on', '2022-07-23 05:34:34', '2022-07-23 05:49:02'),
(3839, 'site_eur_to_usd_exchange_rate', NULL, '2022-07-23 05:37:13', '2022-07-23 05:37:13'),
(3840, 'site_eur_to_idr_exchange_rate', NULL, '2022-07-23 05:37:23', '2022-07-23 05:37:23'),
(3841, 'site_eur_to_inr_exchange_rate', NULL, '2022-07-23 05:37:23', '2022-07-23 05:37:23'),
(3842, 'site_eur_to_ngn_exchange_rate', NULL, '2022-07-23 05:37:23', '2022-07-23 05:37:23'),
(3843, 'site_eur_to_zar_exchange_rate', NULL, '2022-07-23 05:37:23', '2022-07-23 05:37:23'),
(3844, 'site_eur_to_brl_exchange_rate', NULL, '2022-07-23 05:37:23', '2022-07-23 05:37:23'),
(3845, 'site_euro_to_myr_exchange_rate', NULL, '2022-07-24 04:23:50', '2022-07-24 04:23:50'),
(3846, 'main_color_three', NULL, '2024-01-03 05:41:26', '2024-01-03 05:41:26'),
(3847, 'main_color_three_rgb', NULL, '2024-01-03 05:41:26', '2024-01-03 05:41:26'),
(3848, 'main_color_four', NULL, '2024-01-03 05:41:26', '2024-01-03 05:41:26'),
(3849, 'main_color_four_rgb', NULL, '2024-01-03 05:41:26', '2024-01-03 05:41:26'),
(3850, 'main_color_five', NULL, '2024-01-03 05:41:26', '2024-01-03 05:41:26'),
(3851, 'main_color_five_rgb', NULL, '2024-01-03 05:41:26', '2024-01-03 05:41:26'),
(3852, 'currency_amount_type_status', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3853, 'site_custom_currency_symbol', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3854, 'site_custom_currency_thousand_separator', ',', '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3855, 'site_custom_currency_decimal_separator', '.', '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3856, 'zitopay_preview_logo', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3857, 'zitopay_gateway', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3858, 'zitopay_test_mode', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3859, 'zitopay_username', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3860, 'toyyibpay_preview_logo', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3861, 'toyyibpay_gateway', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3862, 'toyyibpay_test_mode', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3863, 'toyyibpay_set_user_secret_key', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3864, 'toyyibpay_set_category_code', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3865, 'pagalipay_preview_logo', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3866, 'pagalipay_gateway', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3867, 'pagalipay_test_mode', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3868, 'pagalipay_set_page_id', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3869, 'pagalipay_set_entity_id', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3870, 'authorizenet_preview_logo', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3871, 'authorizenet_gateway', NULL, '2024-01-08 05:09:15', '2024-02-13 03:14:38'),
(3872, 'authorizenet_test_mode', NULL, '2024-01-08 05:09:15', '2024-02-13 03:14:38'),
(3873, 'authorizenet_set_merchant_login_id', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3874, 'authorizenet_set_merchant_transaction_id', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3875, 'site_inr_to_usd_exchange_rate', NULL, '2024-01-08 05:09:15', '2024-01-08 05:09:15'),
(3876, 'site_inr_to_idr_exchange_rate', NULL, '2024-01-08 08:23:40', '2024-01-08 08:23:40'),
(3877, 'site_inr_to_inr_exchange_rate', NULL, '2024-01-08 08:23:40', '2024-01-08 08:23:40'),
(3878, 'site_inr_to_ngn_exchange_rate', NULL, '2024-01-08 08:23:40', '2024-01-08 08:23:40'),
(3879, 'site_inr_to_zar_exchange_rate', NULL, '2024-01-08 08:23:40', '2024-01-08 08:23:40'),
(3880, 'site_inr_to_brl_exchange_rate', NULL, '2024-01-08 08:23:40', '2024-01-08 08:23:40'),
(3881, 'site_inr_to_myr_exchange_rate', NULL, '2024-01-08 08:23:40', '2024-01-08 08:23:40'),
(3882, 'cod_logo', '414', '2024-02-12 07:54:00', '2024-02-13 02:13:18'),
(3883, 'cod_gateway', 'on', '2024-02-12 07:54:00', '2024-02-13 03:28:38'),
(3884, 'site_smtp_mail_mailer', 'smtp', '2024-02-22 05:04:57', '2024-02-22 05:04:57'),
(3885, 'video_gallery_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3886, 'about_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3887, 'service_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3888, 'work_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3889, 'team_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3890, 'faq_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3891, 'price_plan_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3892, 'blog_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3893, 'contact_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3894, 'career_with_us_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3895, 'events_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3896, 'knowledgebase_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3897, 'donation_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3898, 'product_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3899, 'testimonial_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3900, 'feedback_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3901, 'clients_feedback_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3902, 'image_gallery_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3903, 'donor_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3904, 'appointment_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3905, 'quote_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3906, 'courses_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17'),
(3907, 'support_ticket_page_en_US_meta_image', NULL, '2024-05-13 11:06:17', '2024-05-13 11:06:17');

-- --------------------------------------------------------

--
-- Table structure for table `support_departments`
--

CREATE TABLE `support_departments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `support_tickets`
--

CREATE TABLE `support_tickets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `via` text COLLATE utf8mb4_unicode_ci,
  `operating_system` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_agent` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `subject` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `priority` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `departments` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `support_ticket_messages`
--

CREATE TABLE `support_ticket_messages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `notify` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attachment` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `support_ticket_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `team_members`
--

CREATE TABLE `team_members` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_one` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_two` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_three` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_one_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_two_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_three_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `team_members`
--

INSERT INTO `team_members` (`id`, `name`, `designation`, `lang`, `description`, `image`, `icon_one`, `icon_two`, `icon_three`, `icon_one_url`, `icon_two_url`, `icon_three_url`, `created_at`, `updated_at`) VALUES
(1, 'Siful Islam', '-Envato Cliente', 'en_US', NULL, '50', 'fab fa-instagram', 'fab fa-twitter', 'fab fa-facebook-f', '#', '#', '#', '2020-07-20 11:18:55', '2022-07-28 00:12:28'),
(2, 'sharifur', 'Founder', 'en_US', NULL, '49', 'fab fa-instagram', 'fab fa-twitter', 'fab fa-facebook-f', '#', '#', '#', '2020-07-20 11:19:23', '2022-07-28 00:12:28'),
(3, 'Olivia Hamel', '-Envato Cliente', 'en_US', NULL, '48', 'fab fa-instagram', 'fab fa-twitter', 'fab fa-facebook-f', '#', '#', '#', '2020-07-20 11:19:43', '2022-07-28 00:12:28'),
(4, 'Sharifur Rahman', 'CEO Ir-Tech', 'en_US', NULL, '47', 'fab fa-instagram', 'fab fa-twitter', 'fab fa-facebook-f', '#', '#', '#', '2020-07-20 11:20:02', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `testimonials`
--

INSERT INTO `testimonials` (`id`, `name`, `image`, `lang`, `description`, `status`, `designation`, `created_at`, `updated_at`) VALUES
(1, 'Garima Singh', '422', 'en_US', 'I\'ve tried many organic ghee brands, but none compare to Ziva Organiko. Its smooth texture and natural flavor make it a staple in my kitchen.', 'publish', 'Home Cook', '2020-06-05 06:36:40', '2024-02-19 08:17:06'),
(2, 'Madhur Choudhary', '421', 'en_US', 'Ziva Organiko\'s commitment to quality reflects in their A2 Gir ghee. As a fitness enthusiast, it\'s an integral part of my daily diet, providing me with essential nutrients and energy.', 'publish', 'Personal Trainer', '2020-06-05 06:40:03', '2024-02-19 08:15:45'),
(3, 'Emily Patel', '420', 'en_US', 'I\'ve been using Ziva Organiko\'s A2 Gir ghee for months now, and it has greatly improved my digestion and overall well-being.', 'publish', 'Yoga Instructor', '2020-06-05 06:43:31', '2024-02-19 08:14:47'),
(4, 'Maya Sharma', '419', 'en_US', 'Being a chef, I have tried numerous ghee brands, but Ziva Organiko stands out for its rich aroma and taste. It elevates the flavor of every dish I create.', 'publish', 'Executive Chef', '2020-06-05 06:43:34', '2024-02-19 08:12:26'),
(18, 'Sarah Johnson', '418', 'en_US', 'Ziva Organiko\'s A2 Gir ghee is simply exceptional! As a nutritionist, I always recommend it to my clients for its purity and health benefits.', 'publish', 'Certified Nutritionist', '2024-02-19 07:40:58', '2024-02-19 08:10:41');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `username` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_verified` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `email_verify_token` text COLLATE utf8mb4_unicode_ci,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` text COLLATE utf8mb4_unicode_ci,
  `state` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `password` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `google_id` text COLLATE utf8mb4_unicode_ci,
  `facebook_id` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `username`, `email_verified`, `email_verify_token`, `phone`, `address`, `state`, `city`, `zipcode`, `country`, `password`, `remember_token`, `created_at`, `updated_at`, `google_id`, `facebook_id`) VALUES
(2, 'LTTRBX Test', 'hiren.lttrbx@gmail.com', 'lttrbx', '1', 'zmX9KvQW', NULL, NULL, NULL, 'Ahmedabad', NULL, 'India', '$2y$10$5yUD0xzzFxOQOUsXb5lEBOKm4HRF/fSgdL.F9DZQow9rJPfvFGVCq', 'jczRbxIoEcQc7sPKYvMBfFQ43NfHsPbedsOuN6cxLKrHQa7NsfxviNHrImPL', '2024-02-22 04:55:53', '2024-04-09 05:53:22', NULL, NULL),
(3, 'Ankita Patel', 'ankita@gmail.com', 'Ankita Patel', '0', '83K3OHoR', NULL, NULL, NULL, 'Ahmedabad', NULL, 'Afganistan', '$2y$10$eXPYi92okTk2dvzJ4awU6e0aTzpEGS3SsVY5B6xVa5xp3nZZgAQ7O', NULL, '2024-04-12 03:06:45', '2024-04-12 03:06:46', NULL, NULL),
(10, 'vikram vanaliya', 'vikraminphp@gmail.com', 'vikram vanaliya', '0', NULL, '9898182091', 'm 201', 'Gujarat', 'Ahmedabad', '382481', 'India', 'vikram vanaliya', NULL, '2024-04-20 04:13:31', '2024-04-28 08:06:29', NULL, NULL),
(14, 'vikram vanaliya1', 'vikraminphp2@gmail.com', 'vikram vanaliya1', '0', NULL, '9898182091', 'M-37 lavanya society', 'Gujarat', 'Ahmedabad', '382481', NULL, 'vikram vanaliya1', NULL, '2024-04-20 04:16:11', '2024-04-20 04:16:11', NULL, NULL),
(16, 'vikram vanaliya12', 'vikraminphp22@gmail.com', 'vikram vanaliya12', '0', NULL, '9898182091', 'M-37 lavanya society', 'Gujarat', 'Ahmedabad', '382481', NULL, 'vikram vanaliya12', NULL, '2024-04-20 04:17:35', '2024-04-20 04:17:35', NULL, NULL),
(17, 'meet patel', 'meetpadaliya98@gmail.com', 'meet patel', '0', 'Al2ECUPr', '7201075757', 'paras, ramnagar-3, goandal road', 'Gujarat', 'Rajkot', '360004', 'India', 'meet patel', NULL, '2024-04-22 04:28:19', '2024-04-30 13:51:37', NULL, NULL),
(20, 'meet patel', 'meetpadaliya98@gmail.com', NULL, '1', NULL, '9638762376', 'paras, ramnagar-3, goandal road', 'Gujarat', 'Rajkot', NULL, 'India', NULL, NULL, '2024-04-23 11:34:14', '2024-05-06 13:51:03', NULL, NULL),
(21, NULL, NULL, NULL, '1', NULL, '9726612300', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-04-23 11:36:09', '2024-04-23 11:36:09', NULL, NULL),
(22, 'Hiren', 'hiren.lttrbx@gmail.com', NULL, '1', NULL, '7069320619', 'Patel seri,', 'gujarat', 'amblash gir', NULL, 'India', NULL, NULL, '2024-04-24 00:04:26', '2024-06-06 14:23:19', NULL, NULL),
(23, NULL, NULL, NULL, '1', NULL, '8238869361', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-04-24 23:17:24', '2024-04-24 23:17:24', NULL, NULL),
(24, 'palak', 'palak@gmail.com', NULL, '1', NULL, '6352077205', 'sd', 'Gujarat', 'rajkot', NULL, 'India', NULL, NULL, '2024-04-25 05:01:46', '2024-04-29 08:47:06', NULL, NULL),
(25, NULL, NULL, NULL, '1', NULL, '7016709070', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-04-27 00:05:27', '2024-04-27 00:05:27', NULL, NULL),
(26, 'meet patel', 'meetpadaliya98@gmail.com', NULL, '1', NULL, '9724461690', 'paras, ramnagar-3, goandal road', 'Gujarat', 'Rajkot', NULL, 'India', NULL, NULL, '2024-04-27 01:20:27', '2024-05-06 20:38:20', NULL, NULL),
(27, NULL, NULL, NULL, '1', NULL, '8498969292', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-04-30 13:31:55', '2024-04-30 13:31:55', NULL, NULL),
(28, 'Pratik', 'pratikrathod432@gmail.com', NULL, '1', NULL, '9574495066', 'A802', 'Gujarat', 'Ahmedabad', NULL, 'India', NULL, NULL, '2024-04-30 14:32:16', '2024-04-30 14:33:51', NULL, NULL),
(29, NULL, NULL, NULL, '1', NULL, '9671754994', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-01 09:14:47', '2024-05-01 09:14:47', NULL, NULL),
(30, 'Ajay', 'ajay.vala9033@gmail.com', NULL, '1', NULL, '9925130999', 'Thaltej', 'Gujarat', 'Ahmedabad', NULL, 'India', NULL, NULL, '2024-05-06 20:33:45', '2024-05-06 20:42:12', NULL, NULL),
(31, 'Adarsh', 'adarshdm@gmail.com', NULL, '1', NULL, '7778979289', 'ghhgvmv', 'gujarat', 'gandhinagar', NULL, 'India', NULL, NULL, '2024-05-08 14:50:57', '2024-05-20 11:38:32', NULL, NULL),
(32, NULL, NULL, NULL, '1', NULL, '9429830338', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-08 14:51:29', '2024-05-08 14:51:29', NULL, NULL),
(33, NULL, NULL, NULL, '1', NULL, '7574041101', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-09 22:35:46', '2024-05-09 22:35:46', NULL, NULL),
(34, 'Harshil patel', 'harshilvavaiya1010@gmail.com', NULL, '1', NULL, '7777943773', 'Bopal', 'Gujarat', 'Ahmedabad', NULL, 'India', NULL, NULL, '2024-05-10 13:14:04', '2024-05-10 13:14:56', NULL, NULL),
(35, 'Mehta Dharmik', 'mehtadharmik2210@gmail.com', NULL, '1', NULL, '8460774515', 'D2,Vaibhav apartment-1,opp megdut petroal pump ,near commissioner kacheri', 'Gujrat', 'AHEMDABAD', NULL, 'India', NULL, NULL, '2024-05-10 17:36:03', '2024-05-10 17:39:22', NULL, NULL),
(36, NULL, NULL, NULL, '1', NULL, '8155940203', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-11 16:44:24', '2024-05-11 16:44:24', NULL, NULL),
(37, NULL, NULL, NULL, '1', NULL, '8569874562', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-11 16:54:29', '2024-05-11 16:54:29', NULL, NULL),
(38, NULL, NULL, NULL, '1', NULL, '6352009308', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-13 13:36:03', '2024-05-13 13:36:03', NULL, NULL),
(39, NULL, NULL, NULL, '1', NULL, '9429830330', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-14 11:09:53', '2024-05-14 11:09:53', NULL, NULL),
(40, NULL, NULL, NULL, '1', NULL, '9033157000', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-14 13:05:41', '2024-05-14 13:05:41', NULL, NULL),
(41, NULL, NULL, NULL, '1', NULL, '9328148629', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-19 15:15:25', '2024-05-19 15:15:25', NULL, NULL),
(42, NULL, NULL, NULL, '1', NULL, '9913172118', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-22 14:41:08', '2024-05-22 14:41:08', NULL, NULL),
(43, NULL, NULL, NULL, '1', NULL, '919638762376', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-22 16:00:44', '2024-05-22 16:00:44', NULL, NULL),
(44, NULL, NULL, NULL, '1', NULL, '7041477815', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-05-24 15:57:14', '2024-05-24 15:57:14', NULL, NULL),
(45, 'Somil', 'sgoyal406@gmail.com', NULL, '0', NULL, '9464343304', '909,Sector 9', 'Haryana', 'Panchkula', '134113', 'India', NULL, NULL, '2024-05-30 18:49:51', '2024-06-06 14:01:39', NULL, NULL),
(46, NULL, NULL, NULL, '0', NULL, '9348896656', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-06-05 06:31:07', '2024-06-06 14:06:01', NULL, NULL),
(47, NULL, NULL, NULL, '1', NULL, '8401857640', NULL, NULL, NULL, NULL, 'India', NULL, NULL, '2024-11-12 01:17:23', '2024-11-12 01:17:23', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `video_galleries`
--

CREATE TABLE `video_galleries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `embed_code` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `video_galleries`
--

INSERT INTO `video_galleries` (`id`, `title`, `embed_code`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Hong Kong Phooey', '<iframe width=\"1166\" height=\"656\" src=\"https://www.youtube.com/embed/P7fi4hP_y80\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '2021-09-10 10:50:47', '2021-09-10 10:50:47'),
(2, 'number one super guy', '<iframe width=\"1166\" height=\"656\" src=\"https://www.youtube.com/embed/XyP_7IZzpeI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '2021-09-10 10:51:13', '2021-09-10 10:51:13'),
(3, 'he’s got style, a groovy style', '<iframe width=\"1166\" height=\"656\" src=\"https://www.youtube.com/embed/jjp9SPyEB7k\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '2021-09-10 10:51:36', '2021-09-10 10:51:36'),
(4, 'When the going gets tough', '<iframe width=\"1166\" height=\"656\" src=\"https://www.youtube.com/embed/-j1lWspIo4c\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'publish', '2021-09-10 10:51:58', '2021-09-10 10:51:58');

-- --------------------------------------------------------

--
-- Table structure for table `widgets`
--

CREATE TABLE `widgets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `widget_name` text COLLATE utf8mb4_unicode_ci,
  `widget_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `widget_order` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `widget_location` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `widget_area` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `widgets`
--

INSERT INTO `widgets` (`id`, `widget_name`, `widget_content`, `widget_order`, `created_at`, `updated_at`, `widget_location`, `widget_area`) VALUES
(7, 'About Us', 'a:11:{s:2:\"id\";s:1:\"7\";s:24:\"frontend_render_function\";s:22:\"render_about_us_widget\";s:21:\"admin_render_function\";s:15:\"about_us_widget\";s:11:\"widget_type\";s:6:\"update\";s:11:\"widget_name\";s:8:\"About Us\";s:12:\"widget_order\";s:1:\"1\";s:9:\"site_logo\";s:1:\"5\";s:17:\"description_en_US\";s:68:\"Suspicion sportsmen provision suffering mrs saw engrossed something.\";s:17:\"description_tr_TR\";s:71:\"Şüpheli sporcu hükmü, bayanların ilgisini çeken bir şey gördü.\";s:14:\"description_ar\";s:106:\"لا راحة تصرف سلوك مكتوب في منع الأخلاق لا تسيء إلى أي مخاوف\";s:17:\"description_es_ES\";s:82:\"La sospecha de los deportistas que la señora sufría provisión vio absorta algo.\";}', 1, '2020-06-17 04:16:23', '2021-04-13 16:00:28', NULL, NULL),
(11, 'Contact Info', 'a:22:{s:2:\"id\";s:2:\"11\";s:24:\"frontend_render_function\";s:26:\"render_contact_info_widget\";s:21:\"admin_render_function\";s:19:\"contact_info_widget\";s:11:\"widget_type\";s:6:\"update\";s:11:\"widget_name\";s:12:\"Contact Info\";s:12:\"widget_order\";s:1:\"3\";s:18:\"widget_title_en_US\";s:12:\"Contact info\";s:14:\"location_en_US\";s:59:\"143 Castle Road 517 District, Port of Kiev, Southern Canada\";s:11:\"phone_en_US\";s:9:\"230362603\";s:11:\"email_en_US\";s:19:\"example@example.com\";s:18:\"widget_title_tr_TR\";s:20:\"İletişim bilgileri\";s:14:\"location_tr_TR\";s:59:\"143 Castle Road 517 District, Port of Kiev, Southern Canada\";s:11:\"phone_tr_TR\";s:13:\"3215305632153\";s:11:\"email_tr_TR\";s:19:\"example@example.com\";s:15:\"widget_title_ar\";s:29:\"معلومات الاتصال\";s:11:\"location_ar\";s:81:\"143 طريق القلعة 517 منطقة ، ميناء كييف جنوب كندا\";s:8:\"phone_ar\";s:12:\"+111 222 333\";s:8:\"email_ar\";s:17:\"info@yourmail.com\";s:18:\"widget_title_es_ES\";s:17:\"Datos de contacto\";s:14:\"location_es_ES\";s:59:\"143 Castle Road 517 District, Port of Kiev, Southern Canada\";s:11:\"phone_es_ES\";s:10:\"3203223023\";s:11:\"email_es_ES\";s:19:\"example@example.com\";}', 3, '2020-06-18 01:31:59', '2021-04-13 16:07:17', NULL, NULL),
(15, 'Recent Post', 'a:11:{s:2:\"id\";s:2:\"15\";s:24:\"frontend_render_function\";s:25:\"render_recent_post_widget\";s:21:\"admin_render_function\";s:18:\"recent_post_widget\";s:11:\"widget_type\";s:6:\"update\";s:11:\"widget_name\";s:11:\"Recent Post\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:12:\"Recent Posts\";s:18:\"widget_title_tr_TR\";s:29:\"yakın zamanda Gönderilenler\";s:15:\"widget_title_ar\";s:33:\"المشاركات الاخيرة\";s:18:\"widget_title_es_ES\";s:18:\"Mensajes recientes\";s:10:\"post_items\";s:1:\"2\";}', 2, '2020-06-18 04:41:04', '2021-04-13 16:01:29', NULL, NULL),
(19, 'Newsletter', 'a:14:{s:2:\"id\";s:2:\"19\";s:24:\"frontend_render_function\";s:24:\"render_newsletter_widget\";s:21:\"admin_render_function\";s:17:\"newsletter_widget\";s:11:\"widget_type\";s:6:\"update\";s:11:\"widget_name\";s:10:\"Newsletter\";s:12:\"widget_order\";s:1:\"4\";s:18:\"widget_title_en_US\";s:9:\"Subscribe\";s:17:\"description_en_US\";s:49:\"join our newsletter to get latest update form us.\";s:18:\"widget_title_tr_TR\";s:8:\"Abone ol\";s:17:\"description_tr_TR\";s:65:\"Bizden en son güncellemeleri almak için bültenimize katılın.\";s:15:\"widget_title_ar\";s:16:\"الإشتراك\";s:14:\"description_ar\";s:93:\"انضم إلى النشرة الإخبارية للحصول على آخر تحديث لنا.\";s:18:\"widget_title_es_ES\";s:9:\"Suscribir\";s:17:\"description_es_ES\";s:80:\"únase a nuestro boletín para obtener las últimas actualizaciones de nosotros.\";}', 4, '2020-06-18 18:35:17', '2021-04-13 16:04:40', NULL, NULL),
(20, 'AboutUsWidget', 'a:8:{s:2:\"id\";s:2:\"20\";s:11:\"widget_name\";s:13:\"AboutUsWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:6:\"footer\";s:12:\"widget_order\";s:1:\"1\";s:17:\"description_en_US\";s:248:\"<p><b>Rooted in Tradition, Nourished by Innovation</b></p><p>At Ziva Organiko, we\'re more than just an organic food company. We\'re a passionate community dedicated to nurturing your health and well-being through the goodness of nature.</p><p>\r\n</p>\";s:17:\"summer_note_image\";N;s:9:\"site_logo\";s:3:\"383\";}', 1, '2021-09-09 17:30:43', '2024-04-12 01:45:53', 'footer', NULL),
(22, 'ContactInfoWidget', 'a:9:{s:2:\"id\";s:2:\"22\";s:11:\"widget_name\";s:17:\"ContactInfoWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:6:\"footer\";s:12:\"widget_order\";s:1:\"3\";s:18:\"widget_title_en_US\";s:8:\"Reach Us\";s:8:\"location\";s:84:\"413, Satyamev Elite, Near Vakil Saheb Bridge, S.P.Ring Road, Bopal, Ahmedabad 380058\";s:5:\"phone\";s:15:\"+91 99098 09133\";s:5:\"email\";s:21:\"info@zivaorganiko.com\";}', 3, '2021-09-09 18:12:35', '2024-04-29 17:35:01', 'footer', NULL),
(24, 'ServiceCategoryWidget', 'a:6:{s:2:\"id\";s:2:\"24\";s:11:\"widget_name\";s:21:\"ServiceCategoryWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:7:\"service\";s:12:\"widget_order\";s:1:\"1\";s:10:\"post_items\";N;}', 263, '2021-09-09 18:25:43', '2021-10-11 13:22:31', 'service', NULL),
(26, 'CustomFormWidget', 'a:10:{s:2:\"id\";s:2:\"26\";s:11:\"widget_name\";s:16:\"CustomFormWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:7:\"service\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:12:\"Have Query ?\";s:18:\"widget_title_tr_TR\";s:17:\"Sorgunuz Var mı?\";s:15:\"widget_title_ar\";s:30:\"هل لديك استفسار؟\";s:18:\"widget_title_es_ES\";s:17:\"¿Tiene consulta?\";s:14:\"custom_form_id\";s:1:\"1\";}', 264, '2021-09-09 18:26:57', '2021-10-11 13:22:31', 'service', NULL),
(27, 'CustomFormWidget', 'a:9:{s:11:\"widget_name\";s:16:\"CustomFormWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:10:\"case_study\";s:12:\"widget_order\";s:1:\"1\";s:18:\"widget_title_en_US\";s:12:\"Have Query ?\";s:18:\"widget_title_tr_TR\";s:17:\"Sorgunuz Var mı?\";s:15:\"widget_title_ar\";s:30:\"هل لديك استفسار؟\";s:18:\"widget_title_es_ES\";s:17:\"¿Tiene consulta?\";s:14:\"custom_form_id\";s:1:\"1\";}', 265, '2021-09-09 18:33:16', '2021-10-11 13:22:31', 'case_study', NULL),
(28, 'BlogSearchWidget', 'a:8:{s:11:\"widget_name\";s:16:\"BlogSearchWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:4:\"blog\";s:12:\"widget_order\";s:1:\"1\";s:18:\"widget_title_en_US\";N;s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";N;s:18:\"widget_title_es_ES\";N;}', 260, '2021-09-09 18:34:44', '2021-10-11 13:22:30', 'blog', NULL),
(29, 'RecentBlogPostWidget', 'a:10:{s:2:\"id\";s:2:\"29\";s:11:\"widget_name\";s:20:\"RecentBlogPostWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:4:\"blog\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:13:\"Related Posts\";s:18:\"widget_title_tr_TR\";s:16:\"İlgili Mesajlar\";s:15:\"widget_title_ar\";s:36:\"المنشورات ذات الصلة\";s:18:\"widget_title_es_ES\";s:23:\"Artículos Relacionados\";s:10:\"post_items\";s:1:\"5\";}', 262, '2021-09-09 18:35:11', '2021-10-11 13:22:31', 'blog', NULL),
(30, 'BlogCategoryWidget', 'a:9:{s:11:\"widget_name\";s:18:\"BlogCategoryWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:4:\"blog\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:15:\"Blog Categories\";s:18:\"widget_title_tr_TR\";s:17:\"Blog Kategorileri\";s:15:\"widget_title_ar\";s:23:\"فئات المدونة\";s:18:\"widget_title_es_ES\";s:20:\"Categorías del blog\";s:10:\"post_items\";N;}', 261, '2021-09-09 18:36:14', '2021-10-11 13:22:30', 'blog', NULL),
(32, 'JobCategoryWidget', 'a:9:{s:11:\"widget_name\";s:17:\"JobCategoryWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:6:\"career\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:14:\"Job Categories\";s:18:\"widget_title_tr_TR\";s:17:\"İş Kategorileri\";s:15:\"widget_title_ar\";s:23:\"فئات الوظائف\";s:18:\"widget_title_es_ES\";s:22:\"Categorías de trabajo\";s:10:\"post_items\";N;}', 267, '2021-09-09 18:40:34', '2021-10-11 13:22:31', 'career', NULL),
(33, 'JobSearchWidget', 'a:8:{s:11:\"widget_name\";s:15:\"JobSearchWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:6:\"career\";s:12:\"widget_order\";s:1:\"1\";s:18:\"widget_title_en_US\";N;s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";N;s:18:\"widget_title_es_ES\";N;}', 266, '2021-09-09 18:40:44', '2021-10-11 13:22:31', 'career', NULL),
(35, 'EventSearchWidget', 'a:9:{s:2:\"id\";s:2:\"35\";s:11:\"widget_name\";s:17:\"EventSearchWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:5:\"event\";s:12:\"widget_order\";s:1:\"1\";s:18:\"widget_title_en_US\";N;s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";N;s:18:\"widget_title_es_ES\";N;}', 268, '2021-09-09 18:42:11', '2021-10-11 13:22:31', 'event', NULL),
(36, 'EventCategoryWidget', 'a:10:{s:2:\"id\";s:2:\"36\";s:11:\"widget_name\";s:19:\"EventCategoryWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:5:\"event\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:16:\"Event Categories\";s:18:\"widget_title_tr_TR\";s:21:\"Etkinlik Kategorileri\";s:15:\"widget_title_ar\";s:19:\"فئات الحدث\";s:18:\"widget_title_es_ES\";s:22:\"Categorías de eventos\";s:10:\"post_items\";N;}', 269, '2021-09-09 18:42:24', '2021-10-11 13:22:32', 'event', NULL),
(38, 'KnowledgebaseCategoryWidget', 'a:9:{s:11:\"widget_name\";s:27:\"KnowledgebaseCategoryWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:13:\"knowledgebase\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:6:\"Topics\";s:18:\"widget_title_tr_TR\";s:7:\"Konular\";s:15:\"widget_title_ar\";s:16:\"المواضيع\";s:18:\"widget_title_es_ES\";s:5:\"Temas\";s:10:\"post_items\";N;}', 271, '2021-09-09 18:47:34', '2021-10-11 13:22:32', 'knowledgebase', NULL),
(39, 'KnowledgebaseSearchWidget', 'a:8:{s:11:\"widget_name\";s:25:\"KnowledgebaseSearchWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:13:\"knowledgebase\";s:12:\"widget_order\";s:1:\"1\";s:18:\"widget_title_en_US\";N;s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";N;s:18:\"widget_title_es_ES\";N;}', 270, '2021-09-09 18:47:36', '2021-10-11 13:22:32', 'knowledgebase', NULL),
(40, 'ContactInfoWidget', 'a:12:{s:2:\"id\";s:2:\"40\";s:11:\"widget_name\";s:17:\"ContactInfoWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:16:\"homepage_sidebar\";s:12:\"widget_order\";s:1:\"4\";s:18:\"widget_title_en_US\";s:10:\"Contact Us\";s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";N;s:18:\"widget_title_es_ES\";N;s:8:\"location\";s:18:\"asdfadsf\r\nasdfasdf\";s:5:\"phone\";s:11:\"01848484848\";s:5:\"email\";s:17:\"contact@gmail.com\";}', 4, '2022-03-19 00:47:11', '2022-07-30 23:30:47', 'homepage_sidebar', NULL),
(41, 'RecentNewsWidget', 'a:10:{s:2:\"id\";s:2:\"41\";s:11:\"widget_name\";s:16:\"RecentNewsWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:26:\"newspaper_homepage_sidebar\";s:12:\"widget_order\";s:1:\"1\";s:18:\"widget_title_en_US\";s:11:\"Recent News\";s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";s:21:\"أخبار حديثة\";s:18:\"widget_title_es_ES\";N;s:10:\"post_items\";s:1:\"4\";}', 1, '2022-03-23 23:26:48', '2022-07-28 01:50:35', 'newspaper_homepage_sidebar', NULL),
(42, 'NewsCategoryWidget', 'a:10:{s:2:\"id\";s:2:\"42\";s:11:\"widget_name\";s:18:\"NewsCategoryWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:26:\"newspaper_homepage_sidebar\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:10:\"Categories\";s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";s:8:\"فئات\";s:18:\"widget_title_es_ES\";N;s:10:\"post_items\";s:1:\"6\";}', 2, '2022-03-24 00:03:13', '2022-07-28 01:50:21', 'newspaper_homepage_sidebar', NULL),
(43, 'ImageWidget', 'a:7:{s:2:\"id\";s:2:\"43\";s:11:\"widget_name\";s:11:\"ImageWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:26:\"newspaper_homepage_sidebar\";s:12:\"widget_order\";s:1:\"3\";s:12:\"single_image\";s:3:\"339\";s:9:\"image_url\";s:1:\"#\";}', 3, '2022-03-24 00:21:45', '2022-07-16 05:25:32', 'newspaper_homepage_sidebar', NULL),
(44, 'LatestNewsWidget', 'a:10:{s:2:\"id\";s:2:\"44\";s:11:\"widget_name\";s:16:\"LatestNewsWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:26:\"newspaper_homepage_sidebar\";s:12:\"widget_order\";s:1:\"4\";s:18:\"widget_title_en_US\";s:11:\"Latest News\";s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";s:23:\"أحدث الأخبار\";s:18:\"widget_title_es_ES\";N;s:10:\"post_items\";s:1:\"4\";}', 4, '2022-03-24 00:27:18', '2022-07-28 01:49:58', 'newspaper_homepage_sidebar', NULL),
(45, 'FollowUsWidget', 'a:10:{s:2:\"id\";s:2:\"45\";s:11:\"widget_name\";s:14:\"FollowUsWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:26:\"newspaper_homepage_sidebar\";s:12:\"widget_order\";s:1:\"5\";s:18:\"widget_title_en_US\";s:9:\"Follow Us\";s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";s:12:\"تابعنا\";s:18:\"widget_title_es_ES\";N;s:25:\"follow_widget_repeater_01\";a:16:{s:10:\"icon_en_US\";a:6:{i:0;s:17:\"fab fa-facebook-f\";i:1;s:14:\"fab fa-youtube\";i:2;s:14:\"fab fa-twitter\";i:3;s:16:\"fab fa-instagram\";i:4;s:18:\"fab fa-pinterest-p\";i:5;s:18:\"fab fa-linkedin-in\";}s:11:\"title_en_US\";a:6:{i:0;s:8:\"Facebook\";i:1;s:7:\"Youtube\";i:2;s:7:\"Twitter\";i:3;s:9:\"Instagram\";i:4;s:9:\"Pintarest\";i:5;s:8:\"Linkedin\";}s:12:\"number_en_US\";a:6:{i:0;s:2:\"20\";i:1;s:3:\"260\";i:2;s:3:\"260\";i:3;s:3:\"260\";i:4;s:3:\"260\";i:5;s:3:\"360\";}s:9:\"url_en_US\";a:6:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";i:5;s:1:\"#\";}s:10:\"icon_tr_TR\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}s:11:\"title_tr_TR\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}s:12:\"number_tr_TR\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}s:9:\"url_tr_TR\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}s:7:\"icon_ar\";a:6:{i:0;s:17:\"flaticon-facebook\";i:1;s:14:\"fab fa-youtube\";i:2;s:14:\"fab fa-twitter\";i:3;s:16:\"fab fa-instagram\";i:4;s:18:\"fab fa-pinterest-p\";i:5;s:18:\"fab fa-linkedin-in\";}s:8:\"title_ar\";a:6:{i:0;s:12:\"تابعنا\";i:1;s:21:\"موقع يوتيوب\";i:2;s:10:\"تويتر\";i:3;s:16:\"انستغرام\";i:4;s:18:\"بينتيريست\";i:5;s:12:\"ينكدين\";}s:9:\"number_ar\";a:6:{i:0;s:2:\"20\";i:1;s:3:\"260\";i:2;s:3:\"250\";i:3;s:3:\"140\";i:4;s:3:\"150\";i:5;s:3:\"190\";}s:6:\"url_ar\";a:6:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";i:5;s:1:\"#\";}s:10:\"icon_es_ES\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}s:11:\"title_es_ES\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}s:12:\"number_es_ES\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}s:9:\"url_es_ES\";a:6:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:5;N;}}}', 5, '2022-03-24 00:59:20', '2022-07-28 01:49:42', 'newspaper_homepage_sidebar', NULL),
(46, 'AboutUsWidget', 'a:10:{s:11:\"widget_name\";s:13:\"AboutUsWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:16:\"homepage_sidebar\";s:12:\"widget_order\";s:1:\"1\";s:17:\"description_en_US\";N;s:17:\"summer_note_image\";N;s:17:\"description_tr_TR\";N;s:14:\"description_ar\";N;s:17:\"description_es_ES\";N;s:9:\"site_logo\";s:3:\"294\";}', 1, '2022-07-30 23:14:16', '2022-07-30 23:14:16', 'homepage_sidebar', NULL),
(48, 'ConnectUsWidget', 'a:10:{s:2:\"id\";s:2:\"48\";s:11:\"widget_name\";s:15:\"ConnectUsWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:16:\"homepage_sidebar\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:15:\"Connect with us\";s:18:\"widget_title_tr_TR\";N;s:15:\"widget_title_ar\";N;s:18:\"widget_title_es_ES\";N;s:26:\"connect_widget_repeater_01\";a:2:{s:5:\"icon_\";a:5:{i:0;s:17:\"flaticon-facebook\";i:1;s:14:\"fab fa-twitter\";i:2;s:16:\"fab fa-instagram\";i:3;s:18:\"fab fa-linkedin-in\";i:4;s:14:\"fab fa-youtube\";}s:4:\"url_\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}}}', 3, '2022-07-30 23:27:38', '2022-07-30 23:30:10', 'homepage_sidebar', NULL),
(49, 'ServiceCategoryWidget', 'a:5:{s:11:\"widget_name\";s:21:\"ServiceCategoryWidget\";s:11:\"widget_type\";s:3:\"new\";s:15:\"widget_location\";s:16:\"homepage_sidebar\";s:12:\"widget_order\";s:1:\"3\";s:10:\"post_items\";s:1:\"4\";}', 2, '2022-07-30 23:29:36', '2022-07-30 23:30:10', 'homepage_sidebar', NULL),
(51, 'NavigationMenuWidget', 'a:7:{s:2:\"id\";s:2:\"51\";s:11:\"widget_name\";s:20:\"NavigationMenuWidget\";s:11:\"widget_type\";s:6:\"update\";s:15:\"widget_location\";s:6:\"footer\";s:12:\"widget_order\";s:1:\"2\";s:18:\"widget_title_en_US\";s:8:\"Policies\";s:24:\"navigation_menu_id_en_US\";s:1:\"3\";}', 2, '2024-04-29 16:48:10', '2024-04-29 17:34:46', 'footer', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `works`
--

CREATE TABLE `works` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` text COLLATE utf8mb4_unicode_ci,
  `categories_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `excerpt` text COLLATE utf8mb4_unicode_ci,
  `meta_tag` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `duration` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `clients` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `budget` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gallery` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `works`
--

INSERT INTO `works` (`id`, `title`, `slug`, `categories_id`, `description`, `excerpt`, `meta_tag`, `meta_description`, `duration`, `clients`, `budget`, `gallery`, `status`, `image`, `lang`, `created_at`, `updated_at`) VALUES
(1, 'Cyber Security Solution for cura', 'cyber-security-solution-for-cura', 'a:1:{i:0;s:1:\"1\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '02 Month', 'Jason C. Williams', '$3000', NULL, 'publish', '22', 'en_US', '2020-06-03 02:32:28', '2022-07-28 00:12:28'),
(2, 'Website Design', 'website-design', 'a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '15 Days', 'Jason C. Williams', '$3000', NULL, 'publish', '21', 'en_US', '2020-06-04 03:37:45', '2022-07-28 00:12:28'),
(3, 'Develop A Mobile App', 'develop-a-mobile-app', 'a:2:{i:0;s:1:\"3\";i:1;s:1:\"4\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '15 Days', 'Jason C. Williams', '$1000', NULL, 'publish', '20', 'en_US', '2020-06-04 03:56:14', '2022-07-28 00:12:28'),
(4, 'Develop IOS App', 'develop-ios-app', 'a:2:{i:0;s:1:\"3\";i:1;s:1:\"4\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '15 Days', 'Jason C. Williams', '$1000', NULL, 'publish', '19', 'en_US', '2020-06-04 04:06:52', '2022-07-28 00:12:28'),
(5, 'Google Chrome Extension', 'google-chrome-extension', 'a:2:{i:0;s:1:\"1\";i:1;s:1:\"4\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '15 Days', 'Jason C. Williams', '$1000', NULL, 'publish', '18', 'en_US', '2020-06-04 04:07:20', '2022-07-28 00:12:28'),
(6, 'Ecoomerce Website', 'ecoomerce-website', 'a:2:{i:0;s:1:\"1\";i:1;s:1:\"4\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '15 Days', 'Jason C. Williams', '$5000', NULL, 'publish', '17', 'en_US', '2020-06-04 04:07:53', '2022-07-28 00:12:28'),
(7, 'Multipurpose CMS', 'multipurpose-cms', 'a:2:{i:0;s:1:\"1\";i:1;s:1:\"3\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '15 Days', 'Jason C. Williams', '$5000', NULL, 'publish', '16', 'en_US', '2020-06-04 04:08:21', '2022-07-28 00:12:28'),
(8, 'Knowledgebase Website', 'knowledgebase-website', 'a:2:{i:0;s:1:\"2\";i:1;s:1:\"3\";}', '<h2 class=\"title\">Overview</h2>\r\n<p>Of recommend residence education be on difficult repulsive offending. Judge views had mirth table seems great him for her. Alone all happy asked begin fully stand own get. Excuse ye seeing result of we. See scale dried songs old may not. Promotion did disposing you household any instantly. Hills we do under times at first short an.&nbsp;</p><p>Those an equal point no years do. Depend warmth fat but her but played. Shy and subjects wondered trifling pleasant. Prudent cordial comfort do no on colonel as assured chicken. Smart mrs day which begin. Snug do sold mr it if such. Terminated uncommonly at at estimating. Man behaviour met moonlight extremity acuteness direction.&nbsp;</p><p><br></p>\r\n<h2 class=\"title\">Result</h2>\r\n<p>Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing. Nothing colonel my no removed in weather. It dissimilar in up devonshire inhabiting.&nbsp;</p><p><br></p>', 'Kindness to he horrible reserved ye. Effect twenty indeed beyond for not had county.', 'hello,hi', 'meta description', '15 Days', 'Jason C. Williams', '$5000', '33|23|22', 'publish', '20', 'en_US', '2020-06-04 04:08:23', '2022-07-28 00:12:28');

-- --------------------------------------------------------

--
-- Table structure for table `works_categories`
--

CREATE TABLE `works_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `works_categories`
--

INSERT INTO `works_categories` (`id`, `name`, `lang`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Cloud Support', 'en_US', 'publish', '2020-06-02 23:58:19', '2022-07-28 00:12:28'),
(2, 'Data Center', 'en_US', 'publish', '2020-06-02 23:58:32', '2022-07-28 00:12:28'),
(3, 'Analytics', 'en_US', 'publish', '2020-06-02 23:58:44', '2022-07-28 00:12:28'),
(4, 'Cyber Support', 'en_US', 'publish', '2020-06-02 23:58:57', '2022-07-28 00:12:28');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admins_username_unique` (`username`);

--
-- Indexes for table `admin_roles`
--
ALTER TABLE `admin_roles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `advertisements`
--
ALTER TABLE `advertisements`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointments`
--
ALTER TABLE `appointments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointment_bookings`
--
ALTER TABLE `appointment_bookings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointment_booking_times`
--
ALTER TABLE `appointment_booking_times`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointment_categories`
--
ALTER TABLE `appointment_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointment_category_langs`
--
ALTER TABLE `appointment_category_langs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointment_langs`
--
ALTER TABLE `appointment_langs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointment_reviews`
--
ALTER TABLE `appointment_reviews`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `blogs`
--
ALTER TABLE `blogs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `blog_categories`
--
ALTER TABLE `blog_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `blog_categories_name_unique` (`name`);

--
-- Indexes for table `brands`
--
ALTER TABLE `brands`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `contacts`
--
ALTER TABLE `contacts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `contact_info_items`
--
ALTER TABLE `contact_info_items`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `counterups`
--
ALTER TABLE `counterups`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `courses`
--
ALTER TABLE `courses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `courses_categories`
--
ALTER TABLE `courses_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `courses_category_langs`
--
ALTER TABLE `courses_category_langs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_certificates`
--
ALTER TABLE `course_certificates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_coupons`
--
ALTER TABLE `course_coupons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_curriculms`
--
ALTER TABLE `course_curriculms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_curriculm_langs`
--
ALTER TABLE `course_curriculm_langs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_enrolls`
--
ALTER TABLE `course_enrolls`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_instructors`
--
ALTER TABLE `course_instructors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_instructor_langs`
--
ALTER TABLE `course_instructor_langs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_langs`
--
ALTER TABLE `course_langs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_lessions`
--
ALTER TABLE `course_lessions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_lession_langs`
--
ALTER TABLE `course_lession_langs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_reviews`
--
ALTER TABLE `course_reviews`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `donations`
--
ALTER TABLE `donations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `donation_logs`
--
ALTER TABLE `donation_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `events`
--
ALTER TABLE `events`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `events_categories`
--
ALTER TABLE `events_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `event_attendances`
--
ALTER TABLE `event_attendances`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `event_payment_logs`
--
ALTER TABLE `event_payment_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `faqs`
--
ALTER TABLE `faqs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `feedback`
--
ALTER TABLE `feedback`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `form_builders`
--
ALTER TABLE `form_builders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `header_sliders`
--
ALTER TABLE `header_sliders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `image_galleries`
--
ALTER TABLE `image_galleries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `image_gallery_categories`
--
ALTER TABLE `image_gallery_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `jobs`
--
ALTER TABLE `jobs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `jobs_categories`
--
ALTER TABLE `jobs_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `job_applicants`
--
ALTER TABLE `job_applicants`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `key_features`
--
ALTER TABLE `key_features`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `knowledgebases`
--
ALTER TABLE `knowledgebases`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `knowledgebase_topics`
--
ALTER TABLE `knowledgebase_topics`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `languages`
--
ALTER TABLE `languages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `media_uploads`
--
ALTER TABLE `media_uploads`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `menus`
--
ALTER TABLE `menus`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `newsletters`
--
ALTER TABLE `newsletters`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `newsletters_email_unique` (`email`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `page_builders`
--
ALTER TABLE `page_builders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

--
-- Indexes for table `payment_logs`
--
ALTER TABLE `payment_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `popup_builders`
--
ALTER TABLE `popup_builders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `price_plans`
--
ALTER TABLE `price_plans`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `price_plan_categories`
--
ALTER TABLE `price_plan_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_categories`
--
ALTER TABLE `product_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_coupons`
--
ALTER TABLE `product_coupons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_orders`
--
ALTER TABLE `product_orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_ratings`
--
ALTER TABLE `product_ratings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_shippings`
--
ALTER TABLE `product_shippings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_sub_categories`
--
ALTER TABLE `product_sub_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_variants`
--
ALTER TABLE `product_variants`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `quotes`
--
ALTER TABLE `quotes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `services`
--
ALTER TABLE `services`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `service_categories`
--
ALTER TABLE `service_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `social_icons`
--
ALTER TABLE `social_icons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `static_options`
--
ALTER TABLE `static_options`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `support_departments`
--
ALTER TABLE `support_departments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `support_tickets`
--
ALTER TABLE `support_tickets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `support_ticket_messages`
--
ALTER TABLE `support_ticket_messages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `team_members`
--
ALTER TABLE `team_members`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `testimonials`
--
ALTER TABLE `testimonials`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_username_unique` (`username`);

--
-- Indexes for table `video_galleries`
--
ALTER TABLE `video_galleries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `widgets`
--
ALTER TABLE `widgets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `works`
--
ALTER TABLE `works`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `works_categories`
--
ALTER TABLE `works_categories`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `admin_roles`
--
ALTER TABLE `admin_roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `advertisements`
--
ALTER TABLE `advertisements`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `appointments`
--
ALTER TABLE `appointments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `appointment_bookings`
--
ALTER TABLE `appointment_bookings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `appointment_booking_times`
--
ALTER TABLE `appointment_booking_times`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `appointment_categories`
--
ALTER TABLE `appointment_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `appointment_category_langs`
--
ALTER TABLE `appointment_category_langs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `appointment_langs`
--
ALTER TABLE `appointment_langs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `appointment_reviews`
--
ALTER TABLE `appointment_reviews`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `blog_categories`
--
ALTER TABLE `blog_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `brands`
--
ALTER TABLE `brands`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `contacts`
--
ALTER TABLE `contacts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

--
-- AUTO_INCREMENT for table `contact_info_items`
--
ALTER TABLE `contact_info_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `counterups`
--
ALTER TABLE `counterups`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `courses`
--
ALTER TABLE `courses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `courses_categories`
--
ALTER TABLE `courses_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `courses_category_langs`
--
ALTER TABLE `courses_category_langs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=142;

--
-- AUTO_INCREMENT for table `course_certificates`
--
ALTER TABLE `course_certificates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course_coupons`
--
ALTER TABLE `course_coupons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `course_curriculms`
--
ALTER TABLE `course_curriculms`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81;

--
-- AUTO_INCREMENT for table `course_curriculm_langs`
--
ALTER TABLE `course_curriculm_langs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=305;

--
-- AUTO_INCREMENT for table `course_enrolls`
--
ALTER TABLE `course_enrolls`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course_instructors`
--
ALTER TABLE `course_instructors`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `course_instructor_langs`
--
ALTER TABLE `course_instructor_langs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `course_langs`
--
ALTER TABLE `course_langs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- AUTO_INCREMENT for table `course_lessions`
--
ALTER TABLE `course_lessions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=217;

--
-- AUTO_INCREMENT for table `course_lession_langs`
--
ALTER TABLE `course_lession_langs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1048;

--
-- AUTO_INCREMENT for table `course_reviews`
--
ALTER TABLE `course_reviews`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `donations`
--
ALTER TABLE `donations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `donation_logs`
--
ALTER TABLE `donation_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `events`
--
ALTER TABLE `events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `events_categories`
--
ALTER TABLE `events_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `event_attendances`
--
ALTER TABLE `event_attendances`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `event_payment_logs`
--
ALTER TABLE `event_payment_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `faqs`
--
ALTER TABLE `faqs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `feedback`
--
ALTER TABLE `feedback`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `form_builders`
--
ALTER TABLE `form_builders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `header_sliders`
--
ALTER TABLE `header_sliders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `image_galleries`
--
ALTER TABLE `image_galleries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `image_gallery_categories`
--
ALTER TABLE `image_gallery_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `jobs_categories`
--
ALTER TABLE `jobs_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `job_applicants`
--
ALTER TABLE `job_applicants`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `key_features`
--
ALTER TABLE `key_features`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `knowledgebases`
--
ALTER TABLE `knowledgebases`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `knowledgebase_topics`
--
ALTER TABLE `knowledgebase_topics`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `languages`
--
ALTER TABLE `languages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `media_uploads`
--
ALTER TABLE `media_uploads`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=441;

--
-- AUTO_INCREMENT for table `menus`
--
ALTER TABLE `menus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=121;

--
-- AUTO_INCREMENT for table `newsletters`
--
ALTER TABLE `newsletters`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `page_builders`
--
ALTER TABLE `page_builders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81;

--
-- AUTO_INCREMENT for table `payment_logs`
--
ALTER TABLE `payment_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `popup_builders`
--
ALTER TABLE `popup_builders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `price_plans`
--
ALTER TABLE `price_plans`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `price_plan_categories`
--
ALTER TABLE `price_plan_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;

--
-- AUTO_INCREMENT for table `product_categories`
--
ALTER TABLE `product_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `product_coupons`
--
ALTER TABLE `product_coupons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `product_orders`
--
ALTER TABLE `product_orders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129;

--
-- AUTO_INCREMENT for table `product_ratings`
--
ALTER TABLE `product_ratings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `product_shippings`
--
ALTER TABLE `product_shippings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `product_sub_categories`
--
ALTER TABLE `product_sub_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `product_variants`
--
ALTER TABLE `product_variants`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `quotes`
--
ALTER TABLE `quotes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `service_categories`
--
ALTER TABLE `service_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `social_icons`
--
ALTER TABLE `social_icons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `static_options`
--
ALTER TABLE `static_options`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3908;

--
-- AUTO_INCREMENT for table `support_departments`
--
ALTER TABLE `support_departments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `support_tickets`
--
ALTER TABLE `support_tickets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `support_ticket_messages`
--
ALTER TABLE `support_ticket_messages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `team_members`
--
ALTER TABLE `team_members`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `video_galleries`
--
ALTER TABLE `video_galleries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `widgets`
--
ALTER TABLE `widgets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;

--
-- AUTO_INCREMENT for table `works`
--
ALTER TABLE `works`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `works_categories`
--
ALTER TABLE `works_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
COMMIT;

/*!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 */;
