-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 15, 2023 at 10:19 AM
-- Server version: 10.3.37-MariaDB-cll-lve
-- PHP Version: 7.4.33

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
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: `onelupxv_message_wp`
--

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

--
-- Table structure for table `wp_cfs_sessions`
--

CREATE TABLE `wp_cfs_sessions` (
  `id` varchar(32) NOT NULL,
  `data` text DEFAULT NULL,
  `expires` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `wp_cfs_sessions`
--

INSERT INTO `wp_cfs_sessions` (`id`, `data`, `expires`) VALUES
('b9f5c1eadd5207b030a49c52fa54ca2b', 'a:7:{s:7:\"post_id\";i:11;s:9:\"post_type\";s:4:\"post\";s:11:\"post_status\";s:5:\"draft\";s:12:\"field_groups\";a:1:{i:0;i:182;}s:20:\"confirmation_message\";s:0:\"\";s:16:\"confirmation_url\";s:0:\"\";s:9:\"front_end\";b:0;}', '1674304137');

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

--
-- Table structure for table `wp_cfs_values`
--

CREATE TABLE `wp_cfs_values` (
  `id` int(10) UNSIGNED NOT NULL,
  `field_id` int(10) UNSIGNED DEFAULT NULL,
  `meta_id` int(10) UNSIGNED DEFAULT NULL,
  `post_id` int(10) UNSIGNED DEFAULT NULL,
  `base_field_id` int(10) UNSIGNED DEFAULT 0,
  `hierarchy` text DEFAULT NULL,
  `depth` int(10) UNSIGNED DEFAULT 0,
  `weight` int(10) UNSIGNED DEFAULT 0,
  `sub_weight` int(10) UNSIGNED DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2023-01-17 07:37:38', '2023-01-17 07:37:38', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, 'post-trashed', '', 'comment', 0, 0);

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

--
-- Table structure for table `wp_duplicator_packages`
--

CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://messagegroup.co.in/', 'yes'),
(2, 'home', 'https://messagegroup.co.in', 'yes'),
(3, 'blogname', 'Message Group', 'yes'),
(4, 'blogdescription', 'The Miracle Of Research', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'khyati@messagegroup.co.in', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:132:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:22:\"tribe-promoter-auth/?$\";s:37:\"index.php?tribe-promoter-auth-check=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:41:\"foodadditives/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"foodadditives/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"foodadditives/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"foodadditives/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"foodadditives/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"foodadditives/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"foodadditives/([^/]+)/embed/?$\";s:46:\"index.php?foodadditives=$matches[1]&embed=true\";s:34:\"foodadditives/([^/]+)/trackback/?$\";s:40:\"index.php?foodadditives=$matches[1]&tb=1\";s:42:\"foodadditives/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?foodadditives=$matches[1]&paged=$matches[2]\";s:49:\"foodadditives/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?foodadditives=$matches[1]&cpage=$matches[2]\";s:38:\"foodadditives/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?foodadditives=$matches[1]&page=$matches[2]\";s:30:\"foodadditives/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"foodadditives/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"foodadditives/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"foodadditives/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"foodadditives/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"foodadditives/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"seasoningmix/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"seasoningmix/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"seasoningmix/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"seasoningmix/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"seasoningmix/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"seasoningmix/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"seasoningmix/([^/]+)/embed/?$\";s:45:\"index.php?seasoningmix=$matches[1]&embed=true\";s:33:\"seasoningmix/([^/]+)/trackback/?$\";s:39:\"index.php?seasoningmix=$matches[1]&tb=1\";s:41:\"seasoningmix/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?seasoningmix=$matches[1]&paged=$matches[2]\";s:48:\"seasoningmix/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?seasoningmix=$matches[1]&cpage=$matches[2]\";s:37:\"seasoningmix/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?seasoningmix=$matches[1]&page=$matches[2]\";s:29:\"seasoningmix/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"seasoningmix/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"seasoningmix/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"seasoningmix/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"seasoningmix/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"seasoningmix/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=11&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:25:\"duplicator/duplicator.php\";i:2;s:25:\"duplicator/duplicator.php\";i:3;s:35:\"google-site-kit/google-site-kit.php\";i:4;s:13:\"pods/init.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '5.5', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:4:{i:0;s:78:\"/home/onelupxv/messagegroup.co.in/wp-content/themes/atrixCustom/front-page.php\";i:1;s:73:\"/home/onelupxv/messagegroup.co.in/wp-content/themes/atrixCustom/style.css\";i:2;s:74:\"/home/onelupxv/messagegroup.co.in/wp-content/themes/atrixCustom/header.php\";i:3;s:0:\"\";}', 'no'),
(40, 'template', 'atrixCustom', 'yes'),
(41, 'stylesheet', 'atrixCustom', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '53496', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:0:{}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '11', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1689493057', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:14:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}i:9;a:1:{s:7:\"content\";s:562:\"<div class=\"widget-title\">\n                            <h4>Contacts</h4>\n                        </div>\n                        <div class=\"widget-content\">\n                            <ul class=\"info-list clearfix\">\n                                <li>Flat 20, Reynolds Neck, North Helenaville, FV77 8WS</li>\n                                <li><a href=\"tel:23055873407\">+2(305) 587-3407</a></li>\n                                <li><a href=\"mailto:sample@example.com\">sample@example.com</a></li>\n                            </ul>\n                        </div>\";}i:10;a:1:{s:7:\"content\";s:345:\"<div class=\"copyright pull-left\">\n                    <p><a href=\"index.html\">Message Group</a> © All Right Reserved</p>\n                </div>\n                <ul class=\"footer-nav clearfix pull-right\">\n                    <li>Design By</li>\n                    <li><a href=\"https://www.rbian.in/\">Rbian Infotech</a></li>\n                </ul>\";}i:13;a:1:{s:7:\"content\";s:549:\"<ul class=\"info-list clearfix\">\n                                <li>Message Food Services,<br>\nHeera Panna Complex,<br>\nPost Office Road,<br>\nDhoraji - 360410.</li>\n                                <li><a\n                                        href=\"tel:+91 96628 45243\">+91 96628 45243</a>\n                                </li>\n                                <li><a\n                                        href=\"mailto:khyati@messagegroup.co.in\">khyati@messagegroup.co.in</a>\n                                </li>\n                            </ul>\";}i:14;a:1:{s:7:\"content\";s:2257:\"<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                &lt;figure class=\"\">\n                    &lt;img src=\"&lt;?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/messageFutureVision.png\' ?>\"\n                        alt=\"\">&lt;/img>\n                &lt;/figure>\n            &lt;/div>\n            &lt;div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                &lt;figure class=\"\">\n                    &lt;img src=\"&lt;?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/automap.png\' ?>\"\n                        alt=\"\">&lt;/img>\n                &lt;/figure>\n            &lt;/div>\n            &lt;div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                &lt;figure class=\"\">\n                    &lt;img src=\"&lt;?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/messageGreen.png\' ?>\"\n                        alt=\"\">&lt;/img>\n                &lt;/figure>\n            &lt;/div>\n            &lt;div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                &lt;figure class=\"\">\n                    &lt;img src=\"&lt;?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/Miss-me.png\' ?>\"\n                        alt=\"\">&lt;/img>\n                &lt;/figure>\n            &lt;/div>\n            &lt;div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                &lt;figure class=\"\">\n                    &lt;img src=\"&lt;?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/maxifry.png\' ?>\"\n                        alt=\"\">&lt;/img>\n                &lt;/figure>\n            &lt;/div>\n            &lt;div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                &lt;figure class=\"\">\n                    &lt;img src=\"&lt;?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/miracle.png\' ?>\"\n                        alt=\"\">&lt;/img>\n                &lt;/figure>\n            &lt;/div></code></pre>\n<!-- /wp:code -->\";}i:15;a:1:{s:7:\"content\";s:2050:\"<div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                <figure class=\"\">\n                    <img src=\"<?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/messageFutureVision.png\' ?>\"\n                        alt=\"\"></img>\n                </figure>\n            </div>\n            <div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                <figure class=\"\">\n                    <img src=\"<?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/automap.png\' ?>\"\n                        alt=\"\"></img>\n                </figure>\n            </div>\n            <div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                <figure class=\"\">\n                    <img src=\"<?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/messageGreen.png\' ?>\"\n                        alt=\"\"></img>\n                </figure>\n            </div>\n            <div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                <figure class=\"\">\n                    <img src=\"<?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/Miss-me.png\' ?>\"\n                        alt=\"\"></img>\n                </figure>\n            </div>\n            <div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                <figure class=\"\">\n                    <img src=\"<?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/maxifry.png\' ?>\"\n                        alt=\"\"></img>\n                </figure>\n            </div>\n            <div class=\"col-md-2 col-6 d-flex align-items-center justify-content-center mb-3 mb-md-0\">\n                <figure class=\"\">\n                    <img src=\"<?php echo get_home_url() . \'/wp-content/themes/atrixCustom/assets/images/miracle.png\' ?>\"\n                        alt=\"\"></img>\n                </figure>\n            </div>\";}i:16;a:1:{s:7:\"content\";s:549:\"<ul class=\"info-list clearfix\">\n                                <li>Message Food Services,<br>\nHeera Panna Complex,<br>\nPost Office Road,<br>\nDhoraji - 360410.</li>\n                                <li><a\n                                        href=\"tel:+91 96628 45243\">+91 96628 45243</a>\n                                </li>\n                                <li><a\n                                        href=\"mailto:khyati@messagegroup.co.in\">khyati@messagegroup.co.in</a>\n                                </li>\n                            </ul>\";}i:17;a:1:{s:7:\"content\";s:717:\"<ul class=\"footer-social-two clearfix\">\n                            <li><a href=\"https://www.facebook.com/profile.php?id=100089312430144&amp;mibextid=ZbWKwL\" target=\'_black\'><i class=\"fab fa-facebook-f\"></i></a></li>\n                            <li><a href=\"https://www.instagram.com/automap_message/?igshid=ZDdkNTZiNTM%3D\" target=\'_black\'><i class=\"fab fa-instagram\"></i></a></li>\n                            <li><a href=\"https://www.youtube.com/channel/UCsaVWvl6wd-dvJIRH4TJDgQ\" target=\'_black\'><i class=\"fab fa-youtube\"></i></a></li>\n                            <li><a href=\"https://www.linkedin.com/in/palak-maheta-68b340260/\" target=\'_black\'><i class=\"fab fa-linkedin\"></i></a></li>\n                        </ul>\";}i:18;a:1:{s:7:\"content\";s:14:\"[my_shortcode]\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:7:\"block-9\";i:6;s:8:\"block-14\";i:7;s:8:\"block-15\";i:8;s:8:\"block-13\";}s:11:\"pdf-content\";a:1:{i:0;s:8:\"block-18\";}s:17:\"footer-copyrights\";a:1:{i:0;s:8:\"block-10\";}s:15:\"contact-details\";a:1:{i:0;s:8:\"block-16\";}s:18:\"social-media-links\";a:1:{i:0;s:8:\"block-17\";}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:11:{i:1676475458;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1676489858;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676489883;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676505857;a:1:{s:30:\"tribe_schedule_transient_purge\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676517293;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676533058;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676533083;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676533086;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676549057;a:2:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1677051458;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'recovery_keys', 'a:0:{}', 'yes'),
(124, 'https_detection_errors', 'a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}', 'yes'),
(125, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1673943340;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'yes'),
(140, 'can_compress_scripts', '0', 'no'),
(147, 'finished_updating_comment_type', '1', 'yes'),
(162, 'current_theme', '', 'yes'),
(163, 'theme_mods_atrixCustom', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:2;s:15:\"max_mega_menu_1\";i:2;s:11:\"footer-menu\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:531;}', 'yes'),
(164, 'theme_switched', '', 'yes'),
(280, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(311, 'recently_activated', 'a:2:{s:25:\"media-sync/media-sync.php\";i:1676446101;s:21:\"megamenu/megamenu.php\";i:1676373240;}', 'yes'),
(323, 'widget_maxmegamenu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(324, 'widget_maxmegamenu_reusable_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(325, 'megamenu_install_date', '1674047492', 'yes'),
(326, 'megamenu_version', '3.1', 'yes'),
(327, 'megamenu_initial_version', '3.1', 'yes'),
(328, 'megamenu_multisite_share_themes', 'false', 'yes'),
(329, 'megamenu_settings', 'a:4:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:2:\"go\";s:7:\"primary\";a:14:{s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:7:\"fade_up\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:8:\"disabled\";s:19:\"effect_speed_mobile\";s:3:\"200\";s:5:\"theme\";s:7:\"default\";s:12:\"second_click\";s:2:\"go\";s:16:\"mobile_behaviour\";s:8:\"standard\";s:12:\"mobile_state\";s:12:\"collapse_all\";s:12:\"descriptions\";s:7:\"enabled\";s:6:\"unbind\";s:7:\"enabled\";s:9:\"container\";s:3:\"div\";s:15:\"active_instance\";s:1:\"0\";s:6:\"prefix\";s:8:\"disabled\";}}', 'yes'),
(332, 'megamenu_themes', 'a:1:{s:7:\"default\";a:221:{s:5:\"title\";s:7:\"Default\";s:8:\"arrow_up\";s:9:\"dash-f343\";s:10:\"arrow_down\";s:9:\"dash-f347\";s:10:\"arrow_left\";s:9:\"dash-f341\";s:11:\"arrow_right\";s:9:\"dash-f345\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:6:\"shadow\";s:2:\"on\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:11:\"transitions\";s:2:\"on\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:4:\"#222\";s:23:\"container_background_to\";s:4:\"#222\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:20:\"menu_item_link_color\";s:7:\"#ffffff\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:7:\"#ffffff\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:4:\"#333\";s:29:\"menu_item_background_hover_to\";s:4:\"#333\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:7:\"#f1f1f1\";s:19:\"panel_background_to\";s:7:\"#f1f1f1\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"768px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:14:\"mobile_columns\";s:1:\"1\";s:10:\"custom_css\";s:67:\"/** Push menu onto new line **/ \r\n#{$wrap} { \r\n    clear: both; \r\n}\";s:6:\"resets\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}', 'yes'),
(333, 'megamenu_themes_last_updated', 'default', 'yes'),
(334, 'megamenu_toggle_blocks', 'a:1:{s:7:\"default\";a:1:{i:0;a:6:{s:4:\"type\";s:20:\"menu_toggle_animated\";s:5:\"align\";s:5:\"right\";s:5:\"style\";s:6:\"slider\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:10:\"icon_scale\";s:3:\"0.8\";s:10:\"aria_label\";s:11:\"Toggle Menu\";}}}', 'yes'),
(335, 'megamenu_locations', 'a:0:{}', 'yes'),
(400, 'site_logo', '531', 'yes'),
(453, 'acf_version', '6.0.7', 'yes'),
(465, 'wp_calendar_block_has_published_posts', '', 'yes'),
(473, 'recovery_mode_email_last_sent', '1674104792', 'yes'),
(539, 'category_children', 'a:0:{}', 'yes'),
(670, 'WPLANG', '', 'yes'),
(742, 'cfs_next_field_id', '2', 'yes'),
(743, 'cfs_version', '2.6.2.1', 'yes'),
(1089, 'pods_framework_upgraded_1_x', '2', 'yes'),
(1090, 'tribe_last_updated_option', '1674475457.7315', 'yes'),
(1091, 'pods_framework_version_first', '2.9.11', 'yes'),
(1096, 'pods_component_settings', '{\"components\":{\"templates\":[],\"migrate-packages\":[]}}', 'yes'),
(1097, 'pods_framework_version', '2.9.11', 'yes'),
(1098, 'pods_framework_db_version', '2.3.5', 'yes'),
(1121, 'widget_pods_widget_single', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1122, 'widget_pods_widget_list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1123, 'widget_pods_widget_field', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1124, 'widget_pods_widget_form', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1125, 'widget_pods_widget_view', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1135, 'wisdom_notification_times', 'a:1:{s:4:\"pods\";i:1674475458;}', 'yes'),
(1146, 'wisdom_block_notice', 'a:1:{s:4:\"pods\";s:4:\"pods\";}', 'yes'),
(6402, 'duplicator_version_plugin', '1.5.2.1', 'yes'),
(6403, 'duplicator_activated', 'a:1:{s:4:\"lite\";i:1676373442;}', 'yes'),
(6555, 'ms_sg_scan_sub_dir', '', 'yes'),
(6556, 'ms_sg_use_dry_run', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(6557, 'ms_sg_file_post_date', 'default', 'yes'),
(6558, 'ms_sg_use_debug', '0', 'yes'),
(7164, 'duplicator_pro_exe_safe_mode', '0', 'yes'),
(7165, 'duplicator_activate_plugins_after_installation', 'a:0:{}', 'yes'),
(7167, 'duplicator_migration_data', '{\n    \"time\": 1676472506,\n    \"installType\": -1,\n    \"restoreBackupMode\": false,\n    \"recoveryMode\": false,\n    \"archivePath\": \"\\/home\\/onelupxv\\/messagegroup.co.in\\/20230214_messagegroup_552084436b5f710f3493_20230215143042_archive.daf\",\n    \"packageHash\": \"5520844-15143042\",\n    \"installerPath\": \"\\/home\\/onelupxv\\/messagegroup.co.in\\/installer.php\",\n    \"installerBootLog\": \"\\/home\\/onelupxv\\/messagegroup.co.in\\/dup-installer-bootlog__f17537e-15143042.txt\",\n    \"installerLog\": \"\\/home\\/onelupxv\\/messagegroup.co.in\\/dup-installer\\/dup-installer-log__f17537e-15143042.txt\",\n    \"dupInstallerPath\": \"\\/home\\/onelupxv\\/messagegroup.co.in\\/dup-installer\",\n    \"origFileFolderPath\": \"\\/home\\/onelupxv\\/messagegroup.co.in\\/dup-installer\\/original_files_5520844-15143042\",\n    \"safeMode\": 0,\n    \"cleanInstallerFiles\": true\n}', 'no'),
(7168, '_transient_timeout_pods_pods_components_refresh-2911', '1676515708', 'no'),
(7169, '_transient_pods_pods_components_refresh-2911', '1', 'no'),
(7170, '_transient_timeout_pods_pods_components-2911', '1677077308', 'no'),
(7171, '_transient_pods_pods_components-2911', 'a:11:{s:22:\"advanced-content-types\";a:25:{s:2:\"ID\";s:22:\"advanced-content-types\";s:4:\"Name\";s:22:\"Advanced Content Types\";s:9:\"ShortName\";s:22:\"Advanced Content Types\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Advanced Content Types\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:252:\"A content type that exists outside of the WordPress post and postmeta table and uses custom tables instead. You most likely don\'t need these and we strongly recommend that you use Custom Post Types or Custom Taxonomies instead. FOR ADVANCED USERS ONLY.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:27:\"Pods_Advanced_Content_Types\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:26:\"Advanced-Content-Types.php\";}s:22:\"advanced-relationships\";a:25:{s:2:\"ID\";s:22:\"advanced-relationships\";s:4:\"Name\";s:22:\"Advanced Relationships\";s:9:\"ShortName\";s:22:\"Advanced Relationships\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Advanced Relationships\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:187:\"Add advanced relationship objects for relating to including Database Tables, Multisite Networks, Multisite Sites, Themes, Page Templates, Sidebars, Post Type Objects, and Taxonomy Objects\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:27:\"Pods_Advanced_Relationships\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:26:\"Advanced-Relationships.php\";}s:19:\"builder-integration\";a:25:{s:2:\"ID\";s:19:\"builder-integration\";s:4:\"Name\";s:19:\"Builder Integration\";s:9:\"ShortName\";s:19:\"Builder Integration\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:19:\"Builder Integration\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:169:\"Integration with the <a href=\"http://ithemes.com/\">Builder</a> theme / child themes from <a href=\"http://ithemes.com/\">iThemes</a>; Adds new modules to the Layout engine\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:11:\"Integration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:12:\"Pods_Builder\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:29:\"pods-builder/pods-builder.php\";s:8:\"External\";b:0;s:4:\"File\";s:19:\"Builder/Builder.php\";}s:15:\"markdown-syntax\";a:25:{s:2:\"ID\";s:15:\"markdown-syntax\";s:4:\"Name\";s:15:\"Markdown Syntax\";s:9:\"ShortName\";s:15:\"Markdown Syntax\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:15:\"Markdown Syntax\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:138:\"Integration with Markdown (http://michelf.com/projects/php-markdown/); Adds an option to enable Markdown syntax for Paragraph text fields.\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:11:\"Field Types\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:13:\"Pods_Markdown\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:12:\"Markdown.php\";}s:50:\"migrate-import-from-the-custom-post-type-ui-plugin\";a:25:{s:2:\"ID\";s:50:\"migrate-import-from-the-custom-post-type-ui-plugin\";s:4:\"Name\";s:51:\"Migrate: Import from the Custom Post Type UI plugin\";s:9:\"ShortName\";s:51:\"Migrate: Import from the Custom Post Type UI plugin\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:14:\"Migrate CPT UI\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:186:\"Import Custom Post Types and Taxonomies from Custom Post Type UI (<a href=\"http://webdevstudios.com/plugin/custom-post-type-ui/\">http://webdevstudios.com/plugin/custom-post-type-ui/</a>)\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:18:\"Pods_Migrate_CPTUI\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:69:\"pods-migrate-custom-post-type-ui/pods-migrate-custom-post-type-ui.php\";s:8:\"External\";b:0;s:4:\"File\";s:31:\"Migrate-CPTUI/Migrate-CPTUI.php\";}s:16:\"migrate-packages\";a:25:{s:2:\"ID\";s:16:\"migrate-packages\";s:4:\"Name\";s:22:\"Import/Export Packages\";s:9:\"ShortName\";s:22:\"Import/Export Packages\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Import/Export Packages\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:121:\"Import/Export your Pods, Fields, and other settings from any Pods site; Includes an API to Import/Export Packages via PHP\";s:7:\"Version\";s:3:\"2.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:21:\"Pods_Migrate_Packages\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:47:\"pods-migrate-packages/pods-migrate-packages.php\";s:8:\"External\";b:0;s:4:\"File\";s:37:\"Migrate-Packages/Migrate-Packages.php\";}s:5:\"pages\";a:25:{s:2:\"ID\";s:5:\"pages\";s:4:\"Name\";s:5:\"Pages\";s:9:\"ShortName\";s:5:\"Pages\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:9:\"Pod Pages\";s:8:\"MenuPage\";s:29:\"edit.php?post_type=_pods_page\";s:11:\"MenuAddPage\";s:33:\"post-new.php?post_type=_pods_page\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:170:\"Creates advanced URL structures using wildcards in order to enable the front-end display of Pods Advanced Content Types. Not recommended for use with other content types.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:10:\"Pods_Pages\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:9:\"Pages.php\";}s:22:\"roles-and-capabilities\";a:25:{s:2:\"ID\";s:22:\"roles-and-capabilities\";s:4:\"Name\";s:22:\"Roles and Capabilities\";s:9:\"ShortName\";s:22:\"Roles and Capabilities\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:24:\"Roles &amp; Capabilities\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:379:\"Create and Manage WordPress User Roles and Capabilities; Uses the \'<a href=\"http://wordpress.org/plugins/members/\" target=\"_blank\" rel=\"noopener noreferrer\">Members</a>\' plugin filters for additional plugin integrations; Portions of code based on the \'<a href=\"http://wordpress.org/plugins/members/\" target=\"_blank\" rel=\"noopener noreferrer\">Members</a>\' plugin by Justin Tadlock\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:5:\"Tools\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:10:\"Pods_Roles\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:15:\"Roles/Roles.php\";}s:13:\"table-storage\";a:25:{s:2:\"ID\";s:13:\"table-storage\";s:4:\"Name\";s:13:\"Table Storage\";s:9:\"ShortName\";s:13:\"Table Storage\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:13:\"Table Storage\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:108:\"Enable a custom database table for your custom fields on Post Types, Media, Taxonomies, Users, and Comments.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:18:\"Pods_Table_Storage\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:17:\"Table-Storage.php\";}s:9:\"templates\";a:25:{s:2:\"ID\";s:9:\"templates\";s:4:\"Name\";s:9:\"Templates\";s:9:\"ShortName\";s:9:\"Templates\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:13:\"Pod Templates\";s:8:\"MenuPage\";s:33:\"edit.php?post_type=_pods_template\";s:11:\"MenuAddPage\";s:37:\"post-new.php?post_type=_pods_template\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:114:\"An easy to use templating engine for Pods. Use {@field_name} magic tags to output values, within your HTML markup.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:14:\"Pods_Templates\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:23:\"Templates/Templates.php\";}s:20:\"translate-pods-admin\";a:25:{s:2:\"ID\";s:20:\"translate-pods-admin\";s:4:\"Name\";s:20:\"Translate Pods Admin\";s:9:\"ShortName\";s:20:\"Translate Pods Admin\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:14:\"Translate Pods\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:45:\"Allow UI of Pods and fields to be translated.\";s:7:\"Version\";s:3:\"1.1\";s:8:\"Category\";s:4:\"I18n\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:19:\"Pods_Component_I18n\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:13:\"I18n/I18n.php\";}}', 'no'),
(7172, '_transient_timeout_pods_dd32e5b70608042a6d8de6ae964e02bf', '1677077308', 'no'),
(7173, '_transient_pods_dd32e5b70608042a6d8de6ae964e02bf', 'a:0:{}', 'no'),
(7174, '_transient_timeout_pods_5c57fd749d5ee8591aab5c825f79e965', '1677077308', 'no'),
(7175, '_transient_pods_5c57fd749d5ee8591aab5c825f79e965', 'a:0:{}', 'no'),
(7176, '_transient_timeout_pods_c24c6af9912943cb9a8949acd14b9cfb', '1677077308', 'no'),
(7177, '_transient_pods_c24c6af9912943cb9a8949acd14b9cfb', 'a:0:{}', 'no'),
(7178, '_transient_timeout_pods_ebf948fcb51bc546bcd6bc75fea28a8e', '1677077308', 'no'),
(7179, '_transient_pods_ebf948fcb51bc546bcd6bc75fea28a8e', 'a:0:{}', 'no'),
(7180, '_transient_timeout_pods_ccd98028049ed1377ed6a8c79862f044', '1677077308', 'no'),
(7181, '_transient_pods_ccd98028049ed1377ed6a8c79862f044', 'a:0:{}', 'no'),
(7182, '_transient_timeout_pods_774b54c1f1a4b08b2abe1b310d1507cc', '1677077308', 'no'),
(7183, '_transient_pods_774b54c1f1a4b08b2abe1b310d1507cc', 'a:0:{}', 'no'),
(7184, '_transient_timeout_pods_3b12b7898bd987ad034e3177d7f26c99', '1677077308', 'no'),
(7185, '_transient_pods_3b12b7898bd987ad034e3177d7f26c99', 'a:0:{}', 'no'),
(7186, '_transient_timeout_pods_pods_core_loader_objects-2911', '1677077308', 'no'),
(7187, '_transient_pods_pods_core_loader_objects-2911', 'a:5:{s:10:\"taxonomies\";a:0:{}s:5:\"media\";b:0;s:4:\"user\";b:0;s:7:\"comment\";b:0;s:8:\"settings\";a:0:{}}', 'no'),
(7188, '_transient_timeout_pods_pods_wp_cpt_ct-2911', '1677077308', 'no'),
(7189, '_transient_pods_pods_wp_cpt_ct-2911', 'a:3:{s:10:\"post_types\";a:1:{s:14:\"_pods_template\";b:0;}s:10:\"taxonomies\";a:0:{}s:22:\"post_format_post_types\";a:0:{}}', 'no'),
(7190, '_transient_timeout_pods_817be2099539de863a03ee1b3c0a35df', '1677077308', 'no'),
(7191, '_transient_pods_817be2099539de863a03ee1b3c0a35df', 'a:0:{}', 'no'),
(7192, '_transient_timeout_pods_cf23d90c28378a4e81e918b18ec449b4', '1677077308', 'no'),
(7193, '_transient_pods_cf23d90c28378a4e81e918b18ec449b4', 'a:0:{}', 'no'),
(7194, '_transient_timeout_pods_pods_blocks_js-2911', '1677077308', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7195, '_transient_pods_pods_blocks_js-2911', 'a:6:{i:0;a:15:{s:9:\"blockName\";s:21:\"pods/pods-block-field\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:16:\"Pods Field Value\";s:11:\"description\";s:56:\"Display a single Pod item\'s field value (custom fields).\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:5:{i:0;s:4:\"pods\";i:1;s:5:\"field\";i:2;s:5:\"value\";i:3;s:6:\"custom\";i:4;s:4:\"meta\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:3:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:1:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:39:\"Defaults to using the current pod item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:2;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:43:\"This is the field name you want to display.\";s:5:\"label\";s:10:\"Field Name\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:5:\"field\";}}s:10:\"attributes\";a:8:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"field\";a:1:{s:4:\"type\";s:6:\"string\";}}s:10:\"transforms\";a:1:{s:4:\"from\";a:1:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:3:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:5:\"field\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"field\";}}s:13:\"isMatchConfig\";a:1:{i:0;a:2:{s:4:\"name\";s:5:\"field\";s:8:\"required\";b:1;}}}}}}i:1;a:15:{s:9:\"blockName\";s:20:\"pods/pods-block-form\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:9:\"Pods Form\";s:11:\"description\";s:50:\"Display a form for creating and editing Pod items.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:3:{i:0;s:4:\"pods\";i:1;s:4:\"form\";i:2;s:5:\"input\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:6:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:1:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:38:\"Use this to enable editing of an item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:2;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:83:\"Comma-separated list of the Pod Fields you want to include. Default is to show all.\";s:5:\"label\";s:11:\"Form Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:6:\"fields\";}i:3;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:51:\"The label to show in the submit button of the form.\";s:5:\"label\";s:19:\"Submit Button Label\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:5:\"label\";}i:4;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:177:\"After someone submits the form, they can be redirected anywhere you would like. You can reference the saved item ID by using \"X_ID_X\" in the URL. The default is to not redirect.\";s:5:\"label\";s:12:\"Redirect URL\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:9:\"thank_you\";}i:5;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:11:\"Output Type\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}i:1;a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}i:2;a:2:{s:5:\"label\";s:24:\"Paragraph elements (<p>)\";s:5:\"value\";s:1:\"p\";}i:3;a:2:{s:5:\"label\";s:20:\"Table rows (<table>)\";s:5:\"value\";s:5:\"table\";}}s:4:\"help\";s:217:\"Choose how you want your form HTML to be set up. This allows you flexibility to build and style your forms with any CSS customizations you would like. Some output types are naturally laid out better in certain themes.\";s:5:\"label\";s:11:\"Output Type\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}}s:4:\"name\";s:16:\"form_output_type\";}}s:10:\"attributes\";a:11:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"fields\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"label\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"thank_you\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"form_output_type\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}}}s:10:\"transforms\";a:1:{s:4:\"from\";a:2:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:9:\"pods-form\";s:10:\"attributes\";a:6:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:6:\"fields\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:6:\"fields\";}s:5:\"label\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"label\";}s:9:\"thank_you\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:9:\"thank_you\";}s:16:\"form_output_type\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:16:\"form_output_type\";}}s:13:\"isMatchConfig\";a:1:{i:0;a:2:{s:4:\"name\";s:4:\"name\";s:8:\"required\";b:0;}}}i:1;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:6:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:6:\"fields\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:6:\"fields\";}s:5:\"label\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"label\";}s:9:\"thank_you\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:9:\"thank_you\";}s:16:\"form_output_type\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:16:\"form_output_type\";}}s:13:\"isMatchConfig\";a:1:{i:0;a:2:{s:4:\"name\";s:4:\"form\";s:8:\"required\";b:1;}}}}}}i:2;a:15:{s:9:\"blockName\";s:20:\"pods/pods-block-list\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:14:\"Pods Item List\";s:11:\"description\";s:24:\"List multiple Pod items.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:3:{i:0;s:4:\"pods\";i:1;s:4:\"item\";i:2;s:4:\"list\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:1:{i:0;s:8:\"postType\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:18:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:1:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Template\";s:7:\"options\";a:1:{i:0;a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:4:\"help\";s:168:\"You can choose a previously saved Pods Template here. We recommend saving your Pods Templates with our Templates component so you can enjoy the full editing experience.\";s:5:\"label\";s:8:\"Template\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:8:\"template\";}i:2;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:149:\"You can specify a custom template to use, it accepts HTML and magic tags. Any content here will override whatever Template you may have chosen above.\";s:5:\"label\";s:15:\"Custom Template\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:15:\"template_custom\";}i:3;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:247:\"This content will appear before the list of templated items. A useful way to use this option is if you have a template that uses \"li\" HTML tags, you can use the \"ul\" HTML tag to start an unordered list. This will only be shown if items were found.\";s:5:\"label\";s:19:\"Content Before List\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:14:\"content_before\";}i:4;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:245:\"This content will appear after the list of templated items. A useful way to use this option is if you have a template that uses \"li\" HTML tags, you can use the \"/ul\" HTML tag to end an unordered list. This will only be shown if items were found.\";s:5:\"label\";s:18:\"Content After List\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:13:\"content_after\";}i:5;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:77:\"If there are no items shown, this content will be shown in the block\'s place.\";s:5:\"label\";s:17:\"Not Found Content\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:21:\"No content was found.\";}s:4:\"name\";s:9:\"not_found\";}i:6;a:4:{s:4:\"type\";s:13:\"NumberControl\";s:12:\"fieldOptions\";a:5:{s:18:\"isShiftStepEnabled\";b:0;s:9:\"shiftStep\";b:0;s:4:\"step\";i:1;s:4:\"help\";s:346:\"Specify the number of items to show but keep in mind that the more items you show the longer it may take for the page to load. You should avoid using \"-1\" here unless you know what you\'re doing. If your pod has many items, it could stop the page from loading and cause errors. Default number of items to show is to show 15 items. See also: find()\";s:5:\"label\";s:5:\"Limit\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:15;}s:4:\"name\";s:5:\"limit\";}i:7;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:256:\"You can specify what field to order by here. That could be t.post_title ASC or you may want to use a custom field like my_field.meta_value ASC. The normal MySQL syntax works here, so you can sort ascending with ASC or descending with DESC. See also: find()\";s:5:\"label\";s:8:\"Order By\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:7:\"orderby\";}i:8;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:290:\"You can specify what field to restrict the item list by here. That could be t.post_title LIKE \"%repairs%\" or you may want to reference a custom field like  my_field.meta_value = \"123\". For a list of all things available for you to query, follow the find() Notation Options. See also: find()\";s:5:\"label\";s:5:\"Where\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:5:\"where\";}i:9;a:4:{s:4:\"type\";s:15:\"CheckboxControl\";s:12:\"fieldOptions\";a:3:{s:7:\"heading\";s:17:\"Enable Pagination\";s:5:\"label\";s:3:\"Yes\";s:4:\"help\";s:116:\"Whether to show pagination for the list of items. This will only show if there is more than one page of items found.\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:4:\"name\";s:10:\"pagination\";}i:10;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:19:\"Pagination Location\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}i:1;a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}i:2;a:2:{s:5:\"label\";s:21:\"Before and After list\";s:5:\"value\";s:4:\"both\";}}s:4:\"help\";s:36:\"The location to show the pagination.\";s:5:\"label\";s:19:\"Pagination Location\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:4:\"name\";s:19:\"pagination_location\";}i:11;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:15:\"Pagination Type\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}i:1;a:2:{s:5:\"label\";s:28:\"Previous and Next Links only\";s:5:\"value\";s:6:\"simple\";}i:2;a:2:{s:5:\"label\";s:64:\"Use an unordered list with paginate_links() native functionality\";s:5:\"value\";s:4:\"list\";}i:3;a:2:{s:5:\"label\";s:47:\"Use basic paginate_links() native functionality\";s:5:\"value\";s:8:\"paginate\";}}s:4:\"help\";s:43:\"Choose which kind of pagination to display.\";s:5:\"label\";s:15:\"Pagination Type\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}}s:4:\"name\";s:15:\"pagination_type\";}i:12;a:4:{s:4:\"type\";s:15:\"CheckboxControl\";s:12:\"fieldOptions\";a:3:{s:7:\"heading\";s:14:\"Enable Filters\";s:5:\"label\";s:3:\"Yes\";s:4:\"help\";s:46:\"Whether to show filters for the list of items.\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:4:\"name\";s:14:\"filters_enable\";}i:13;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:115:\"Comma-separated list of fields you want to allow filtering by. Default is to just show a text field to search with.\";s:5:\"label\";s:13:\"Filter Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:7:\"filters\";}i:14;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:55:\"The label to show for the filters. Default is \"Search\".\";s:5:\"label\";s:20:\"Custom Filters Label\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:13:\"filters_label\";}i:15;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:16:\"Filters Location\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}i:1;a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:4:\"help\";s:33:\"The location to show the filters.\";s:5:\"label\";s:16:\"Filters Location\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}}s:4:\"name\";s:16:\"filters_location\";}i:16;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:10:\"Cache Mode\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}i:1;a:2:{s:5:\"label\";s:12:\"Object Cache\";s:5:\"value\";s:5:\"cache\";}i:2;a:2:{s:5:\"label\";s:9:\"Transient\";s:5:\"value\";s:9:\"transient\";}i:3;a:2:{s:5:\"label\";s:14:\"Site Transient\";s:5:\"value\";s:14:\"site-transient\";}}s:4:\"help\";s:34:\"The mode to cache the output with.\";s:5:\"label\";s:10:\"Cache Mode\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:4:\"name\";s:10:\"cache_mode\";}i:17;a:4:{s:4:\"type\";s:13:\"NumberControl\";s:12:\"fieldOptions\";a:5:{s:18:\"isShiftStepEnabled\";b:0;s:9:\"shiftStep\";b:0;s:4:\"step\";i:1;s:4:\"help\";s:48:\"Set how long to cache the output for in seconds.\";s:5:\"label\";s:7:\"Expires\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}s:4:\"name\";s:7:\"expires\";}}s:10:\"attributes\";a:23:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:8:\"template\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:15:\"template_custom\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"content_before\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"content_after\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"not_found\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:21:\"No content was found.\";}s:5:\"limit\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:15;}s:7:\"orderby\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"where\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"pagination\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:19:\"pagination_location\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:15:\"pagination_type\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}}s:14:\"filters_enable\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:7:\"filters\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"filters_label\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"filters_location\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}}s:10:\"cache_mode\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:7:\"expires\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}}s:10:\"transforms\";a:1:{s:4:\"from\";a:1:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:18:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:8:\"template\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:8:\"template\";}s:15:\"template_custom\";a:3:{s:4:\"type\";s:7:\"content\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:15:\"template_custom\";}s:14:\"content_before\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:14:\"content_before\";}s:13:\"content_after\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:13:\"content_after\";}s:9:\"not_found\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:9:\"not_found\";}s:5:\"limit\";a:3:{s:4:\"type\";s:7:\"integer\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"limit\";}s:7:\"orderby\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:7:\"orderby\";}s:5:\"where\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"where\";}s:10:\"pagination\";a:3:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:10:\"pagination\";}s:19:\"pagination_location\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:19:\"pagination_location\";}s:15:\"pagination_type\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:15:\"pagination_type\";}s:14:\"filters_enable\";a:3:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:14:\"filters_enable\";}s:7:\"filters\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:7:\"filters\";}s:13:\"filters_label\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:13:\"filters_label\";}s:16:\"filters_location\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:16:\"filters_location\";}s:10:\"cache_mode\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:10:\"cache_mode\";}s:7:\"expires\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:7:\"expires\";}}s:13:\"isMatchConfig\";a:4:{i:0;a:2:{s:4:\"name\";s:4:\"slug\";s:8:\"excluded\";b:1;}i:1;a:2:{s:4:\"name\";s:5:\"field\";s:8:\"excluded\";b:1;}i:2;a:2:{s:4:\"name\";s:4:\"form\";s:8:\"excluded\";b:1;}i:3;a:2:{s:4:\"name\";s:4:\"view\";s:8:\"excluded\";b:1;}}}}}}i:3;a:15:{s:9:\"blockName\";s:22:\"pods/pods-block-single\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:16:\"Pods Single Item\";s:11:\"description\";s:26:\"Display a single Pod item.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:4:{i:0;s:4:\"pods\";i:1;s:6:\"single\";i:2;s:4:\"item\";i:3;s:5:\"field\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:4:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:1:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:39:\"Defaults to using the current pod item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:2;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Template\";s:7:\"options\";a:1:{i:0;a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:4:\"help\";s:168:\"You can choose a previously saved Pods Template here. We recommend saving your Pods Templates with our Templates component so you can enjoy the full editing experience.\";s:5:\"label\";s:8:\"Template\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:8:\"template\";}i:3;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:149:\"You can specify a custom template to use, it accepts HTML and magic tags. Any content here will override whatever Template you may have chosen above.\";s:5:\"label\";s:15:\"Custom Template\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:15:\"template_custom\";}}s:10:\"attributes\";a:9:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"template\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:15:\"template_custom\";a:1:{s:4:\"type\";s:6:\"string\";}}s:10:\"transforms\";a:1:{s:4:\"from\";a:1:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:4:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:8:\"template\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:8:\"template\";}s:15:\"template_custom\";a:3:{s:4:\"type\";s:7:\"content\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:15:\"template_custom\";}}s:13:\"isMatchConfig\";a:17:{i:0;a:2:{s:4:\"name\";s:5:\"field\";s:8:\"excluded\";b:1;}i:1;a:2:{s:4:\"name\";s:4:\"form\";s:8:\"excluded\";b:1;}i:2;a:2:{s:4:\"name\";s:4:\"view\";s:8:\"excluded\";b:1;}i:3;a:2:{s:4:\"name\";s:14:\"content_before\";s:8:\"excluded\";b:1;}i:4;a:2:{s:4:\"name\";s:13:\"content_after\";s:8:\"excluded\";b:1;}i:5;a:2:{s:4:\"name\";s:9:\"not_found\";s:8:\"excluded\";b:1;}i:6;a:2:{s:4:\"name\";s:5:\"limit\";s:8:\"excluded\";b:1;}i:7;a:2:{s:4:\"name\";s:7:\"orderby\";s:8:\"excluded\";b:1;}i:8;a:2:{s:4:\"name\";s:5:\"where\";s:8:\"excluded\";b:1;}i:9;a:2:{s:4:\"name\";s:10:\"pagination\";s:8:\"excluded\";b:1;}i:10;a:2:{s:4:\"name\";s:19:\"pagination_location\";s:8:\"excluded\";b:1;}i:11;a:2:{s:4:\"name\";s:15:\"pagination_type\";s:8:\"excluded\";b:1;}i:12;a:2:{s:4:\"name\";s:7:\"filters\";s:8:\"excluded\";b:1;}i:13;a:2:{s:4:\"name\";s:13:\"filters_label\";s:8:\"excluded\";b:1;}i:14;a:2:{s:4:\"name\";s:16:\"filters_location\";s:8:\"excluded\";b:1;}i:15;a:2:{s:4:\"name\";s:10:\"cache_mode\";s:8:\"excluded\";b:1;}i:16;a:2:{s:4:\"name\";s:7:\"expires\";s:8:\"excluded\";b:1;}}}}}}i:4;a:15:{s:9:\"blockName\";s:34:\"pods/pods-block-single-list-fields\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:30:\"Pods Single Item - List Fields\";s:11:\"description\";s:37:\"Display fields for a single Pod item.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:5:{i:0;s:4:\"pods\";i:1;s:6:\"single\";i:2;s:4:\"item\";i:3;s:4:\"list\";i:4;s:6:\"fields\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:5:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:1:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:39:\"Defaults to using the current pod item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:2;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:11:\"Output Type\";s:7:\"options\";a:5:{i:0;a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}i:1;a:2:{s:5:\"label\";s:23:\"Description list (<dl>)\";s:5:\"value\";s:2:\"dl\";}i:2;a:2:{s:5:\"label\";s:24:\"Paragraph elements (<p>)\";s:5:\"value\";s:1:\"p\";}i:3;a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}i:4;a:2:{s:5:\"label\";s:20:\"Table rows (<table>)\";s:5:\"value\";s:5:\"table\";}}s:4:\"help\";s:220:\"Choose how you want your output HTML to be set up. This allows you flexibility to build and style your output with any CSS customizations you would like. Some output types are naturally laid out better in certain themes.\";s:5:\"label\";s:11:\"Output Type\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}}s:4:\"name\";s:19:\"display_output_type\";}i:3;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:122:\"Comma-separated list of the Pod Fields you want to display. Default is to show all. Use this OR the Exclude Fields option.\";s:5:\"label\";s:14:\"Display Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:14:\"display_fields\";}i:4;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:135:\"Comma-separated list of the Pod Fields you want to exclude from display. Default is to show all. Use this OR the Display Fields option.\";s:5:\"label\";s:14:\"Exclude Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:14:\"exclude_fields\";}}s:10:\"attributes\";a:10:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:19:\"display_output_type\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}}s:14:\"display_fields\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"exclude_fields\";a:1:{s:4:\"type\";s:6:\"string\";}}s:10:\"transforms\";a:0:{}}i:5;a:15:{s:9:\"blockName\";s:20:\"pods/pods-block-view\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:9:\"Pods View\";s:11:\"description\";s:49:\"Include a file from a theme, with caching options\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:3:{i:0;s:4:\"pods\";i:1;s:4:\"view\";i:2;s:7:\"include\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:0:{}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:3:{i:0;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:117:\"This is the file location relative to your theme or child theme folder. For example: my-text.php or parts/ad-spot.php\";s:5:\"label\";s:26:\"File to include from theme\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"view\";}i:1;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:10:\"Cache Mode\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}i:1;a:2:{s:5:\"label\";s:12:\"Object Cache\";s:5:\"value\";s:5:\"cache\";}i:2;a:2:{s:5:\"label\";s:9:\"Transient\";s:5:\"value\";s:9:\"transient\";}i:3;a:2:{s:5:\"label\";s:14:\"Site Transient\";s:5:\"value\";s:14:\"site-transient\";}}s:4:\"help\";s:34:\"The mode to cache the output with.\";s:5:\"label\";s:10:\"Cache Mode\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:4:\"name\";s:10:\"cache_mode\";}i:2;a:4:{s:4:\"type\";s:13:\"NumberControl\";s:12:\"fieldOptions\";a:5:{s:18:\"isShiftStepEnabled\";b:0;s:9:\"shiftStep\";b:0;s:4:\"step\";i:1;s:4:\"help\";s:48:\"Set how long to cache the output for in seconds.\";s:5:\"label\";s:7:\"Expires\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}s:4:\"name\";s:7:\"expires\";}}s:10:\"attributes\";a:8:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"view\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"cache_mode\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:7:\"expires\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}}s:10:\"transforms\";a:1:{s:4:\"from\";a:1:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:1:{s:4:\"view\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"view\";}}s:13:\"isMatchConfig\";a:1:{i:0;a:2:{s:4:\"name\";s:4:\"view\";s:8:\"required\";b:1;}}}}}}}', 'no'),
(7198, '_transient_timeout_pods_0b2a8b4eb29fbac90c39cffc2029884d', '1677077308', 'no'),
(7199, '_transient_pods_0b2a8b4eb29fbac90c39cffc2029884d', 'a:0:{}', 'no'),
(7200, '_transient_timeout_pods_pods_pfat_the_pods-2911', '1677077308', 'no'),
(7201, '_transient_pods_pods_pfat_the_pods-2911', 'a:0:{}', 'no'),
(7202, '_transient_timeout_pods_pods_pfat_auto_pods-2911', '1677077308', 'no'),
(7203, '_transient_pods_pods_pfat_auto_pods-2911', 'a:0:{}', 'no'),
(7219, 'duplicator_settings', 'a:17:{s:7:\"version\";s:7:\"1.5.2.1\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;}', 'yes'),
(7220, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1676473346;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}', 'no'),
(7221, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676474089;s:8:\"response\";a:1:{s:13:\"pods/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:18:\"w.org/plugins/pods\";s:4:\"slug\";s:4:\"pods\";s:6:\"plugin\";s:13:\"pods/init.php\";s:11:\"new_version\";s:8:\"2.9.11.1\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/pods/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/pods.2.9.11.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:57:\"https://ps.w.org/pods/assets/icon-256x256.png?rev=1667333\";s:2:\"1x\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=2617499\";s:3:\"svg\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=2617499\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:59:\"https://ps.w.org/pods/assets/banner-772x250.png?rev=1667333\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"6.0.7\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:7:\"1.5.2.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicator.1.5.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2605836\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2605835\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:6:\"1.94.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/google-site-kit.1.94.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=2181376\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=2181376\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=2513620\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=2513620\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}s:7:\"checked\";a:4:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.0.7\";s:25:\"duplicator/duplicator.php\";s:7:\"1.5.2.1\";s:13:\"pods/init.php\";s:6:\"2.9.11\";s:35:\"google-site-kit/google-site-kit.php\";s:6:\"1.94.0\";}}', 'no'),
(7222, '_site_transient_timeout_theme_roots', '1676475146', 'no'),
(7223, '_site_transient_theme_roots', 'a:2:{s:11:\"atrixCustom\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}', 'no'),
(7224, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676473346;s:7:\"checked\";a:2:{s:11:\"atrixCustom\";s:5:\"1.0.0\";s:15:\"twentytwentyone\";s:3:\"1.7\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(7227, '_transient_timeout_pods_pods_field_types-2911', '1677078147', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7228, '_transient_pods_pods_field_types-2911', 'a:22:{s:4:\"text\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Plain Text\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"website\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:7:\"website\";s:5:\"label\";s:7:\"Website\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"phone\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"email\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"E-mail\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"password\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:9:\"paragraph\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:20:\"Plain Paragraph Text\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"wysiwyg\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"label\";s:23:\"WYSIWYG (Visual Editor)\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"code\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:4:\"code\";s:5:\"label\";s:26:\"Code (Syntax Highlighting)\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"datetime\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:8:\"datetime\";s:5:\"label\";s:11:\"Date / Time\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:11:\"Y-m-d H:i:s\";s:11:\"empty_value\";s:19:\"0000-00-00 00:00:00\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"date\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:4:\"date\";s:5:\"label\";s:4:\"Date\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:5:\"Y-m-d\";s:11:\"empty_value\";s:10:\"0000-00-00\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"time\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:4:\"time\";s:5:\"label\";s:4:\"Time\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:5:\"H:i:s\";s:11:\"empty_value\";s:0:\"\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:6:\"number\";a:7:{s:5:\"group\";s:6:\"Number\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Plain Number\";s:7:\"prepare\";s:2:\"%d\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"currency\";a:8:{s:5:\"group\";s:6:\"Number\";s:4:\"type\";s:8:\"currency\";s:5:\"label\";s:8:\"Currency\";s:7:\"prepare\";s:2:\"%d\";s:10:\"currencies\";a:34:{s:3:\"aud\";a:4:{s:5:\"label\";s:3:\"AUD\";s:4:\"name\";s:17:\"Australian Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:3:\"brl\";a:4:{s:5:\"label\";s:3:\"BRL\";s:4:\"name\";s:14:\"Brazilian Real\";s:4:\"sign\";s:2:\"R$\";s:6:\"entity\";s:6:\"R&#36;\";}s:3:\"cad\";a:4:{s:5:\"label\";s:3:\"CAD\";s:4:\"name\";s:15:\"Canadian Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:3:\"chf\";a:4:{s:5:\"label\";s:3:\"CHF\";s:4:\"name\";s:11:\"Swiss Franc\";s:4:\"sign\";s:2:\"Fr\";s:6:\"entity\";s:2:\"Fr\";}s:3:\"cny\";a:4:{s:5:\"label\";s:3:\"CNY\";s:4:\"name\";s:16:\"Chinese Yen (¥)\";s:4:\"sign\";s:2:\"¥\";s:6:\"entity\";s:5:\"&yen;\";}s:4:\"cny2\";a:4:{s:5:\"label\";s:3:\"CNY\";s:4:\"name\";s:18:\"Chinese Yuan (元)\";s:4:\"sign\";s:3:\"元\";s:6:\"entity\";s:8:\"&#20803;\";}s:3:\"czk\";a:4:{s:5:\"label\";s:3:\"CZK\";s:4:\"name\";s:12:\"Czech Koruna\";s:4:\"sign\";s:3:\"Kč\";s:6:\"entity\";s:8:\"K&#x10D;\";}s:3:\"dkk\";a:4:{s:5:\"label\";s:3:\"DKK\";s:4:\"name\";s:12:\"Danish Krone\";s:4:\"sign\";s:3:\"kr.\";s:6:\"entity\";s:3:\"kr.\";}s:4:\"euro\";a:4:{s:5:\"label\";s:3:\"EUR\";s:4:\"name\";s:4:\"Euro\";s:4:\"sign\";s:3:\"€\";s:6:\"entity\";s:6:\"&euro;\";}s:3:\"gbp\";a:4:{s:5:\"label\";s:3:\"GBP\";s:4:\"name\";s:13:\"British Pound\";s:4:\"sign\";s:2:\"£\";s:6:\"entity\";s:7:\"&pound;\";}s:3:\"hkd\";a:4:{s:5:\"label\";s:3:\"HKD\";s:4:\"name\";s:16:\"Hong Kong Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:3:\"huf\";a:4:{s:5:\"label\";s:3:\"HUF\";s:4:\"name\";s:16:\"Hungarian Forint\";s:4:\"sign\";s:2:\"Ft\";s:6:\"entity\";s:2:\"Ft\";}s:3:\"idr\";a:4:{s:5:\"label\";s:3:\"IDR\";s:4:\"name\";s:17:\"Indonesian Rupiah\";s:4:\"sign\";s:2:\"Rp\";s:6:\"entity\";s:2:\"Rp\";}s:3:\"ils\";a:4:{s:5:\"label\";s:3:\"ILS\";s:4:\"name\";s:18:\"Israeli New Sheqel\";s:4:\"sign\";s:3:\"₪\";s:6:\"entity\";s:8:\"&#x20AA;\";}s:3:\"inr\";a:4:{s:5:\"label\";s:3:\"INR\";s:4:\"name\";s:12:\"Indian Rupee\";s:4:\"sign\";s:3:\"₹\";s:6:\"entity\";s:8:\"&#x20B9;\";}s:3:\"jpy\";a:4:{s:5:\"label\";s:3:\"JPY\";s:4:\"name\";s:12:\"Japanese Yen\";s:4:\"sign\";s:2:\"¥\";s:6:\"entity\";s:5:\"&yen;\";}s:3:\"krw\";a:4:{s:5:\"label\";s:3:\"KRW\";s:4:\"name\";s:10:\"Korean Won\";s:4:\"sign\";s:3:\"₩\";s:6:\"entity\";s:7:\"&#8361;\";}s:3:\"mxn\";a:4:{s:5:\"label\";s:3:\"MXN\";s:4:\"name\";s:12:\"Mexican Peso\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:3:\"myr\";a:4:{s:5:\"label\";s:3:\"MYR\";s:4:\"name\";s:17:\"Malaysian Ringgit\";s:4:\"sign\";s:2:\"RM\";s:6:\"entity\";s:2:\"RM\";}s:3:\"ngn\";a:4:{s:5:\"label\";s:3:\"NGN\";s:4:\"name\";s:14:\"Nigerian Naira\";s:4:\"sign\";s:3:\"₦\";s:6:\"entity\";s:7:\"&#8358;\";}s:3:\"nok\";a:4:{s:5:\"label\";s:3:\"NOK\";s:4:\"name\";s:15:\"Norwegian Krone\";s:4:\"sign\";s:2:\"kr\";s:6:\"entity\";s:2:\"kr\";}s:3:\"nzd\";a:4:{s:5:\"label\";s:3:\"NZD\";s:4:\"name\";s:18:\"New Zealand Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:3:\"php\";a:4:{s:5:\"label\";s:3:\"PHP\";s:4:\"name\";s:15:\"Philippine Peso\";s:4:\"sign\";s:3:\"₱\";s:6:\"entity\";s:8:\"&#x20B1;\";}s:3:\"pln\";a:4:{s:5:\"label\";s:3:\"PLN\";s:4:\"name\";s:13:\"Polish Złoty\";s:4:\"sign\";s:3:\"zł\";s:6:\"entity\";s:8:\"z&#x142;\";}s:3:\"rub\";a:4:{s:5:\"label\";s:3:\"RUB\";s:4:\"name\";s:13:\"Russian Ruble\";s:4:\"sign\";s:3:\"₽\";s:6:\"entity\";s:7:\"&#8381;\";}s:3:\"sek\";a:4:{s:5:\"label\";s:3:\"SEK\";s:4:\"name\";s:13:\"Swedish Krona\";s:4:\"sign\";s:2:\"kr\";s:6:\"entity\";s:2:\"kr\";}s:3:\"sgd\";a:4:{s:5:\"label\";s:3:\"SGD\";s:4:\"name\";s:16:\"Singapore Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:3:\"thb\";a:4:{s:5:\"label\";s:3:\"THB\";s:4:\"name\";s:9:\"Thai Baht\";s:4:\"sign\";s:3:\"฿\";s:6:\"entity\";s:8:\"&#x0E3F;\";}s:3:\"trl\";a:4:{s:5:\"label\";s:3:\"TRL\";s:4:\"name\";s:12:\"Turkish Lira\";s:4:\"sign\";s:3:\"₺\";s:6:\"entity\";s:7:\"&#8378;\";}s:3:\"twd\";a:4:{s:5:\"label\";s:3:\"TWD\";s:4:\"name\";s:17:\"Taiwan New Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:3:\"usd\";a:4:{s:5:\"label\";s:3:\"USD\";s:4:\"name\";s:9:\"US Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"&#36;\";}s:7:\"usdcent\";a:4:{s:5:\"label\";s:7:\"USDCENT\";s:4:\"name\";s:14:\"US Dollar Cent\";s:4:\"sign\";s:2:\"¢\";s:6:\"entity\";s:6:\"&cent;\";}s:3:\"vnd\";a:4:{s:5:\"label\";s:3:\"VND\";s:4:\"name\";s:15:\"Vietnamese Dong\";s:4:\"sign\";s:3:\"₫\";s:6:\"entity\";s:7:\"&#8363;\";}s:3:\"zar\";a:4:{s:5:\"label\";s:3:\"ZAR\";s:4:\"name\";s:18:\"South African Rand\";s:4:\"sign\";s:1:\"R\";s:6:\"entity\";s:1:\"R\";}}s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"file\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:4:\"file\";s:5:\"label\";s:20:\"File / Image / Video\";s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:6:\"avatar\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:6:\"avatar\";s:5:\"label\";s:6:\"Avatar\";s:9:\"pod_types\";a:1:{i:0;s:4:\"user\";}s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:4:\"file\";N;}s:6:\"oembed\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:6:\"oembed\";s:5:\"label\";s:6:\"oEmbed\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"pick\";a:11:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:4:\"pick\";s:5:\"label\";s:12:\"Relationship\";s:15:\"related_objects\";a:0:{}s:22:\"custom_related_objects\";a:0:{}s:12:\"related_data\";a:0:{}s:10:\"field_data\";a:0:{}s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"boolean\";a:6:{s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:8:\"Yes / No\";s:7:\"prepare\";s:2:\"%d\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"color\";a:6:{s:4:\"type\";s:5:\"color\";s:5:\"label\";s:12:\"Color Picker\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"slug\";a:6:{s:4:\"type\";s:4:\"slug\";s:5:\"label\";s:24:\"Permalink (url-friendly)\";s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";a:2:{i:0;s:3:\"pod\";i:1;s:5:\"table\";}s:10:\"deprecated\";b:0;s:4:\"file\";N;}s:7:\"heading\";a:7:{s:5:\"group\";s:15:\"Layout Elements\";s:4:\"type\";s:7:\"heading\";s:5:\"label\";s:7:\"Heading\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"html\";a:7:{s:5:\"group\";s:15:\"Layout Elements\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:12:\"HTML Content\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}}', 'no'),
(7229, '_transient_timeout_pods_pods_form_admin_init_field_types-2911', '1677078147', 'no'),
(7230, '_transient_pods_pods_form_admin_init_field_types-2911', 'a:22:{i:0;s:4:\"text\";i:1;s:7:\"website\";i:2;s:5:\"phone\";i:3;s:5:\"email\";i:4;s:8:\"password\";i:5;s:9:\"paragraph\";i:6;s:7:\"wysiwyg\";i:7;s:4:\"code\";i:8;s:8:\"datetime\";i:9;s:4:\"date\";i:10;s:4:\"time\";i:11;s:6:\"number\";i:12;s:8:\"currency\";i:13;s:4:\"file\";i:14;s:6:\"avatar\";i:15;s:6:\"oembed\";i:16;s:4:\"pick\";i:17;s:7:\"boolean\";i:18;s:5:\"color\";i:19;s:4:\"slug\";i:20;s:7:\"heading\";i:21;s:4:\"html\";}', 'no'),
(7231, '_site_transient_timeout_available_translations', '1676484314', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7232, '_site_transient_available_translations', 'a:130:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-04 13:58:35\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-09 09:20:44\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.22/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 13:00:35\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-07 01:09:35\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-13 14:46:37\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-25 20:56:45\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-14 15:48:08\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-10 08:19:28\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-17 17:02:15\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.1.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 12:27:22\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 12:27:34\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.1.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-17 17:06:48\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-31 21:42:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-16 06:36:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-31 12:11:44\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 21:58:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-18 21:56:09\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-01 03:10:20\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 18:26:21\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-22 14:08:10\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 19:19:07\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-13 17:54:51\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.17/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 14:28:26\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-16 13:13:32\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 05:47:03\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-19 05:14:04\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 08:19:07\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-07 05:25:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-12 18:38:54\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-10 13:19:27\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-14 10:36:13\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.29\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.29/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-06 19:08:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-06 12:29:04\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-18 19:40:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-14 20:17:28\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-29 15:17:58\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-10 12:50:53\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-06 07:11:58\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-24 08:01:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-21 21:13:06\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.17/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-21 23:01:12\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.6/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-06 16:38:45\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-02 15:24:05\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.11\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.11/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 01:42:08\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-24 12:00:31\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-05 12:28:58\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.1.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-26 10:11:03\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-08 14:29:53\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-30 18:34:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.30\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.30/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-01 21:54:59\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-08-09 12:26:21\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-09 08:47:14\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-05 04:37:02\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-25 17:58:11\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.12/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-20 04:27:59\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-06 09:43:42\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 12:48:55\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-11 22:39:24\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-12 11:40:44\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.14\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.14/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.21/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-04 13:32:22\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-12 18:26:09\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.12/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-02-12 07:49:12\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-18 06:20:30\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 22:21:52\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7246, 'new_admin_email', 'khyati@messagegroup.co.in', 'yes'),
(7253, 'googlesitekit_db_version', '1.8.1', 'yes'),
(7254, 'googlesitekit_has_connected_admins', '1', 'yes'),
(7255, '_transient_timeout_googlesitekit_setup_token', '1676474413', 'no'),
(7256, '_transient_googlesitekit_setup_token', '411c30ad-eea6-4812-bf74-56924f143917', 'no'),
(7259, '_transient_googlesitekit_verification_meta_tags', 'a:0:{}', 'yes'),
(7260, 'googlesitekit_active_modules', 'a:2:{i:0;s:18:\"pagespeed-insights\";i:1;s:9:\"analytics\";}', 'yes'),
(7261, 'googlesitekit_credentials', 'j0JAGmxcH81gKtpkMB9To1F5OEZCTVhUZytWdmtTeXhYNHFzcWhLeENxelEyUFJ4TmtyaS9SWmV1QVJzUEUwLzFmbVBNNFFseHFUeVZwZnhEVW4vL3hqaFlTcU12OHhVN2p2TFRFK09GQU9JVUFtOU1vVEwrUk0vaXRRcUNmMld1MjJzVGxab3RETStKcW1RU1NyUVhqajAxS2JUKzFtRFJRdkJ5RWJqVDI4SVVwUUs3SUkySUFWZ1RlVG9YRUVxZ1ZjS1BSd2RTNmNDUlo4dUM5anFvdXBxNUF5UDJWcGNZL2x2aEpoemNYWm0zQTd0TVRNSWVaTktnekc2VFZIdEswMk5XYnNYUGNTY1NYZWxoQnFxVE9qSVBwV00vVHN4enRsM1FTMzlSaFQyYXRiOXJrMTF5c3c2QzRHSlpmdFJyMUNqeE9MVE9RPT0=', 'yes'),
(7262, 'googlesitekitpersistent_remote_features', 'a:12:{s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:0;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:0;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}}', 'yes'),
(7263, 'googlesitekit_connected_proxy_url', 'https://messagegroup.co.in/', 'yes'),
(7264, 'googlesitekit_search-console_settings', 'a:2:{s:10:\"propertyID\";s:27:\"https://messagegroup.co.in/\";s:7:\"ownerID\";i:1;}', 'yes'),
(7265, 'googlesitekit_owner_id', '1', 'yes'),
(7266, 'googlesitekit_analytics_settings', 'a:11:{s:7:\"ownerID\";i:1;s:9:\"accountID\";s:9:\"257188910\";s:13:\"adsenseLinked\";b:0;s:15:\"adsConversionID\";s:0:\"\";s:11:\"anonymizeIP\";b:1;s:21:\"internalWebPropertyID\";s:9:\"353725738\";s:9:\"profileID\";s:9:\"284731126\";s:10:\"propertyID\";s:14:\"UA-257188910-1\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:13:\"canUseSnippet\";b:1;}', 'yes'),
(7267, 'googlesitekit_analytics-4_settings', 'a:8:{s:7:\"ownerID\";i:1;s:10:\"propertyID\";s:9:\"353725883\";s:15:\"webDataStreamID\";s:10:\"4624946645\";s:13:\"measurementID\";s:12:\"G-MEGS4PCSWG\";s:10:\"useSnippet\";b:1;s:11:\"googleTagID\";s:0:\"\";s:18:\"googleTagAccountID\";s:0:\"\";s:20:\"googleTagContainerID\";s:0:\"\";}', 'yes'),
(7268, '_transient_timeout_global_styles_atrixCustom', '1676474328', 'no'),
(7269, '_transient_global_styles_atrixCustom', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}', 'no');

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

--
-- Table structure for table `wp_podsrel`
--

CREATE TABLE `wp_podsrel` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `pod_id` int(10) UNSIGNED DEFAULT NULL,
  `field_id` int(10) UNSIGNED DEFAULT NULL,
  `item_id` bigint(20) UNSIGNED DEFAULT NULL,
  `related_pod_id` int(10) UNSIGNED DEFAULT NULL,
  `related_field_id` int(10) UNSIGNED DEFAULT NULL,
  `related_item_id` bigint(20) UNSIGNED DEFAULT NULL,
  `weight` smallint(5) UNSIGNED DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15, 11, '_edit_lock', '1676466285:1'),
(16, 13, '_edit_lock', '1676462834:1'),
(20, 16, '_menu_item_type', 'custom'),
(21, 16, '_menu_item_menu_item_parent', '0'),
(22, 16, '_menu_item_object_id', '16'),
(23, 16, '_menu_item_object', 'custom'),
(24, 16, '_menu_item_target', ''),
(25, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(26, 16, '_menu_item_xfn', ''),
(27, 16, '_menu_item_url', 'http://localhost/wp/'),
(28, 16, '_menu_item_orphaned', '1674036221'),
(38, 18, '_menu_item_type', 'post_type'),
(39, 18, '_menu_item_menu_item_parent', '0'),
(40, 18, '_menu_item_object_id', '11'),
(41, 18, '_menu_item_object', 'page'),
(42, 18, '_menu_item_target', ''),
(43, 18, '_menu_item_classes', 'a:1:{i:0;s:9:\"mega-menu\";}'),
(44, 18, '_menu_item_xfn', ''),
(45, 18, '_menu_item_url', ''),
(56, 11, '_edit_last', '1'),
(67, 18, '_megamenu', 'a:3:{s:4:\"type\";s:4:\"grid\";s:4:\"grid\";a:1:{i:0;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:2:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:2:\"19\";s:4:\"type\";s:4:\"item\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:4:\"item\";}}}}}}s:13:\"panel_columns\";s:1:\"2\";}'),
(69, 24, '_menu_item_type', 'custom'),
(70, 24, '_menu_item_menu_item_parent', '0'),
(71, 24, '_menu_item_object_id', '24'),
(72, 24, '_menu_item_object', 'custom'),
(73, 24, '_menu_item_target', ''),
(74, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(75, 24, '_menu_item_xfn', ''),
(76, 24, '_menu_item_url', '#'),
(77, 24, '_menu_item_orphaned', '1674050471'),
(78, 25, '_menu_item_type', 'custom'),
(79, 25, '_menu_item_menu_item_parent', '0'),
(80, 25, '_menu_item_object_id', '25'),
(81, 25, '_menu_item_object', 'custom'),
(82, 25, '_menu_item_target', ''),
(83, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(84, 25, '_menu_item_xfn', ''),
(85, 25, '_menu_item_url', '#'),
(86, 25, '_menu_item_orphaned', '1674050496'),
(87, 26, '_menu_item_type', 'custom'),
(88, 26, '_menu_item_menu_item_parent', '0'),
(89, 26, '_menu_item_object_id', '26'),
(90, 26, '_menu_item_object', 'custom'),
(91, 26, '_menu_item_target', ''),
(92, 26, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(93, 26, '_menu_item_xfn', ''),
(94, 26, '_menu_item_url', '#'),
(95, 26, '_menu_item_orphaned', '1674050519'),
(96, 27, '_menu_item_type', 'custom'),
(97, 27, '_menu_item_menu_item_parent', '0'),
(98, 27, '_menu_item_object_id', '27'),
(99, 27, '_menu_item_object', 'custom'),
(100, 27, '_menu_item_target', ''),
(101, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(102, 27, '_menu_item_xfn', ''),
(103, 27, '_menu_item_url', '#'),
(104, 27, '_menu_item_orphaned', '1674050529'),
(105, 28, '_menu_item_type', 'custom'),
(106, 28, '_menu_item_menu_item_parent', '0'),
(107, 28, '_menu_item_object_id', '28'),
(108, 28, '_menu_item_object', 'custom'),
(109, 28, '_menu_item_target', ''),
(110, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(111, 28, '_menu_item_xfn', ''),
(112, 28, '_menu_item_url', '#'),
(113, 28, '_menu_item_orphaned', '1674050546'),
(133, 31, '_wp_attached_file', '2023/01/message.png'),
(134, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:159;s:6:\"height\";i:60;s:4:\"file\";s:19:\"2023/01/message.png\";s:8:\"filesize\";i:16590;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(135, 32, '_wp_trash_meta_status', 'publish'),
(136, 32, '_wp_trash_meta_time', '1674055678'),
(137, 33, '_edit_lock', '1675064080:1'),
(140, 39, '_edit_lock', '1676282864:1'),
(141, 41, '_menu_item_type', 'post_type'),
(142, 41, '_menu_item_menu_item_parent', '0'),
(143, 41, '_menu_item_object_id', '39'),
(144, 41, '_menu_item_object', 'page'),
(145, 41, '_menu_item_target', ''),
(146, 41, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(147, 41, '_menu_item_xfn', ''),
(148, 41, '_menu_item_url', ''),
(177, 45, '_menu_item_type', 'post_type'),
(178, 45, '_menu_item_menu_item_parent', '0'),
(179, 45, '_menu_item_object_id', '13'),
(180, 45, '_menu_item_object', 'page'),
(181, 45, '_menu_item_target', ''),
(182, 45, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(183, 45, '_menu_item_xfn', ''),
(184, 45, '_menu_item_url', ''),
(185, 45, '_menu_item_orphaned', '1674055907'),
(186, 46, '_menu_item_type', 'post_type'),
(187, 46, '_menu_item_menu_item_parent', '0'),
(188, 46, '_menu_item_object_id', '11'),
(189, 46, '_menu_item_object', 'page'),
(190, 46, '_menu_item_target', ''),
(191, 46, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(192, 46, '_menu_item_xfn', ''),
(193, 46, '_menu_item_url', ''),
(194, 46, '_menu_item_orphaned', '1674055907'),
(195, 47, '_menu_item_type', 'post_type'),
(196, 47, '_menu_item_menu_item_parent', '0'),
(197, 47, '_menu_item_object_id', '13'),
(198, 47, '_menu_item_object', 'page'),
(199, 47, '_menu_item_target', ''),
(200, 47, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(201, 47, '_menu_item_xfn', ''),
(202, 47, '_menu_item_url', ''),
(330, 18, '_wp_old_date', '2023-01-18'),
(332, 47, '_wp_old_date', '2023-01-18'),
(339, 41, '_wp_old_date', '2023-01-18'),
(358, 64, '_edit_last', '1'),
(359, 64, '_edit_lock', '1675837616:1'),
(361, 68, '_wp_attached_file', '2023/01/AOU-Quality-Assurance.png'),
(362, 68, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2889;s:6:\"height\";i:1582;s:4:\"file\";s:33:\"2023/01/AOU-Quality-Assurance.png\";s:8:\"filesize\";i:271487;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(363, 69, '_edit_lock', '1674107496:1'),
(366, 69, '_edit_last', '1'),
(367, 69, 'slider_image1', '68'),
(368, 69, '_slider_image1', 'field_63c8c6482244c'),
(369, 69, 'slider_image2', '31'),
(370, 69, '_slider_image2', 'field_63c8c68f2244d'),
(371, 71, 'slider_image1', '68'),
(372, 71, '_slider_image1', 'field_63c8c6482244c'),
(373, 71, 'slider_image2', '31'),
(374, 71, '_slider_image2', 'field_63c8c68f2244d'),
(375, 79, '_wp_attached_file', '2023/01/elena-leya-vesMzw6ADMA-unsplash.jpg'),
(376, 79, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:5400;s:6:\"height\";i:3600;s:4:\"file\";s:43:\"2023/01/elena-leya-vesMzw6ADMA-unsplash.jpg\";s:8:\"filesize\";i:1548150;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(379, 69, 'slider_image3', '79'),
(380, 69, '_slider_image3', 'field_63c8d1b9959fa'),
(381, 69, 'slider_title1', 'Title 1'),
(382, 69, '_slider_title1', 'field_63c8d1ef959fb'),
(383, 69, 'slider_title2', 'Title 2'),
(384, 69, '_slider_title2', 'field_63c8d20a959fc'),
(385, 69, 'slider_title3', 'Title 3'),
(386, 69, '_slider_title3', 'field_63c8d218959fd'),
(387, 69, 'slider_description1', 'This is the description of slider title 1'),
(388, 69, '_slider_description1', 'field_63c8d237959fe'),
(389, 69, 'slider_description2', 'This is the description of slider title 2'),
(390, 69, '_slider_description2', 'field_63c8d274959ff'),
(391, 69, 'slider_description3', 'This is the description of slider title 3'),
(392, 69, '_slider_description3', 'field_63c8d28f95a00'),
(393, 80, 'slider_image1', '68'),
(394, 80, '_slider_image1', 'field_63c8c6482244c'),
(395, 80, 'slider_image2', '31'),
(396, 80, '_slider_image2', 'field_63c8c68f2244d'),
(397, 80, 'slider_image3', '79'),
(398, 80, '_slider_image3', 'field_63c8d1b9959fa'),
(399, 80, 'slider_title1', 'Title 1'),
(400, 80, '_slider_title1', 'field_63c8d1ef959fb'),
(401, 80, 'slider_title2', 'Title 2'),
(402, 80, '_slider_title2', 'field_63c8d20a959fc'),
(403, 80, 'slider_title3', 'Title 3'),
(404, 80, '_slider_title3', 'field_63c8d218959fd'),
(405, 80, 'slider_description1', 'This is the description of slider title 1'),
(406, 80, '_slider_description1', 'field_63c8d237959fe'),
(407, 80, 'slider_description2', 'This is the description of slider title 2'),
(408, 80, '_slider_description2', 'field_63c8d274959ff'),
(409, 80, 'slider_description3', 'This is the description of slider title 3'),
(410, 80, '_slider_description3', 'field_63c8d28f95a00'),
(413, 81, 'slider_image1', '68'),
(414, 81, '_slider_image1', 'field_63c8c6482244c'),
(415, 81, 'slider_image2', '31'),
(416, 81, '_slider_image2', 'field_63c8c68f2244d'),
(417, 81, 'slider_image3', '79'),
(418, 81, '_slider_image3', 'field_63c8d1b9959fa'),
(419, 81, 'slider_title1', 'Title 1'),
(420, 81, '_slider_title1', 'field_63c8d1ef959fb'),
(421, 81, 'slider_title2', 'Title 2'),
(422, 81, '_slider_title2', 'field_63c8d20a959fc'),
(423, 81, 'slider_title3', 'Title 3'),
(424, 81, '_slider_title3', 'field_63c8d218959fd'),
(425, 81, 'slider_description1', 'This is the description of slider title 1'),
(426, 81, '_slider_description1', 'field_63c8d237959fe'),
(427, 81, 'slider_description2', 'This is the description of slider title 2'),
(428, 81, '_slider_description2', 'field_63c8d274959ff'),
(429, 81, 'slider_description3', 'This is the description of slider title 3'),
(430, 81, '_slider_description3', 'field_63c8d28f95a00'),
(431, 82, '_edit_lock', '1674128137:1'),
(434, 82, '_edit_last', '1'),
(435, 82, 'slider_image1', ''),
(436, 82, '_slider_image1', 'field_63c8c6482244c'),
(437, 82, 'slider_image2', ''),
(438, 82, '_slider_image2', 'field_63c8c68f2244d'),
(439, 82, 'slider_image3', ''),
(440, 82, '_slider_image3', 'field_63c8d1b9959fa'),
(441, 82, 'slider_title1', 'Title 1'),
(442, 82, '_slider_title1', 'field_63c8d1ef959fb'),
(443, 82, 'slider_title2', 'Title 2'),
(444, 82, '_slider_title2', 'field_63c8d20a959fc'),
(445, 82, 'slider_title3', 'Title 3'),
(446, 82, '_slider_title3', 'field_63c8d218959fd'),
(447, 82, 'slider_description1', 'This is the description of slider title 1'),
(448, 82, '_slider_description1', 'field_63c8d237959fe'),
(449, 82, 'slider_description2', 'This is the description of slider title 2'),
(450, 82, '_slider_description2', 'field_63c8d274959ff'),
(451, 82, 'slider_description3', 'This is the description of slider title 3'),
(452, 82, '_slider_description3', 'field_63c8d28f95a00'),
(453, 83, 'slider_image1', ''),
(454, 83, '_slider_image1', 'field_63c8c6482244c'),
(455, 83, 'slider_image2', ''),
(456, 83, '_slider_image2', 'field_63c8c68f2244d'),
(457, 83, 'slider_image3', ''),
(458, 83, '_slider_image3', 'field_63c8d1b9959fa'),
(459, 83, 'slider_title1', 'Title 1'),
(460, 83, '_slider_title1', 'field_63c8d1ef959fb'),
(461, 83, 'slider_title2', 'Title 2'),
(462, 83, '_slider_title2', 'field_63c8d20a959fc'),
(463, 83, 'slider_title3', 'Title 3'),
(464, 83, '_slider_title3', 'field_63c8d218959fd'),
(465, 83, 'slider_description1', 'This is the description of slider title 1'),
(466, 83, '_slider_description1', 'field_63c8d237959fe'),
(467, 83, 'slider_description2', 'This is the description of slider title 2'),
(468, 83, '_slider_description2', 'field_63c8d274959ff'),
(469, 83, 'slider_description3', 'This is the description of slider title 3'),
(470, 83, '_slider_description3', 'field_63c8d28f95a00'),
(471, 84, '_edit_last', '1'),
(472, 84, '_edit_lock', '1676026358:1'),
(477, 82, 'post_banner_image', '86'),
(478, 82, '_post_banner_image', 'field_63c8e1f2d3c56'),
(479, 87, 'slider_image1', ''),
(480, 87, '_slider_image1', 'field_63c8c6482244c'),
(481, 87, 'slider_image2', ''),
(482, 87, '_slider_image2', 'field_63c8c68f2244d'),
(483, 87, 'slider_image3', ''),
(484, 87, '_slider_image3', 'field_63c8d1b9959fa'),
(485, 87, 'slider_title1', 'Title 1'),
(486, 87, '_slider_title1', 'field_63c8d1ef959fb'),
(487, 87, 'slider_title2', 'Title 2'),
(488, 87, '_slider_title2', 'field_63c8d20a959fc'),
(489, 87, 'slider_title3', 'Title 3'),
(490, 87, '_slider_title3', 'field_63c8d218959fd'),
(491, 87, 'slider_description1', 'This is the description of slider title 1'),
(492, 87, '_slider_description1', 'field_63c8d237959fe'),
(493, 87, 'slider_description2', 'This is the description of slider title 2'),
(494, 87, '_slider_description2', 'field_63c8d274959ff'),
(495, 87, 'slider_description3', 'This is the description of slider title 3'),
(496, 87, '_slider_description3', 'field_63c8d28f95a00'),
(497, 87, 'post_banner_image', '86'),
(498, 87, '_post_banner_image', 'field_63c8e1f2d3c56'),
(499, 88, '_edit_lock', '1674123294:1'),
(500, 89, '_wp_attached_file', '2023/01/namkeen1.jpg'),
(501, 89, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:581;s:4:\"file\";s:20:\"2023/01/namkeen1.jpg\";s:8:\"filesize\";i:753224;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Master\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559576772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(504, 88, '_edit_last', '1'),
(505, 88, 'post_banner_image', '89'),
(506, 88, '_post_banner_image', 'field_63c8e1f2d3c56'),
(507, 91, 'post_banner_image', '89'),
(508, 91, '_post_banner_image', 'field_63c8e1f2d3c56'),
(509, 92, '_edit_lock', '1674123534:1'),
(514, 92, '_edit_last', '1'),
(515, 92, 'post_banner_image', '93'),
(516, 92, '_post_banner_image', 'field_63c8e1f2d3c56'),
(517, 95, 'post_banner_image', '93'),
(518, 95, '_post_banner_image', 'field_63c8e1f2d3c56'),
(519, 96, '_edit_lock', '1674123890:1'),
(520, 97, '_wp_attached_file', '2023/01/mohamed-hassouna-N4gtuEZ5gWc-unsplash-1.jpg'),
(521, 97, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1350;s:4:\"file\";s:51:\"2023/01/mohamed-hassouna-N4gtuEZ5gWc-unsplash-1.jpg\";s:8:\"filesize\";i:633424;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(524, 96, '_edit_last', '1'),
(525, 96, 'post_banner_image', '97'),
(526, 96, '_post_banner_image', 'field_63c8e1f2d3c56'),
(527, 99, 'post_banner_image', '97'),
(528, 99, '_post_banner_image', 'field_63c8e1f2d3c56'),
(529, 100, '_edit_lock', '1674124051:1'),
(530, 101, '_wp_attached_file', '2023/01/download.jpeg'),
(531, 101, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:254;s:6:\"height\";i:199;s:4:\"file\";s:21:\"2023/01/download.jpeg\";s:8:\"filesize\";i:14043;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(534, 100, '_edit_last', '1'),
(537, 100, 'post_banner_image', '101'),
(538, 100, '_post_banner_image', 'field_63c8e1f2d3c56'),
(539, 103, 'post_banner_image', '101'),
(540, 103, '_post_banner_image', 'field_63c8e1f2d3c56'),
(541, 104, '_edit_lock', '1674111893:1'),
(546, 104, '_edit_last', '1'),
(547, 104, 'post_banner_image', '105'),
(548, 104, '_post_banner_image', 'field_63c8e1f2d3c56'),
(549, 107, 'post_banner_image', '105'),
(550, 107, '_post_banner_image', 'field_63c8e1f2d3c56'),
(551, 108, '_edit_lock', '1674112496:1'),
(554, 108, '_edit_last', '1'),
(555, 108, 'post_banner_image', '105'),
(556, 108, '_post_banner_image', 'field_63c8e1f2d3c56'),
(557, 110, 'post_banner_image', '105'),
(558, 110, '_post_banner_image', 'field_63c8e1f2d3c56'),
(559, 111, '_edit_lock', '1674112748:1'),
(562, 111, '_edit_last', '1'),
(563, 111, 'post_banner_image', '97'),
(564, 111, '_post_banner_image', 'field_63c8e1f2d3c56'),
(565, 113, 'post_banner_image', '97'),
(566, 113, '_post_banner_image', 'field_63c8e1f2d3c56'),
(567, 114, '_edit_lock', '1674112843:1'),
(570, 114, '_edit_last', '1'),
(571, 114, 'post_banner_image', '101'),
(572, 114, '_post_banner_image', 'field_63c8e1f2d3c56'),
(573, 116, 'post_banner_image', '101'),
(574, 116, '_post_banner_image', 'field_63c8e1f2d3c56'),
(575, 117, '_edit_lock', '1674112865:1'),
(578, 117, '_edit_last', '1'),
(579, 117, 'post_banner_image', '101'),
(580, 117, '_post_banner_image', 'field_63c8e1f2d3c56'),
(581, 119, 'post_banner_image', '101'),
(582, 119, '_post_banner_image', 'field_63c8e1f2d3c56'),
(583, 120, '_edit_lock', '1674112888:1'),
(586, 120, '_edit_last', '1'),
(587, 120, 'post_banner_image', '93'),
(588, 120, '_post_banner_image', 'field_63c8e1f2d3c56'),
(589, 122, 'post_banner_image', '93'),
(590, 122, '_post_banner_image', 'field_63c8e1f2d3c56'),
(591, 123, '_edit_lock', '1674112919:1'),
(594, 123, '_edit_last', '1'),
(596, 123, 'post_banner_image', '97'),
(597, 123, '_post_banner_image', 'field_63c8e1f2d3c56'),
(598, 125, 'post_banner_image', '97'),
(599, 125, '_post_banner_image', 'field_63c8e1f2d3c56'),
(600, 126, '_edit_lock', '1674112941:1'),
(603, 126, '_edit_last', '1'),
(604, 126, 'post_banner_image', '105'),
(605, 126, '_post_banner_image', 'field_63c8e1f2d3c56'),
(606, 128, 'post_banner_image', '105'),
(607, 128, '_post_banner_image', 'field_63c8e1f2d3c56'),
(608, 129, '_edit_lock', '1674112972:1'),
(611, 129, '_edit_last', '1'),
(612, 129, 'post_banner_image', '79'),
(613, 129, '_post_banner_image', 'field_63c8e1f2d3c56'),
(614, 131, 'post_banner_image', '79'),
(615, 131, '_post_banner_image', 'field_63c8e1f2d3c56'),
(616, 132, '_edit_lock', '1674113005:1'),
(619, 132, '_edit_last', '1'),
(622, 132, 'post_banner_image', '86'),
(623, 132, '_post_banner_image', 'field_63c8e1f2d3c56'),
(624, 134, 'post_banner_image', '86'),
(625, 134, '_post_banner_image', 'field_63c8e1f2d3c56'),
(763, 82, 'post_description', 'A Complete Milk Pasteurization and Processing Plant is a facility that processes and pasteurizes milk to ensure its safety and extend its shelf life. This plant includes equipment for cleaning, sterilizing, pasteurizing, and packaging milk. A Complete Milk UHT Processing Plant with 6 months shelf life is similar, but uses Ultra High Temperature processing to extend the shelf life to 6 months. A Yogurt Processing Plant produces yogurt by mixing milk, cultures, and other ingredients together. An Ice Cream Processing Plant produces ice cream by mixing cream, milk, sugar, and other ingredients together. A Sweet Condensed Milk Plant produces sweet condensed milk by heating milk and sugar together and removing most of the water content. A Ghee Processing Plant with 12 months shelf life produces Ghee, a type of clarified butter that is popular in Indian cuisine, that has a shelf life of 12 months. A Paneer Processing Plant with better yield and 3 months shelf life produces Paneer, a type of Indian cheese that has a shelf life of 3 months. Cheese Processing Plant produces various types of cheese. Khoa Processing Plant with 6 months shelf life produces Khoa, a type of milk product that has a shelf life of 6 months. Dahi and Butter milk Processing Plant produces Dahi and Buttermilk. Lassi and Shrikhand Processing Plant with 4 months shelf life produces Lassi and Shrikhand, popular Indian yogurt-based drinks that have a shelf life of 4 months. Fully Automatic Kaju Katli Processing Line with 3 months shelf life produces Kaju Katli, a type of Indian sweet that has a shelf life of 3 months. Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life produces Rasogolla and Gulab Jamun, popular Indian sweets that have a shelf life of 12 months. Ladoo Processing Line with 2 months shelf life produces Ladoo, a type of Indian sweet that has a shelf life of 2 months. Milk based Sweets Processing Line with 2 months shelf life produces various types of Milk based sweets. Various Halwa Processing Line with 6 months shelf life produces various types of Halwa that has a shelf life of 6 months. Any other tailor made Turnkey Project in Dairy and Sweets Sector, we can provide solutions for other specific tailor-made projects based on the client\'s requirement in Dairy and Sweets sector.'),
(764, 82, '_post_description', 'field_63c911c40baef'),
(765, 152, 'slider_image1', ''),
(766, 152, '_slider_image1', 'field_63c8c6482244c'),
(767, 152, 'slider_image2', ''),
(768, 152, '_slider_image2', 'field_63c8c68f2244d'),
(769, 152, 'slider_image3', ''),
(770, 152, '_slider_image3', 'field_63c8d1b9959fa'),
(771, 152, 'slider_title1', 'Title 1'),
(772, 152, '_slider_title1', 'field_63c8d1ef959fb'),
(773, 152, 'slider_title2', 'Title 2'),
(774, 152, '_slider_title2', 'field_63c8d20a959fc'),
(775, 152, 'slider_title3', 'Title 3'),
(776, 152, '_slider_title3', 'field_63c8d218959fd'),
(777, 152, 'slider_description1', 'This is the description of slider title 1'),
(778, 152, '_slider_description1', 'field_63c8d237959fe'),
(779, 152, 'slider_description2', 'This is the description of slider title 2'),
(780, 152, '_slider_description2', 'field_63c8d274959ff'),
(781, 152, 'slider_description3', 'This is the description of slider title 3'),
(782, 152, '_slider_description3', 'field_63c8d28f95a00'),
(783, 152, 'post_banner_image', '86'),
(784, 152, '_post_banner_image', 'field_63c8e1f2d3c56'),
(785, 152, 'post_description', 'A Complete Milk Pasteurization and Processing Plant is a facility that processes and pasteurizes milk to ensure its safety and extend its shelf life. This plant includes equipment for cleaning, sterilizing, pasteurizing, and packaging milk. A Complete Milk UHT Processing Plant with 6 months shelf life is similar, but uses Ultra High Temperature processing to extend the shelf life to 6 months. A Yogurt Processing Plant produces yogurt by mixing milk, cultures, and other ingredients together. An Ice Cream Processing Plant produces ice cream by mixing cream, milk, sugar, and other ingredients together. A Sweet Condensed Milk Plant produces sweet condensed milk by heating milk and sugar together and removing most of the water content. A Ghee Processing Plant with 12 months shelf life produces Ghee, a type of clarified butter that is popular in Indian cuisine, that has a shelf life of 12 months. A Paneer Processing Plant with better yield and 3 months shelf life produces Paneer, a type of Indian cheese that has a shelf life of 3 months. Cheese Processing Plant produces various types of cheese. Khoa Processing Plant with 6 months shelf life produces Khoa, a type of milk product that has a shelf life of 6 months. Dahi and Butter milk Processing Plant produces Dahi and Buttermilk. Lassi and Shrikhand Processing Plant with 4 months shelf life produces Lassi and Shrikhand, popular Indian yogurt-based drinks that have a shelf life of 4 months. Fully Automatic Kaju Katli Processing Line with 3 months shelf life produces Kaju Katli, a type of Indian sweet that has a shelf life of 3 months. Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life produces Rasogolla and Gulab Jamun, popular Indian sweets that have a shelf life of 12 months. Ladoo Processing Line with 2 months shelf life produces Ladoo, a type of Indian sweet that has a shelf life of 2 months. Milk based Sweets Processing Line with 2 months shelf life produces various types of Milk based sweets. Various Halwa Processing Line with 6 months shelf life produces various types of Halwa that has a shelf life of 6 months. Any other tailor made Turnkey Project in Dairy and Sweets Sector, we can provide solutions for other specific tailor-made projects based on the client\'s requirement in Dairy and Sweets sector.'),
(786, 152, '_post_description', 'field_63c911c40baef'),
(789, 153, 'slider_image1', ''),
(790, 153, '_slider_image1', 'field_63c8c6482244c'),
(791, 153, 'slider_image2', ''),
(792, 153, '_slider_image2', 'field_63c8c68f2244d'),
(793, 153, 'slider_image3', ''),
(794, 153, '_slider_image3', 'field_63c8d1b9959fa'),
(795, 153, 'slider_title1', 'Title 1'),
(796, 153, '_slider_title1', 'field_63c8d1ef959fb'),
(797, 153, 'slider_title2', 'Title 2'),
(798, 153, '_slider_title2', 'field_63c8d20a959fc'),
(799, 153, 'slider_title3', 'Title 3'),
(800, 153, '_slider_title3', 'field_63c8d218959fd'),
(801, 153, 'slider_description1', 'This is the description of slider title 1'),
(802, 153, '_slider_description1', 'field_63c8d237959fe'),
(803, 153, 'slider_description2', 'This is the description of slider title 2'),
(804, 153, '_slider_description2', 'field_63c8d274959ff'),
(805, 153, 'slider_description3', 'This is the description of slider title 3'),
(806, 153, '_slider_description3', 'field_63c8d28f95a00'),
(807, 153, 'post_banner_image', '86'),
(808, 153, '_post_banner_image', 'field_63c8e1f2d3c56'),
(809, 153, 'post_description', 'A Complete Milk Pasteurization and Processing Plant is a facility that processes and pasteurizes milk to ensure its safety and extend its shelf life. This plant includes equipment for cleaning, sterilizing, pasteurizing, and packaging milk. A Complete Milk UHT Processing Plant with 6 months shelf life is similar, but uses Ultra High Temperature processing to extend the shelf life to 6 months. A Yogurt Processing Plant produces yogurt by mixing milk, cultures, and other ingredients together. An Ice Cream Processing Plant produces ice cream by mixing cream, milk, sugar, and other ingredients together. A Sweet Condensed Milk Plant produces sweet condensed milk by heating milk and sugar together and removing most of the water content. A Ghee Processing Plant with 12 months shelf life produces Ghee, a type of clarified butter that is popular in Indian cuisine, that has a shelf life of 12 months. A Paneer Processing Plant with better yield and 3 months shelf life produces Paneer, a type of Indian cheese that has a shelf life of 3 months. Cheese Processing Plant produces various types of cheese. Khoa Processing Plant with 6 months shelf life produces Khoa, a type of milk product that has a shelf life of 6 months. Dahi and Butter milk Processing Plant produces Dahi and Buttermilk. Lassi and Shrikhand Processing Plant with 4 months shelf life produces Lassi and Shrikhand, popular Indian yogurt-based drinks that have a shelf life of 4 months. Fully Automatic Kaju Katli Processing Line with 3 months shelf life produces Kaju Katli, a type of Indian sweet that has a shelf life of 3 months. Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life produces Rasogolla and Gulab Jamun, popular Indian sweets that have a shelf life of 12 months. Ladoo Processing Line with 2 months shelf life produces Ladoo, a type of Indian sweet that has a shelf life of 2 months. Milk based Sweets Processing Line with 2 months shelf life produces various types of Milk based sweets. Various Halwa Processing Line with 6 months shelf life produces various types of Halwa that has a shelf life of 6 months. Any other tailor made Turnkey Project in Dairy and Sweets Sector, we can provide solutions for other specific tailor-made projects based on the client\'s requirement in Dairy and Sweets sector.'),
(810, 153, '_post_description', 'field_63c911c40baef'),
(813, 88, 'post_description', 'Our business provides machinery and equipment for the snack food industry. We offers a range of fully automatic processing lines for the production of various snack products such as potato chips, French fries, frymes, kurkure, puff, extruded snacks, banana chips and various namkeen products. You have 50 variants of taste for your fully automatic potato chips line, 25 variants for your frymes and kurkure line, 25 variants for your puff and extruded line, 10 variants for your automatic banana chips line. You also offer continues and batch type frying system for multiple namkeen products and more than 100 variants in chips, snacks, namkeen, frymes, kurkure, puff and extruded snacks. You have a Thermic Processing Line for frying, Micro Filtration Processing Plant with online Oil Neutralizing Technology, Roasted Snack Processing Line with 10 variants of taste, Automation in Traditional Snacks like Samosa, Kachori and Pettish and provide Better Crunchiness and Crispiness with extended shelf life in Samosa and Kachori.'),
(814, 88, '_post_description', 'field_63c911c40baef'),
(815, 154, 'post_banner_image', '89'),
(816, 154, '_post_banner_image', 'field_63c8e1f2d3c56'),
(817, 154, 'post_description', 'Our business provides machinery and equipment for the snack food industry. We offers a range of fully automatic processing lines for the production of various snack products such as potato chips, French fries, frymes, kurkure, puff, extruded snacks, banana chips and various namkeen products. You have 50 variants of taste for your fully automatic potato chips line, 25 variants for your frymes and kurkure line, 25 variants for your puff and extruded line, 10 variants for your automatic banana chips line. You also offer continues and batch type frying system for multiple namkeen products and more than 100 variants in chips, snacks, namkeen, frymes, kurkure, puff and extruded snacks. You have a Thermic Processing Line for frying, Micro Filtration Processing Plant with online Oil Neutralizing Technology, Roasted Snack Processing Line with 10 variants of taste, Automation in Traditional Snacks like Samosa, Kachori and Pettish and provide Better Crunchiness and Crispiness with extended shelf life in Samosa and Kachori.'),
(818, 154, '_post_description', 'field_63c911c40baef'),
(821, 92, 'post_description', 'Our business is involved in the food processing and packaging industry. We provide solutions for processing and packaging of Indian curries and pulav with a shelf life of 12 months. We also offer preservation and packaging of cheese and cheese slices for up to 6 months. In addition, we provide preservation and packaging of dairy products like paneer, kunda, rabdi, kheer, rasogolla and gulab jamun for 6 months at ambient temperature. Our business also specializes in processing, preservation and packaging of traditional and Punjabi dishes (Sabji). We also offer packaging of fresh cut vegetables with a shelf life of 6 months, as well as packaging of fresh boiled vegetables and cereals with a shelf life of 6 months. Additionally, we provide preservation of fresh peeled garlic and garlic-ginger paste for up to 6 months. This allows customers to enjoy these perishable food items for an extended period of time. We are dedicated to providing high-quality food preservation and packaging solutions that are safe, healthy and delicious. Our solutions are designed to meet the needs of our customers and help them to expand their business and increase their revenue.'),
(822, 92, '_post_description', 'field_63c911c40baef'),
(823, 155, 'post_banner_image', '93'),
(824, 155, '_post_banner_image', 'field_63c8e1f2d3c56'),
(825, 155, 'post_description', 'Our business is involved in the food processing and packaging industry. We provide solutions for processing and packaging of Indian curries and pulav with a shelf life of 12 months. We also offer preservation and packaging of cheese and cheese slices for up to 6 months. In addition, we provide preservation and packaging of dairy products like paneer, kunda, rabdi, kheer, rasogolla and gulab jamun for 6 months at ambient temperature. Our business also specializes in processing, preservation and packaging of traditional and Punjabi dishes (Sabji). We also offer packaging of fresh cut vegetables with a shelf life of 6 months, as well as packaging of fresh boiled vegetables and cereals with a shelf life of 6 months. Additionally, we provide preservation of fresh peeled garlic and garlic-ginger paste for up to 6 months. This allows customers to enjoy these perishable food items for an extended period of time. We are dedicated to providing high-quality food preservation and packaging solutions that are safe, healthy and delicious. Our solutions are designed to meet the needs of our customers and help them to expand their business and increase their revenue.'),
(826, 155, '_post_description', 'field_63c911c40baef'),
(829, 96, 'post_description', 'Our business provides machinery and equipment for the bakery industry. We offer a range of semi and fully automatic processing lines for the production of various baked goods such as Bread, Buns, and Bread Rolls, Cakes and Pastries with extended shelf life. Our semi and fully automatic cookies line, semi and fully automatic biscuit line with wafer and cream biscuit variants, Rusk and Khari processing line with 10 variants of taste for each and Puff processing with improved crunchiness and crispiness and extended shelf life. Our solutions are designed to improve the efficiency, productivity and output of bakery operations while maintaining the quality and taste of the final products. Additionally, we also provide semi and fully automatic cream roll production line.'),
(830, 96, '_post_description', 'field_63c911c40baef'),
(831, 156, 'post_banner_image', '97'),
(832, 156, '_post_banner_image', 'field_63c8e1f2d3c56'),
(833, 156, 'post_description', 'Our business provides machinery and equipment for the bakery industry. We offer a range of semi and fully automatic processing lines for the production of various baked goods such as Bread, Buns, and Bread Rolls, Cakes and Pastries with extended shelf life. Our semi and fully automatic cookies line, semi and fully automatic biscuit line with wafer and cream biscuit variants, Rusk and Khari processing line with 10 variants of taste for each and Puff processing with improved crunchiness and crispiness and extended shelf life. Our solutions are designed to improve the efficiency, productivity and output of bakery operations while maintaining the quality and taste of the final products. Additionally, we also provide semi and fully automatic cream roll production line.'),
(834, 156, '_post_description', 'field_63c911c40baef'),
(837, 100, 'post_description', 'Our business also provides machinery solutions for various other food processing sectors. We offer solutions for the Papad, Dry Dosa, Khakara and Thepla Processing Sector, Agro Processing Sector, Tetra Pack for Fruit Juices, Spices, Masala and Seasoning Processing Sector, Meat and Poultry Processing Sector, Tomato Ketchup Processing Line, Frozen Foods, Long Life Flours, Chocolate and Confectionery Processing Sector, Pickles Processing, Soya Milk and Milk Product Sector, Shelf Stable Roti and Parathas Processing, Package Drinking water Processing Line, Beverages Processing, Coconut water and Neera Preservation and Processing, and Instant Noodles and Pasta Processing Sector. We are dedicated to providing machinery and equipment that are highly efficient, productive and meet the demands of the industry. Our solutions are designed to improve the production process and increase the output while maintaining the quality of the final products, which makes it more profitable for the customers.'),
(838, 100, '_post_description', 'field_63c911c40baef'),
(839, 157, 'post_banner_image', '101'),
(840, 157, '_post_banner_image', 'field_63c8e1f2d3c56'),
(841, 157, 'post_description', 'Our business also provides machinery solutions for various other food processing sectors. We offer solutions for the Papad, Dry Dosa, Khakara and Thepla Processing Sector, Agro Processing Sector, Tetra Pack for Fruit Juices, Spices, Masala and Seasoning Processing Sector, Meat and Poultry Processing Sector, Tomato Ketchup Processing Line, Frozen Foods, Long Life Flours, Chocolate and Confectionery Processing Sector, Pickles Processing, Soya Milk and Milk Product Sector, Shelf Stable Roti and Parathas Processing, Package Drinking water Processing Line, Beverages Processing, Coconut water and Neera Preservation and Processing, and Instant Noodles and Pasta Processing Sector. We are dedicated to providing machinery and equipment that are highly efficient, productive and meet the demands of the industry. Our solutions are designed to improve the production process and increase the output while maintaining the quality of the final products, which makes it more profitable for the customers.'),
(842, 157, '_post_description', 'field_63c911c40baef'),
(938, 167, '_edit_last', '1'),
(939, 167, '_edit_lock', '1676026222:1'),
(940, 174, '_wp_trash_meta_status', 'publish'),
(941, 174, '_wp_trash_meta_time', '1674131308'),
(942, 11, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(943, 11, '_address', 'field_63c92e1503f94'),
(944, 11, 'tel_phone_number', '+91 96628 45243'),
(945, 11, '_tel_phone_number', 'field_63c92e5d03f95'),
(946, 11, 'mobile_no', '+91 96628 45243'),
(947, 11, '_mobile_no', 'field_63c92eb703f96'),
(948, 11, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(949, 11, '_facebook_link', 'field_63c92f8503f97'),
(950, 11, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(951, 11, '_google_link', 'field_63c92fa403f98'),
(952, 11, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(953, 11, '_company_description', 'field_63c9309e03f99'),
(954, 11, 'slider_image1', '641'),
(955, 11, '_slider_image1', 'field_63c8c6482244c'),
(956, 11, 'slider_image2', '661'),
(957, 11, '_slider_image2', 'field_63c8c68f2244d'),
(958, 11, 'slider_image3', '663'),
(959, 11, '_slider_image3', 'field_63c8d1b9959fa'),
(960, 11, 'slider_title1', 'Seasoning Mix '),
(961, 11, '_slider_title1', 'field_63c8d1ef959fb'),
(962, 11, 'slider_title2', 'By Message'),
(963, 11, '_slider_title2', 'field_63c8d20a959fc'),
(964, 11, 'slider_title3', 'The miracle of research'),
(965, 11, '_slider_title3', 'field_63c8d218959fd'),
(966, 11, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(967, 11, '_slider_description1', 'field_63c8d237959fe'),
(968, 11, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(969, 11, '_slider_description2', 'field_63c8d274959ff'),
(970, 11, 'slider_description3', 'Food additives and much more...'),
(971, 11, '_slider_description3', 'field_63c8d28f95a00'),
(972, 175, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(973, 175, '_address', 'field_63c92e1503f94'),
(974, 175, 'tel_phone_number', '+91 2824 223921'),
(975, 175, '_tel_phone_number', 'field_63c92e5d03f95'),
(976, 175, 'mobile_no', '+91 96628 45243'),
(977, 175, '_mobile_no', 'field_63c92eb703f96'),
(978, 175, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(979, 175, '_facebook_link', 'field_63c92f8503f97'),
(980, 175, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(981, 175, '_google_link', 'field_63c92fa403f98'),
(982, 175, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(983, 175, '_company_description', 'field_63c9309e03f99'),
(984, 175, 'slider_image1', '68'),
(985, 175, '_slider_image1', 'field_63c8c6482244c'),
(986, 175, 'slider_image2', '31'),
(987, 175, '_slider_image2', 'field_63c8c68f2244d'),
(988, 175, 'slider_image3', '79'),
(989, 175, '_slider_image3', 'field_63c8d1b9959fa'),
(990, 175, 'slider_title1', 'Title 1'),
(991, 175, '_slider_title1', 'field_63c8d1ef959fb'),
(992, 175, 'slider_title2', 'Title 2'),
(993, 175, '_slider_title2', 'field_63c8d20a959fc'),
(994, 175, 'slider_title3', 'Title 3'),
(995, 175, '_slider_title3', 'field_63c8d218959fd'),
(996, 175, 'slider_description1', 'This is the description of slider title 1'),
(997, 175, '_slider_description1', 'field_63c8d237959fe'),
(998, 175, 'slider_description2', 'This is the description of slider title 2'),
(999, 175, '_slider_description2', 'field_63c8d274959ff'),
(1000, 175, 'slider_description3', 'This is the description of slider title 3'),
(1001, 175, '_slider_description3', 'field_63c8d28f95a00'),
(1002, 182, '_edit_last', '1'),
(1003, 182, '_edit_lock', '1674289742:1'),
(1004, 182, 'cfs_fields', 'a:1:{i:0;a:8:{s:2:\"id\";i:1;s:4:\"name\";s:9:\"tag_lines\";s:5:\"label\";s:9:\"tag lines\";s:4:\"type\";s:4:\"loop\";s:5:\"notes\";s:39:\"add tag line which length is 3 - 4 word\";s:9:\"parent_id\";i:0;s:6:\"weight\";i:0;s:7:\"options\";a:5:{s:11:\"row_display\";s:1:\"0\";s:9:\"row_label\";s:12:\"add tag line\";s:12:\"button_label\";s:7:\"Add Row\";s:9:\"limit_min\";s:1:\"3\";s:9:\"limit_max\";s:1:\"3\";}}}'),
(1005, 182, 'cfs_rules', 'a:1:{s:10:\"post_types\";a:2:{s:8:\"operator\";s:2:\"==\";s:6:\"values\";a:1:{i:0;s:4:\"page\";}}}'),
(1006, 182, 'cfs_extras', 'a:3:{s:5:\"order\";s:1:\"0\";s:7:\"context\";s:6:\"normal\";s:11:\"hide_editor\";s:1:\"0\";}'),
(1007, 184, '_edit_last', '1'),
(1008, 184, '_edit_lock', '1676026404:1'),
(1009, 188, '_edit_last', '1'),
(1010, 188, '_edit_lock', '1676297416:1'),
(1011, 194, '_edit_last', '1'),
(1012, 194, '_edit_lock', '1676028339:1'),
(1013, 11, 'about_us_title', 'Leading Food Consulting Company'),
(1014, 11, '_about_us_title', 'field_63cbbac505df9'),
(1015, 11, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1016, 11, '_short_description', 'field_63cbbbe305dfa'),
(1017, 11, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1018, 11, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1019, 11, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1020, 11, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1021, 11, 'video_background', '242'),
(1022, 11, '_video_background', 'field_63cbc2880b5de'),
(1023, 11, 'client_image_1', '211'),
(1024, 11, '_client_image_1', 'field_63cbcb8e5afcb'),
(1025, 11, 'client_image_2', '210'),
(1026, 11, '_client_image_2', 'field_63cbcbd95afcc'),
(1027, 11, 'client_image_3', '209'),
(1028, 11, '_client_image_3', 'field_63cbcbe55afcd'),
(1029, 11, 'client_image_4', '208'),
(1030, 11, '_client_image_4', 'field_63cbcbe75afce'),
(1031, 11, 'client_image_5', '207'),
(1032, 11, '_client_image_5', 'field_63cbcbeb5afcf'),
(1033, 11, 'client_image_6', '206'),
(1034, 11, '_client_image_6', 'field_63cbcbef5afd0'),
(1035, 11, 'email', 'khyati@messagegroup.co.in'),
(1036, 11, '_email', 'field_63c93e1309d31'),
(1037, 11, 'tag_line1', 'Innovative Food Packaging Machinery'),
(1038, 11, '_tag_line1', 'field_63cbb9903babf'),
(1039, 11, 'tag_line2', 'Food Additives & Seasoning Mix'),
(1040, 11, '_tag_line2', 'field_63cbba1a3bac0'),
(1041, 11, 'tag_line3', 'Rapid Response & Satisfaction'),
(1042, 11, '_tag_line3', 'field_63cbba503bac1'),
(1043, 175, 'about_us_title', ''),
(1044, 175, '_about_us_title', 'field_63cbbac505df9'),
(1045, 175, 'short_description', 'With our cutting-edge technology and expert engineering, we are dedicated to revolutionising the way industry operates.'),
(1046, 175, '_short_description', 'field_63cbbbe305dfa'),
(1047, 175, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us.  By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1048, 175, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1049, 175, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1050, 175, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1051, 175, 'video_background', ''),
(1052, 175, '_video_background', 'field_63cbc2880b5de'),
(1053, 175, 'client_image_1', ''),
(1054, 175, '_client_image_1', 'field_63cbcb8e5afcb'),
(1055, 175, 'client_image_2', ''),
(1056, 175, '_client_image_2', 'field_63cbcbd95afcc'),
(1057, 175, 'client_image_3', ''),
(1058, 175, '_client_image_3', 'field_63cbcbe55afcd'),
(1059, 175, 'client_image_4', ''),
(1060, 175, '_client_image_4', 'field_63cbcbe75afce'),
(1061, 175, 'client_image_5', ''),
(1062, 175, '_client_image_5', 'field_63cbcbeb5afcf'),
(1063, 175, 'client_image_6', ''),
(1064, 175, '_client_image_6', 'field_63cbcbef5afd0'),
(1065, 175, 'email', 'info@messagegroup.co.in'),
(1066, 175, '_email', 'field_63c93e1309d31'),
(1067, 175, 'tag_line1', 'Innovative Food Machinery'),
(1068, 175, '_tag_line1', 'field_63cbb9903babf'),
(1069, 175, 'tag_line2', 'Value-Packed Machinery'),
(1070, 175, '_tag_line2', 'field_63cbba1a3bac0'),
(1071, 175, 'tag_line3', 'Rapid Response, Satisfaction'),
(1072, 175, '_tag_line3', 'field_63cbba503bac1'),
(1073, 201, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1074, 201, '_address', 'field_63c92e1503f94'),
(1075, 201, 'tel_phone_number', '+91 2824 223921'),
(1076, 201, '_tel_phone_number', 'field_63c92e5d03f95'),
(1077, 201, 'mobile_no', '+91 96628 45243'),
(1078, 201, '_mobile_no', 'field_63c92eb703f96'),
(1079, 201, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1080, 201, '_facebook_link', 'field_63c92f8503f97'),
(1081, 201, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1082, 201, '_google_link', 'field_63c92fa403f98'),
(1083, 201, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1084, 201, '_company_description', 'field_63c9309e03f99'),
(1085, 201, 'slider_image1', '68'),
(1086, 201, '_slider_image1', 'field_63c8c6482244c'),
(1087, 201, 'slider_image2', '31'),
(1088, 201, '_slider_image2', 'field_63c8c68f2244d'),
(1089, 201, 'slider_image3', '79'),
(1090, 201, '_slider_image3', 'field_63c8d1b9959fa'),
(1091, 201, 'slider_title1', 'Title 1'),
(1092, 201, '_slider_title1', 'field_63c8d1ef959fb'),
(1093, 201, 'slider_title2', 'Title 2'),
(1094, 201, '_slider_title2', 'field_63c8d20a959fc'),
(1095, 201, 'slider_title3', 'Title 3'),
(1096, 201, '_slider_title3', 'field_63c8d218959fd'),
(1097, 201, 'slider_description1', 'This is the description of slider title 1'),
(1098, 201, '_slider_description1', 'field_63c8d237959fe'),
(1099, 201, 'slider_description2', 'This is the description of slider title 2'),
(1100, 201, '_slider_description2', 'field_63c8d274959ff'),
(1101, 201, 'slider_description3', 'This is the description of slider title 3'),
(1102, 201, '_slider_description3', 'field_63c8d28f95a00'),
(1103, 201, 'about_us_title', 'Leading Food Consulting Company'),
(1104, 201, '_about_us_title', 'field_63cbbac505df9'),
(1105, 201, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1106, 201, '_short_description', 'field_63cbbbe305dfa'),
(1107, 201, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us.'),
(1108, 201, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1109, 201, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1110, 201, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1111, 201, 'video_background', ''),
(1112, 201, '_video_background', 'field_63cbc2880b5de'),
(1113, 201, 'client_image_1', ''),
(1114, 201, '_client_image_1', 'field_63cbcb8e5afcb'),
(1115, 201, 'client_image_2', ''),
(1116, 201, '_client_image_2', 'field_63cbcbd95afcc'),
(1117, 201, 'client_image_3', ''),
(1118, 201, '_client_image_3', 'field_63cbcbe55afcd'),
(1119, 201, 'client_image_4', ''),
(1120, 201, '_client_image_4', 'field_63cbcbe75afce'),
(1121, 201, 'client_image_5', ''),
(1122, 201, '_client_image_5', 'field_63cbcbeb5afcf'),
(1123, 201, 'client_image_6', ''),
(1124, 201, '_client_image_6', 'field_63cbcbef5afd0'),
(1125, 201, 'email', 'info@messagegroup.co.in'),
(1126, 201, '_email', 'field_63c93e1309d31'),
(1127, 201, 'tag_line1', 'Innovative Food Machinery'),
(1128, 201, '_tag_line1', 'field_63cbb9903babf'),
(1129, 201, 'tag_line2', 'Value-Packed Machinery'),
(1130, 201, '_tag_line2', 'field_63cbba1a3bac0'),
(1131, 201, 'tag_line3', 'Rapid Response, Satisfaction'),
(1132, 201, '_tag_line3', 'field_63cbba503bac1'),
(1133, 11, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1134, 11, '_long_description_about_us_2', 'field_63cdfd562520a');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1135, 201, 'long_description_about_us_2', 'his development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us.'),
(1136, 201, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1137, 203, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1138, 203, '_address', 'field_63c92e1503f94'),
(1139, 203, 'tel_phone_number', '+91 2824 223921'),
(1140, 203, '_tel_phone_number', 'field_63c92e5d03f95'),
(1141, 203, 'mobile_no', '+91 96628 45243'),
(1142, 203, '_mobile_no', 'field_63c92eb703f96'),
(1143, 203, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1144, 203, '_facebook_link', 'field_63c92f8503f97'),
(1145, 203, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1146, 203, '_google_link', 'field_63c92fa403f98'),
(1147, 203, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1148, 203, '_company_description', 'field_63c9309e03f99'),
(1149, 203, 'slider_image1', '68'),
(1150, 203, '_slider_image1', 'field_63c8c6482244c'),
(1151, 203, 'slider_image2', '31'),
(1152, 203, '_slider_image2', 'field_63c8c68f2244d'),
(1153, 203, 'slider_image3', '79'),
(1154, 203, '_slider_image3', 'field_63c8d1b9959fa'),
(1155, 203, 'slider_title1', 'Title 1'),
(1156, 203, '_slider_title1', 'field_63c8d1ef959fb'),
(1157, 203, 'slider_title2', 'Title 2'),
(1158, 203, '_slider_title2', 'field_63c8d20a959fc'),
(1159, 203, 'slider_title3', 'Title 3'),
(1160, 203, '_slider_title3', 'field_63c8d218959fd'),
(1161, 203, 'slider_description1', 'This is the description of slider title 1'),
(1162, 203, '_slider_description1', 'field_63c8d237959fe'),
(1163, 203, 'slider_description2', 'This is the description of slider title 2'),
(1164, 203, '_slider_description2', 'field_63c8d274959ff'),
(1165, 203, 'slider_description3', 'This is the description of slider title 3'),
(1166, 203, '_slider_description3', 'field_63c8d28f95a00'),
(1167, 203, 'about_us_title', 'Leading Food Consulting Company'),
(1168, 203, '_about_us_title', 'field_63cbbac505df9'),
(1169, 203, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1170, 203, '_short_description', 'field_63cbbbe305dfa'),
(1171, 203, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1172, 203, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1173, 203, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1174, 203, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1175, 203, 'video_background', ''),
(1176, 203, '_video_background', 'field_63cbc2880b5de'),
(1177, 203, 'client_image_1', ''),
(1178, 203, '_client_image_1', 'field_63cbcb8e5afcb'),
(1179, 203, 'client_image_2', ''),
(1180, 203, '_client_image_2', 'field_63cbcbd95afcc'),
(1181, 203, 'client_image_3', ''),
(1182, 203, '_client_image_3', 'field_63cbcbe55afcd'),
(1183, 203, 'client_image_4', ''),
(1184, 203, '_client_image_4', 'field_63cbcbe75afce'),
(1185, 203, 'client_image_5', ''),
(1186, 203, '_client_image_5', 'field_63cbcbeb5afcf'),
(1187, 203, 'client_image_6', ''),
(1188, 203, '_client_image_6', 'field_63cbcbef5afd0'),
(1189, 203, 'email', 'info@messagegroup.co.in'),
(1190, 203, '_email', 'field_63c93e1309d31'),
(1191, 203, 'tag_line1', 'Innovative Food Machinery'),
(1192, 203, '_tag_line1', 'field_63cbb9903babf'),
(1193, 203, 'tag_line2', 'Value-Packed Machinery'),
(1194, 203, '_tag_line2', 'field_63cbba1a3bac0'),
(1195, 203, 'tag_line3', 'Rapid Response, Satisfaction'),
(1196, 203, '_tag_line3', 'field_63cbba503bac1'),
(1197, 203, 'long_description_about_us_2', 'his development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us.'),
(1198, 203, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1199, 204, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1200, 204, '_address', 'field_63c92e1503f94'),
(1201, 204, 'tel_phone_number', '+91 2824 223921'),
(1202, 204, '_tel_phone_number', 'field_63c92e5d03f95'),
(1203, 204, 'mobile_no', '+91 96628 45243'),
(1204, 204, '_mobile_no', 'field_63c92eb703f96'),
(1205, 204, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1206, 204, '_facebook_link', 'field_63c92f8503f97'),
(1207, 204, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1208, 204, '_google_link', 'field_63c92fa403f98'),
(1209, 204, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1210, 204, '_company_description', 'field_63c9309e03f99'),
(1211, 204, 'slider_image1', '68'),
(1212, 204, '_slider_image1', 'field_63c8c6482244c'),
(1213, 204, 'slider_image2', '31'),
(1214, 204, '_slider_image2', 'field_63c8c68f2244d'),
(1215, 204, 'slider_image3', '79'),
(1216, 204, '_slider_image3', 'field_63c8d1b9959fa'),
(1217, 204, 'slider_title1', 'Title 1'),
(1218, 204, '_slider_title1', 'field_63c8d1ef959fb'),
(1219, 204, 'slider_title2', 'Title 2'),
(1220, 204, '_slider_title2', 'field_63c8d20a959fc'),
(1221, 204, 'slider_title3', 'Title 3'),
(1222, 204, '_slider_title3', 'field_63c8d218959fd'),
(1223, 204, 'slider_description1', 'This is the description of slider title 1'),
(1224, 204, '_slider_description1', 'field_63c8d237959fe'),
(1225, 204, 'slider_description2', 'This is the description of slider title 2'),
(1226, 204, '_slider_description2', 'field_63c8d274959ff'),
(1227, 204, 'slider_description3', 'This is the description of slider title 3'),
(1228, 204, '_slider_description3', 'field_63c8d28f95a00'),
(1229, 204, 'about_us_title', 'Leading Food Consulting Company'),
(1230, 204, '_about_us_title', 'field_63cbbac505df9'),
(1231, 204, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1232, 204, '_short_description', 'field_63cbbbe305dfa'),
(1233, 204, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1234, 204, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1235, 204, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1236, 204, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1237, 204, 'video_background', ''),
(1238, 204, '_video_background', 'field_63cbc2880b5de'),
(1239, 204, 'client_image_1', ''),
(1240, 204, '_client_image_1', 'field_63cbcb8e5afcb'),
(1241, 204, 'client_image_2', ''),
(1242, 204, '_client_image_2', 'field_63cbcbd95afcc'),
(1243, 204, 'client_image_3', ''),
(1244, 204, '_client_image_3', 'field_63cbcbe55afcd'),
(1245, 204, 'client_image_4', ''),
(1246, 204, '_client_image_4', 'field_63cbcbe75afce'),
(1247, 204, 'client_image_5', ''),
(1248, 204, '_client_image_5', 'field_63cbcbeb5afcf'),
(1249, 204, 'client_image_6', ''),
(1250, 204, '_client_image_6', 'field_63cbcbef5afd0'),
(1251, 204, 'email', 'info@messagegroup.co.in'),
(1252, 204, '_email', 'field_63c93e1309d31'),
(1253, 204, 'tag_line1', 'Innovative Food Machinery'),
(1254, 204, '_tag_line1', 'field_63cbb9903babf'),
(1255, 204, 'tag_line2', 'Value-Packed Machinery'),
(1256, 204, '_tag_line2', 'field_63cbba1a3bac0'),
(1257, 204, 'tag_line3', 'Rapid Response, Satisfaction'),
(1258, 204, '_tag_line3', 'field_63cbba503bac1'),
(1259, 204, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us.'),
(1260, 204, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1261, 205, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1262, 205, '_address', 'field_63c92e1503f94'),
(1263, 205, 'tel_phone_number', '+91 2824 223921'),
(1264, 205, '_tel_phone_number', 'field_63c92e5d03f95'),
(1265, 205, 'mobile_no', '+91 96628 45243'),
(1266, 205, '_mobile_no', 'field_63c92eb703f96'),
(1267, 205, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1268, 205, '_facebook_link', 'field_63c92f8503f97'),
(1269, 205, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1270, 205, '_google_link', 'field_63c92fa403f98'),
(1271, 205, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1272, 205, '_company_description', 'field_63c9309e03f99'),
(1273, 205, 'slider_image1', '68'),
(1274, 205, '_slider_image1', 'field_63c8c6482244c'),
(1275, 205, 'slider_image2', '31'),
(1276, 205, '_slider_image2', 'field_63c8c68f2244d'),
(1277, 205, 'slider_image3', '79'),
(1278, 205, '_slider_image3', 'field_63c8d1b9959fa'),
(1279, 205, 'slider_title1', 'Title 1'),
(1280, 205, '_slider_title1', 'field_63c8d1ef959fb'),
(1281, 205, 'slider_title2', 'Title 2'),
(1282, 205, '_slider_title2', 'field_63c8d20a959fc'),
(1283, 205, 'slider_title3', 'Title 3'),
(1284, 205, '_slider_title3', 'field_63c8d218959fd'),
(1285, 205, 'slider_description1', 'This is the description of slider title 1'),
(1286, 205, '_slider_description1', 'field_63c8d237959fe'),
(1287, 205, 'slider_description2', 'This is the description of slider title 2'),
(1288, 205, '_slider_description2', 'field_63c8d274959ff'),
(1289, 205, 'slider_description3', 'This is the description of slider title 3'),
(1290, 205, '_slider_description3', 'field_63c8d28f95a00'),
(1291, 205, 'about_us_title', 'Leading Food Consulting Company'),
(1292, 205, '_about_us_title', 'field_63cbbac505df9'),
(1293, 205, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1294, 205, '_short_description', 'field_63cbbbe305dfa'),
(1295, 205, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1296, 205, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1297, 205, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1298, 205, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1299, 205, 'video_background', ''),
(1300, 205, '_video_background', 'field_63cbc2880b5de'),
(1301, 205, 'client_image_1', ''),
(1302, 205, '_client_image_1', 'field_63cbcb8e5afcb'),
(1303, 205, 'client_image_2', ''),
(1304, 205, '_client_image_2', 'field_63cbcbd95afcc'),
(1305, 205, 'client_image_3', ''),
(1306, 205, '_client_image_3', 'field_63cbcbe55afcd'),
(1307, 205, 'client_image_4', ''),
(1308, 205, '_client_image_4', 'field_63cbcbe75afce'),
(1309, 205, 'client_image_5', ''),
(1310, 205, '_client_image_5', 'field_63cbcbeb5afcf'),
(1311, 205, 'client_image_6', ''),
(1312, 205, '_client_image_6', 'field_63cbcbef5afd0'),
(1313, 205, 'email', 'info@messagegroup.co.in'),
(1314, 205, '_email', 'field_63c93e1309d31'),
(1315, 205, 'tag_line1', 'Innovative Food Machinery'),
(1316, 205, '_tag_line1', 'field_63cbb9903babf'),
(1317, 205, 'tag_line2', 'Value-Packed Machinery'),
(1318, 205, '_tag_line2', 'field_63cbba1a3bac0'),
(1319, 205, 'tag_line3', 'Rapid Response, Satisfaction'),
(1320, 205, '_tag_line3', 'field_63cbba503bac1'),
(1321, 205, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1322, 205, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1323, 206, '_wp_attached_file', '2023/01/images.jpg'),
(1324, 206, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:305;s:6:\"height\";i:165;s:4:\"file\";s:18:\"2023/01/images.jpg\";s:8:\"filesize\";i:12650;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1325, 207, '_wp_attached_file', '2023/01/download-4.png'),
(1326, 207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:317;s:6:\"height\";i:159;s:4:\"file\";s:22:\"2023/01/download-4.png\";s:8:\"filesize\";i:7481;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1327, 208, '_wp_attached_file', '2023/01/download-3.png'),
(1328, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:140;s:6:\"height\";i:90;s:4:\"file\";s:22:\"2023/01/download-3.png\";s:8:\"filesize\";i:2042;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1329, 209, '_wp_attached_file', '2023/01/Bhikharam-Chandmal-Bikaner-1.png'),
(1330, 209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:213;s:6:\"height\";i:217;s:4:\"file\";s:40:\"2023/01/Bhikharam-Chandmal-Bikaner-1.png\";s:8:\"filesize\";i:10815;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1331, 210, '_wp_attached_file', '2023/01/Gwalia.png'),
(1332, 210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:93;s:6:\"height\";i:125;s:4:\"file\";s:18:\"2023/01/Gwalia.png\";s:8:\"filesize\";i:16426;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1333, 211, '_wp_attached_file', '2023/01/download-6-1.png'),
(1334, 211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:284;s:6:\"height\";i:177;s:4:\"file\";s:24:\"2023/01/download-6-1.png\";s:8:\"filesize\";i:11135;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1335, 212, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1336, 212, '_address', 'field_63c92e1503f94'),
(1337, 212, 'tel_phone_number', '+91 2824 223921'),
(1338, 212, '_tel_phone_number', 'field_63c92e5d03f95'),
(1339, 212, 'mobile_no', '+91 96628 45243'),
(1340, 212, '_mobile_no', 'field_63c92eb703f96'),
(1341, 212, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1342, 212, '_facebook_link', 'field_63c92f8503f97'),
(1343, 212, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1344, 212, '_google_link', 'field_63c92fa403f98'),
(1345, 212, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1346, 212, '_company_description', 'field_63c9309e03f99'),
(1347, 212, 'slider_image1', '68'),
(1348, 212, '_slider_image1', 'field_63c8c6482244c'),
(1349, 212, 'slider_image2', '31'),
(1350, 212, '_slider_image2', 'field_63c8c68f2244d'),
(1351, 212, 'slider_image3', '79'),
(1352, 212, '_slider_image3', 'field_63c8d1b9959fa'),
(1353, 212, 'slider_title1', 'Title 1'),
(1354, 212, '_slider_title1', 'field_63c8d1ef959fb'),
(1355, 212, 'slider_title2', 'Title 2'),
(1356, 212, '_slider_title2', 'field_63c8d20a959fc'),
(1357, 212, 'slider_title3', 'Title 3'),
(1358, 212, '_slider_title3', 'field_63c8d218959fd'),
(1359, 212, 'slider_description1', 'This is the description of slider title 1'),
(1360, 212, '_slider_description1', 'field_63c8d237959fe'),
(1361, 212, 'slider_description2', 'This is the description of slider title 2'),
(1362, 212, '_slider_description2', 'field_63c8d274959ff'),
(1363, 212, 'slider_description3', 'This is the description of slider title 3'),
(1364, 212, '_slider_description3', 'field_63c8d28f95a00'),
(1365, 212, 'about_us_title', 'Leading Food Consulting Company'),
(1366, 212, '_about_us_title', 'field_63cbbac505df9'),
(1367, 212, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1368, 212, '_short_description', 'field_63cbbbe305dfa'),
(1369, 212, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1370, 212, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1371, 212, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1372, 212, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1373, 212, 'video_background', ''),
(1374, 212, '_video_background', 'field_63cbc2880b5de'),
(1375, 212, 'client_image_1', '211'),
(1376, 212, '_client_image_1', 'field_63cbcb8e5afcb'),
(1377, 212, 'client_image_2', '210'),
(1378, 212, '_client_image_2', 'field_63cbcbd95afcc'),
(1379, 212, 'client_image_3', '209'),
(1380, 212, '_client_image_3', 'field_63cbcbe55afcd'),
(1381, 212, 'client_image_4', '208'),
(1382, 212, '_client_image_4', 'field_63cbcbe75afce'),
(1383, 212, 'client_image_5', '207'),
(1384, 212, '_client_image_5', 'field_63cbcbeb5afcf'),
(1385, 212, 'client_image_6', '206'),
(1386, 212, '_client_image_6', 'field_63cbcbef5afd0'),
(1387, 212, 'email', 'info@messagegroup.co.in'),
(1388, 212, '_email', 'field_63c93e1309d31'),
(1389, 212, 'tag_line1', 'Innovative Food Machinery'),
(1390, 212, '_tag_line1', 'field_63cbb9903babf'),
(1391, 212, 'tag_line2', 'Value-Packed Machinery'),
(1392, 212, '_tag_line2', 'field_63cbba1a3bac0'),
(1393, 212, 'tag_line3', 'Rapid Response, Satisfaction'),
(1394, 212, '_tag_line3', 'field_63cbba503bac1'),
(1395, 212, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1396, 212, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1397, 213, '_edit_last', '1'),
(1398, 213, '_edit_lock', '1676026301:1'),
(1401, 11, 'industry_we_serve_image_1', '439'),
(1402, 11, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1403, 11, 'industry_we_serve_image_2', '440'),
(1404, 11, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1405, 11, 'industry_we_serve_image_3', '435'),
(1406, 11, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1407, 11, 'industry_we_serve_image_4', '437'),
(1408, 11, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1409, 11, 'industry_we_serve_image_5', '433'),
(1410, 11, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1411, 11, 'industry_we_serve_short_description', ''),
(1412, 11, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1413, 221, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1414, 221, '_address', 'field_63c92e1503f94'),
(1415, 221, 'tel_phone_number', '+91 2824 223921'),
(1416, 221, '_tel_phone_number', 'field_63c92e5d03f95'),
(1417, 221, 'mobile_no', '+91 96628 45243'),
(1418, 221, '_mobile_no', 'field_63c92eb703f96'),
(1419, 221, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1420, 221, '_facebook_link', 'field_63c92f8503f97'),
(1421, 221, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1422, 221, '_google_link', 'field_63c92fa403f98'),
(1423, 221, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1424, 221, '_company_description', 'field_63c9309e03f99'),
(1425, 221, 'slider_image1', '68'),
(1426, 221, '_slider_image1', 'field_63c8c6482244c'),
(1427, 221, 'slider_image2', '31'),
(1428, 221, '_slider_image2', 'field_63c8c68f2244d'),
(1429, 221, 'slider_image3', '79'),
(1430, 221, '_slider_image3', 'field_63c8d1b9959fa'),
(1431, 221, 'slider_title1', 'Title 1'),
(1432, 221, '_slider_title1', 'field_63c8d1ef959fb'),
(1433, 221, 'slider_title2', 'Title 2'),
(1434, 221, '_slider_title2', 'field_63c8d20a959fc'),
(1435, 221, 'slider_title3', 'Title 3'),
(1436, 221, '_slider_title3', 'field_63c8d218959fd'),
(1437, 221, 'slider_description1', 'This is the description of slider title 1'),
(1438, 221, '_slider_description1', 'field_63c8d237959fe'),
(1439, 221, 'slider_description2', 'This is the description of slider title 2'),
(1440, 221, '_slider_description2', 'field_63c8d274959ff'),
(1441, 221, 'slider_description3', 'This is the description of slider title 3'),
(1442, 221, '_slider_description3', 'field_63c8d28f95a00'),
(1443, 221, 'about_us_title', 'Leading Food Consulting Company'),
(1444, 221, '_about_us_title', 'field_63cbbac505df9'),
(1445, 221, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1446, 221, '_short_description', 'field_63cbbbe305dfa'),
(1447, 221, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1448, 221, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1449, 221, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1450, 221, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1451, 221, 'video_background', ''),
(1452, 221, '_video_background', 'field_63cbc2880b5de'),
(1453, 221, 'client_image_1', '211'),
(1454, 221, '_client_image_1', 'field_63cbcb8e5afcb'),
(1455, 221, 'client_image_2', '210'),
(1456, 221, '_client_image_2', 'field_63cbcbd95afcc'),
(1457, 221, 'client_image_3', '209'),
(1458, 221, '_client_image_3', 'field_63cbcbe55afcd'),
(1459, 221, 'client_image_4', '208'),
(1460, 221, '_client_image_4', 'field_63cbcbe75afce'),
(1461, 221, 'client_image_5', '207'),
(1462, 221, '_client_image_5', 'field_63cbcbeb5afcf'),
(1463, 221, 'client_image_6', '206'),
(1464, 221, '_client_image_6', 'field_63cbcbef5afd0'),
(1465, 221, 'email', 'info@messagegroup.co.in'),
(1466, 221, '_email', 'field_63c93e1309d31'),
(1467, 221, 'tag_line1', 'Innovative Food Machinery'),
(1468, 221, '_tag_line1', 'field_63cbb9903babf'),
(1469, 221, 'tag_line2', 'Value-Packed Machinery'),
(1470, 221, '_tag_line2', 'field_63cbba1a3bac0'),
(1471, 221, 'tag_line3', 'Rapid Response, Satisfaction'),
(1472, 221, '_tag_line3', 'field_63cbba503bac1'),
(1473, 221, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1474, 221, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1475, 221, 'industry_we_serve_image_1', '86'),
(1476, 221, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1477, 221, 'industry_we_serve_image_2', '89'),
(1478, 221, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1479, 221, 'industry_we_serve_image_3', '101'),
(1480, 221, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1481, 221, 'industry_we_serve_image_4', '97'),
(1482, 221, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1483, 221, 'industry_we_serve_image_5', '220'),
(1484, 221, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1485, 221, 'industry_we_serve_short_description', ''),
(1486, 221, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1491, 224, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1492, 224, '_address', 'field_63c92e1503f94'),
(1493, 224, 'tel_phone_number', '+91 2824 223921'),
(1494, 224, '_tel_phone_number', 'field_63c92e5d03f95'),
(1495, 224, 'mobile_no', '+91 96628 45243'),
(1496, 224, '_mobile_no', 'field_63c92eb703f96'),
(1497, 224, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1498, 224, '_facebook_link', 'field_63c92f8503f97'),
(1499, 224, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1500, 224, '_google_link', 'field_63c92fa403f98'),
(1501, 224, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1502, 224, '_company_description', 'field_63c9309e03f99'),
(1503, 224, 'slider_image1', '68'),
(1504, 224, '_slider_image1', 'field_63c8c6482244c'),
(1505, 224, 'slider_image2', '31'),
(1506, 224, '_slider_image2', 'field_63c8c68f2244d'),
(1507, 224, 'slider_image3', '79'),
(1508, 224, '_slider_image3', 'field_63c8d1b9959fa'),
(1509, 224, 'slider_title1', 'Title 1'),
(1510, 224, '_slider_title1', 'field_63c8d1ef959fb'),
(1511, 224, 'slider_title2', 'Title 2'),
(1512, 224, '_slider_title2', 'field_63c8d20a959fc'),
(1513, 224, 'slider_title3', 'Title 3'),
(1514, 224, '_slider_title3', 'field_63c8d218959fd'),
(1515, 224, 'slider_description1', 'This is the description of slider title 1'),
(1516, 224, '_slider_description1', 'field_63c8d237959fe'),
(1517, 224, 'slider_description2', 'This is the description of slider title 2'),
(1518, 224, '_slider_description2', 'field_63c8d274959ff'),
(1519, 224, 'slider_description3', 'This is the description of slider title 3'),
(1520, 224, '_slider_description3', 'field_63c8d28f95a00'),
(1521, 224, 'about_us_title', 'Leading Food Consulting Company'),
(1522, 224, '_about_us_title', 'field_63cbbac505df9'),
(1523, 224, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1524, 224, '_short_description', 'field_63cbbbe305dfa'),
(1525, 224, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1526, 224, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1527, 224, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1528, 224, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1529, 224, 'video_background', ''),
(1530, 224, '_video_background', 'field_63cbc2880b5de'),
(1531, 224, 'client_image_1', '211'),
(1532, 224, '_client_image_1', 'field_63cbcb8e5afcb'),
(1533, 224, 'client_image_2', '210'),
(1534, 224, '_client_image_2', 'field_63cbcbd95afcc'),
(1535, 224, 'client_image_3', '209'),
(1536, 224, '_client_image_3', 'field_63cbcbe55afcd'),
(1537, 224, 'client_image_4', '208'),
(1538, 224, '_client_image_4', 'field_63cbcbe75afce'),
(1539, 224, 'client_image_5', '207'),
(1540, 224, '_client_image_5', 'field_63cbcbeb5afcf'),
(1541, 224, 'client_image_6', '206'),
(1542, 224, '_client_image_6', 'field_63cbcbef5afd0'),
(1543, 224, 'email', 'info@messagegroup.co.in'),
(1544, 224, '_email', 'field_63c93e1309d31'),
(1545, 224, 'tag_line1', 'Innovative Food Machinery'),
(1546, 224, '_tag_line1', 'field_63cbb9903babf'),
(1547, 224, 'tag_line2', 'Value-Packed Machinery'),
(1548, 224, '_tag_line2', 'field_63cbba1a3bac0'),
(1549, 224, 'tag_line3', 'Rapid Response, Satisfaction'),
(1550, 224, '_tag_line3', 'field_63cbba503bac1'),
(1551, 224, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1552, 224, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1553, 224, 'industry_we_serve_image_1', '223'),
(1554, 224, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1555, 224, 'industry_we_serve_image_2', '222'),
(1556, 224, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1557, 224, 'industry_we_serve_image_3', '101'),
(1558, 224, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1559, 224, 'industry_we_serve_image_4', '97'),
(1560, 224, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1561, 224, 'industry_we_serve_image_5', '220'),
(1562, 224, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1563, 224, 'industry_we_serve_short_description', ''),
(1564, 224, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1571, 228, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1572, 228, '_address', 'field_63c92e1503f94'),
(1573, 228, 'tel_phone_number', '+91 2824 223921'),
(1574, 228, '_tel_phone_number', 'field_63c92e5d03f95'),
(1575, 228, 'mobile_no', '+91 96628 45243'),
(1576, 228, '_mobile_no', 'field_63c92eb703f96'),
(1577, 228, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1578, 228, '_facebook_link', 'field_63c92f8503f97'),
(1579, 228, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1580, 228, '_google_link', 'field_63c92fa403f98'),
(1581, 228, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1582, 228, '_company_description', 'field_63c9309e03f99'),
(1583, 228, 'slider_image1', '68'),
(1584, 228, '_slider_image1', 'field_63c8c6482244c'),
(1585, 228, 'slider_image2', '31'),
(1586, 228, '_slider_image2', 'field_63c8c68f2244d'),
(1587, 228, 'slider_image3', '79'),
(1588, 228, '_slider_image3', 'field_63c8d1b9959fa'),
(1589, 228, 'slider_title1', 'Title 1'),
(1590, 228, '_slider_title1', 'field_63c8d1ef959fb'),
(1591, 228, 'slider_title2', 'Title 2'),
(1592, 228, '_slider_title2', 'field_63c8d20a959fc'),
(1593, 228, 'slider_title3', 'Title 3'),
(1594, 228, '_slider_title3', 'field_63c8d218959fd'),
(1595, 228, 'slider_description1', 'This is the description of slider title 1'),
(1596, 228, '_slider_description1', 'field_63c8d237959fe'),
(1597, 228, 'slider_description2', 'This is the description of slider title 2'),
(1598, 228, '_slider_description2', 'field_63c8d274959ff'),
(1599, 228, 'slider_description3', 'This is the description of slider title 3'),
(1600, 228, '_slider_description3', 'field_63c8d28f95a00'),
(1601, 228, 'about_us_title', 'Leading Food Consulting Company'),
(1602, 228, '_about_us_title', 'field_63cbbac505df9'),
(1603, 228, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1604, 228, '_short_description', 'field_63cbbbe305dfa'),
(1605, 228, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1606, 228, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1607, 228, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1608, 228, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1609, 228, 'video_background', ''),
(1610, 228, '_video_background', 'field_63cbc2880b5de'),
(1611, 228, 'client_image_1', '211'),
(1612, 228, '_client_image_1', 'field_63cbcb8e5afcb'),
(1613, 228, 'client_image_2', '210'),
(1614, 228, '_client_image_2', 'field_63cbcbd95afcc'),
(1615, 228, 'client_image_3', '209'),
(1616, 228, '_client_image_3', 'field_63cbcbe55afcd'),
(1617, 228, 'client_image_4', '208'),
(1618, 228, '_client_image_4', 'field_63cbcbe75afce'),
(1619, 228, 'client_image_5', '207'),
(1620, 228, '_client_image_5', 'field_63cbcbeb5afcf'),
(1621, 228, 'client_image_6', '206'),
(1622, 228, '_client_image_6', 'field_63cbcbef5afd0'),
(1623, 228, 'email', 'info@messagegroup.co.in'),
(1624, 228, '_email', 'field_63c93e1309d31'),
(1625, 228, 'tag_line1', 'Innovative Food Machinery'),
(1626, 228, '_tag_line1', 'field_63cbb9903babf'),
(1627, 228, 'tag_line2', 'Value-Packed Machinery'),
(1628, 228, '_tag_line2', 'field_63cbba1a3bac0'),
(1629, 228, 'tag_line3', 'Rapid Response, Satisfaction'),
(1630, 228, '_tag_line3', 'field_63cbba503bac1'),
(1631, 228, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1632, 228, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1633, 228, 'industry_we_serve_image_1', '223'),
(1634, 228, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1635, 228, 'industry_we_serve_image_2', '222'),
(1636, 228, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1637, 228, 'industry_we_serve_image_3', '225'),
(1638, 228, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1639, 228, 'industry_we_serve_image_4', '226'),
(1640, 228, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1641, 228, 'industry_we_serve_image_5', '227'),
(1642, 228, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1643, 228, 'industry_we_serve_short_description', ''),
(1644, 228, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1647, 230, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1648, 230, '_address', 'field_63c92e1503f94'),
(1649, 230, 'tel_phone_number', '+91 2824 223921'),
(1650, 230, '_tel_phone_number', 'field_63c92e5d03f95'),
(1651, 230, 'mobile_no', '+91 96628 45243'),
(1652, 230, '_mobile_no', 'field_63c92eb703f96'),
(1653, 230, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1654, 230, '_facebook_link', 'field_63c92f8503f97'),
(1655, 230, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1656, 230, '_google_link', 'field_63c92fa403f98'),
(1657, 230, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1658, 230, '_company_description', 'field_63c9309e03f99'),
(1659, 230, 'slider_image1', '229'),
(1660, 230, '_slider_image1', 'field_63c8c6482244c'),
(1661, 230, 'slider_image2', '31'),
(1662, 230, '_slider_image2', 'field_63c8c68f2244d'),
(1663, 230, 'slider_image3', '79'),
(1664, 230, '_slider_image3', 'field_63c8d1b9959fa'),
(1665, 230, 'slider_title1', 'Title 1'),
(1666, 230, '_slider_title1', 'field_63c8d1ef959fb'),
(1667, 230, 'slider_title2', 'Title 2'),
(1668, 230, '_slider_title2', 'field_63c8d20a959fc'),
(1669, 230, 'slider_title3', 'Title 3'),
(1670, 230, '_slider_title3', 'field_63c8d218959fd'),
(1671, 230, 'slider_description1', 'This is the description of slider title 1'),
(1672, 230, '_slider_description1', 'field_63c8d237959fe'),
(1673, 230, 'slider_description2', 'This is the description of slider title 2'),
(1674, 230, '_slider_description2', 'field_63c8d274959ff'),
(1675, 230, 'slider_description3', 'This is the description of slider title 3'),
(1676, 230, '_slider_description3', 'field_63c8d28f95a00'),
(1677, 230, 'about_us_title', 'Leading Food Consulting Company'),
(1678, 230, '_about_us_title', 'field_63cbbac505df9'),
(1679, 230, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1680, 230, '_short_description', 'field_63cbbbe305dfa'),
(1681, 230, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1682, 230, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1683, 230, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1684, 230, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1685, 230, 'video_background', ''),
(1686, 230, '_video_background', 'field_63cbc2880b5de'),
(1687, 230, 'client_image_1', '211'),
(1688, 230, '_client_image_1', 'field_63cbcb8e5afcb'),
(1689, 230, 'client_image_2', '210'),
(1690, 230, '_client_image_2', 'field_63cbcbd95afcc'),
(1691, 230, 'client_image_3', '209'),
(1692, 230, '_client_image_3', 'field_63cbcbe55afcd'),
(1693, 230, 'client_image_4', '208'),
(1694, 230, '_client_image_4', 'field_63cbcbe75afce'),
(1695, 230, 'client_image_5', '207'),
(1696, 230, '_client_image_5', 'field_63cbcbeb5afcf'),
(1697, 230, 'client_image_6', '206'),
(1698, 230, '_client_image_6', 'field_63cbcbef5afd0'),
(1699, 230, 'email', 'info@messagegroup.co.in'),
(1700, 230, '_email', 'field_63c93e1309d31'),
(1701, 230, 'tag_line1', 'Innovative Food Machinery'),
(1702, 230, '_tag_line1', 'field_63cbb9903babf'),
(1703, 230, 'tag_line2', 'Value-Packed Machinery'),
(1704, 230, '_tag_line2', 'field_63cbba1a3bac0'),
(1705, 230, 'tag_line3', 'Rapid Response, Satisfaction'),
(1706, 230, '_tag_line3', 'field_63cbba503bac1'),
(1707, 230, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1708, 230, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1709, 230, 'industry_we_serve_image_1', '223'),
(1710, 230, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1711, 230, 'industry_we_serve_image_2', '222'),
(1712, 230, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1713, 230, 'industry_we_serve_image_3', '225'),
(1714, 230, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1715, 230, 'industry_we_serve_image_4', '226'),
(1716, 230, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1717, 230, 'industry_we_serve_image_5', '227'),
(1718, 230, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1719, 230, 'industry_we_serve_short_description', ''),
(1720, 230, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1723, 232, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1724, 232, '_address', 'field_63c92e1503f94'),
(1725, 232, 'tel_phone_number', '+91 2824 223921'),
(1726, 232, '_tel_phone_number', 'field_63c92e5d03f95'),
(1727, 232, 'mobile_no', '+91 96628 45243'),
(1728, 232, '_mobile_no', 'field_63c92eb703f96'),
(1729, 232, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1730, 232, '_facebook_link', 'field_63c92f8503f97'),
(1731, 232, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1732, 232, '_google_link', 'field_63c92fa403f98'),
(1733, 232, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1734, 232, '_company_description', 'field_63c9309e03f99'),
(1735, 232, 'slider_image1', '229'),
(1736, 232, '_slider_image1', 'field_63c8c6482244c'),
(1737, 232, 'slider_image2', '231'),
(1738, 232, '_slider_image2', 'field_63c8c68f2244d'),
(1739, 232, 'slider_image3', '79'),
(1740, 232, '_slider_image3', 'field_63c8d1b9959fa'),
(1741, 232, 'slider_title1', 'Title 1'),
(1742, 232, '_slider_title1', 'field_63c8d1ef959fb'),
(1743, 232, 'slider_title2', 'Title 2'),
(1744, 232, '_slider_title2', 'field_63c8d20a959fc'),
(1745, 232, 'slider_title3', 'Title 3'),
(1746, 232, '_slider_title3', 'field_63c8d218959fd'),
(1747, 232, 'slider_description1', 'This is the description of slider title 1'),
(1748, 232, '_slider_description1', 'field_63c8d237959fe'),
(1749, 232, 'slider_description2', 'This is the description of slider title 2'),
(1750, 232, '_slider_description2', 'field_63c8d274959ff'),
(1751, 232, 'slider_description3', 'This is the description of slider title 3'),
(1752, 232, '_slider_description3', 'field_63c8d28f95a00'),
(1753, 232, 'about_us_title', 'Leading Food Consulting Company'),
(1754, 232, '_about_us_title', 'field_63cbbac505df9'),
(1755, 232, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1756, 232, '_short_description', 'field_63cbbbe305dfa'),
(1757, 232, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1758, 232, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1759, 232, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1760, 232, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1761, 232, 'video_background', ''),
(1762, 232, '_video_background', 'field_63cbc2880b5de'),
(1763, 232, 'client_image_1', '211'),
(1764, 232, '_client_image_1', 'field_63cbcb8e5afcb'),
(1765, 232, 'client_image_2', '210'),
(1766, 232, '_client_image_2', 'field_63cbcbd95afcc'),
(1767, 232, 'client_image_3', '209'),
(1768, 232, '_client_image_3', 'field_63cbcbe55afcd'),
(1769, 232, 'client_image_4', '208'),
(1770, 232, '_client_image_4', 'field_63cbcbe75afce'),
(1771, 232, 'client_image_5', '207'),
(1772, 232, '_client_image_5', 'field_63cbcbeb5afcf'),
(1773, 232, 'client_image_6', '206'),
(1774, 232, '_client_image_6', 'field_63cbcbef5afd0'),
(1775, 232, 'email', 'info@messagegroup.co.in'),
(1776, 232, '_email', 'field_63c93e1309d31'),
(1777, 232, 'tag_line1', 'Innovative Food Machinery'),
(1778, 232, '_tag_line1', 'field_63cbb9903babf'),
(1779, 232, 'tag_line2', 'Value-Packed Machinery'),
(1780, 232, '_tag_line2', 'field_63cbba1a3bac0'),
(1781, 232, 'tag_line3', 'Rapid Response, Satisfaction'),
(1782, 232, '_tag_line3', 'field_63cbba503bac1'),
(1783, 232, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1784, 232, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1785, 232, 'industry_we_serve_image_1', '223'),
(1786, 232, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1787, 232, 'industry_we_serve_image_2', '222'),
(1788, 232, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1789, 232, 'industry_we_serve_image_3', '225'),
(1790, 232, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1791, 232, 'industry_we_serve_image_4', '226'),
(1792, 232, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1793, 232, 'industry_we_serve_image_5', '227'),
(1794, 232, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1795, 232, 'industry_we_serve_short_description', ''),
(1796, 232, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1799, 234, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1800, 234, '_address', 'field_63c92e1503f94'),
(1801, 234, 'tel_phone_number', '+91 2824 223921'),
(1802, 234, '_tel_phone_number', 'field_63c92e5d03f95'),
(1803, 234, 'mobile_no', '+91 96628 45243'),
(1804, 234, '_mobile_no', 'field_63c92eb703f96'),
(1805, 234, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1806, 234, '_facebook_link', 'field_63c92f8503f97'),
(1807, 234, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1808, 234, '_google_link', 'field_63c92fa403f98'),
(1809, 234, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1810, 234, '_company_description', 'field_63c9309e03f99'),
(1811, 234, 'slider_image1', '229'),
(1812, 234, '_slider_image1', 'field_63c8c6482244c'),
(1813, 234, 'slider_image2', '231'),
(1814, 234, '_slider_image2', 'field_63c8c68f2244d'),
(1815, 234, 'slider_image3', '233'),
(1816, 234, '_slider_image3', 'field_63c8d1b9959fa'),
(1817, 234, 'slider_title1', 'Title 1'),
(1818, 234, '_slider_title1', 'field_63c8d1ef959fb'),
(1819, 234, 'slider_title2', 'Title 2'),
(1820, 234, '_slider_title2', 'field_63c8d20a959fc'),
(1821, 234, 'slider_title3', 'Title 3'),
(1822, 234, '_slider_title3', 'field_63c8d218959fd'),
(1823, 234, 'slider_description1', 'This is the description of slider title 1'),
(1824, 234, '_slider_description1', 'field_63c8d237959fe'),
(1825, 234, 'slider_description2', 'This is the description of slider title 2'),
(1826, 234, '_slider_description2', 'field_63c8d274959ff'),
(1827, 234, 'slider_description3', 'This is the description of slider title 3'),
(1828, 234, '_slider_description3', 'field_63c8d28f95a00'),
(1829, 234, 'about_us_title', 'Leading Food Consulting Company'),
(1830, 234, '_about_us_title', 'field_63cbbac505df9'),
(1831, 234, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1832, 234, '_short_description', 'field_63cbbbe305dfa'),
(1833, 234, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1834, 234, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1835, 234, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1836, 234, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1837, 234, 'video_background', ''),
(1838, 234, '_video_background', 'field_63cbc2880b5de'),
(1839, 234, 'client_image_1', '211'),
(1840, 234, '_client_image_1', 'field_63cbcb8e5afcb'),
(1841, 234, 'client_image_2', '210'),
(1842, 234, '_client_image_2', 'field_63cbcbd95afcc'),
(1843, 234, 'client_image_3', '209'),
(1844, 234, '_client_image_3', 'field_63cbcbe55afcd'),
(1845, 234, 'client_image_4', '208'),
(1846, 234, '_client_image_4', 'field_63cbcbe75afce'),
(1847, 234, 'client_image_5', '207'),
(1848, 234, '_client_image_5', 'field_63cbcbeb5afcf'),
(1849, 234, 'client_image_6', '206'),
(1850, 234, '_client_image_6', 'field_63cbcbef5afd0'),
(1851, 234, 'email', 'info@messagegroup.co.in'),
(1852, 234, '_email', 'field_63c93e1309d31'),
(1853, 234, 'tag_line1', 'Innovative Food Machinery'),
(1854, 234, '_tag_line1', 'field_63cbb9903babf'),
(1855, 234, 'tag_line2', 'Value-Packed Machinery'),
(1856, 234, '_tag_line2', 'field_63cbba1a3bac0'),
(1857, 234, 'tag_line3', 'Rapid Response, Satisfaction'),
(1858, 234, '_tag_line3', 'field_63cbba503bac1'),
(1859, 234, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1860, 234, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1861, 234, 'industry_we_serve_image_1', '223');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1862, 234, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1863, 234, 'industry_we_serve_image_2', '222'),
(1864, 234, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1865, 234, 'industry_we_serve_image_3', '225'),
(1866, 234, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1867, 234, 'industry_we_serve_image_4', '226'),
(1868, 234, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1869, 234, 'industry_we_serve_image_5', '227'),
(1870, 234, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1871, 234, 'industry_we_serve_short_description', ''),
(1872, 234, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1875, 236, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1876, 236, '_address', 'field_63c92e1503f94'),
(1877, 236, 'tel_phone_number', '+91 2824 223921'),
(1878, 236, '_tel_phone_number', 'field_63c92e5d03f95'),
(1879, 236, 'mobile_no', '+91 96628 45243'),
(1880, 236, '_mobile_no', 'field_63c92eb703f96'),
(1881, 236, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1882, 236, '_facebook_link', 'field_63c92f8503f97'),
(1883, 236, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1884, 236, '_google_link', 'field_63c92fa403f98'),
(1885, 236, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1886, 236, '_company_description', 'field_63c9309e03f99'),
(1887, 236, 'slider_image1', '229'),
(1888, 236, '_slider_image1', 'field_63c8c6482244c'),
(1889, 236, 'slider_image2', '231'),
(1890, 236, '_slider_image2', 'field_63c8c68f2244d'),
(1891, 236, 'slider_image3', '235'),
(1892, 236, '_slider_image3', 'field_63c8d1b9959fa'),
(1893, 236, 'slider_title1', 'Title 1'),
(1894, 236, '_slider_title1', 'field_63c8d1ef959fb'),
(1895, 236, 'slider_title2', 'Title 2'),
(1896, 236, '_slider_title2', 'field_63c8d20a959fc'),
(1897, 236, 'slider_title3', 'Title 3'),
(1898, 236, '_slider_title3', 'field_63c8d218959fd'),
(1899, 236, 'slider_description1', 'This is the description of slider title 1'),
(1900, 236, '_slider_description1', 'field_63c8d237959fe'),
(1901, 236, 'slider_description2', 'This is the description of slider title 2'),
(1902, 236, '_slider_description2', 'field_63c8d274959ff'),
(1903, 236, 'slider_description3', 'This is the description of slider title 3'),
(1904, 236, '_slider_description3', 'field_63c8d28f95a00'),
(1905, 236, 'about_us_title', 'Leading Food Consulting Company'),
(1906, 236, '_about_us_title', 'field_63cbbac505df9'),
(1907, 236, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1908, 236, '_short_description', 'field_63cbbbe305dfa'),
(1909, 236, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1910, 236, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1911, 236, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1912, 236, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1913, 236, 'video_background', ''),
(1914, 236, '_video_background', 'field_63cbc2880b5de'),
(1915, 236, 'client_image_1', '211'),
(1916, 236, '_client_image_1', 'field_63cbcb8e5afcb'),
(1917, 236, 'client_image_2', '210'),
(1918, 236, '_client_image_2', 'field_63cbcbd95afcc'),
(1919, 236, 'client_image_3', '209'),
(1920, 236, '_client_image_3', 'field_63cbcbe55afcd'),
(1921, 236, 'client_image_4', '208'),
(1922, 236, '_client_image_4', 'field_63cbcbe75afce'),
(1923, 236, 'client_image_5', '207'),
(1924, 236, '_client_image_5', 'field_63cbcbeb5afcf'),
(1925, 236, 'client_image_6', '206'),
(1926, 236, '_client_image_6', 'field_63cbcbef5afd0'),
(1927, 236, 'email', 'info@messagegroup.co.in'),
(1928, 236, '_email', 'field_63c93e1309d31'),
(1929, 236, 'tag_line1', 'Innovative Food Machinery'),
(1930, 236, '_tag_line1', 'field_63cbb9903babf'),
(1931, 236, 'tag_line2', 'Value-Packed Machinery'),
(1932, 236, '_tag_line2', 'field_63cbba1a3bac0'),
(1933, 236, 'tag_line3', 'Rapid Response, Satisfaction'),
(1934, 236, '_tag_line3', 'field_63cbba503bac1'),
(1935, 236, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(1936, 236, '_long_description_about_us_2', 'field_63cdfd562520a'),
(1937, 236, 'industry_we_serve_image_1', '223'),
(1938, 236, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(1939, 236, 'industry_we_serve_image_2', '222'),
(1940, 236, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(1941, 236, 'industry_we_serve_image_3', '225'),
(1942, 236, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(1943, 236, 'industry_we_serve_image_4', '226'),
(1944, 236, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(1945, 236, 'industry_we_serve_image_5', '227'),
(1946, 236, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(1947, 236, 'industry_we_serve_short_description', ''),
(1948, 236, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(1951, 238, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(1952, 238, '_address', 'field_63c92e1503f94'),
(1953, 238, 'tel_phone_number', '+91 2824 223921'),
(1954, 238, '_tel_phone_number', 'field_63c92e5d03f95'),
(1955, 238, 'mobile_no', '+91 96628 45243'),
(1956, 238, '_mobile_no', 'field_63c92eb703f96'),
(1957, 238, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(1958, 238, '_facebook_link', 'field_63c92f8503f97'),
(1959, 238, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(1960, 238, '_google_link', 'field_63c92fa403f98'),
(1961, 238, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(1962, 238, '_company_description', 'field_63c9309e03f99'),
(1963, 238, 'slider_image1', '229'),
(1964, 238, '_slider_image1', 'field_63c8c6482244c'),
(1965, 238, 'slider_image2', '237'),
(1966, 238, '_slider_image2', 'field_63c8c68f2244d'),
(1967, 238, 'slider_image3', '235'),
(1968, 238, '_slider_image3', 'field_63c8d1b9959fa'),
(1969, 238, 'slider_title1', 'Title 1'),
(1970, 238, '_slider_title1', 'field_63c8d1ef959fb'),
(1971, 238, 'slider_title2', 'Title 2'),
(1972, 238, '_slider_title2', 'field_63c8d20a959fc'),
(1973, 238, 'slider_title3', 'Title 3'),
(1974, 238, '_slider_title3', 'field_63c8d218959fd'),
(1975, 238, 'slider_description1', 'This is the description of slider title 1'),
(1976, 238, '_slider_description1', 'field_63c8d237959fe'),
(1977, 238, 'slider_description2', 'This is the description of slider title 2'),
(1978, 238, '_slider_description2', 'field_63c8d274959ff'),
(1979, 238, 'slider_description3', 'This is the description of slider title 3'),
(1980, 238, '_slider_description3', 'field_63c8d28f95a00'),
(1981, 238, 'about_us_title', 'Leading Food Consulting Company'),
(1982, 238, '_about_us_title', 'field_63cbbac505df9'),
(1983, 238, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(1984, 238, '_short_description', 'field_63cbbbe305dfa'),
(1985, 238, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(1986, 238, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(1987, 238, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(1988, 238, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(1989, 238, 'video_background', ''),
(1990, 238, '_video_background', 'field_63cbc2880b5de'),
(1991, 238, 'client_image_1', '211'),
(1992, 238, '_client_image_1', 'field_63cbcb8e5afcb'),
(1993, 238, 'client_image_2', '210'),
(1994, 238, '_client_image_2', 'field_63cbcbd95afcc'),
(1995, 238, 'client_image_3', '209'),
(1996, 238, '_client_image_3', 'field_63cbcbe55afcd'),
(1997, 238, 'client_image_4', '208'),
(1998, 238, '_client_image_4', 'field_63cbcbe75afce'),
(1999, 238, 'client_image_5', '207'),
(2000, 238, '_client_image_5', 'field_63cbcbeb5afcf'),
(2001, 238, 'client_image_6', '206'),
(2002, 238, '_client_image_6', 'field_63cbcbef5afd0'),
(2003, 238, 'email', 'info@messagegroup.co.in'),
(2004, 238, '_email', 'field_63c93e1309d31'),
(2005, 238, 'tag_line1', 'Innovative Food Machinery'),
(2006, 238, '_tag_line1', 'field_63cbb9903babf'),
(2007, 238, 'tag_line2', 'Value-Packed Machinery'),
(2008, 238, '_tag_line2', 'field_63cbba1a3bac0'),
(2009, 238, 'tag_line3', 'Rapid Response, Satisfaction'),
(2010, 238, '_tag_line3', 'field_63cbba503bac1'),
(2011, 238, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2012, 238, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2013, 238, 'industry_we_serve_image_1', '223'),
(2014, 238, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2015, 238, 'industry_we_serve_image_2', '222'),
(2016, 238, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2017, 238, 'industry_we_serve_image_3', '225'),
(2018, 238, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2019, 238, 'industry_we_serve_image_4', '226'),
(2020, 238, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2021, 238, 'industry_we_serve_image_5', '227'),
(2022, 238, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2023, 238, 'industry_we_serve_short_description', ''),
(2024, 238, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2027, 240, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2028, 240, '_address', 'field_63c92e1503f94'),
(2029, 240, 'tel_phone_number', '+91 2824 223921'),
(2030, 240, '_tel_phone_number', 'field_63c92e5d03f95'),
(2031, 240, 'mobile_no', '+91 96628 45243'),
(2032, 240, '_mobile_no', 'field_63c92eb703f96'),
(2033, 240, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2034, 240, '_facebook_link', 'field_63c92f8503f97'),
(2035, 240, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2036, 240, '_google_link', 'field_63c92fa403f98'),
(2037, 240, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2038, 240, '_company_description', 'field_63c9309e03f99'),
(2039, 240, 'slider_image1', '229'),
(2040, 240, '_slider_image1', 'field_63c8c6482244c'),
(2041, 240, 'slider_image2', '237'),
(2042, 240, '_slider_image2', 'field_63c8c68f2244d'),
(2043, 240, 'slider_image3', '235'),
(2044, 240, '_slider_image3', 'field_63c8d1b9959fa'),
(2045, 240, 'slider_title1', 'Title 1'),
(2046, 240, '_slider_title1', 'field_63c8d1ef959fb'),
(2047, 240, 'slider_title2', 'Title 2'),
(2048, 240, '_slider_title2', 'field_63c8d20a959fc'),
(2049, 240, 'slider_title3', 'Title 3'),
(2050, 240, '_slider_title3', 'field_63c8d218959fd'),
(2051, 240, 'slider_description1', 'This is the description of slider title 1'),
(2052, 240, '_slider_description1', 'field_63c8d237959fe'),
(2053, 240, 'slider_description2', 'This is the description of slider title 2'),
(2054, 240, '_slider_description2', 'field_63c8d274959ff'),
(2055, 240, 'slider_description3', 'This is the description of slider title 3'),
(2056, 240, '_slider_description3', 'field_63c8d28f95a00'),
(2057, 240, 'about_us_title', 'Leading Food Consulting Company'),
(2058, 240, '_about_us_title', 'field_63cbbac505df9'),
(2059, 240, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2060, 240, '_short_description', 'field_63cbbbe305dfa'),
(2061, 240, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2062, 240, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2063, 240, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2064, 240, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2065, 240, 'video_background', '239'),
(2066, 240, '_video_background', 'field_63cbc2880b5de'),
(2067, 240, 'client_image_1', '211'),
(2068, 240, '_client_image_1', 'field_63cbcb8e5afcb'),
(2069, 240, 'client_image_2', '210'),
(2070, 240, '_client_image_2', 'field_63cbcbd95afcc'),
(2071, 240, 'client_image_3', '209'),
(2072, 240, '_client_image_3', 'field_63cbcbe55afcd'),
(2073, 240, 'client_image_4', '208'),
(2074, 240, '_client_image_4', 'field_63cbcbe75afce'),
(2075, 240, 'client_image_5', '207'),
(2076, 240, '_client_image_5', 'field_63cbcbeb5afcf'),
(2077, 240, 'client_image_6', '206'),
(2078, 240, '_client_image_6', 'field_63cbcbef5afd0'),
(2079, 240, 'email', 'info@messagegroup.co.in'),
(2080, 240, '_email', 'field_63c93e1309d31'),
(2081, 240, 'tag_line1', 'Innovative Food Machinery'),
(2082, 240, '_tag_line1', 'field_63cbb9903babf'),
(2083, 240, 'tag_line2', 'Value-Packed Machinery'),
(2084, 240, '_tag_line2', 'field_63cbba1a3bac0'),
(2085, 240, 'tag_line3', 'Rapid Response, Satisfaction'),
(2086, 240, '_tag_line3', 'field_63cbba503bac1'),
(2087, 240, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2088, 240, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2089, 240, 'industry_we_serve_image_1', '223'),
(2090, 240, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2091, 240, 'industry_we_serve_image_2', '222'),
(2092, 240, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2093, 240, 'industry_we_serve_image_3', '225'),
(2094, 240, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2095, 240, 'industry_we_serve_image_4', '226'),
(2096, 240, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2097, 240, 'industry_we_serve_image_5', '227'),
(2098, 240, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2099, 240, 'industry_we_serve_short_description', ''),
(2100, 240, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2101, 241, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2102, 241, '_address', 'field_63c92e1503f94'),
(2103, 241, 'tel_phone_number', '+91 2824 223921'),
(2104, 241, '_tel_phone_number', 'field_63c92e5d03f95'),
(2105, 241, 'mobile_no', '+91 96628 45243'),
(2106, 241, '_mobile_no', 'field_63c92eb703f96'),
(2107, 241, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2108, 241, '_facebook_link', 'field_63c92f8503f97'),
(2109, 241, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2110, 241, '_google_link', 'field_63c92fa403f98'),
(2111, 241, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2112, 241, '_company_description', 'field_63c9309e03f99'),
(2113, 241, 'slider_image1', '229'),
(2114, 241, '_slider_image1', 'field_63c8c6482244c'),
(2115, 241, 'slider_image2', '237'),
(2116, 241, '_slider_image2', 'field_63c8c68f2244d'),
(2117, 241, 'slider_image3', '235'),
(2118, 241, '_slider_image3', 'field_63c8d1b9959fa'),
(2119, 241, 'slider_title1', 'Title 1'),
(2120, 241, '_slider_title1', 'field_63c8d1ef959fb'),
(2121, 241, 'slider_title2', 'Title 2'),
(2122, 241, '_slider_title2', 'field_63c8d20a959fc'),
(2123, 241, 'slider_title3', 'Title 3'),
(2124, 241, '_slider_title3', 'field_63c8d218959fd'),
(2125, 241, 'slider_description1', 'This is the description of slider title 1'),
(2126, 241, '_slider_description1', 'field_63c8d237959fe'),
(2127, 241, 'slider_description2', 'This is the description of slider title 2'),
(2128, 241, '_slider_description2', 'field_63c8d274959ff'),
(2129, 241, 'slider_description3', 'This is the description of slider title 3'),
(2130, 241, '_slider_description3', 'field_63c8d28f95a00'),
(2131, 241, 'about_us_title', 'Leading Food Consulting Company'),
(2132, 241, '_about_us_title', 'field_63cbbac505df9'),
(2133, 241, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2134, 241, '_short_description', 'field_63cbbbe305dfa'),
(2135, 241, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2136, 241, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2137, 241, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2138, 241, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2139, 241, 'video_background', '239'),
(2140, 241, '_video_background', 'field_63cbc2880b5de'),
(2141, 241, 'client_image_1', '211'),
(2142, 241, '_client_image_1', 'field_63cbcb8e5afcb'),
(2143, 241, 'client_image_2', '210'),
(2144, 241, '_client_image_2', 'field_63cbcbd95afcc'),
(2145, 241, 'client_image_3', '209'),
(2146, 241, '_client_image_3', 'field_63cbcbe55afcd'),
(2147, 241, 'client_image_4', '208'),
(2148, 241, '_client_image_4', 'field_63cbcbe75afce'),
(2149, 241, 'client_image_5', '207'),
(2150, 241, '_client_image_5', 'field_63cbcbeb5afcf'),
(2151, 241, 'client_image_6', '206'),
(2152, 241, '_client_image_6', 'field_63cbcbef5afd0'),
(2153, 241, 'email', 'info@messagegroup.co.in'),
(2154, 241, '_email', 'field_63c93e1309d31'),
(2155, 241, 'tag_line1', 'Innovative Food Machinery'),
(2156, 241, '_tag_line1', 'field_63cbb9903babf'),
(2157, 241, 'tag_line2', 'Value-Packed Machinery'),
(2158, 241, '_tag_line2', 'field_63cbba1a3bac0'),
(2159, 241, 'tag_line3', 'Rapid Response, Satisfaction'),
(2160, 241, '_tag_line3', 'field_63cbba503bac1'),
(2161, 241, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2162, 241, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2163, 241, 'industry_we_serve_image_1', '223'),
(2164, 241, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2165, 241, 'industry_we_serve_image_2', '222'),
(2166, 241, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2167, 241, 'industry_we_serve_image_3', '225'),
(2168, 241, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2169, 241, 'industry_we_serve_image_4', '226'),
(2170, 241, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2171, 241, 'industry_we_serve_image_5', '227'),
(2172, 241, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2173, 241, 'industry_we_serve_short_description', ''),
(2174, 241, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2175, 242, '_wp_attached_file', '2023/01/sddefault-2.jpg'),
(2176, 242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:970;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2023/01/sddefault-2.jpg\";s:8:\"filesize\";i:17710;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2177, 243, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2178, 243, '_address', 'field_63c92e1503f94'),
(2179, 243, 'tel_phone_number', '+91 2824 223921'),
(2180, 243, '_tel_phone_number', 'field_63c92e5d03f95'),
(2181, 243, 'mobile_no', '+91 96628 45243'),
(2182, 243, '_mobile_no', 'field_63c92eb703f96'),
(2183, 243, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2184, 243, '_facebook_link', 'field_63c92f8503f97'),
(2185, 243, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2186, 243, '_google_link', 'field_63c92fa403f98'),
(2187, 243, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2188, 243, '_company_description', 'field_63c9309e03f99'),
(2189, 243, 'slider_image1', '229'),
(2190, 243, '_slider_image1', 'field_63c8c6482244c'),
(2191, 243, 'slider_image2', '237'),
(2192, 243, '_slider_image2', 'field_63c8c68f2244d'),
(2193, 243, 'slider_image3', '235'),
(2194, 243, '_slider_image3', 'field_63c8d1b9959fa'),
(2195, 243, 'slider_title1', 'Title 1'),
(2196, 243, '_slider_title1', 'field_63c8d1ef959fb'),
(2197, 243, 'slider_title2', 'Title 2'),
(2198, 243, '_slider_title2', 'field_63c8d20a959fc'),
(2199, 243, 'slider_title3', 'Title 3'),
(2200, 243, '_slider_title3', 'field_63c8d218959fd'),
(2201, 243, 'slider_description1', 'This is the description of slider title 1'),
(2202, 243, '_slider_description1', 'field_63c8d237959fe'),
(2203, 243, 'slider_description2', 'This is the description of slider title 2'),
(2204, 243, '_slider_description2', 'field_63c8d274959ff'),
(2205, 243, 'slider_description3', 'This is the description of slider title 3'),
(2206, 243, '_slider_description3', 'field_63c8d28f95a00'),
(2207, 243, 'about_us_title', 'Leading Food Consulting Company'),
(2208, 243, '_about_us_title', 'field_63cbbac505df9'),
(2209, 243, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2210, 243, '_short_description', 'field_63cbbbe305dfa'),
(2211, 243, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2212, 243, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2213, 243, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2214, 243, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2215, 243, 'video_background', '242'),
(2216, 243, '_video_background', 'field_63cbc2880b5de'),
(2217, 243, 'client_image_1', '211'),
(2218, 243, '_client_image_1', 'field_63cbcb8e5afcb'),
(2219, 243, 'client_image_2', '210'),
(2220, 243, '_client_image_2', 'field_63cbcbd95afcc'),
(2221, 243, 'client_image_3', '209'),
(2222, 243, '_client_image_3', 'field_63cbcbe55afcd'),
(2223, 243, 'client_image_4', '208'),
(2224, 243, '_client_image_4', 'field_63cbcbe75afce'),
(2225, 243, 'client_image_5', '207'),
(2226, 243, '_client_image_5', 'field_63cbcbeb5afcf'),
(2227, 243, 'client_image_6', '206'),
(2228, 243, '_client_image_6', 'field_63cbcbef5afd0'),
(2229, 243, 'email', 'info@messagegroup.co.in'),
(2230, 243, '_email', 'field_63c93e1309d31'),
(2231, 243, 'tag_line1', 'Innovative Food Machinery'),
(2232, 243, '_tag_line1', 'field_63cbb9903babf'),
(2233, 243, 'tag_line2', 'Value-Packed Machinery'),
(2234, 243, '_tag_line2', 'field_63cbba1a3bac0'),
(2235, 243, 'tag_line3', 'Rapid Response, Satisfaction'),
(2236, 243, '_tag_line3', 'field_63cbba503bac1'),
(2237, 243, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2238, 243, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2239, 243, 'industry_we_serve_image_1', '223'),
(2240, 243, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2241, 243, 'industry_we_serve_image_2', '222'),
(2242, 243, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2243, 243, 'industry_we_serve_image_3', '225'),
(2244, 243, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2245, 243, 'industry_we_serve_image_4', '226'),
(2246, 243, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2247, 243, 'industry_we_serve_image_5', '227'),
(2248, 243, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2249, 243, 'industry_we_serve_short_description', ''),
(2250, 243, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2251, 18, '_wp_old_date', '2023-01-19'),
(2271, 47, '_wp_old_date', '2023-01-19'),
(2276, 41, '_wp_old_date', '2023-01-19'),
(2277, 244, '_edit_lock', '1676457808:1'),
(2278, 244, '_edit_last', '1'),
(2279, 244, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2280, 244, '_address', 'field_63c92e1503f94'),
(2281, 244, 'tel_phone_number', '+91 2824 223921'),
(2282, 244, '_tel_phone_number', 'field_63c92e5d03f95'),
(2283, 244, 'mobile_no', '+91 96628 45243'),
(2284, 244, '_mobile_no', 'field_63c92eb703f96'),
(2285, 244, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2286, 244, '_facebook_link', 'field_63c92f8503f97'),
(2287, 244, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2288, 244, '_google_link', 'field_63c92fa403f98'),
(2289, 244, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2290, 244, '_company_description', 'field_63c9309e03f99'),
(2291, 244, 'email', 'info@messagegroup.co.in'),
(2292, 244, '_email', 'field_63c93e1309d31'),
(2293, 245, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2294, 245, '_address', 'field_63c92e1503f94'),
(2295, 245, 'tel_phone_number', '+91 2824 223921'),
(2296, 245, '_tel_phone_number', 'field_63c92e5d03f95'),
(2297, 245, 'mobile_no', '+91 96628 45243'),
(2298, 245, '_mobile_no', 'field_63c92eb703f96'),
(2299, 245, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2300, 245, '_facebook_link', 'field_63c92f8503f97'),
(2301, 245, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2302, 245, '_google_link', 'field_63c92fa403f98'),
(2303, 245, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2304, 245, '_company_description', 'field_63c9309e03f99'),
(2305, 245, 'email', 'info@messagegroup.co.in'),
(2306, 245, '_email', 'field_63c93e1309d31'),
(2307, 246, '_edit_lock', '1676469978:1'),
(2308, 246, '_edit_last', '1'),
(2309, 246, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2310, 246, '_address', 'field_63c92e1503f94'),
(2311, 246, 'tel_phone_number', '+91 2824 223921'),
(2312, 246, '_tel_phone_number', 'field_63c92e5d03f95'),
(2313, 246, 'mobile_no', '+91 96628 45243'),
(2314, 246, '_mobile_no', 'field_63c92eb703f96'),
(2315, 246, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2316, 246, '_facebook_link', 'field_63c92f8503f97'),
(2317, 246, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2318, 246, '_google_link', 'field_63c92fa403f98'),
(2319, 246, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2320, 246, '_company_description', 'field_63c9309e03f99'),
(2321, 246, 'email', 'info@messagegroup.co.in'),
(2322, 246, '_email', 'field_63c93e1309d31'),
(2323, 247, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2324, 247, '_address', 'field_63c92e1503f94'),
(2325, 247, 'tel_phone_number', '+91 2824 223921'),
(2326, 247, '_tel_phone_number', 'field_63c92e5d03f95'),
(2327, 247, 'mobile_no', '+91 96628 45243'),
(2328, 247, '_mobile_no', 'field_63c92eb703f96'),
(2329, 247, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2330, 247, '_facebook_link', 'field_63c92f8503f97'),
(2331, 247, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2332, 247, '_google_link', 'field_63c92fa403f98'),
(2333, 247, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2334, 247, '_company_description', 'field_63c9309e03f99'),
(2335, 247, 'email', 'info@messagegroup.co.in'),
(2336, 247, '_email', 'field_63c93e1309d31'),
(2337, 248, '_edit_lock', '1676458088:1'),
(2338, 248, '_edit_last', '1'),
(2339, 248, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(2340, 248, '_address', 'field_63c92e1503f94'),
(2341, 248, 'tel_phone_number', '+91 2824 223921'),
(2342, 248, '_tel_phone_number', 'field_63c92e5d03f95'),
(2343, 248, 'mobile_no', '+91 96628 45243'),
(2344, 248, '_mobile_no', 'field_63c92eb703f96'),
(2345, 248, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2346, 248, '_facebook_link', 'field_63c92f8503f97'),
(2347, 248, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2348, 248, '_google_link', 'field_63c92fa403f98'),
(2349, 248, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2350, 248, '_company_description', 'field_63c9309e03f99'),
(2351, 248, 'email', 'info@messagegroup.co.in'),
(2352, 248, '_email', 'field_63c93e1309d31'),
(2353, 249, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2354, 249, '_address', 'field_63c92e1503f94'),
(2355, 249, 'tel_phone_number', '+91 2824 223921'),
(2356, 249, '_tel_phone_number', 'field_63c92e5d03f95'),
(2357, 249, 'mobile_no', '+91 96628 45243'),
(2358, 249, '_mobile_no', 'field_63c92eb703f96'),
(2359, 249, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2360, 249, '_facebook_link', 'field_63c92f8503f97'),
(2361, 249, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2362, 249, '_google_link', 'field_63c92fa403f98'),
(2363, 249, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2364, 249, '_company_description', 'field_63c9309e03f99'),
(2365, 249, 'email', 'info@messagegroup.co.in'),
(2366, 249, '_email', 'field_63c93e1309d31'),
(2367, 250, '_menu_item_type', 'post_type'),
(2368, 250, '_menu_item_menu_item_parent', '349'),
(2369, 250, '_menu_item_object_id', '248'),
(2370, 250, '_menu_item_object', 'page'),
(2371, 250, '_menu_item_target', ''),
(2372, 250, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2373, 250, '_menu_item_xfn', ''),
(2374, 250, '_menu_item_url', ''),
(2376, 251, '_menu_item_type', 'post_type'),
(2377, 251, '_menu_item_menu_item_parent', '349'),
(2378, 251, '_menu_item_object_id', '246'),
(2379, 251, '_menu_item_object', 'page'),
(2380, 251, '_menu_item_target', ''),
(2381, 251, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2382, 251, '_menu_item_xfn', ''),
(2383, 251, '_menu_item_url', ''),
(2385, 252, '_menu_item_type', 'post_type'),
(2386, 252, '_menu_item_menu_item_parent', '349'),
(2387, 252, '_menu_item_object_id', '244'),
(2388, 252, '_menu_item_object', 'page'),
(2389, 252, '_menu_item_target', ''),
(2390, 252, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2391, 252, '_menu_item_xfn', ''),
(2392, 252, '_menu_item_url', ''),
(2394, 253, '_edit_last', '1'),
(2395, 253, '_edit_lock', '1676026329:1'),
(2408, 11, 'company_profile', '261'),
(2409, 11, '_company_profile', 'field_63ce36c7c9a55'),
(2410, 11, 'map_technology', '379'),
(2411, 11, '_map_technology', 'field_63ce3756c9a56'),
(2412, 11, 'food_addsive', '262'),
(2413, 11, '_food_addsive', 'field_63ce375ac9a57'),
(2414, 11, 'session_mix', '263'),
(2415, 11, '_session_mix', 'field_63ce375dc9a58'),
(2416, 11, 'life_chart_by_map_technology', '264'),
(2417, 11, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(2418, 265, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2419, 265, '_address', 'field_63c92e1503f94'),
(2420, 265, 'tel_phone_number', '+91 2824 223921'),
(2421, 265, '_tel_phone_number', 'field_63c92e5d03f95'),
(2422, 265, 'mobile_no', '+91 96628 45243'),
(2423, 265, '_mobile_no', 'field_63c92eb703f96'),
(2424, 265, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2425, 265, '_facebook_link', 'field_63c92f8503f97'),
(2426, 265, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2427, 265, '_google_link', 'field_63c92fa403f98'),
(2428, 265, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2429, 265, '_company_description', 'field_63c9309e03f99'),
(2430, 265, 'slider_image1', '229'),
(2431, 265, '_slider_image1', 'field_63c8c6482244c'),
(2432, 265, 'slider_image2', '237'),
(2433, 265, '_slider_image2', 'field_63c8c68f2244d'),
(2434, 265, 'slider_image3', '235'),
(2435, 265, '_slider_image3', 'field_63c8d1b9959fa'),
(2436, 265, 'slider_title1', 'Title 1'),
(2437, 265, '_slider_title1', 'field_63c8d1ef959fb'),
(2438, 265, 'slider_title2', 'Title 2'),
(2439, 265, '_slider_title2', 'field_63c8d20a959fc'),
(2440, 265, 'slider_title3', 'Title 3'),
(2441, 265, '_slider_title3', 'field_63c8d218959fd'),
(2442, 265, 'slider_description1', 'This is the description of slider title 1'),
(2443, 265, '_slider_description1', 'field_63c8d237959fe'),
(2444, 265, 'slider_description2', 'This is the description of slider title 2'),
(2445, 265, '_slider_description2', 'field_63c8d274959ff'),
(2446, 265, 'slider_description3', 'This is the description of slider title 3'),
(2447, 265, '_slider_description3', 'field_63c8d28f95a00'),
(2448, 265, 'about_us_title', 'Leading Food Consulting Company'),
(2449, 265, '_about_us_title', 'field_63cbbac505df9'),
(2450, 265, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2451, 265, '_short_description', 'field_63cbbbe305dfa'),
(2452, 265, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2453, 265, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2454, 265, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2455, 265, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2456, 265, 'video_background', '242'),
(2457, 265, '_video_background', 'field_63cbc2880b5de'),
(2458, 265, 'client_image_1', '211'),
(2459, 265, '_client_image_1', 'field_63cbcb8e5afcb'),
(2460, 265, 'client_image_2', '210'),
(2461, 265, '_client_image_2', 'field_63cbcbd95afcc'),
(2462, 265, 'client_image_3', '209'),
(2463, 265, '_client_image_3', 'field_63cbcbe55afcd'),
(2464, 265, 'client_image_4', '208'),
(2465, 265, '_client_image_4', 'field_63cbcbe75afce'),
(2466, 265, 'client_image_5', '207'),
(2467, 265, '_client_image_5', 'field_63cbcbeb5afcf'),
(2468, 265, 'client_image_6', '206'),
(2469, 265, '_client_image_6', 'field_63cbcbef5afd0'),
(2470, 265, 'email', 'info@messagegroup.co.in'),
(2471, 265, '_email', 'field_63c93e1309d31'),
(2472, 265, 'tag_line1', 'Innovative Food Machinery'),
(2473, 265, '_tag_line1', 'field_63cbb9903babf'),
(2474, 265, 'tag_line2', 'Value-Packed Machinery'),
(2475, 265, '_tag_line2', 'field_63cbba1a3bac0'),
(2476, 265, 'tag_line3', 'Rapid Response, Satisfaction'),
(2477, 265, '_tag_line3', 'field_63cbba503bac1'),
(2478, 265, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2479, 265, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2480, 265, 'industry_we_serve_image_1', '223'),
(2481, 265, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2482, 265, 'industry_we_serve_image_2', '222'),
(2483, 265, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2484, 265, 'industry_we_serve_image_3', '225'),
(2485, 265, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2486, 265, 'industry_we_serve_image_4', '226'),
(2487, 265, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2488, 265, 'industry_we_serve_image_5', '227'),
(2489, 265, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2490, 265, 'industry_we_serve_short_description', ''),
(2491, 265, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2492, 265, 'company_profile', '260'),
(2493, 265, '_company_profile', 'field_63ce36c7c9a55'),
(2494, 265, 'map_technology', '261'),
(2495, 265, '_map_technology', 'field_63ce3756c9a56'),
(2496, 265, 'food_addsive', '262'),
(2497, 265, '_food_addsive', 'field_63ce375ac9a57'),
(2498, 265, 'session_mix', '263'),
(2499, 265, '_session_mix', 'field_63ce375dc9a58'),
(2500, 265, 'life_chart_by_map_technology', '264'),
(2501, 265, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(2502, 266, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2503, 266, '_address', 'field_63c92e1503f94'),
(2504, 266, 'tel_phone_number', '+91 2824 223921'),
(2505, 266, '_tel_phone_number', 'field_63c92e5d03f95'),
(2506, 266, 'mobile_no', '+91 96628 45243'),
(2507, 266, '_mobile_no', 'field_63c92eb703f96'),
(2508, 266, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2509, 266, '_facebook_link', 'field_63c92f8503f97'),
(2510, 266, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2511, 266, '_google_link', 'field_63c92fa403f98'),
(2512, 266, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2513, 266, '_company_description', 'field_63c9309e03f99'),
(2514, 266, 'slider_image1', '229'),
(2515, 266, '_slider_image1', 'field_63c8c6482244c'),
(2516, 266, 'slider_image2', '237'),
(2517, 266, '_slider_image2', 'field_63c8c68f2244d'),
(2518, 266, 'slider_image3', '235'),
(2519, 266, '_slider_image3', 'field_63c8d1b9959fa'),
(2520, 266, 'slider_title1', 'Title 1'),
(2521, 266, '_slider_title1', 'field_63c8d1ef959fb'),
(2522, 266, 'slider_title2', 'Title 2'),
(2523, 266, '_slider_title2', 'field_63c8d20a959fc'),
(2524, 266, 'slider_title3', 'Title 3'),
(2525, 266, '_slider_title3', 'field_63c8d218959fd'),
(2526, 266, 'slider_description1', 'This is the description of slider title 1'),
(2527, 266, '_slider_description1', 'field_63c8d237959fe'),
(2528, 266, 'slider_description2', 'This is the description of slider title 2'),
(2529, 266, '_slider_description2', 'field_63c8d274959ff'),
(2530, 266, 'slider_description3', 'This is the description of slider title 3'),
(2531, 266, '_slider_description3', 'field_63c8d28f95a00'),
(2532, 266, 'about_us_title', 'Leading Food Consulting Company'),
(2533, 266, '_about_us_title', 'field_63cbbac505df9'),
(2534, 266, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2535, 266, '_short_description', 'field_63cbbbe305dfa'),
(2536, 266, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2537, 266, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2538, 266, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2539, 266, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2540, 266, 'video_background', '242'),
(2541, 266, '_video_background', 'field_63cbc2880b5de'),
(2542, 266, 'client_image_1', '211'),
(2543, 266, '_client_image_1', 'field_63cbcb8e5afcb'),
(2544, 266, 'client_image_2', '210'),
(2545, 266, '_client_image_2', 'field_63cbcbd95afcc'),
(2546, 266, 'client_image_3', '209'),
(2547, 266, '_client_image_3', 'field_63cbcbe55afcd'),
(2548, 266, 'client_image_4', '208'),
(2549, 266, '_client_image_4', 'field_63cbcbe75afce'),
(2550, 266, 'client_image_5', '207'),
(2551, 266, '_client_image_5', 'field_63cbcbeb5afcf'),
(2552, 266, 'client_image_6', '206'),
(2553, 266, '_client_image_6', 'field_63cbcbef5afd0'),
(2554, 266, 'email', 'info@messagegroup.co.in'),
(2555, 266, '_email', 'field_63c93e1309d31'),
(2556, 266, 'tag_line1', 'Innovative Food Machinery'),
(2557, 266, '_tag_line1', 'field_63cbb9903babf'),
(2558, 266, 'tag_line2', 'Value-Packed Machinery'),
(2559, 266, '_tag_line2', 'field_63cbba1a3bac0'),
(2560, 266, 'tag_line3', 'Rapid Response, Satisfaction'),
(2561, 266, '_tag_line3', 'field_63cbba503bac1'),
(2562, 266, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2563, 266, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2564, 266, 'industry_we_serve_image_1', '223'),
(2565, 266, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2566, 266, 'industry_we_serve_image_2', '222'),
(2567, 266, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2568, 266, 'industry_we_serve_image_3', '225'),
(2569, 266, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2570, 266, 'industry_we_serve_image_4', '226'),
(2571, 266, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2572, 266, 'industry_we_serve_image_5', '227'),
(2573, 266, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2574, 266, 'industry_we_serve_short_description', ''),
(2575, 266, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2576, 266, 'company_profile', '260'),
(2577, 266, '_company_profile', 'field_63ce36c7c9a55'),
(2578, 266, 'map_technology', '261'),
(2579, 266, '_map_technology', 'field_63ce3756c9a56'),
(2580, 266, 'food_addsive', '262'),
(2581, 266, '_food_addsive', 'field_63ce375ac9a57'),
(2582, 266, 'session_mix', '263'),
(2583, 266, '_session_mix', 'field_63ce375dc9a58'),
(2584, 266, 'life_chart_by_map_technology', '264'),
(2585, 266, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(2586, 267, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2587, 267, '_address', 'field_63c92e1503f94'),
(2588, 267, 'tel_phone_number', '+91 2824 223921'),
(2589, 267, '_tel_phone_number', 'field_63c92e5d03f95'),
(2590, 267, 'mobile_no', '+91 96628 45243'),
(2591, 267, '_mobile_no', 'field_63c92eb703f96'),
(2592, 267, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2593, 267, '_facebook_link', 'field_63c92f8503f97'),
(2594, 267, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2595, 267, '_google_link', 'field_63c92fa403f98'),
(2596, 267, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2597, 267, '_company_description', 'field_63c9309e03f99'),
(2598, 267, 'slider_image1', '229'),
(2599, 267, '_slider_image1', 'field_63c8c6482244c'),
(2600, 267, 'slider_image2', '237'),
(2601, 267, '_slider_image2', 'field_63c8c68f2244d'),
(2602, 267, 'slider_image3', '235'),
(2603, 267, '_slider_image3', 'field_63c8d1b9959fa'),
(2604, 267, 'slider_title1', 'Title 1'),
(2605, 267, '_slider_title1', 'field_63c8d1ef959fb'),
(2606, 267, 'slider_title2', 'Title 2'),
(2607, 267, '_slider_title2', 'field_63c8d20a959fc'),
(2608, 267, 'slider_title3', 'Title 3'),
(2609, 267, '_slider_title3', 'field_63c8d218959fd'),
(2610, 267, 'slider_description1', 'This is the description of slider title 1'),
(2611, 267, '_slider_description1', 'field_63c8d237959fe'),
(2612, 267, 'slider_description2', 'This is the description of slider title 2'),
(2613, 267, '_slider_description2', 'field_63c8d274959ff'),
(2614, 267, 'slider_description3', 'This is the description of slider title 3'),
(2615, 267, '_slider_description3', 'field_63c8d28f95a00'),
(2616, 267, 'about_us_title', 'Leading Food Consulting Company'),
(2617, 267, '_about_us_title', 'field_63cbbac505df9'),
(2618, 267, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2619, 267, '_short_description', 'field_63cbbbe305dfa'),
(2620, 267, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2621, 267, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2622, 267, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2623, 267, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2624, 267, 'video_background', '242'),
(2625, 267, '_video_background', 'field_63cbc2880b5de'),
(2626, 267, 'client_image_1', '211'),
(2627, 267, '_client_image_1', 'field_63cbcb8e5afcb'),
(2628, 267, 'client_image_2', '210'),
(2629, 267, '_client_image_2', 'field_63cbcbd95afcc'),
(2630, 267, 'client_image_3', '209'),
(2631, 267, '_client_image_3', 'field_63cbcbe55afcd'),
(2632, 267, 'client_image_4', '208'),
(2633, 267, '_client_image_4', 'field_63cbcbe75afce'),
(2634, 267, 'client_image_5', '207'),
(2635, 267, '_client_image_5', 'field_63cbcbeb5afcf'),
(2636, 267, 'client_image_6', '206'),
(2637, 267, '_client_image_6', 'field_63cbcbef5afd0'),
(2638, 267, 'email', 'info@messagegroup.co.in'),
(2639, 267, '_email', 'field_63c93e1309d31'),
(2640, 267, 'tag_line1', 'Innovative Food Machinery'),
(2641, 267, '_tag_line1', 'field_63cbb9903babf'),
(2642, 267, 'tag_line2', 'Value-Packed Machinery'),
(2643, 267, '_tag_line2', 'field_63cbba1a3bac0'),
(2644, 267, 'tag_line3', 'Rapid Response, Satisfaction'),
(2645, 267, '_tag_line3', 'field_63cbba503bac1'),
(2646, 267, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2647, 267, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2648, 267, 'industry_we_serve_image_1', '223'),
(2649, 267, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2650, 267, 'industry_we_serve_image_2', '222'),
(2651, 267, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2652, 267, 'industry_we_serve_image_3', '225'),
(2653, 267, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2654, 267, 'industry_we_serve_image_4', '226'),
(2655, 267, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2656, 267, 'industry_we_serve_image_5', '227'),
(2657, 267, '_industry_we_serve_image_5', 'field_63ce0289346be');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2658, 267, 'industry_we_serve_short_description', ''),
(2659, 267, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2660, 267, 'company_profile', '260'),
(2661, 267, '_company_profile', 'field_63ce36c7c9a55'),
(2662, 267, 'map_technology', '261'),
(2663, 267, '_map_technology', 'field_63ce3756c9a56'),
(2664, 267, 'food_addsive', '262'),
(2665, 267, '_food_addsive', 'field_63ce375ac9a57'),
(2666, 267, 'session_mix', '263'),
(2667, 267, '_session_mix', 'field_63ce375dc9a58'),
(2668, 267, 'life_chart_by_map_technology', '264'),
(2669, 267, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(2670, 268, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2671, 268, '_address', 'field_63c92e1503f94'),
(2672, 268, 'tel_phone_number', '+91 2824 223921'),
(2673, 268, '_tel_phone_number', 'field_63c92e5d03f95'),
(2674, 268, 'mobile_no', '+91 96628 45243'),
(2675, 268, '_mobile_no', 'field_63c92eb703f96'),
(2676, 268, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2677, 268, '_facebook_link', 'field_63c92f8503f97'),
(2678, 268, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2679, 268, '_google_link', 'field_63c92fa403f98'),
(2680, 268, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2681, 268, '_company_description', 'field_63c9309e03f99'),
(2682, 268, 'slider_image1', '229'),
(2683, 268, '_slider_image1', 'field_63c8c6482244c'),
(2684, 268, 'slider_image2', '237'),
(2685, 268, '_slider_image2', 'field_63c8c68f2244d'),
(2686, 268, 'slider_image3', '235'),
(2687, 268, '_slider_image3', 'field_63c8d1b9959fa'),
(2688, 268, 'slider_title1', 'Title 1'),
(2689, 268, '_slider_title1', 'field_63c8d1ef959fb'),
(2690, 268, 'slider_title2', 'Title 2'),
(2691, 268, '_slider_title2', 'field_63c8d20a959fc'),
(2692, 268, 'slider_title3', 'Title 3'),
(2693, 268, '_slider_title3', 'field_63c8d218959fd'),
(2694, 268, 'slider_description1', 'This is the description of slider title 1'),
(2695, 268, '_slider_description1', 'field_63c8d237959fe'),
(2696, 268, 'slider_description2', 'This is the description of slider title 2'),
(2697, 268, '_slider_description2', 'field_63c8d274959ff'),
(2698, 268, 'slider_description3', 'This is the description of slider title 3'),
(2699, 268, '_slider_description3', 'field_63c8d28f95a00'),
(2700, 268, 'about_us_title', 'Leading Food Consulting Company'),
(2701, 268, '_about_us_title', 'field_63cbbac505df9'),
(2702, 268, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2703, 268, '_short_description', 'field_63cbbbe305dfa'),
(2704, 268, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2705, 268, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2706, 268, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2707, 268, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2708, 268, 'video_background', '242'),
(2709, 268, '_video_background', 'field_63cbc2880b5de'),
(2710, 268, 'client_image_1', '211'),
(2711, 268, '_client_image_1', 'field_63cbcb8e5afcb'),
(2712, 268, 'client_image_2', '210'),
(2713, 268, '_client_image_2', 'field_63cbcbd95afcc'),
(2714, 268, 'client_image_3', '209'),
(2715, 268, '_client_image_3', 'field_63cbcbe55afcd'),
(2716, 268, 'client_image_4', '208'),
(2717, 268, '_client_image_4', 'field_63cbcbe75afce'),
(2718, 268, 'client_image_5', '207'),
(2719, 268, '_client_image_5', 'field_63cbcbeb5afcf'),
(2720, 268, 'client_image_6', '206'),
(2721, 268, '_client_image_6', 'field_63cbcbef5afd0'),
(2722, 268, 'email', 'info@messagegroup.co.in'),
(2723, 268, '_email', 'field_63c93e1309d31'),
(2724, 268, 'tag_line1', 'Innovative Food Machinery'),
(2725, 268, '_tag_line1', 'field_63cbb9903babf'),
(2726, 268, 'tag_line2', 'Value-Packed Machinery'),
(2727, 268, '_tag_line2', 'field_63cbba1a3bac0'),
(2728, 268, 'tag_line3', 'Rapid Response, Satisfaction'),
(2729, 268, '_tag_line3', 'field_63cbba503bac1'),
(2730, 268, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2731, 268, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2732, 268, 'industry_we_serve_image_1', '223'),
(2733, 268, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2734, 268, 'industry_we_serve_image_2', '222'),
(2735, 268, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2736, 268, 'industry_we_serve_image_3', '225'),
(2737, 268, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2738, 268, 'industry_we_serve_image_4', '226'),
(2739, 268, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2740, 268, 'industry_we_serve_image_5', '227'),
(2741, 268, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2742, 268, 'industry_we_serve_short_description', ''),
(2743, 268, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2744, 268, 'company_profile', '261'),
(2745, 268, '_company_profile', 'field_63ce36c7c9a55'),
(2746, 268, 'map_technology', '261'),
(2747, 268, '_map_technology', 'field_63ce3756c9a56'),
(2748, 268, 'food_addsive', '262'),
(2749, 268, '_food_addsive', 'field_63ce375ac9a57'),
(2750, 268, 'session_mix', '263'),
(2751, 268, '_session_mix', 'field_63ce375dc9a58'),
(2752, 268, 'life_chart_by_map_technology', '264'),
(2753, 268, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(2754, 11, 'food_additives', '262'),
(2755, 11, '_food_additives', 'field_63ce375ac9a57'),
(2756, 269, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2757, 269, '_address', 'field_63c92e1503f94'),
(2758, 269, 'tel_phone_number', '+91 2824 223921'),
(2759, 269, '_tel_phone_number', 'field_63c92e5d03f95'),
(2760, 269, 'mobile_no', '+91 96628 45243'),
(2761, 269, '_mobile_no', 'field_63c92eb703f96'),
(2762, 269, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2763, 269, '_facebook_link', 'field_63c92f8503f97'),
(2764, 269, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2765, 269, '_google_link', 'field_63c92fa403f98'),
(2766, 269, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2767, 269, '_company_description', 'field_63c9309e03f99'),
(2768, 269, 'slider_image1', '229'),
(2769, 269, '_slider_image1', 'field_63c8c6482244c'),
(2770, 269, 'slider_image2', '237'),
(2771, 269, '_slider_image2', 'field_63c8c68f2244d'),
(2772, 269, 'slider_image3', '235'),
(2773, 269, '_slider_image3', 'field_63c8d1b9959fa'),
(2774, 269, 'slider_title1', 'Title 1'),
(2775, 269, '_slider_title1', 'field_63c8d1ef959fb'),
(2776, 269, 'slider_title2', 'Title 2'),
(2777, 269, '_slider_title2', 'field_63c8d20a959fc'),
(2778, 269, 'slider_title3', 'Title 3'),
(2779, 269, '_slider_title3', 'field_63c8d218959fd'),
(2780, 269, 'slider_description1', 'This is the description of slider title 1'),
(2781, 269, '_slider_description1', 'field_63c8d237959fe'),
(2782, 269, 'slider_description2', 'This is the description of slider title 2'),
(2783, 269, '_slider_description2', 'field_63c8d274959ff'),
(2784, 269, 'slider_description3', 'This is the description of slider title 3'),
(2785, 269, '_slider_description3', 'field_63c8d28f95a00'),
(2786, 269, 'about_us_title', 'Leading Food Consulting Company'),
(2787, 269, '_about_us_title', 'field_63cbbac505df9'),
(2788, 269, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2789, 269, '_short_description', 'field_63cbbbe305dfa'),
(2790, 269, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2791, 269, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2792, 269, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2793, 269, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2794, 269, 'video_background', '242'),
(2795, 269, '_video_background', 'field_63cbc2880b5de'),
(2796, 269, 'client_image_1', '211'),
(2797, 269, '_client_image_1', 'field_63cbcb8e5afcb'),
(2798, 269, 'client_image_2', '210'),
(2799, 269, '_client_image_2', 'field_63cbcbd95afcc'),
(2800, 269, 'client_image_3', '209'),
(2801, 269, '_client_image_3', 'field_63cbcbe55afcd'),
(2802, 269, 'client_image_4', '208'),
(2803, 269, '_client_image_4', 'field_63cbcbe75afce'),
(2804, 269, 'client_image_5', '207'),
(2805, 269, '_client_image_5', 'field_63cbcbeb5afcf'),
(2806, 269, 'client_image_6', '206'),
(2807, 269, '_client_image_6', 'field_63cbcbef5afd0'),
(2808, 269, 'email', 'info@messagegroup.co.in'),
(2809, 269, '_email', 'field_63c93e1309d31'),
(2810, 269, 'tag_line1', 'Innovative Food Machinery'),
(2811, 269, '_tag_line1', 'field_63cbb9903babf'),
(2812, 269, 'tag_line2', 'Value-Packed Machinery'),
(2813, 269, '_tag_line2', 'field_63cbba1a3bac0'),
(2814, 269, 'tag_line3', 'Rapid Response, Satisfaction'),
(2815, 269, '_tag_line3', 'field_63cbba503bac1'),
(2816, 269, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2817, 269, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2818, 269, 'industry_we_serve_image_1', '223'),
(2819, 269, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2820, 269, 'industry_we_serve_image_2', '222'),
(2821, 269, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2822, 269, 'industry_we_serve_image_3', '225'),
(2823, 269, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2824, 269, 'industry_we_serve_image_4', '226'),
(2825, 269, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2826, 269, 'industry_we_serve_image_5', '227'),
(2827, 269, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2828, 269, 'industry_we_serve_short_description', ''),
(2829, 269, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2830, 269, 'company_profile', '261'),
(2831, 269, '_company_profile', 'field_63ce36c7c9a55'),
(2832, 269, 'map_technology', '261'),
(2833, 269, '_map_technology', 'field_63ce3756c9a56'),
(2834, 269, 'food_addsive', '262'),
(2835, 269, '_food_addsive', 'field_63ce375ac9a57'),
(2836, 269, 'session_mix', '263'),
(2837, 269, '_session_mix', 'field_63ce375dc9a58'),
(2838, 269, 'life_chart_by_map_technology', '264'),
(2839, 269, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(2840, 269, 'food_additives', '262'),
(2841, 269, '_food_additives', 'field_63ce375ac9a57'),
(2842, 270, '_edit_last', '1'),
(2843, 270, '_edit_lock', '1676026271:1'),
(2846, 11, 'get_started_background', '507'),
(2847, 11, '_get_started_background', 'field_63ce497feef6e'),
(2848, 273, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2849, 273, '_address', 'field_63c92e1503f94'),
(2850, 273, 'tel_phone_number', '+91 2824 223921'),
(2851, 273, '_tel_phone_number', 'field_63c92e5d03f95'),
(2852, 273, 'mobile_no', '+91 96628 45243'),
(2853, 273, '_mobile_no', 'field_63c92eb703f96'),
(2854, 273, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2855, 273, '_facebook_link', 'field_63c92f8503f97'),
(2856, 273, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2857, 273, '_google_link', 'field_63c92fa403f98'),
(2858, 273, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2859, 273, '_company_description', 'field_63c9309e03f99'),
(2860, 273, 'slider_image1', '229'),
(2861, 273, '_slider_image1', 'field_63c8c6482244c'),
(2862, 273, 'slider_image2', '237'),
(2863, 273, '_slider_image2', 'field_63c8c68f2244d'),
(2864, 273, 'slider_image3', '235'),
(2865, 273, '_slider_image3', 'field_63c8d1b9959fa'),
(2866, 273, 'slider_title1', 'Title 1'),
(2867, 273, '_slider_title1', 'field_63c8d1ef959fb'),
(2868, 273, 'slider_title2', 'Title 2'),
(2869, 273, '_slider_title2', 'field_63c8d20a959fc'),
(2870, 273, 'slider_title3', 'Title 3'),
(2871, 273, '_slider_title3', 'field_63c8d218959fd'),
(2872, 273, 'slider_description1', 'This is the description of slider title 1'),
(2873, 273, '_slider_description1', 'field_63c8d237959fe'),
(2874, 273, 'slider_description2', 'This is the description of slider title 2'),
(2875, 273, '_slider_description2', 'field_63c8d274959ff'),
(2876, 273, 'slider_description3', 'This is the description of slider title 3'),
(2877, 273, '_slider_description3', 'field_63c8d28f95a00'),
(2878, 273, 'about_us_title', 'Leading Food Consulting Company'),
(2879, 273, '_about_us_title', 'field_63cbbac505df9'),
(2880, 273, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2881, 273, '_short_description', 'field_63cbbbe305dfa'),
(2882, 273, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2883, 273, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2884, 273, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2885, 273, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2886, 273, 'video_background', '242'),
(2887, 273, '_video_background', 'field_63cbc2880b5de'),
(2888, 273, 'client_image_1', '211'),
(2889, 273, '_client_image_1', 'field_63cbcb8e5afcb'),
(2890, 273, 'client_image_2', '210'),
(2891, 273, '_client_image_2', 'field_63cbcbd95afcc'),
(2892, 273, 'client_image_3', '209'),
(2893, 273, '_client_image_3', 'field_63cbcbe55afcd'),
(2894, 273, 'client_image_4', '208'),
(2895, 273, '_client_image_4', 'field_63cbcbe75afce'),
(2896, 273, 'client_image_5', '207'),
(2897, 273, '_client_image_5', 'field_63cbcbeb5afcf'),
(2898, 273, 'client_image_6', '206'),
(2899, 273, '_client_image_6', 'field_63cbcbef5afd0'),
(2900, 273, 'email', 'info@messagegroup.co.in'),
(2901, 273, '_email', 'field_63c93e1309d31'),
(2902, 273, 'tag_line1', 'Innovative Food Machinery'),
(2903, 273, '_tag_line1', 'field_63cbb9903babf'),
(2904, 273, 'tag_line2', 'Value-Packed Machinery'),
(2905, 273, '_tag_line2', 'field_63cbba1a3bac0'),
(2906, 273, 'tag_line3', 'Rapid Response, Satisfaction'),
(2907, 273, '_tag_line3', 'field_63cbba503bac1'),
(2908, 273, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(2909, 273, '_long_description_about_us_2', 'field_63cdfd562520a'),
(2910, 273, 'industry_we_serve_image_1', '223'),
(2911, 273, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(2912, 273, 'industry_we_serve_image_2', '222'),
(2913, 273, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(2914, 273, 'industry_we_serve_image_3', '225'),
(2915, 273, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(2916, 273, 'industry_we_serve_image_4', '226'),
(2917, 273, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(2918, 273, 'industry_we_serve_image_5', '227'),
(2919, 273, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(2920, 273, 'industry_we_serve_short_description', ''),
(2921, 273, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(2922, 273, 'company_profile', '261'),
(2923, 273, '_company_profile', 'field_63ce36c7c9a55'),
(2924, 273, 'map_technology', '261'),
(2925, 273, '_map_technology', 'field_63ce3756c9a56'),
(2926, 273, 'food_addsive', '262'),
(2927, 273, '_food_addsive', 'field_63ce375ac9a57'),
(2928, 273, 'session_mix', '263'),
(2929, 273, '_session_mix', 'field_63ce375dc9a58'),
(2930, 273, 'life_chart_by_map_technology', '264'),
(2931, 273, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(2932, 273, 'food_additives', '262'),
(2933, 273, '_food_additives', 'field_63ce375ac9a57'),
(2934, 273, 'get_started_background', '272'),
(2935, 273, '_get_started_background', 'field_63ce497feef6e'),
(2938, 11, 'choose_us_background', '393'),
(2939, 11, '_choose_us_background', 'field_63ce539a8b5b1'),
(2940, 276, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(2941, 276, '_address', 'field_63c92e1503f94'),
(2942, 276, 'tel_phone_number', '+91 2824 223921'),
(2943, 276, '_tel_phone_number', 'field_63c92e5d03f95'),
(2944, 276, 'mobile_no', '+91 96628 45243'),
(2945, 276, '_mobile_no', 'field_63c92eb703f96'),
(2946, 276, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(2947, 276, '_facebook_link', 'field_63c92f8503f97'),
(2948, 276, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(2949, 276, '_google_link', 'field_63c92fa403f98'),
(2950, 276, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(2951, 276, '_company_description', 'field_63c9309e03f99'),
(2952, 276, 'slider_image1', '229'),
(2953, 276, '_slider_image1', 'field_63c8c6482244c'),
(2954, 276, 'slider_image2', '237'),
(2955, 276, '_slider_image2', 'field_63c8c68f2244d'),
(2956, 276, 'slider_image3', '235'),
(2957, 276, '_slider_image3', 'field_63c8d1b9959fa'),
(2958, 276, 'slider_title1', 'Title 1'),
(2959, 276, '_slider_title1', 'field_63c8d1ef959fb'),
(2960, 276, 'slider_title2', 'Title 2'),
(2961, 276, '_slider_title2', 'field_63c8d20a959fc'),
(2962, 276, 'slider_title3', 'Title 3'),
(2963, 276, '_slider_title3', 'field_63c8d218959fd'),
(2964, 276, 'slider_description1', 'This is the description of slider title 1'),
(2965, 276, '_slider_description1', 'field_63c8d237959fe'),
(2966, 276, 'slider_description2', 'This is the description of slider title 2'),
(2967, 276, '_slider_description2', 'field_63c8d274959ff'),
(2968, 276, 'slider_description3', 'This is the description of slider title 3'),
(2969, 276, '_slider_description3', 'field_63c8d28f95a00'),
(2970, 276, 'about_us_title', 'Leading Food Consulting Company'),
(2971, 276, '_about_us_title', 'field_63cbbac505df9'),
(2972, 276, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(2973, 276, '_short_description', 'field_63cbbbe305dfa'),
(2974, 276, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(2975, 276, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(2976, 276, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(2977, 276, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(2978, 276, 'video_background', '242'),
(2979, 276, '_video_background', 'field_63cbc2880b5de'),
(2980, 276, 'client_image_1', '211'),
(2981, 276, '_client_image_1', 'field_63cbcb8e5afcb'),
(2982, 276, 'client_image_2', '210'),
(2983, 276, '_client_image_2', 'field_63cbcbd95afcc'),
(2984, 276, 'client_image_3', '209'),
(2985, 276, '_client_image_3', 'field_63cbcbe55afcd'),
(2986, 276, 'client_image_4', '208'),
(2987, 276, '_client_image_4', 'field_63cbcbe75afce'),
(2988, 276, 'client_image_5', '207'),
(2989, 276, '_client_image_5', 'field_63cbcbeb5afcf'),
(2990, 276, 'client_image_6', '206'),
(2991, 276, '_client_image_6', 'field_63cbcbef5afd0'),
(2992, 276, 'email', 'info@messagegroup.co.in'),
(2993, 276, '_email', 'field_63c93e1309d31'),
(2994, 276, 'tag_line1', 'Innovative Food Machinery'),
(2995, 276, '_tag_line1', 'field_63cbb9903babf'),
(2996, 276, 'tag_line2', 'Value-Packed Machinery'),
(2997, 276, '_tag_line2', 'field_63cbba1a3bac0'),
(2998, 276, 'tag_line3', 'Rapid Response, Satisfaction'),
(2999, 276, '_tag_line3', 'field_63cbba503bac1'),
(3000, 276, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3001, 276, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3002, 276, 'industry_we_serve_image_1', '223'),
(3003, 276, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3004, 276, 'industry_we_serve_image_2', '222'),
(3005, 276, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3006, 276, 'industry_we_serve_image_3', '225'),
(3007, 276, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3008, 276, 'industry_we_serve_image_4', '226'),
(3009, 276, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3010, 276, 'industry_we_serve_image_5', '227'),
(3011, 276, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3012, 276, 'industry_we_serve_short_description', ''),
(3013, 276, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3014, 276, 'company_profile', '261'),
(3015, 276, '_company_profile', 'field_63ce36c7c9a55'),
(3016, 276, 'map_technology', '261'),
(3017, 276, '_map_technology', 'field_63ce3756c9a56'),
(3018, 276, 'food_addsive', '262'),
(3019, 276, '_food_addsive', 'field_63ce375ac9a57'),
(3020, 276, 'session_mix', '263'),
(3021, 276, '_session_mix', 'field_63ce375dc9a58'),
(3022, 276, 'life_chart_by_map_technology', '264'),
(3023, 276, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3024, 276, 'food_additives', '262'),
(3025, 276, '_food_additives', 'field_63ce375ac9a57'),
(3026, 276, 'get_started_background', '272'),
(3027, 276, '_get_started_background', 'field_63ce497feef6e'),
(3028, 276, 'choose_us_background', '275'),
(3029, 276, '_choose_us_background', 'field_63ce539a8b5b1'),
(3030, 277, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3031, 277, '_address', 'field_63c92e1503f94'),
(3032, 277, 'tel_phone_number', '+91 2824 223921'),
(3033, 277, '_tel_phone_number', 'field_63c92e5d03f95'),
(3034, 277, 'mobile_no', '+91 96628 45243'),
(3035, 277, '_mobile_no', 'field_63c92eb703f96'),
(3036, 277, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3037, 277, '_facebook_link', 'field_63c92f8503f97'),
(3038, 277, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3039, 277, '_google_link', 'field_63c92fa403f98'),
(3040, 277, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3041, 277, '_company_description', 'field_63c9309e03f99'),
(3042, 277, 'slider_image1', '229'),
(3043, 277, '_slider_image1', 'field_63c8c6482244c'),
(3044, 277, 'slider_image2', '237'),
(3045, 277, '_slider_image2', 'field_63c8c68f2244d'),
(3046, 277, 'slider_image3', '235'),
(3047, 277, '_slider_image3', 'field_63c8d1b9959fa'),
(3048, 277, 'slider_title1', 'Title 1'),
(3049, 277, '_slider_title1', 'field_63c8d1ef959fb'),
(3050, 277, 'slider_title2', 'Title 2'),
(3051, 277, '_slider_title2', 'field_63c8d20a959fc'),
(3052, 277, 'slider_title3', 'Title 3'),
(3053, 277, '_slider_title3', 'field_63c8d218959fd'),
(3054, 277, 'slider_description1', 'This is the description of slider title 1'),
(3055, 277, '_slider_description1', 'field_63c8d237959fe'),
(3056, 277, 'slider_description2', 'This is the description of slider title 2'),
(3057, 277, '_slider_description2', 'field_63c8d274959ff'),
(3058, 277, 'slider_description3', 'This is the description of slider title 3'),
(3059, 277, '_slider_description3', 'field_63c8d28f95a00'),
(3060, 277, 'about_us_title', 'Leading Food Consulting Company'),
(3061, 277, '_about_us_title', 'field_63cbbac505df9'),
(3062, 277, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3063, 277, '_short_description', 'field_63cbbbe305dfa'),
(3064, 277, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3065, 277, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3066, 277, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3067, 277, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3068, 277, 'video_background', '242'),
(3069, 277, '_video_background', 'field_63cbc2880b5de'),
(3070, 277, 'client_image_1', '211'),
(3071, 277, '_client_image_1', 'field_63cbcb8e5afcb'),
(3072, 277, 'client_image_2', '210'),
(3073, 277, '_client_image_2', 'field_63cbcbd95afcc'),
(3074, 277, 'client_image_3', '209'),
(3075, 277, '_client_image_3', 'field_63cbcbe55afcd'),
(3076, 277, 'client_image_4', '208'),
(3077, 277, '_client_image_4', 'field_63cbcbe75afce'),
(3078, 277, 'client_image_5', '207'),
(3079, 277, '_client_image_5', 'field_63cbcbeb5afcf'),
(3080, 277, 'client_image_6', '206'),
(3081, 277, '_client_image_6', 'field_63cbcbef5afd0'),
(3082, 277, 'email', 'info@messagegroup.co.in'),
(3083, 277, '_email', 'field_63c93e1309d31'),
(3084, 277, 'tag_line1', 'Innovative Food Machinery'),
(3085, 277, '_tag_line1', 'field_63cbb9903babf'),
(3086, 277, 'tag_line2', 'Value-Packed Machinery'),
(3087, 277, '_tag_line2', 'field_63cbba1a3bac0'),
(3088, 277, 'tag_line3', 'Rapid Response, Satisfaction'),
(3089, 277, '_tag_line3', 'field_63cbba503bac1'),
(3090, 277, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3091, 277, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3092, 277, 'industry_we_serve_image_1', '223'),
(3093, 277, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3094, 277, 'industry_we_serve_image_2', '222'),
(3095, 277, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3096, 277, 'industry_we_serve_image_3', '225'),
(3097, 277, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3098, 277, 'industry_we_serve_image_4', '226'),
(3099, 277, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3100, 277, 'industry_we_serve_image_5', '227'),
(3101, 277, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3102, 277, 'industry_we_serve_short_description', ''),
(3103, 277, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3104, 277, 'company_profile', '261'),
(3105, 277, '_company_profile', 'field_63ce36c7c9a55'),
(3106, 277, 'map_technology', '261'),
(3107, 277, '_map_technology', 'field_63ce3756c9a56'),
(3108, 277, 'food_addsive', '262'),
(3109, 277, '_food_addsive', 'field_63ce375ac9a57'),
(3110, 277, 'session_mix', '263'),
(3111, 277, '_session_mix', 'field_63ce375dc9a58'),
(3112, 277, 'life_chart_by_map_technology', '264'),
(3113, 277, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3114, 277, 'food_additives', '262'),
(3115, 277, '_food_additives', 'field_63ce375ac9a57'),
(3116, 277, 'get_started_background', '272'),
(3117, 277, '_get_started_background', 'field_63ce497feef6e'),
(3118, 277, 'choose_us_background', '275'),
(3119, 277, '_choose_us_background', 'field_63ce539a8b5b1'),
(3120, 283, '_wp_attached_file', '2023/01/client1.jpg'),
(3121, 283, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:159;s:6:\"height\";i:101;s:4:\"file\";s:19:\"2023/01/client1.jpg\";s:8:\"filesize\";i:27925;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3122, 284, '_wp_attached_file', '2023/01/client2.jpg'),
(3123, 284, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:159;s:6:\"height\";i:101;s:4:\"file\";s:19:\"2023/01/client2.jpg\";s:8:\"filesize\";i:26841;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3124, 285, '_wp_attached_file', '2023/01/client3.jpg'),
(3125, 285, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:159;s:6:\"height\";i:101;s:4:\"file\";s:19:\"2023/01/client3.jpg\";s:8:\"filesize\";i:30277;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3128, 11, 'message_group_1', '283'),
(3129, 11, '_message_group_1', 'field_63ce69047b0c9'),
(3130, 11, 'message_group_2', '284'),
(3131, 11, '_message_group_2', 'field_63ce6a627b0cd'),
(3132, 11, 'message_group_3', '285'),
(3133, 11, '_message_group_3', 'field_63ce6a637b0ce'),
(3134, 11, 'message_group_4', '286'),
(3135, 11, '_message_group_4', 'field_63ce6a687b0cf'),
(3136, 287, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3137, 287, '_address', 'field_63c92e1503f94'),
(3138, 287, 'tel_phone_number', '+91 2824 223921'),
(3139, 287, '_tel_phone_number', 'field_63c92e5d03f95'),
(3140, 287, 'mobile_no', '+91 96628 45243'),
(3141, 287, '_mobile_no', 'field_63c92eb703f96'),
(3142, 287, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3143, 287, '_facebook_link', 'field_63c92f8503f97'),
(3144, 287, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3145, 287, '_google_link', 'field_63c92fa403f98'),
(3146, 287, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3147, 287, '_company_description', 'field_63c9309e03f99'),
(3148, 287, 'slider_image1', '229'),
(3149, 287, '_slider_image1', 'field_63c8c6482244c'),
(3150, 287, 'slider_image2', '237'),
(3151, 287, '_slider_image2', 'field_63c8c68f2244d'),
(3152, 287, 'slider_image3', '235'),
(3153, 287, '_slider_image3', 'field_63c8d1b9959fa'),
(3154, 287, 'slider_title1', 'Title 1'),
(3155, 287, '_slider_title1', 'field_63c8d1ef959fb'),
(3156, 287, 'slider_title2', 'Title 2'),
(3157, 287, '_slider_title2', 'field_63c8d20a959fc'),
(3158, 287, 'slider_title3', 'Title 3'),
(3159, 287, '_slider_title3', 'field_63c8d218959fd'),
(3160, 287, 'slider_description1', 'This is the description of slider title 1'),
(3161, 287, '_slider_description1', 'field_63c8d237959fe'),
(3162, 287, 'slider_description2', 'This is the description of slider title 2'),
(3163, 287, '_slider_description2', 'field_63c8d274959ff'),
(3164, 287, 'slider_description3', 'This is the description of slider title 3'),
(3165, 287, '_slider_description3', 'field_63c8d28f95a00'),
(3166, 287, 'about_us_title', 'Leading Food Consulting Company'),
(3167, 287, '_about_us_title', 'field_63cbbac505df9'),
(3168, 287, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3169, 287, '_short_description', 'field_63cbbbe305dfa'),
(3170, 287, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3171, 287, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3172, 287, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3173, 287, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3174, 287, 'video_background', '242'),
(3175, 287, '_video_background', 'field_63cbc2880b5de'),
(3176, 287, 'client_image_1', '211'),
(3177, 287, '_client_image_1', 'field_63cbcb8e5afcb'),
(3178, 287, 'client_image_2', '210'),
(3179, 287, '_client_image_2', 'field_63cbcbd95afcc'),
(3180, 287, 'client_image_3', '209'),
(3181, 287, '_client_image_3', 'field_63cbcbe55afcd'),
(3182, 287, 'client_image_4', '208'),
(3183, 287, '_client_image_4', 'field_63cbcbe75afce'),
(3184, 287, 'client_image_5', '207'),
(3185, 287, '_client_image_5', 'field_63cbcbeb5afcf'),
(3186, 287, 'client_image_6', '206'),
(3187, 287, '_client_image_6', 'field_63cbcbef5afd0'),
(3188, 287, 'email', 'info@messagegroup.co.in'),
(3189, 287, '_email', 'field_63c93e1309d31'),
(3190, 287, 'tag_line1', 'Innovative Food Machinery'),
(3191, 287, '_tag_line1', 'field_63cbb9903babf'),
(3192, 287, 'tag_line2', 'Value-Packed Machinery'),
(3193, 287, '_tag_line2', 'field_63cbba1a3bac0'),
(3194, 287, 'tag_line3', 'Rapid Response, Satisfaction'),
(3195, 287, '_tag_line3', 'field_63cbba503bac1'),
(3196, 287, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3197, 287, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3198, 287, 'industry_we_serve_image_1', '223'),
(3199, 287, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3200, 287, 'industry_we_serve_image_2', '222'),
(3201, 287, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3202, 287, 'industry_we_serve_image_3', '225'),
(3203, 287, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3204, 287, 'industry_we_serve_image_4', '226'),
(3205, 287, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3206, 287, 'industry_we_serve_image_5', '227'),
(3207, 287, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3208, 287, 'industry_we_serve_short_description', ''),
(3209, 287, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3210, 287, 'company_profile', '261'),
(3211, 287, '_company_profile', 'field_63ce36c7c9a55'),
(3212, 287, 'map_technology', '261'),
(3213, 287, '_map_technology', 'field_63ce3756c9a56'),
(3214, 287, 'food_addsive', '262'),
(3215, 287, '_food_addsive', 'field_63ce375ac9a57'),
(3216, 287, 'session_mix', '263'),
(3217, 287, '_session_mix', 'field_63ce375dc9a58'),
(3218, 287, 'life_chart_by_map_technology', '264'),
(3219, 287, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3220, 287, 'food_additives', '262'),
(3221, 287, '_food_additives', 'field_63ce375ac9a57'),
(3222, 287, 'get_started_background', '272'),
(3223, 287, '_get_started_background', 'field_63ce497feef6e'),
(3224, 287, 'choose_us_background', '275'),
(3225, 287, '_choose_us_background', 'field_63ce539a8b5b1'),
(3226, 287, 'message_group_1', '283'),
(3227, 287, '_message_group_1', 'field_63ce69047b0c9'),
(3228, 287, 'message_group_2', '284'),
(3229, 287, '_message_group_2', 'field_63ce6a627b0cd'),
(3230, 287, 'message_group_3', '285'),
(3231, 287, '_message_group_3', 'field_63ce6a637b0ce'),
(3232, 287, 'message_group_4', '286'),
(3233, 287, '_message_group_4', 'field_63ce6a687b0cf'),
(3259, 295, '_edit_last', '1'),
(3260, 295, '_edit_lock', '1676026285:1'),
(3263, 11, 'expertise_section_image', '565'),
(3264, 11, '_expertise_section_image', 'field_63ce860ce9935'),
(3265, 299, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3266, 299, '_address', 'field_63c92e1503f94'),
(3267, 299, 'tel_phone_number', '+91 2824 223921'),
(3268, 299, '_tel_phone_number', 'field_63c92e5d03f95'),
(3269, 299, 'mobile_no', '+91 96628 45243'),
(3270, 299, '_mobile_no', 'field_63c92eb703f96'),
(3271, 299, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3272, 299, '_facebook_link', 'field_63c92f8503f97'),
(3273, 299, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3274, 299, '_google_link', 'field_63c92fa403f98'),
(3275, 299, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3276, 299, '_company_description', 'field_63c9309e03f99'),
(3277, 299, 'slider_image1', '229'),
(3278, 299, '_slider_image1', 'field_63c8c6482244c'),
(3279, 299, 'slider_image2', '237'),
(3280, 299, '_slider_image2', 'field_63c8c68f2244d'),
(3281, 299, 'slider_image3', '235'),
(3282, 299, '_slider_image3', 'field_63c8d1b9959fa'),
(3283, 299, 'slider_title1', 'Title 1'),
(3284, 299, '_slider_title1', 'field_63c8d1ef959fb'),
(3285, 299, 'slider_title2', 'Title 2'),
(3286, 299, '_slider_title2', 'field_63c8d20a959fc'),
(3287, 299, 'slider_title3', 'Title 3'),
(3288, 299, '_slider_title3', 'field_63c8d218959fd'),
(3289, 299, 'slider_description1', 'This is the description of slider title 1'),
(3290, 299, '_slider_description1', 'field_63c8d237959fe'),
(3291, 299, 'slider_description2', 'This is the description of slider title 2'),
(3292, 299, '_slider_description2', 'field_63c8d274959ff'),
(3293, 299, 'slider_description3', 'This is the description of slider title 3'),
(3294, 299, '_slider_description3', 'field_63c8d28f95a00'),
(3295, 299, 'about_us_title', 'Leading Food Consulting Company'),
(3296, 299, '_about_us_title', 'field_63cbbac505df9'),
(3297, 299, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3298, 299, '_short_description', 'field_63cbbbe305dfa'),
(3299, 299, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3300, 299, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3301, 299, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3302, 299, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3303, 299, 'video_background', '242'),
(3304, 299, '_video_background', 'field_63cbc2880b5de'),
(3305, 299, 'client_image_1', '211'),
(3306, 299, '_client_image_1', 'field_63cbcb8e5afcb'),
(3307, 299, 'client_image_2', '210'),
(3308, 299, '_client_image_2', 'field_63cbcbd95afcc'),
(3309, 299, 'client_image_3', '209'),
(3310, 299, '_client_image_3', 'field_63cbcbe55afcd'),
(3311, 299, 'client_image_4', '208'),
(3312, 299, '_client_image_4', 'field_63cbcbe75afce'),
(3313, 299, 'client_image_5', '207'),
(3314, 299, '_client_image_5', 'field_63cbcbeb5afcf'),
(3315, 299, 'client_image_6', '206'),
(3316, 299, '_client_image_6', 'field_63cbcbef5afd0'),
(3317, 299, 'email', 'info@messagegroup.co.in'),
(3318, 299, '_email', 'field_63c93e1309d31'),
(3319, 299, 'tag_line1', 'Innovative Food Machinery'),
(3320, 299, '_tag_line1', 'field_63cbb9903babf'),
(3321, 299, 'tag_line2', 'Value-Packed Machinery'),
(3322, 299, '_tag_line2', 'field_63cbba1a3bac0'),
(3323, 299, 'tag_line3', 'Rapid Response, Satisfaction'),
(3324, 299, '_tag_line3', 'field_63cbba503bac1'),
(3325, 299, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3326, 299, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3327, 299, 'industry_we_serve_image_1', '223'),
(3328, 299, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3329, 299, 'industry_we_serve_image_2', '222'),
(3330, 299, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3331, 299, 'industry_we_serve_image_3', '225'),
(3332, 299, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3333, 299, 'industry_we_serve_image_4', '226'),
(3334, 299, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3335, 299, 'industry_we_serve_image_5', '227'),
(3336, 299, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3337, 299, 'industry_we_serve_short_description', ''),
(3338, 299, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3339, 299, 'company_profile', '261'),
(3340, 299, '_company_profile', 'field_63ce36c7c9a55'),
(3341, 299, 'map_technology', '261'),
(3342, 299, '_map_technology', 'field_63ce3756c9a56'),
(3343, 299, 'food_addsive', '262'),
(3344, 299, '_food_addsive', 'field_63ce375ac9a57'),
(3345, 299, 'session_mix', '263'),
(3346, 299, '_session_mix', 'field_63ce375dc9a58'),
(3347, 299, 'life_chart_by_map_technology', '264'),
(3348, 299, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3349, 299, 'food_additives', '262'),
(3350, 299, '_food_additives', 'field_63ce375ac9a57'),
(3351, 299, 'get_started_background', '272'),
(3352, 299, '_get_started_background', 'field_63ce497feef6e'),
(3353, 299, 'choose_us_background', '275'),
(3354, 299, '_choose_us_background', 'field_63ce539a8b5b1'),
(3355, 299, 'message_group_1', '283'),
(3356, 299, '_message_group_1', 'field_63ce69047b0c9'),
(3357, 299, 'message_group_2', '284'),
(3358, 299, '_message_group_2', 'field_63ce6a627b0cd'),
(3359, 299, 'message_group_3', '285'),
(3360, 299, '_message_group_3', 'field_63ce6a637b0ce'),
(3361, 299, 'message_group_4', '286'),
(3362, 299, '_message_group_4', 'field_63ce6a687b0cf'),
(3363, 299, 'expertise_section_image', '298'),
(3364, 299, '_expertise_section_image', 'field_63ce860ce9935'),
(3367, 11, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(3368, 11, '_array_of_feature_section', 'field_63ce89ca26c57'),
(3369, 302, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3370, 302, '_address', 'field_63c92e1503f94'),
(3371, 302, 'tel_phone_number', '+91 2824 223921'),
(3372, 302, '_tel_phone_number', 'field_63c92e5d03f95'),
(3373, 302, 'mobile_no', '+91 96628 45243'),
(3374, 302, '_mobile_no', 'field_63c92eb703f96'),
(3375, 302, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3376, 302, '_facebook_link', 'field_63c92f8503f97'),
(3377, 302, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3378, 302, '_google_link', 'field_63c92fa403f98'),
(3379, 302, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3380, 302, '_company_description', 'field_63c9309e03f99'),
(3381, 302, 'slider_image1', '229'),
(3382, 302, '_slider_image1', 'field_63c8c6482244c'),
(3383, 302, 'slider_image2', '237'),
(3384, 302, '_slider_image2', 'field_63c8c68f2244d'),
(3385, 302, 'slider_image3', '235'),
(3386, 302, '_slider_image3', 'field_63c8d1b9959fa'),
(3387, 302, 'slider_title1', 'Title 1'),
(3388, 302, '_slider_title1', 'field_63c8d1ef959fb'),
(3389, 302, 'slider_title2', 'Title 2'),
(3390, 302, '_slider_title2', 'field_63c8d20a959fc'),
(3391, 302, 'slider_title3', 'Title 3'),
(3392, 302, '_slider_title3', 'field_63c8d218959fd'),
(3393, 302, 'slider_description1', 'This is the description of slider title 1'),
(3394, 302, '_slider_description1', 'field_63c8d237959fe'),
(3395, 302, 'slider_description2', 'This is the description of slider title 2'),
(3396, 302, '_slider_description2', 'field_63c8d274959ff'),
(3397, 302, 'slider_description3', 'This is the description of slider title 3'),
(3398, 302, '_slider_description3', 'field_63c8d28f95a00'),
(3399, 302, 'about_us_title', 'Leading Food Consulting Company'),
(3400, 302, '_about_us_title', 'field_63cbbac505df9'),
(3401, 302, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3402, 302, '_short_description', 'field_63cbbbe305dfa'),
(3403, 302, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3404, 302, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3405, 302, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3406, 302, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3407, 302, 'video_background', '242'),
(3408, 302, '_video_background', 'field_63cbc2880b5de'),
(3409, 302, 'client_image_1', '211'),
(3410, 302, '_client_image_1', 'field_63cbcb8e5afcb'),
(3411, 302, 'client_image_2', '210'),
(3412, 302, '_client_image_2', 'field_63cbcbd95afcc'),
(3413, 302, 'client_image_3', '209'),
(3414, 302, '_client_image_3', 'field_63cbcbe55afcd'),
(3415, 302, 'client_image_4', '208'),
(3416, 302, '_client_image_4', 'field_63cbcbe75afce'),
(3417, 302, 'client_image_5', '207'),
(3418, 302, '_client_image_5', 'field_63cbcbeb5afcf'),
(3419, 302, 'client_image_6', '206'),
(3420, 302, '_client_image_6', 'field_63cbcbef5afd0'),
(3421, 302, 'email', 'info@messagegroup.co.in'),
(3422, 302, '_email', 'field_63c93e1309d31'),
(3423, 302, 'tag_line1', 'Innovative Food Machinery'),
(3424, 302, '_tag_line1', 'field_63cbb9903babf'),
(3425, 302, 'tag_line2', 'Value-Packed Machinery'),
(3426, 302, '_tag_line2', 'field_63cbba1a3bac0'),
(3427, 302, 'tag_line3', 'Rapid Response, Satisfaction'),
(3428, 302, '_tag_line3', 'field_63cbba503bac1'),
(3429, 302, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3430, 302, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3431, 302, 'industry_we_serve_image_1', '223'),
(3432, 302, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3433, 302, 'industry_we_serve_image_2', '222'),
(3434, 302, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3435, 302, 'industry_we_serve_image_3', '225'),
(3436, 302, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3437, 302, 'industry_we_serve_image_4', '226'),
(3438, 302, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3439, 302, 'industry_we_serve_image_5', '227'),
(3440, 302, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3441, 302, 'industry_we_serve_short_description', ''),
(3442, 302, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3443, 302, 'company_profile', '261'),
(3444, 302, '_company_profile', 'field_63ce36c7c9a55'),
(3445, 302, 'map_technology', '261'),
(3446, 302, '_map_technology', 'field_63ce3756c9a56'),
(3447, 302, 'food_addsive', '262'),
(3448, 302, '_food_addsive', 'field_63ce375ac9a57'),
(3449, 302, 'session_mix', '263'),
(3450, 302, '_session_mix', 'field_63ce375dc9a58'),
(3451, 302, 'life_chart_by_map_technology', '264'),
(3452, 302, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3453, 302, 'food_additives', '262'),
(3454, 302, '_food_additives', 'field_63ce375ac9a57'),
(3455, 302, 'get_started_background', '272'),
(3456, 302, '_get_started_background', 'field_63ce497feef6e'),
(3457, 302, 'choose_us_background', '275'),
(3458, 302, '_choose_us_background', 'field_63ce539a8b5b1'),
(3459, 302, 'message_group_1', '283'),
(3460, 302, '_message_group_1', 'field_63ce69047b0c9'),
(3461, 302, 'message_group_2', '284'),
(3462, 302, '_message_group_2', 'field_63ce6a627b0cd'),
(3463, 302, 'message_group_3', '285'),
(3464, 302, '_message_group_3', 'field_63ce6a637b0ce'),
(3465, 302, 'message_group_4', '286'),
(3466, 302, '_message_group_4', 'field_63ce6a687b0cf'),
(3467, 302, 'expertise_section_image', '298'),
(3468, 302, '_expertise_section_image', 'field_63ce860ce9935'),
(3469, 302, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"hid-icon-12.png\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"hid-icon-13.png\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"hid-icon-14.png\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]...');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3470, 302, '_array_of_feature_section', 'field_63ce89ca26c57'),
(3471, 303, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3472, 303, '_address', 'field_63c92e1503f94'),
(3473, 303, 'tel_phone_number', '+91 2824 223921'),
(3474, 303, '_tel_phone_number', 'field_63c92e5d03f95'),
(3475, 303, 'mobile_no', '+91 96628 45243'),
(3476, 303, '_mobile_no', 'field_63c92eb703f96'),
(3477, 303, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3478, 303, '_facebook_link', 'field_63c92f8503f97'),
(3479, 303, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3480, 303, '_google_link', 'field_63c92fa403f98'),
(3481, 303, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3482, 303, '_company_description', 'field_63c9309e03f99'),
(3483, 303, 'slider_image1', '229'),
(3484, 303, '_slider_image1', 'field_63c8c6482244c'),
(3485, 303, 'slider_image2', '237'),
(3486, 303, '_slider_image2', 'field_63c8c68f2244d'),
(3487, 303, 'slider_image3', '235'),
(3488, 303, '_slider_image3', 'field_63c8d1b9959fa'),
(3489, 303, 'slider_title1', 'Title 1'),
(3490, 303, '_slider_title1', 'field_63c8d1ef959fb'),
(3491, 303, 'slider_title2', 'Title 2'),
(3492, 303, '_slider_title2', 'field_63c8d20a959fc'),
(3493, 303, 'slider_title3', 'Title 3'),
(3494, 303, '_slider_title3', 'field_63c8d218959fd'),
(3495, 303, 'slider_description1', 'This is the description of slider title 1'),
(3496, 303, '_slider_description1', 'field_63c8d237959fe'),
(3497, 303, 'slider_description2', 'This is the description of slider title 2'),
(3498, 303, '_slider_description2', 'field_63c8d274959ff'),
(3499, 303, 'slider_description3', 'This is the description of slider title 3'),
(3500, 303, '_slider_description3', 'field_63c8d28f95a00'),
(3501, 303, 'about_us_title', 'Leading Food Consulting Company'),
(3502, 303, '_about_us_title', 'field_63cbbac505df9'),
(3503, 303, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3504, 303, '_short_description', 'field_63cbbbe305dfa'),
(3505, 303, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3506, 303, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3507, 303, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3508, 303, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3509, 303, 'video_background', '242'),
(3510, 303, '_video_background', 'field_63cbc2880b5de'),
(3511, 303, 'client_image_1', '211'),
(3512, 303, '_client_image_1', 'field_63cbcb8e5afcb'),
(3513, 303, 'client_image_2', '210'),
(3514, 303, '_client_image_2', 'field_63cbcbd95afcc'),
(3515, 303, 'client_image_3', '209'),
(3516, 303, '_client_image_3', 'field_63cbcbe55afcd'),
(3517, 303, 'client_image_4', '208'),
(3518, 303, '_client_image_4', 'field_63cbcbe75afce'),
(3519, 303, 'client_image_5', '207'),
(3520, 303, '_client_image_5', 'field_63cbcbeb5afcf'),
(3521, 303, 'client_image_6', '206'),
(3522, 303, '_client_image_6', 'field_63cbcbef5afd0'),
(3523, 303, 'email', 'info@messagegroup.co.in'),
(3524, 303, '_email', 'field_63c93e1309d31'),
(3525, 303, 'tag_line1', 'Innovative Food Machinery'),
(3526, 303, '_tag_line1', 'field_63cbb9903babf'),
(3527, 303, 'tag_line2', 'Value-Packed Machinery'),
(3528, 303, '_tag_line2', 'field_63cbba1a3bac0'),
(3529, 303, 'tag_line3', 'Rapid Response, Satisfaction'),
(3530, 303, '_tag_line3', 'field_63cbba503bac1'),
(3531, 303, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3532, 303, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3533, 303, 'industry_we_serve_image_1', '223'),
(3534, 303, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3535, 303, 'industry_we_serve_image_2', '222'),
(3536, 303, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3537, 303, 'industry_we_serve_image_3', '225'),
(3538, 303, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3539, 303, 'industry_we_serve_image_4', '226'),
(3540, 303, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3541, 303, 'industry_we_serve_image_5', '227'),
(3542, 303, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3543, 303, 'industry_we_serve_short_description', ''),
(3544, 303, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3545, 303, 'company_profile', '261'),
(3546, 303, '_company_profile', 'field_63ce36c7c9a55'),
(3547, 303, 'map_technology', '261'),
(3548, 303, '_map_technology', 'field_63ce3756c9a56'),
(3549, 303, 'food_addsive', '262'),
(3550, 303, '_food_addsive', 'field_63ce375ac9a57'),
(3551, 303, 'session_mix', '263'),
(3552, 303, '_session_mix', 'field_63ce375dc9a58'),
(3553, 303, 'life_chart_by_map_technology', '264'),
(3554, 303, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3555, 303, 'food_additives', '262'),
(3556, 303, '_food_additives', 'field_63ce375ac9a57'),
(3557, 303, 'get_started_background', '272'),
(3558, 303, '_get_started_background', 'field_63ce497feef6e'),
(3559, 303, 'choose_us_background', '275'),
(3560, 303, '_choose_us_background', 'field_63ce539a8b5b1'),
(3561, 303, 'message_group_1', '283'),
(3562, 303, '_message_group_1', 'field_63ce69047b0c9'),
(3563, 303, 'message_group_2', '284'),
(3564, 303, '_message_group_2', 'field_63ce6a627b0cd'),
(3565, 303, 'message_group_3', '285'),
(3566, 303, '_message_group_3', 'field_63ce6a637b0ce'),
(3567, 303, 'message_group_4', '286'),
(3568, 303, '_message_group_4', 'field_63ce6a687b0cf'),
(3569, 303, 'expertise_section_image', '298'),
(3570, 303, '_expertise_section_image', 'field_63ce860ce9935'),
(3571, 303, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"hid-icon-12.png\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"hid-icon-13.png\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"hid-icon-14.png\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(3572, 303, '_array_of_feature_section', 'field_63ce89ca26c57'),
(3573, 304, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3574, 304, '_address', 'field_63c92e1503f94'),
(3575, 304, 'tel_phone_number', '+91 2824 223921'),
(3576, 304, '_tel_phone_number', 'field_63c92e5d03f95'),
(3577, 304, 'mobile_no', '+91 96628 45243'),
(3578, 304, '_mobile_no', 'field_63c92eb703f96'),
(3579, 304, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3580, 304, '_facebook_link', 'field_63c92f8503f97'),
(3581, 304, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3582, 304, '_google_link', 'field_63c92fa403f98'),
(3583, 304, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3584, 304, '_company_description', 'field_63c9309e03f99'),
(3585, 304, 'slider_image1', '229'),
(3586, 304, '_slider_image1', 'field_63c8c6482244c'),
(3587, 304, 'slider_image2', '237'),
(3588, 304, '_slider_image2', 'field_63c8c68f2244d'),
(3589, 304, 'slider_image3', '235'),
(3590, 304, '_slider_image3', 'field_63c8d1b9959fa'),
(3591, 304, 'slider_title1', 'Title 1'),
(3592, 304, '_slider_title1', 'field_63c8d1ef959fb'),
(3593, 304, 'slider_title2', 'Title 2'),
(3594, 304, '_slider_title2', 'field_63c8d20a959fc'),
(3595, 304, 'slider_title3', 'Title 3'),
(3596, 304, '_slider_title3', 'field_63c8d218959fd'),
(3597, 304, 'slider_description1', 'This is the description of slider title 1'),
(3598, 304, '_slider_description1', 'field_63c8d237959fe'),
(3599, 304, 'slider_description2', 'This is the description of slider title 2'),
(3600, 304, '_slider_description2', 'field_63c8d274959ff'),
(3601, 304, 'slider_description3', 'This is the description of slider title 3'),
(3602, 304, '_slider_description3', 'field_63c8d28f95a00'),
(3603, 304, 'about_us_title', 'Leading Food Consulting Company'),
(3604, 304, '_about_us_title', 'field_63cbbac505df9'),
(3605, 304, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3606, 304, '_short_description', 'field_63cbbbe305dfa'),
(3607, 304, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3608, 304, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3609, 304, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3610, 304, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3611, 304, 'video_background', '242'),
(3612, 304, '_video_background', 'field_63cbc2880b5de'),
(3613, 304, 'client_image_1', '211'),
(3614, 304, '_client_image_1', 'field_63cbcb8e5afcb'),
(3615, 304, 'client_image_2', '210'),
(3616, 304, '_client_image_2', 'field_63cbcbd95afcc'),
(3617, 304, 'client_image_3', '209'),
(3618, 304, '_client_image_3', 'field_63cbcbe55afcd'),
(3619, 304, 'client_image_4', '208'),
(3620, 304, '_client_image_4', 'field_63cbcbe75afce'),
(3621, 304, 'client_image_5', '207'),
(3622, 304, '_client_image_5', 'field_63cbcbeb5afcf'),
(3623, 304, 'client_image_6', '206'),
(3624, 304, '_client_image_6', 'field_63cbcbef5afd0'),
(3625, 304, 'email', 'info@messagegroup.co.in'),
(3626, 304, '_email', 'field_63c93e1309d31'),
(3627, 304, 'tag_line1', 'Innovative Food Machinery'),
(3628, 304, '_tag_line1', 'field_63cbb9903babf'),
(3629, 304, 'tag_line2', 'Value-Packed Machinery'),
(3630, 304, '_tag_line2', 'field_63cbba1a3bac0'),
(3631, 304, 'tag_line3', 'Rapid Response, Satisfaction'),
(3632, 304, '_tag_line3', 'field_63cbba503bac1'),
(3633, 304, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3634, 304, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3635, 304, 'industry_we_serve_image_1', '223'),
(3636, 304, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3637, 304, 'industry_we_serve_image_2', '222'),
(3638, 304, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3639, 304, 'industry_we_serve_image_3', '225'),
(3640, 304, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3641, 304, 'industry_we_serve_image_4', '226'),
(3642, 304, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3643, 304, 'industry_we_serve_image_5', '227'),
(3644, 304, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3645, 304, 'industry_we_serve_short_description', ''),
(3646, 304, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3647, 304, 'company_profile', '261'),
(3648, 304, '_company_profile', 'field_63ce36c7c9a55'),
(3649, 304, 'map_technology', '261'),
(3650, 304, '_map_technology', 'field_63ce3756c9a56'),
(3651, 304, 'food_addsive', '262'),
(3652, 304, '_food_addsive', 'field_63ce375ac9a57'),
(3653, 304, 'session_mix', '263'),
(3654, 304, '_session_mix', 'field_63ce375dc9a58'),
(3655, 304, 'life_chart_by_map_technology', '264'),
(3656, 304, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3657, 304, 'food_additives', '262'),
(3658, 304, '_food_additives', 'field_63ce375ac9a57'),
(3659, 304, 'get_started_background', '272'),
(3660, 304, '_get_started_background', 'field_63ce497feef6e'),
(3661, 304, 'choose_us_background', '275'),
(3662, 304, '_choose_us_background', 'field_63ce539a8b5b1'),
(3663, 304, 'message_group_1', '283'),
(3664, 304, '_message_group_1', 'field_63ce69047b0c9'),
(3665, 304, 'message_group_2', '284'),
(3666, 304, '_message_group_2', 'field_63ce6a627b0cd'),
(3667, 304, 'message_group_3', '285'),
(3668, 304, '_message_group_3', 'field_63ce6a637b0ce'),
(3669, 304, 'message_group_4', '286'),
(3670, 304, '_message_group_4', 'field_63ce6a687b0cf'),
(3671, 304, 'expertise_section_image', '298'),
(3672, 304, '_expertise_section_image', 'field_63ce860ce9935'),
(3673, 304, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(3674, 304, '_array_of_feature_section', 'field_63ce89ca26c57'),
(3681, 305, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3682, 305, '_address', 'field_63c92e1503f94'),
(3683, 305, 'tel_phone_number', '+91 2824 223921'),
(3684, 305, '_tel_phone_number', 'field_63c92e5d03f95'),
(3685, 305, 'mobile_no', '+91 96628 45243'),
(3686, 305, '_mobile_no', 'field_63c92eb703f96'),
(3687, 305, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3688, 305, '_facebook_link', 'field_63c92f8503f97'),
(3689, 305, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3690, 305, '_google_link', 'field_63c92fa403f98'),
(3691, 305, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3692, 305, '_company_description', 'field_63c9309e03f99'),
(3693, 305, 'slider_image1', '229'),
(3694, 305, '_slider_image1', 'field_63c8c6482244c'),
(3695, 305, 'slider_image2', '237'),
(3696, 305, '_slider_image2', 'field_63c8c68f2244d'),
(3697, 305, 'slider_image3', '235'),
(3698, 305, '_slider_image3', 'field_63c8d1b9959fa'),
(3699, 305, 'slider_title1', 'Seasoning Mix '),
(3700, 305, '_slider_title1', 'field_63c8d1ef959fb'),
(3701, 305, 'slider_title2', 'Future Vision'),
(3702, 305, '_slider_title2', 'field_63c8d20a959fc'),
(3703, 305, 'slider_title3', 'The miracle of research'),
(3704, 305, '_slider_title3', 'field_63c8d218959fd'),
(3705, 305, 'slider_description1', 'This is the description of slider title 1'),
(3706, 305, '_slider_description1', 'field_63c8d237959fe'),
(3707, 305, 'slider_description2', 'This is the description of slider title 2'),
(3708, 305, '_slider_description2', 'field_63c8d274959ff'),
(3709, 305, 'slider_description3', 'This is the description of slider title 3'),
(3710, 305, '_slider_description3', 'field_63c8d28f95a00'),
(3711, 305, 'about_us_title', 'Leading Food Consulting Company'),
(3712, 305, '_about_us_title', 'field_63cbbac505df9'),
(3713, 305, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3714, 305, '_short_description', 'field_63cbbbe305dfa'),
(3715, 305, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3716, 305, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3717, 305, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3718, 305, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3719, 305, 'video_background', '242'),
(3720, 305, '_video_background', 'field_63cbc2880b5de'),
(3721, 305, 'client_image_1', '211'),
(3722, 305, '_client_image_1', 'field_63cbcb8e5afcb'),
(3723, 305, 'client_image_2', '210'),
(3724, 305, '_client_image_2', 'field_63cbcbd95afcc'),
(3725, 305, 'client_image_3', '209'),
(3726, 305, '_client_image_3', 'field_63cbcbe55afcd'),
(3727, 305, 'client_image_4', '208'),
(3728, 305, '_client_image_4', 'field_63cbcbe75afce'),
(3729, 305, 'client_image_5', '207'),
(3730, 305, '_client_image_5', 'field_63cbcbeb5afcf'),
(3731, 305, 'client_image_6', '206'),
(3732, 305, '_client_image_6', 'field_63cbcbef5afd0'),
(3733, 305, 'email', 'info@messagegroup.co.in'),
(3734, 305, '_email', 'field_63c93e1309d31'),
(3735, 305, 'tag_line1', 'Innovative Food Machinery'),
(3736, 305, '_tag_line1', 'field_63cbb9903babf'),
(3737, 305, 'tag_line2', 'Value-Packed Machinery'),
(3738, 305, '_tag_line2', 'field_63cbba1a3bac0'),
(3739, 305, 'tag_line3', 'Rapid Response, Satisfaction'),
(3740, 305, '_tag_line3', 'field_63cbba503bac1'),
(3741, 305, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3742, 305, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3743, 305, 'industry_we_serve_image_1', '223'),
(3744, 305, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3745, 305, 'industry_we_serve_image_2', '222'),
(3746, 305, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3747, 305, 'industry_we_serve_image_3', '225'),
(3748, 305, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3749, 305, 'industry_we_serve_image_4', '226'),
(3750, 305, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3751, 305, 'industry_we_serve_image_5', '227'),
(3752, 305, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3753, 305, 'industry_we_serve_short_description', ''),
(3754, 305, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3755, 305, 'company_profile', '261'),
(3756, 305, '_company_profile', 'field_63ce36c7c9a55'),
(3757, 305, 'map_technology', '261'),
(3758, 305, '_map_technology', 'field_63ce3756c9a56'),
(3759, 305, 'food_addsive', '262'),
(3760, 305, '_food_addsive', 'field_63ce375ac9a57'),
(3761, 305, 'session_mix', '263'),
(3762, 305, '_session_mix', 'field_63ce375dc9a58'),
(3763, 305, 'life_chart_by_map_technology', '264'),
(3764, 305, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3765, 305, 'food_additives', '262'),
(3766, 305, '_food_additives', 'field_63ce375ac9a57'),
(3767, 305, 'get_started_background', '272'),
(3768, 305, '_get_started_background', 'field_63ce497feef6e'),
(3769, 305, 'choose_us_background', '275'),
(3770, 305, '_choose_us_background', 'field_63ce539a8b5b1'),
(3771, 305, 'message_group_1', '283'),
(3772, 305, '_message_group_1', 'field_63ce69047b0c9'),
(3773, 305, 'message_group_2', '284'),
(3774, 305, '_message_group_2', 'field_63ce6a627b0cd'),
(3775, 305, 'message_group_3', '285'),
(3776, 305, '_message_group_3', 'field_63ce6a637b0ce'),
(3777, 305, 'message_group_4', '286'),
(3778, 305, '_message_group_4', 'field_63ce6a687b0cf'),
(3779, 305, 'expertise_section_image', '298'),
(3780, 305, '_expertise_section_image', 'field_63ce860ce9935'),
(3781, 305, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(3782, 305, '_array_of_feature_section', 'field_63ce89ca26c57'),
(3783, 306, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3784, 306, '_address', 'field_63c92e1503f94'),
(3785, 306, 'tel_phone_number', '+91 2824 223921'),
(3786, 306, '_tel_phone_number', 'field_63c92e5d03f95'),
(3787, 306, 'mobile_no', '+91 96628 45243'),
(3788, 306, '_mobile_no', 'field_63c92eb703f96'),
(3789, 306, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3790, 306, '_facebook_link', 'field_63c92f8503f97'),
(3791, 306, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3792, 306, '_google_link', 'field_63c92fa403f98'),
(3793, 306, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3794, 306, '_company_description', 'field_63c9309e03f99'),
(3795, 306, 'slider_image1', '229'),
(3796, 306, '_slider_image1', 'field_63c8c6482244c'),
(3797, 306, 'slider_image2', '237'),
(3798, 306, '_slider_image2', 'field_63c8c68f2244d'),
(3799, 306, 'slider_image3', '235'),
(3800, 306, '_slider_image3', 'field_63c8d1b9959fa'),
(3801, 306, 'slider_title1', 'Seasoning Mix '),
(3802, 306, '_slider_title1', 'field_63c8d1ef959fb'),
(3803, 306, 'slider_title2', 'Future Vision'),
(3804, 306, '_slider_title2', 'field_63c8d20a959fc'),
(3805, 306, 'slider_title3', 'The miracle of research'),
(3806, 306, '_slider_title3', 'field_63c8d218959fd'),
(3807, 306, 'slider_description1', 'All kind of seasoning mix solution for you'),
(3808, 306, '_slider_description1', 'field_63c8d237959fe'),
(3809, 306, 'slider_description2', 'Packaging solutions for sweets and other'),
(3810, 306, '_slider_description2', 'field_63c8d274959ff'),
(3811, 306, 'slider_description3', 'Food additives and preservation technology '),
(3812, 306, '_slider_description3', 'field_63c8d28f95a00'),
(3813, 306, 'about_us_title', 'Leading Food Consulting Company'),
(3814, 306, '_about_us_title', 'field_63cbbac505df9'),
(3815, 306, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3816, 306, '_short_description', 'field_63cbbbe305dfa'),
(3817, 306, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3818, 306, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3819, 306, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3820, 306, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3821, 306, 'video_background', '242'),
(3822, 306, '_video_background', 'field_63cbc2880b5de'),
(3823, 306, 'client_image_1', '211'),
(3824, 306, '_client_image_1', 'field_63cbcb8e5afcb'),
(3825, 306, 'client_image_2', '210'),
(3826, 306, '_client_image_2', 'field_63cbcbd95afcc'),
(3827, 306, 'client_image_3', '209'),
(3828, 306, '_client_image_3', 'field_63cbcbe55afcd'),
(3829, 306, 'client_image_4', '208'),
(3830, 306, '_client_image_4', 'field_63cbcbe75afce'),
(3831, 306, 'client_image_5', '207'),
(3832, 306, '_client_image_5', 'field_63cbcbeb5afcf'),
(3833, 306, 'client_image_6', '206'),
(3834, 306, '_client_image_6', 'field_63cbcbef5afd0'),
(3835, 306, 'email', 'info@messagegroup.co.in'),
(3836, 306, '_email', 'field_63c93e1309d31'),
(3837, 306, 'tag_line1', 'Innovative Food Machinery'),
(3838, 306, '_tag_line1', 'field_63cbb9903babf'),
(3839, 306, 'tag_line2', 'Value-Packed Machinery'),
(3840, 306, '_tag_line2', 'field_63cbba1a3bac0'),
(3841, 306, 'tag_line3', 'Rapid Response, Satisfaction'),
(3842, 306, '_tag_line3', 'field_63cbba503bac1'),
(3843, 306, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3844, 306, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3845, 306, 'industry_we_serve_image_1', '223'),
(3846, 306, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3847, 306, 'industry_we_serve_image_2', '222'),
(3848, 306, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3849, 306, 'industry_we_serve_image_3', '225'),
(3850, 306, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3851, 306, 'industry_we_serve_image_4', '226'),
(3852, 306, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3853, 306, 'industry_we_serve_image_5', '227'),
(3854, 306, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3855, 306, 'industry_we_serve_short_description', ''),
(3856, 306, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3857, 306, 'company_profile', '261'),
(3858, 306, '_company_profile', 'field_63ce36c7c9a55'),
(3859, 306, 'map_technology', '261'),
(3860, 306, '_map_technology', 'field_63ce3756c9a56'),
(3861, 306, 'food_addsive', '262'),
(3862, 306, '_food_addsive', 'field_63ce375ac9a57'),
(3863, 306, 'session_mix', '263'),
(3864, 306, '_session_mix', 'field_63ce375dc9a58'),
(3865, 306, 'life_chart_by_map_technology', '264'),
(3866, 306, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3867, 306, 'food_additives', '262'),
(3868, 306, '_food_additives', 'field_63ce375ac9a57'),
(3869, 306, 'get_started_background', '272'),
(3870, 306, '_get_started_background', 'field_63ce497feef6e'),
(3871, 306, 'choose_us_background', '275'),
(3872, 306, '_choose_us_background', 'field_63ce539a8b5b1'),
(3873, 306, 'message_group_1', '283'),
(3874, 306, '_message_group_1', 'field_63ce69047b0c9'),
(3875, 306, 'message_group_2', '284'),
(3876, 306, '_message_group_2', 'field_63ce6a627b0cd'),
(3877, 306, 'message_group_3', '285'),
(3878, 306, '_message_group_3', 'field_63ce6a637b0ce'),
(3879, 306, 'message_group_4', '286'),
(3880, 306, '_message_group_4', 'field_63ce6a687b0cf'),
(3881, 306, 'expertise_section_image', '298'),
(3882, 306, '_expertise_section_image', 'field_63ce860ce9935'),
(3883, 306, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(3884, 306, '_array_of_feature_section', 'field_63ce89ca26c57'),
(3885, 307, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3886, 307, '_address', 'field_63c92e1503f94'),
(3887, 307, 'tel_phone_number', '+91 2824 223921'),
(3888, 307, '_tel_phone_number', 'field_63c92e5d03f95'),
(3889, 307, 'mobile_no', '+91 96628 45243'),
(3890, 307, '_mobile_no', 'field_63c92eb703f96'),
(3891, 307, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3892, 307, '_facebook_link', 'field_63c92f8503f97'),
(3893, 307, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3894, 307, '_google_link', 'field_63c92fa403f98'),
(3895, 307, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3896, 307, '_company_description', 'field_63c9309e03f99'),
(3897, 307, 'slider_image1', '229'),
(3898, 307, '_slider_image1', 'field_63c8c6482244c'),
(3899, 307, 'slider_image2', '237'),
(3900, 307, '_slider_image2', 'field_63c8c68f2244d'),
(3901, 307, 'slider_image3', '235'),
(3902, 307, '_slider_image3', 'field_63c8d1b9959fa'),
(3903, 307, 'slider_title1', 'Seasoning Mix '),
(3904, 307, '_slider_title1', 'field_63c8d1ef959fb'),
(3905, 307, 'slider_title2', 'Future Vision'),
(3906, 307, '_slider_title2', 'field_63c8d20a959fc'),
(3907, 307, 'slider_title3', 'The miracle of research'),
(3908, 307, '_slider_title3', 'field_63c8d218959fd'),
(3909, 307, 'slider_description1', 'All kind of seasoning mix solution for you'),
(3910, 307, '_slider_description1', 'field_63c8d237959fe'),
(3911, 307, 'slider_description2', 'Packaging solutions for sweets and other'),
(3912, 307, '_slider_description2', 'field_63c8d274959ff'),
(3913, 307, 'slider_description3', 'Food additives and much more...'),
(3914, 307, '_slider_description3', 'field_63c8d28f95a00'),
(3915, 307, 'about_us_title', 'Leading Food Consulting Company'),
(3916, 307, '_about_us_title', 'field_63cbbac505df9'),
(3917, 307, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(3918, 307, '_short_description', 'field_63cbbbe305dfa'),
(3919, 307, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(3920, 307, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(3921, 307, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(3922, 307, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(3923, 307, 'video_background', '242'),
(3924, 307, '_video_background', 'field_63cbc2880b5de'),
(3925, 307, 'client_image_1', '211'),
(3926, 307, '_client_image_1', 'field_63cbcb8e5afcb'),
(3927, 307, 'client_image_2', '210'),
(3928, 307, '_client_image_2', 'field_63cbcbd95afcc'),
(3929, 307, 'client_image_3', '209'),
(3930, 307, '_client_image_3', 'field_63cbcbe55afcd'),
(3931, 307, 'client_image_4', '208'),
(3932, 307, '_client_image_4', 'field_63cbcbe75afce'),
(3933, 307, 'client_image_5', '207'),
(3934, 307, '_client_image_5', 'field_63cbcbeb5afcf'),
(3935, 307, 'client_image_6', '206'),
(3936, 307, '_client_image_6', 'field_63cbcbef5afd0'),
(3937, 307, 'email', 'info@messagegroup.co.in'),
(3938, 307, '_email', 'field_63c93e1309d31'),
(3939, 307, 'tag_line1', 'Innovative Food Machinery'),
(3940, 307, '_tag_line1', 'field_63cbb9903babf'),
(3941, 307, 'tag_line2', 'Value-Packed Machinery'),
(3942, 307, '_tag_line2', 'field_63cbba1a3bac0'),
(3943, 307, 'tag_line3', 'Rapid Response, Satisfaction'),
(3944, 307, '_tag_line3', 'field_63cbba503bac1'),
(3945, 307, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(3946, 307, '_long_description_about_us_2', 'field_63cdfd562520a'),
(3947, 307, 'industry_we_serve_image_1', '223'),
(3948, 307, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(3949, 307, 'industry_we_serve_image_2', '222'),
(3950, 307, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(3951, 307, 'industry_we_serve_image_3', '225'),
(3952, 307, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(3953, 307, 'industry_we_serve_image_4', '226'),
(3954, 307, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(3955, 307, 'industry_we_serve_image_5', '227'),
(3956, 307, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(3957, 307, 'industry_we_serve_short_description', ''),
(3958, 307, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(3959, 307, 'company_profile', '261'),
(3960, 307, '_company_profile', 'field_63ce36c7c9a55'),
(3961, 307, 'map_technology', '261'),
(3962, 307, '_map_technology', 'field_63ce3756c9a56'),
(3963, 307, 'food_addsive', '262'),
(3964, 307, '_food_addsive', 'field_63ce375ac9a57'),
(3965, 307, 'session_mix', '263'),
(3966, 307, '_session_mix', 'field_63ce375dc9a58'),
(3967, 307, 'life_chart_by_map_technology', '264'),
(3968, 307, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(3969, 307, 'food_additives', '262'),
(3970, 307, '_food_additives', 'field_63ce375ac9a57'),
(3971, 307, 'get_started_background', '272'),
(3972, 307, '_get_started_background', 'field_63ce497feef6e'),
(3973, 307, 'choose_us_background', '275'),
(3974, 307, '_choose_us_background', 'field_63ce539a8b5b1'),
(3975, 307, 'message_group_1', '283'),
(3976, 307, '_message_group_1', 'field_63ce69047b0c9'),
(3977, 307, 'message_group_2', '284'),
(3978, 307, '_message_group_2', 'field_63ce6a627b0cd'),
(3979, 307, 'message_group_3', '285'),
(3980, 307, '_message_group_3', 'field_63ce6a637b0ce'),
(3981, 307, 'message_group_4', '286'),
(3982, 307, '_message_group_4', 'field_63ce6a687b0cf'),
(3983, 307, 'expertise_section_image', '298'),
(3984, 307, '_expertise_section_image', 'field_63ce860ce9935'),
(3985, 307, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(3986, 307, '_array_of_feature_section', 'field_63ce89ca26c57'),
(3987, 308, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(3988, 308, '_address', 'field_63c92e1503f94'),
(3989, 308, 'tel_phone_number', '+91 2824 223921'),
(3990, 308, '_tel_phone_number', 'field_63c92e5d03f95'),
(3991, 308, 'mobile_no', '+91 96628 45243'),
(3992, 308, '_mobile_no', 'field_63c92eb703f96'),
(3993, 308, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(3994, 308, '_facebook_link', 'field_63c92f8503f97'),
(3995, 308, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(3996, 308, '_google_link', 'field_63c92fa403f98'),
(3997, 308, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(3998, 308, '_company_description', 'field_63c9309e03f99'),
(3999, 308, 'slider_image1', '229'),
(4000, 308, '_slider_image1', 'field_63c8c6482244c'),
(4001, 308, 'slider_image2', '237'),
(4002, 308, '_slider_image2', 'field_63c8c68f2244d'),
(4003, 308, 'slider_image3', '235'),
(4004, 308, '_slider_image3', 'field_63c8d1b9959fa'),
(4005, 308, 'slider_title1', 'Seasoning Mix '),
(4006, 308, '_slider_title1', 'field_63c8d1ef959fb'),
(4007, 308, 'slider_title2', 'Future Vision'),
(4008, 308, '_slider_title2', 'field_63c8d20a959fc'),
(4009, 308, 'slider_title3', 'The miracle of research'),
(4010, 308, '_slider_title3', 'field_63c8d218959fd'),
(4011, 308, 'slider_description1', 'All kind of seasoning mix solution for you'),
(4012, 308, '_slider_description1', 'field_63c8d237959fe'),
(4013, 308, 'slider_description2', 'Packaging solutions turnkey projects'),
(4014, 308, '_slider_description2', 'field_63c8d274959ff'),
(4015, 308, 'slider_description3', 'Food additives and much more...'),
(4016, 308, '_slider_description3', 'field_63c8d28f95a00'),
(4017, 308, 'about_us_title', 'Leading Food Consulting Company'),
(4018, 308, '_about_us_title', 'field_63cbbac505df9'),
(4019, 308, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(4020, 308, '_short_description', 'field_63cbbbe305dfa'),
(4021, 308, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(4022, 308, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(4023, 308, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(4024, 308, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(4025, 308, 'video_background', '242'),
(4026, 308, '_video_background', 'field_63cbc2880b5de'),
(4027, 308, 'client_image_1', '211'),
(4028, 308, '_client_image_1', 'field_63cbcb8e5afcb'),
(4029, 308, 'client_image_2', '210'),
(4030, 308, '_client_image_2', 'field_63cbcbd95afcc'),
(4031, 308, 'client_image_3', '209'),
(4032, 308, '_client_image_3', 'field_63cbcbe55afcd'),
(4033, 308, 'client_image_4', '208'),
(4034, 308, '_client_image_4', 'field_63cbcbe75afce'),
(4035, 308, 'client_image_5', '207'),
(4036, 308, '_client_image_5', 'field_63cbcbeb5afcf'),
(4037, 308, 'client_image_6', '206'),
(4038, 308, '_client_image_6', 'field_63cbcbef5afd0'),
(4039, 308, 'email', 'info@messagegroup.co.in'),
(4040, 308, '_email', 'field_63c93e1309d31'),
(4041, 308, 'tag_line1', 'Innovative Food Machinery'),
(4042, 308, '_tag_line1', 'field_63cbb9903babf'),
(4043, 308, 'tag_line2', 'Value-Packed Machinery'),
(4044, 308, '_tag_line2', 'field_63cbba1a3bac0'),
(4045, 308, 'tag_line3', 'Rapid Response, Satisfaction'),
(4046, 308, '_tag_line3', 'field_63cbba503bac1'),
(4047, 308, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(4048, 308, '_long_description_about_us_2', 'field_63cdfd562520a'),
(4049, 308, 'industry_we_serve_image_1', '223'),
(4050, 308, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(4051, 308, 'industry_we_serve_image_2', '222'),
(4052, 308, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(4053, 308, 'industry_we_serve_image_3', '225'),
(4054, 308, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(4055, 308, 'industry_we_serve_image_4', '226'),
(4056, 308, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(4057, 308, 'industry_we_serve_image_5', '227'),
(4058, 308, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(4059, 308, 'industry_we_serve_short_description', ''),
(4060, 308, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(4061, 308, 'company_profile', '261'),
(4062, 308, '_company_profile', 'field_63ce36c7c9a55'),
(4063, 308, 'map_technology', '261'),
(4064, 308, '_map_technology', 'field_63ce3756c9a56'),
(4065, 308, 'food_addsive', '262'),
(4066, 308, '_food_addsive', 'field_63ce375ac9a57'),
(4067, 308, 'session_mix', '263'),
(4068, 308, '_session_mix', 'field_63ce375dc9a58'),
(4069, 308, 'life_chart_by_map_technology', '264'),
(4070, 308, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4071, 308, 'food_additives', '262'),
(4072, 308, '_food_additives', 'field_63ce375ac9a57'),
(4073, 308, 'get_started_background', '272'),
(4074, 308, '_get_started_background', 'field_63ce497feef6e'),
(4075, 308, 'choose_us_background', '275'),
(4076, 308, '_choose_us_background', 'field_63ce539a8b5b1'),
(4077, 308, 'message_group_1', '283'),
(4078, 308, '_message_group_1', 'field_63ce69047b0c9'),
(4079, 308, 'message_group_2', '284'),
(4080, 308, '_message_group_2', 'field_63ce6a627b0cd'),
(4081, 308, 'message_group_3', '285'),
(4082, 308, '_message_group_3', 'field_63ce6a637b0ce'),
(4083, 308, 'message_group_4', '286'),
(4084, 308, '_message_group_4', 'field_63ce6a687b0cf'),
(4085, 308, 'expertise_section_image', '298'),
(4086, 308, '_expertise_section_image', 'field_63ce860ce9935'),
(4087, 308, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(4088, 308, '_array_of_feature_section', 'field_63ce89ca26c57'),
(4089, 18, '_wp_old_date', '2023-01-23'),
(4091, 251, '_wp_old_date', '2023-01-23'),
(4097, 252, '_wp_old_date', '2023-01-23'),
(4103, 250, '_wp_old_date', '2023-01-23'),
(4109, 47, '_wp_old_date', '2023-01-23'),
(4114, 41, '_wp_old_date', '2023-01-23'),
(4115, 18, '_wp_old_date', '2023-01-24'),
(4117, 251, '_wp_old_date', '2023-01-24'),
(4123, 252, '_wp_old_date', '2023-01-24'),
(4129, 250, '_wp_old_date', '2023-01-24'),
(4135, 47, '_wp_old_date', '2023-01-24'),
(4140, 41, '_wp_old_date', '2023-01-24'),
(4141, 310, '_edit_lock', '1676287010:1'),
(4142, 310, '_edit_last', '1'),
(4143, 310, 'company_profile', ''),
(4144, 310, '_company_profile', 'field_63ce36c7c9a55'),
(4145, 310, 'map_technology', ''),
(4146, 310, '_map_technology', 'field_63ce3756c9a56'),
(4147, 310, 'food_additives', ''),
(4148, 310, '_food_additives', 'field_63ce375ac9a57'),
(4149, 310, 'session_mix', ''),
(4150, 310, '_session_mix', 'field_63ce375dc9a58'),
(4151, 310, 'life_chart_by_map_technology', ''),
(4152, 310, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4153, 310, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(4154, 310, '_address', 'field_63c92e1503f94'),
(4155, 310, 'tel_phone_number', '+91 2824 223921'),
(4156, 310, '_tel_phone_number', 'field_63c92e5d03f95'),
(4157, 310, 'mobile_no', '+91 96628 45243'),
(4158, 310, '_mobile_no', 'field_63c92eb703f96'),
(4159, 310, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4160, 310, '_facebook_link', 'field_63c92f8503f97'),
(4161, 310, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4162, 310, '_google_link', 'field_63c92fa403f98'),
(4163, 310, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4164, 310, '_company_description', 'field_63c9309e03f99'),
(4165, 310, 'email', 'info@messagegroup.co.in'),
(4166, 310, '_email', 'field_63c93e1309d31'),
(4167, 311, 'company_profile', ''),
(4168, 311, '_company_profile', 'field_63ce36c7c9a55'),
(4169, 311, 'map_technology', ''),
(4170, 311, '_map_technology', 'field_63ce3756c9a56'),
(4171, 311, 'food_additives', ''),
(4172, 311, '_food_additives', 'field_63ce375ac9a57'),
(4173, 311, 'session_mix', ''),
(4174, 311, '_session_mix', 'field_63ce375dc9a58'),
(4175, 311, 'life_chart_by_map_technology', ''),
(4176, 311, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4177, 311, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4178, 311, '_address', 'field_63c92e1503f94'),
(4179, 311, 'tel_phone_number', '+91 2824 223921'),
(4180, 311, '_tel_phone_number', 'field_63c92e5d03f95'),
(4181, 311, 'mobile_no', '+91 96628 45243'),
(4182, 311, '_mobile_no', 'field_63c92eb703f96'),
(4183, 311, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4184, 311, '_facebook_link', 'field_63c92f8503f97'),
(4185, 311, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4186, 311, '_google_link', 'field_63c92fa403f98'),
(4187, 311, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4188, 311, '_company_description', 'field_63c9309e03f99'),
(4189, 311, 'email', 'info@messagegroup.co.in'),
(4190, 311, '_email', 'field_63c93e1309d31'),
(4191, 312, '_menu_item_type', 'post_type'),
(4192, 312, '_menu_item_menu_item_parent', '349'),
(4193, 312, '_menu_item_object_id', '310'),
(4194, 312, '_menu_item_object', 'page'),
(4195, 312, '_menu_item_target', ''),
(4196, 312, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4197, 312, '_menu_item_xfn', ''),
(4198, 312, '_menu_item_url', ''),
(4200, 313, '_edit_lock', '1674628761:1'),
(4201, 313, '_edit_last', '1'),
(4202, 313, 'company_profile', ''),
(4203, 313, '_company_profile', 'field_63ce36c7c9a55'),
(4204, 313, 'map_technology', ''),
(4205, 313, '_map_technology', 'field_63ce3756c9a56'),
(4206, 313, 'food_additives', ''),
(4207, 313, '_food_additives', 'field_63ce375ac9a57'),
(4208, 313, 'session_mix', ''),
(4209, 313, '_session_mix', 'field_63ce375dc9a58'),
(4210, 313, 'life_chart_by_map_technology', ''),
(4211, 313, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4212, 313, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4213, 313, '_address', 'field_63c92e1503f94'),
(4214, 313, 'tel_phone_number', '+91 2824 223921'),
(4215, 313, '_tel_phone_number', 'field_63c92e5d03f95'),
(4216, 313, 'mobile_no', '+91 96628 45243'),
(4217, 313, '_mobile_no', 'field_63c92eb703f96'),
(4218, 313, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4219, 313, '_facebook_link', 'field_63c92f8503f97'),
(4220, 313, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4221, 313, '_google_link', 'field_63c92fa403f98'),
(4222, 313, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4223, 313, '_company_description', 'field_63c9309e03f99'),
(4224, 313, 'email', 'info@messagegroup.co.in'),
(4225, 313, '_email', 'field_63c93e1309d31'),
(4226, 314, 'company_profile', ''),
(4227, 314, '_company_profile', 'field_63ce36c7c9a55'),
(4228, 314, 'map_technology', ''),
(4229, 314, '_map_technology', 'field_63ce3756c9a56'),
(4230, 314, 'food_additives', ''),
(4231, 314, '_food_additives', 'field_63ce375ac9a57'),
(4232, 314, 'session_mix', ''),
(4233, 314, '_session_mix', 'field_63ce375dc9a58'),
(4234, 314, 'life_chart_by_map_technology', ''),
(4235, 314, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4236, 314, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4237, 314, '_address', 'field_63c92e1503f94'),
(4238, 314, 'tel_phone_number', '+91 2824 223921'),
(4239, 314, '_tel_phone_number', 'field_63c92e5d03f95'),
(4240, 314, 'mobile_no', '+91 96628 45243'),
(4241, 314, '_mobile_no', 'field_63c92eb703f96'),
(4242, 314, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4243, 314, '_facebook_link', 'field_63c92f8503f97'),
(4244, 314, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4245, 314, '_google_link', 'field_63c92fa403f98'),
(4246, 314, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4247, 314, '_company_description', 'field_63c9309e03f99'),
(4248, 314, 'email', 'info@messagegroup.co.in'),
(4249, 314, '_email', 'field_63c93e1309d31'),
(4250, 315, '_edit_lock', '1676285000:1'),
(4251, 315, '_edit_last', '1'),
(4252, 315, 'company_profile', ''),
(4253, 315, '_company_profile', 'field_63ce36c7c9a55'),
(4254, 315, 'map_technology', ''),
(4255, 315, '_map_technology', 'field_63ce3756c9a56'),
(4256, 315, 'food_additives', ''),
(4257, 315, '_food_additives', 'field_63ce375ac9a57'),
(4258, 315, 'session_mix', ''),
(4259, 315, '_session_mix', 'field_63ce375dc9a58'),
(4260, 315, 'life_chart_by_map_technology', ''),
(4261, 315, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4262, 315, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(4263, 315, '_address', 'field_63c92e1503f94'),
(4264, 315, 'tel_phone_number', '+91 2824 223921'),
(4265, 315, '_tel_phone_number', 'field_63c92e5d03f95'),
(4266, 315, 'mobile_no', '+91 96628 45243'),
(4267, 315, '_mobile_no', 'field_63c92eb703f96'),
(4268, 315, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4269, 315, '_facebook_link', 'field_63c92f8503f97'),
(4270, 315, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4271, 315, '_google_link', 'field_63c92fa403f98'),
(4272, 315, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4273, 315, '_company_description', 'field_63c9309e03f99'),
(4274, 315, 'email', 'info@messagegroup.co.in'),
(4275, 315, '_email', 'field_63c93e1309d31'),
(4276, 316, 'company_profile', ''),
(4277, 316, '_company_profile', 'field_63ce36c7c9a55'),
(4278, 316, 'map_technology', ''),
(4279, 316, '_map_technology', 'field_63ce3756c9a56'),
(4280, 316, 'food_additives', ''),
(4281, 316, '_food_additives', 'field_63ce375ac9a57'),
(4282, 316, 'session_mix', ''),
(4283, 316, '_session_mix', 'field_63ce375dc9a58'),
(4284, 316, 'life_chart_by_map_technology', ''),
(4285, 316, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4286, 316, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4287, 316, '_address', 'field_63c92e1503f94'),
(4288, 316, 'tel_phone_number', '+91 2824 223921'),
(4289, 316, '_tel_phone_number', 'field_63c92e5d03f95'),
(4290, 316, 'mobile_no', '+91 96628 45243'),
(4291, 316, '_mobile_no', 'field_63c92eb703f96'),
(4292, 316, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4293, 316, '_facebook_link', 'field_63c92f8503f97'),
(4294, 316, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4295, 316, '_google_link', 'field_63c92fa403f98');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4296, 316, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4297, 316, '_company_description', 'field_63c9309e03f99'),
(4298, 316, 'email', 'info@messagegroup.co.in'),
(4299, 316, '_email', 'field_63c93e1309d31'),
(4300, 317, '_edit_lock', '1676283142:1'),
(4301, 317, '_edit_last', '1'),
(4302, 317, 'company_profile', ''),
(4303, 317, '_company_profile', 'field_63ce36c7c9a55'),
(4304, 317, 'map_technology', ''),
(4305, 317, '_map_technology', 'field_63ce3756c9a56'),
(4306, 317, 'food_additives', ''),
(4307, 317, '_food_additives', 'field_63ce375ac9a57'),
(4308, 317, 'session_mix', ''),
(4309, 317, '_session_mix', 'field_63ce375dc9a58'),
(4310, 317, 'life_chart_by_map_technology', ''),
(4311, 317, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4312, 317, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(4313, 317, '_address', 'field_63c92e1503f94'),
(4314, 317, 'tel_phone_number', '+91 2824 223921'),
(4315, 317, '_tel_phone_number', 'field_63c92e5d03f95'),
(4316, 317, 'mobile_no', '+91 96628 45243'),
(4317, 317, '_mobile_no', 'field_63c92eb703f96'),
(4318, 317, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4319, 317, '_facebook_link', 'field_63c92f8503f97'),
(4320, 317, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4321, 317, '_google_link', 'field_63c92fa403f98'),
(4322, 317, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4323, 317, '_company_description', 'field_63c9309e03f99'),
(4324, 317, 'email', 'info@messagegroup.co.in'),
(4325, 317, '_email', 'field_63c93e1309d31'),
(4326, 318, 'company_profile', ''),
(4327, 318, '_company_profile', 'field_63ce36c7c9a55'),
(4328, 318, 'map_technology', ''),
(4329, 318, '_map_technology', 'field_63ce3756c9a56'),
(4330, 318, 'food_additives', ''),
(4331, 318, '_food_additives', 'field_63ce375ac9a57'),
(4332, 318, 'session_mix', ''),
(4333, 318, '_session_mix', 'field_63ce375dc9a58'),
(4334, 318, 'life_chart_by_map_technology', ''),
(4335, 318, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4336, 318, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4337, 318, '_address', 'field_63c92e1503f94'),
(4338, 318, 'tel_phone_number', '+91 2824 223921'),
(4339, 318, '_tel_phone_number', 'field_63c92e5d03f95'),
(4340, 318, 'mobile_no', '+91 96628 45243'),
(4341, 318, '_mobile_no', 'field_63c92eb703f96'),
(4342, 318, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4343, 318, '_facebook_link', 'field_63c92f8503f97'),
(4344, 318, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4345, 318, '_google_link', 'field_63c92fa403f98'),
(4346, 318, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4347, 318, '_company_description', 'field_63c9309e03f99'),
(4348, 318, 'email', 'info@messagegroup.co.in'),
(4349, 318, '_email', 'field_63c93e1309d31'),
(4350, 319, '_edit_lock', '1676467054:1'),
(4351, 319, '_edit_last', '1'),
(4352, 319, 'company_profile', ''),
(4353, 319, '_company_profile', 'field_63ce36c7c9a55'),
(4354, 319, 'map_technology', ''),
(4355, 319, '_map_technology', 'field_63ce3756c9a56'),
(4356, 319, 'food_additives', ''),
(4357, 319, '_food_additives', 'field_63ce375ac9a57'),
(4358, 319, 'session_mix', ''),
(4359, 319, '_session_mix', 'field_63ce375dc9a58'),
(4360, 319, 'life_chart_by_map_technology', ''),
(4361, 319, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4362, 319, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4363, 319, '_address', 'field_63c92e1503f94'),
(4364, 319, 'tel_phone_number', '+91 2824 223921'),
(4365, 319, '_tel_phone_number', 'field_63c92e5d03f95'),
(4366, 319, 'mobile_no', '+91 96628 45243'),
(4367, 319, '_mobile_no', 'field_63c92eb703f96'),
(4368, 319, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4369, 319, '_facebook_link', 'field_63c92f8503f97'),
(4370, 319, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4371, 319, '_google_link', 'field_63c92fa403f98'),
(4372, 319, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4373, 319, '_company_description', 'field_63c9309e03f99'),
(4374, 319, 'email', 'info@messagegroup.co.in'),
(4375, 319, '_email', 'field_63c93e1309d31'),
(4376, 320, 'company_profile', ''),
(4377, 320, '_company_profile', 'field_63ce36c7c9a55'),
(4378, 320, 'map_technology', ''),
(4379, 320, '_map_technology', 'field_63ce3756c9a56'),
(4380, 320, 'food_additives', ''),
(4381, 320, '_food_additives', 'field_63ce375ac9a57'),
(4382, 320, 'session_mix', ''),
(4383, 320, '_session_mix', 'field_63ce375dc9a58'),
(4384, 320, 'life_chart_by_map_technology', ''),
(4385, 320, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4386, 320, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4387, 320, '_address', 'field_63c92e1503f94'),
(4388, 320, 'tel_phone_number', '+91 2824 223921'),
(4389, 320, '_tel_phone_number', 'field_63c92e5d03f95'),
(4390, 320, 'mobile_no', '+91 96628 45243'),
(4391, 320, '_mobile_no', 'field_63c92eb703f96'),
(4392, 320, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4393, 320, '_facebook_link', 'field_63c92f8503f97'),
(4394, 320, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4395, 320, '_google_link', 'field_63c92fa403f98'),
(4396, 320, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4397, 320, '_company_description', 'field_63c9309e03f99'),
(4398, 320, 'email', 'info@messagegroup.co.in'),
(4399, 320, '_email', 'field_63c93e1309d31'),
(4400, 248, 'company_profile', ''),
(4401, 248, '_company_profile', 'field_63ce36c7c9a55'),
(4402, 248, 'map_technology', ''),
(4403, 248, '_map_technology', 'field_63ce3756c9a56'),
(4404, 248, 'food_additives', ''),
(4405, 248, '_food_additives', 'field_63ce375ac9a57'),
(4406, 248, 'session_mix', ''),
(4407, 248, '_session_mix', 'field_63ce375dc9a58'),
(4408, 248, 'life_chart_by_map_technology', ''),
(4409, 248, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4410, 249, 'company_profile', ''),
(4411, 249, '_company_profile', 'field_63ce36c7c9a55'),
(4412, 249, 'map_technology', ''),
(4413, 249, '_map_technology', 'field_63ce3756c9a56'),
(4414, 249, 'food_additives', ''),
(4415, 249, '_food_additives', 'field_63ce375ac9a57'),
(4416, 249, 'session_mix', ''),
(4417, 249, '_session_mix', 'field_63ce375dc9a58'),
(4418, 249, 'life_chart_by_map_technology', ''),
(4419, 249, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4426, 244, 'company_profile', ''),
(4427, 244, '_company_profile', 'field_63ce36c7c9a55'),
(4428, 244, 'map_technology', ''),
(4429, 244, '_map_technology', 'field_63ce3756c9a56'),
(4430, 244, 'food_additives', ''),
(4431, 244, '_food_additives', 'field_63ce375ac9a57'),
(4432, 244, 'session_mix', ''),
(4433, 244, '_session_mix', 'field_63ce375dc9a58'),
(4434, 244, 'life_chart_by_map_technology', ''),
(4435, 244, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4436, 245, 'company_profile', ''),
(4437, 245, '_company_profile', 'field_63ce36c7c9a55'),
(4438, 245, 'map_technology', ''),
(4439, 245, '_map_technology', 'field_63ce3756c9a56'),
(4440, 245, 'food_additives', ''),
(4441, 245, '_food_additives', 'field_63ce375ac9a57'),
(4442, 245, 'session_mix', ''),
(4443, 245, '_session_mix', 'field_63ce375dc9a58'),
(4444, 245, 'life_chart_by_map_technology', ''),
(4445, 245, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4446, 246, 'company_profile', ''),
(4447, 246, '_company_profile', 'field_63ce36c7c9a55'),
(4448, 246, 'map_technology', ''),
(4449, 246, '_map_technology', 'field_63ce3756c9a56'),
(4450, 246, 'food_additives', ''),
(4451, 246, '_food_additives', 'field_63ce375ac9a57'),
(4452, 246, 'session_mix', ''),
(4453, 246, '_session_mix', 'field_63ce375dc9a58'),
(4454, 246, 'life_chart_by_map_technology', ''),
(4455, 246, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4456, 247, 'company_profile', ''),
(4457, 247, '_company_profile', 'field_63ce36c7c9a55'),
(4458, 247, 'map_technology', ''),
(4459, 247, '_map_technology', 'field_63ce3756c9a56'),
(4460, 247, 'food_additives', ''),
(4461, 247, '_food_additives', 'field_63ce375ac9a57'),
(4462, 247, 'session_mix', ''),
(4463, 247, '_session_mix', 'field_63ce375dc9a58'),
(4464, 247, 'life_chart_by_map_technology', ''),
(4465, 247, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4481, 323, '_menu_item_type', 'post_type'),
(4482, 323, '_menu_item_menu_item_parent', '350'),
(4483, 323, '_menu_item_object_id', '319'),
(4484, 323, '_menu_item_object', 'page'),
(4485, 323, '_menu_item_target', ''),
(4486, 323, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4487, 323, '_menu_item_xfn', ''),
(4488, 323, '_menu_item_url', ''),
(4490, 324, '_menu_item_type', 'post_type'),
(4491, 324, '_menu_item_menu_item_parent', '350'),
(4492, 324, '_menu_item_object_id', '317'),
(4493, 324, '_menu_item_object', 'page'),
(4494, 324, '_menu_item_target', ''),
(4495, 324, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4496, 324, '_menu_item_xfn', ''),
(4497, 324, '_menu_item_url', ''),
(4499, 325, '_menu_item_type', 'post_type'),
(4500, 325, '_menu_item_menu_item_parent', '350'),
(4501, 325, '_menu_item_object_id', '315'),
(4502, 325, '_menu_item_object', 'page'),
(4503, 325, '_menu_item_target', ''),
(4504, 325, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4505, 325, '_menu_item_xfn', ''),
(4506, 325, '_menu_item_url', ''),
(4508, 13, '_wp_page_template', 'aboutUs.php'),
(4509, 13, '_edit_last', '1'),
(4510, 13, 'company_profile', ''),
(4511, 13, '_company_profile', 'field_63ce36c7c9a55'),
(4512, 13, 'map_technology', ''),
(4513, 13, '_map_technology', 'field_63ce3756c9a56'),
(4514, 13, 'food_additives', ''),
(4515, 13, '_food_additives', 'field_63ce375ac9a57'),
(4516, 13, 'session_mix', ''),
(4517, 13, '_session_mix', 'field_63ce375dc9a58'),
(4518, 13, 'life_chart_by_map_technology', ''),
(4519, 13, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4520, 13, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(4521, 13, '_address', 'field_63c92e1503f94'),
(4522, 13, 'tel_phone_number', '+91 2824 223921'),
(4523, 13, '_tel_phone_number', 'field_63c92e5d03f95'),
(4524, 13, 'mobile_no', '+91 96628 45243'),
(4525, 13, '_mobile_no', 'field_63c92eb703f96'),
(4526, 13, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4527, 13, '_facebook_link', 'field_63c92f8503f97'),
(4528, 13, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4529, 13, '_google_link', 'field_63c92fa403f98'),
(4530, 13, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4531, 13, '_company_description', 'field_63c9309e03f99'),
(4532, 13, 'email', 'info@messagegroup.co.in'),
(4533, 13, '_email', 'field_63c93e1309d31'),
(4534, 14, 'company_profile', ''),
(4535, 14, '_company_profile', 'field_63ce36c7c9a55'),
(4536, 14, 'map_technology', ''),
(4537, 14, '_map_technology', 'field_63ce3756c9a56'),
(4538, 14, 'food_additives', ''),
(4539, 14, '_food_additives', 'field_63ce375ac9a57'),
(4540, 14, 'session_mix', ''),
(4541, 14, '_session_mix', 'field_63ce375dc9a58'),
(4542, 14, 'life_chart_by_map_technology', ''),
(4543, 14, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4544, 14, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4545, 14, '_address', 'field_63c92e1503f94'),
(4546, 14, 'tel_phone_number', '+91 2824 223921'),
(4547, 14, '_tel_phone_number', 'field_63c92e5d03f95'),
(4548, 14, 'mobile_no', '+91 96628 45243'),
(4549, 14, '_mobile_no', 'field_63c92eb703f96'),
(4550, 14, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4551, 14, '_facebook_link', 'field_63c92f8503f97'),
(4552, 14, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4553, 14, '_google_link', 'field_63c92fa403f98'),
(4554, 14, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4555, 14, '_company_description', 'field_63c9309e03f99'),
(4556, 14, 'email', 'info@messagegroup.co.in'),
(4557, 14, '_email', 'field_63c93e1309d31'),
(4558, 39, '_wp_page_template', 'contantUs.php'),
(4559, 39, '_edit_last', '1'),
(4560, 39, 'get_started_background', ''),
(4561, 39, '_get_started_background', 'field_63ce497feef6e'),
(4562, 39, 'choose_us_background', ''),
(4563, 39, '_choose_us_background', 'field_63ce539a8b5b1'),
(4564, 39, 'message_group_1', ''),
(4565, 39, '_message_group_1', 'field_63ce69047b0c9'),
(4566, 39, 'message_group_2', ''),
(4567, 39, '_message_group_2', 'field_63ce6a627b0cd'),
(4568, 39, 'message_group_3', ''),
(4569, 39, '_message_group_3', 'field_63ce6a637b0ce'),
(4570, 39, 'message_group_4', ''),
(4571, 39, '_message_group_4', 'field_63ce6a687b0cf'),
(4572, 39, 'expertise_section_image', ''),
(4573, 39, '_expertise_section_image', 'field_63ce860ce9935'),
(4574, 39, 'company_profile', ''),
(4575, 39, '_company_profile', 'field_63ce36c7c9a55'),
(4576, 39, 'map_technology', ''),
(4577, 39, '_map_technology', 'field_63ce3756c9a56'),
(4578, 39, 'food_additives', ''),
(4579, 39, '_food_additives', 'field_63ce375ac9a57'),
(4580, 39, 'session_mix', ''),
(4581, 39, '_session_mix', 'field_63ce375dc9a58'),
(4582, 39, 'life_chart_by_map_technology', ''),
(4583, 39, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4584, 39, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(4585, 39, '_address', 'field_63e61cfffce08'),
(4586, 39, 'tel_phone_number', '+91 96628 45243'),
(4587, 39, '_tel_phone_number', 'field_63c92e5d03f95'),
(4588, 39, 'mobile_no', '+91 96628 45243'),
(4589, 39, '_mobile_no', 'field_63c92eb703f96'),
(4590, 39, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4591, 39, '_facebook_link', 'field_63c92f8503f97'),
(4592, 39, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4593, 39, '_google_link', 'field_63c92fa403f98'),
(4594, 39, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4595, 39, '_company_description', 'field_63c9309e03f99'),
(4596, 39, 'email', 'khyati@messagegroup.co.in'),
(4597, 39, '_email', 'field_63c93e1309d31'),
(4598, 40, 'get_started_background', ''),
(4599, 40, '_get_started_background', 'field_63ce497feef6e'),
(4600, 40, 'choose_us_background', ''),
(4601, 40, '_choose_us_background', 'field_63ce539a8b5b1'),
(4602, 40, 'message_group_1', ''),
(4603, 40, '_message_group_1', 'field_63ce69047b0c9'),
(4604, 40, 'message_group_2', ''),
(4605, 40, '_message_group_2', 'field_63ce6a627b0cd'),
(4606, 40, 'message_group_3', ''),
(4607, 40, '_message_group_3', 'field_63ce6a637b0ce'),
(4608, 40, 'message_group_4', ''),
(4609, 40, '_message_group_4', 'field_63ce6a687b0cf'),
(4610, 40, 'expertise_section_image', ''),
(4611, 40, '_expertise_section_image', 'field_63ce860ce9935'),
(4612, 40, 'company_profile', ''),
(4613, 40, '_company_profile', 'field_63ce36c7c9a55'),
(4614, 40, 'map_technology', ''),
(4615, 40, '_map_technology', 'field_63ce3756c9a56'),
(4616, 40, 'food_additives', ''),
(4617, 40, '_food_additives', 'field_63ce375ac9a57'),
(4618, 40, 'session_mix', ''),
(4619, 40, '_session_mix', 'field_63ce375dc9a58'),
(4620, 40, 'life_chart_by_map_technology', ''),
(4621, 40, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4622, 40, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4623, 40, '_address', 'field_63c92e1503f94'),
(4624, 40, 'tel_phone_number', '+91 2824 223921'),
(4625, 40, '_tel_phone_number', 'field_63c92e5d03f95'),
(4626, 40, 'mobile_no', '+91 96628 45243'),
(4627, 40, '_mobile_no', 'field_63c92eb703f96'),
(4628, 40, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4629, 40, '_facebook_link', 'field_63c92f8503f97'),
(4630, 40, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4631, 40, '_google_link', 'field_63c92fa403f98'),
(4632, 40, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4633, 40, '_company_description', 'field_63c9309e03f99'),
(4634, 40, 'email', 'info@messagegroup.co.in'),
(4635, 40, '_email', 'field_63c93e1309d31'),
(4636, 248, '_wp_page_template', 'FoodAdditives.php'),
(4637, 248, 'get_started_background', ''),
(4638, 248, '_get_started_background', 'field_63ce497feef6e'),
(4639, 248, 'choose_us_background', ''),
(4640, 248, '_choose_us_background', 'field_63ce539a8b5b1'),
(4641, 248, 'message_group_1', ''),
(4642, 248, '_message_group_1', 'field_63ce69047b0c9'),
(4643, 248, 'message_group_2', ''),
(4644, 248, '_message_group_2', 'field_63ce6a627b0cd'),
(4645, 248, 'message_group_3', ''),
(4646, 248, '_message_group_3', 'field_63ce6a637b0ce'),
(4647, 248, 'message_group_4', ''),
(4648, 248, '_message_group_4', 'field_63ce6a687b0cf'),
(4649, 248, 'expertise_section_image', ''),
(4650, 248, '_expertise_section_image', 'field_63ce860ce9935'),
(4651, 249, 'get_started_background', ''),
(4652, 249, '_get_started_background', 'field_63ce497feef6e'),
(4653, 249, 'choose_us_background', ''),
(4654, 249, '_choose_us_background', 'field_63ce539a8b5b1'),
(4655, 249, 'message_group_1', ''),
(4656, 249, '_message_group_1', 'field_63ce69047b0c9'),
(4657, 249, 'message_group_2', ''),
(4658, 249, '_message_group_2', 'field_63ce6a627b0cd'),
(4659, 249, 'message_group_3', ''),
(4660, 249, '_message_group_3', 'field_63ce6a637b0ce'),
(4661, 249, 'message_group_4', ''),
(4662, 249, '_message_group_4', 'field_63ce6a687b0cf'),
(4663, 249, 'expertise_section_image', ''),
(4664, 249, '_expertise_section_image', 'field_63ce860ce9935'),
(4665, 244, '_wp_page_template', 'seasoningMix.php'),
(4666, 244, 'get_started_background', ''),
(4667, 244, '_get_started_background', 'field_63ce497feef6e'),
(4668, 244, 'choose_us_background', ''),
(4669, 244, '_choose_us_background', 'field_63ce539a8b5b1'),
(4670, 244, 'message_group_1', ''),
(4671, 244, '_message_group_1', 'field_63ce69047b0c9'),
(4672, 244, 'message_group_2', ''),
(4673, 244, '_message_group_2', 'field_63ce6a627b0cd'),
(4674, 244, 'message_group_3', ''),
(4675, 244, '_message_group_3', 'field_63ce6a637b0ce'),
(4676, 244, 'message_group_4', ''),
(4677, 244, '_message_group_4', 'field_63ce6a687b0cf'),
(4678, 244, 'expertise_section_image', ''),
(4679, 244, '_expertise_section_image', 'field_63ce860ce9935'),
(4680, 328, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4681, 328, '_address', 'field_63c92e1503f94'),
(4682, 328, 'tel_phone_number', '+91 2824 223921'),
(4683, 328, '_tel_phone_number', 'field_63c92e5d03f95'),
(4684, 328, 'mobile_no', '+91 96628 45243'),
(4685, 328, '_mobile_no', 'field_63c92eb703f96'),
(4686, 328, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4687, 328, '_facebook_link', 'field_63c92f8503f97'),
(4688, 328, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4689, 328, '_google_link', 'field_63c92fa403f98'),
(4690, 328, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4691, 328, '_company_description', 'field_63c9309e03f99'),
(4692, 328, 'email', 'info@messagegroup.co.in'),
(4693, 328, '_email', 'field_63c93e1309d31'),
(4694, 328, 'company_profile', ''),
(4695, 328, '_company_profile', 'field_63ce36c7c9a55'),
(4696, 328, 'map_technology', ''),
(4697, 328, '_map_technology', 'field_63ce3756c9a56'),
(4698, 328, 'food_additives', ''),
(4699, 328, '_food_additives', 'field_63ce375ac9a57'),
(4700, 328, 'session_mix', ''),
(4701, 328, '_session_mix', 'field_63ce375dc9a58'),
(4702, 328, 'life_chart_by_map_technology', ''),
(4703, 328, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4704, 328, 'get_started_background', ''),
(4705, 328, '_get_started_background', 'field_63ce497feef6e'),
(4706, 328, 'choose_us_background', ''),
(4707, 328, '_choose_us_background', 'field_63ce539a8b5b1'),
(4708, 328, 'message_group_1', ''),
(4709, 328, '_message_group_1', 'field_63ce69047b0c9'),
(4710, 328, 'message_group_2', ''),
(4711, 328, '_message_group_2', 'field_63ce6a627b0cd'),
(4712, 328, 'message_group_3', ''),
(4713, 328, '_message_group_3', 'field_63ce6a637b0ce'),
(4714, 328, 'message_group_4', ''),
(4715, 328, '_message_group_4', 'field_63ce6a687b0cf'),
(4716, 328, 'expertise_section_image', ''),
(4717, 328, '_expertise_section_image', 'field_63ce860ce9935'),
(4718, 246, '_wp_page_template', 'turnkeyProjects.php'),
(4719, 246, 'get_started_background', ''),
(4720, 246, '_get_started_background', 'field_63ce497feef6e'),
(4721, 246, 'choose_us_background', ''),
(4722, 246, '_choose_us_background', 'field_63ce539a8b5b1'),
(4723, 246, 'message_group_1', ''),
(4724, 246, '_message_group_1', 'field_63ce69047b0c9'),
(4725, 246, 'message_group_2', ''),
(4726, 246, '_message_group_2', 'field_63ce6a627b0cd'),
(4727, 246, 'message_group_3', ''),
(4728, 246, '_message_group_3', 'field_63ce6a637b0ce'),
(4729, 246, 'message_group_4', ''),
(4730, 246, '_message_group_4', 'field_63ce6a687b0cf'),
(4731, 246, 'expertise_section_image', ''),
(4732, 246, '_expertise_section_image', 'field_63ce860ce9935'),
(4733, 247, 'get_started_background', ''),
(4734, 247, '_get_started_background', 'field_63ce497feef6e'),
(4735, 247, 'choose_us_background', ''),
(4736, 247, '_choose_us_background', 'field_63ce539a8b5b1'),
(4737, 247, 'message_group_1', ''),
(4738, 247, '_message_group_1', 'field_63ce69047b0c9'),
(4739, 247, 'message_group_2', ''),
(4740, 247, '_message_group_2', 'field_63ce6a627b0cd'),
(4741, 247, 'message_group_3', ''),
(4742, 247, '_message_group_3', 'field_63ce6a637b0ce'),
(4743, 247, 'message_group_4', ''),
(4744, 247, '_message_group_4', 'field_63ce6a687b0cf'),
(4745, 247, 'expertise_section_image', ''),
(4746, 247, '_expertise_section_image', 'field_63ce860ce9935'),
(4747, 310, '_wp_page_template', 'autoMap.php'),
(4748, 310, 'get_started_background', ''),
(4749, 310, '_get_started_background', 'field_63ce497feef6e'),
(4750, 310, 'choose_us_background', ''),
(4751, 310, '_choose_us_background', 'field_63ce539a8b5b1'),
(4752, 310, 'message_group_1', ''),
(4753, 310, '_message_group_1', 'field_63ce69047b0c9'),
(4754, 310, 'message_group_2', ''),
(4755, 310, '_message_group_2', 'field_63ce6a627b0cd'),
(4756, 310, 'message_group_3', ''),
(4757, 310, '_message_group_3', 'field_63ce6a637b0ce'),
(4758, 310, 'message_group_4', ''),
(4759, 310, '_message_group_4', 'field_63ce6a687b0cf'),
(4760, 310, 'expertise_section_image', ''),
(4761, 310, '_expertise_section_image', 'field_63ce860ce9935'),
(4762, 311, 'get_started_background', ''),
(4763, 311, '_get_started_background', 'field_63ce497feef6e'),
(4764, 311, 'choose_us_background', ''),
(4765, 311, '_choose_us_background', 'field_63ce539a8b5b1'),
(4766, 311, 'message_group_1', ''),
(4767, 311, '_message_group_1', 'field_63ce69047b0c9'),
(4768, 311, 'message_group_2', ''),
(4769, 311, '_message_group_2', 'field_63ce6a627b0cd'),
(4770, 311, 'message_group_3', ''),
(4771, 311, '_message_group_3', 'field_63ce6a637b0ce'),
(4772, 311, 'message_group_4', ''),
(4773, 311, '_message_group_4', 'field_63ce6a687b0cf'),
(4774, 311, 'expertise_section_image', ''),
(4775, 311, '_expertise_section_image', 'field_63ce860ce9935'),
(4776, 317, '_wp_page_template', 'tableTop.php'),
(4777, 317, 'get_started_background', ''),
(4778, 317, '_get_started_background', 'field_63ce497feef6e'),
(4779, 317, 'choose_us_background', ''),
(4780, 317, '_choose_us_background', 'field_63ce539a8b5b1'),
(4781, 317, 'message_group_1', ''),
(4782, 317, '_message_group_1', 'field_63ce69047b0c9'),
(4783, 317, 'message_group_2', ''),
(4784, 317, '_message_group_2', 'field_63ce6a627b0cd'),
(4785, 317, 'message_group_3', ''),
(4786, 317, '_message_group_3', 'field_63ce6a637b0ce'),
(4787, 317, 'message_group_4', ''),
(4788, 317, '_message_group_4', 'field_63ce6a687b0cf'),
(4789, 317, 'expertise_section_image', ''),
(4790, 317, '_expertise_section_image', 'field_63ce860ce9935'),
(4791, 318, 'get_started_background', ''),
(4792, 318, '_get_started_background', 'field_63ce497feef6e'),
(4793, 318, 'choose_us_background', ''),
(4794, 318, '_choose_us_background', 'field_63ce539a8b5b1'),
(4795, 318, 'message_group_1', ''),
(4796, 318, '_message_group_1', 'field_63ce69047b0c9'),
(4797, 318, 'message_group_2', ''),
(4798, 318, '_message_group_2', 'field_63ce6a627b0cd'),
(4799, 318, 'message_group_3', ''),
(4800, 318, '_message_group_3', 'field_63ce6a637b0ce'),
(4801, 318, 'message_group_4', ''),
(4802, 318, '_message_group_4', 'field_63ce6a687b0cf'),
(4803, 318, 'expertise_section_image', ''),
(4804, 318, '_expertise_section_image', 'field_63ce860ce9935'),
(4805, 319, '_wp_page_template', 'thermoforming.php'),
(4806, 319, 'get_started_background', ''),
(4807, 319, '_get_started_background', 'field_63ce497feef6e'),
(4808, 319, 'choose_us_background', ''),
(4809, 319, '_choose_us_background', 'field_63ce539a8b5b1'),
(4810, 319, 'message_group_1', ''),
(4811, 319, '_message_group_1', 'field_63ce69047b0c9'),
(4812, 319, 'message_group_2', ''),
(4813, 319, '_message_group_2', 'field_63ce6a627b0cd'),
(4814, 319, 'message_group_3', ''),
(4815, 319, '_message_group_3', 'field_63ce6a637b0ce'),
(4816, 319, 'message_group_4', ''),
(4817, 319, '_message_group_4', 'field_63ce6a687b0cf'),
(4818, 319, 'expertise_section_image', ''),
(4819, 319, '_expertise_section_image', 'field_63ce860ce9935'),
(4820, 320, 'get_started_background', ''),
(4821, 320, '_get_started_background', 'field_63ce497feef6e'),
(4822, 320, 'choose_us_background', ''),
(4823, 320, '_choose_us_background', 'field_63ce539a8b5b1'),
(4824, 320, 'message_group_1', ''),
(4825, 320, '_message_group_1', 'field_63ce69047b0c9'),
(4826, 320, 'message_group_2', ''),
(4827, 320, '_message_group_2', 'field_63ce6a627b0cd'),
(4828, 320, 'message_group_3', ''),
(4829, 320, '_message_group_3', 'field_63ce6a637b0ce'),
(4830, 320, 'message_group_4', ''),
(4831, 320, '_message_group_4', 'field_63ce6a687b0cf'),
(4832, 320, 'expertise_section_image', ''),
(4833, 320, '_expertise_section_image', 'field_63ce860ce9935'),
(4834, 315, 'get_started_background', ''),
(4835, 315, '_get_started_background', 'field_63ce497feef6e'),
(4836, 315, 'choose_us_background', ''),
(4837, 315, '_choose_us_background', 'field_63ce539a8b5b1'),
(4838, 315, 'message_group_1', ''),
(4839, 315, '_message_group_1', 'field_63ce69047b0c9'),
(4840, 315, 'message_group_2', ''),
(4841, 315, '_message_group_2', 'field_63ce6a627b0cd'),
(4842, 315, 'message_group_3', ''),
(4843, 315, '_message_group_3', 'field_63ce6a637b0ce'),
(4844, 315, 'message_group_4', ''),
(4845, 315, '_message_group_4', 'field_63ce6a687b0cf'),
(4846, 315, 'expertise_section_image', ''),
(4847, 315, '_expertise_section_image', 'field_63ce860ce9935'),
(4848, 330, 'company_profile', ''),
(4849, 330, '_company_profile', 'field_63ce36c7c9a55'),
(4850, 330, 'map_technology', ''),
(4851, 330, '_map_technology', 'field_63ce3756c9a56'),
(4852, 330, 'food_additives', ''),
(4853, 330, '_food_additives', 'field_63ce375ac9a57'),
(4854, 330, 'session_mix', ''),
(4855, 330, '_session_mix', 'field_63ce375dc9a58'),
(4856, 330, 'life_chart_by_map_technology', ''),
(4857, 330, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4858, 330, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4859, 330, '_address', 'field_63c92e1503f94'),
(4860, 330, 'tel_phone_number', '+91 2824 223921'),
(4861, 330, '_tel_phone_number', 'field_63c92e5d03f95'),
(4862, 330, 'mobile_no', '+91 96628 45243'),
(4863, 330, '_mobile_no', 'field_63c92eb703f96'),
(4864, 330, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4865, 330, '_facebook_link', 'field_63c92f8503f97'),
(4866, 330, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4867, 330, '_google_link', 'field_63c92fa403f98'),
(4868, 330, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4869, 330, '_company_description', 'field_63c9309e03f99'),
(4870, 330, 'email', 'info@messagegroup.co.in'),
(4871, 330, '_email', 'field_63c93e1309d31'),
(4872, 330, 'get_started_background', ''),
(4873, 330, '_get_started_background', 'field_63ce497feef6e'),
(4874, 330, 'choose_us_background', ''),
(4875, 330, '_choose_us_background', 'field_63ce539a8b5b1'),
(4876, 330, 'message_group_1', ''),
(4877, 330, '_message_group_1', 'field_63ce69047b0c9'),
(4878, 330, 'message_group_2', ''),
(4879, 330, '_message_group_2', 'field_63ce6a627b0cd'),
(4880, 330, 'message_group_3', ''),
(4881, 330, '_message_group_3', 'field_63ce6a637b0ce'),
(4882, 330, 'message_group_4', ''),
(4883, 330, '_message_group_4', 'field_63ce6a687b0cf'),
(4884, 330, 'expertise_section_image', ''),
(4885, 330, '_expertise_section_image', 'field_63ce860ce9935'),
(4886, 331, 'company_profile', ''),
(4887, 331, '_company_profile', 'field_63ce36c7c9a55'),
(4888, 331, 'map_technology', ''),
(4889, 331, '_map_technology', 'field_63ce3756c9a56'),
(4890, 331, 'food_additives', ''),
(4891, 331, '_food_additives', 'field_63ce375ac9a57'),
(4892, 331, 'session_mix', ''),
(4893, 331, '_session_mix', 'field_63ce375dc9a58'),
(4894, 331, 'life_chart_by_map_technology', ''),
(4895, 331, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(4896, 331, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4897, 331, '_address', 'field_63c92e1503f94'),
(4898, 331, 'tel_phone_number', '+91 2824 223921'),
(4899, 331, '_tel_phone_number', 'field_63c92e5d03f95'),
(4900, 331, 'mobile_no', '+91 96628 45243'),
(4901, 331, '_mobile_no', 'field_63c92eb703f96'),
(4902, 331, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4903, 331, '_facebook_link', 'field_63c92f8503f97'),
(4904, 331, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(4905, 331, '_google_link', 'field_63c92fa403f98'),
(4906, 331, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(4907, 331, '_company_description', 'field_63c9309e03f99'),
(4908, 331, 'email', 'info@messagegroup.co.in'),
(4909, 331, '_email', 'field_63c93e1309d31'),
(4910, 331, 'get_started_background', ''),
(4911, 331, '_get_started_background', 'field_63ce497feef6e'),
(4912, 331, 'choose_us_background', ''),
(4913, 331, '_choose_us_background', 'field_63ce539a8b5b1'),
(4914, 331, 'message_group_1', ''),
(4915, 331, '_message_group_1', 'field_63ce69047b0c9'),
(4916, 331, 'message_group_2', ''),
(4917, 331, '_message_group_2', 'field_63ce6a627b0cd'),
(4918, 331, 'message_group_3', ''),
(4919, 331, '_message_group_3', 'field_63ce6a637b0ce'),
(4920, 331, 'message_group_4', ''),
(4921, 331, '_message_group_4', 'field_63ce6a687b0cf'),
(4922, 331, 'expertise_section_image', ''),
(4923, 331, '_expertise_section_image', 'field_63ce860ce9935'),
(4924, 132, '_wp_trash_meta_status', 'publish'),
(4925, 132, '_wp_trash_meta_time', '1674908820'),
(4926, 132, '_wp_desired_post_slug', 'benagali-boost'),
(4927, 129, '_wp_trash_meta_status', 'publish'),
(4928, 129, '_wp_trash_meta_time', '1674908820'),
(4929, 129, '_wp_desired_post_slug', 'pudding-pro'),
(4930, 126, '_wp_trash_meta_status', 'publish'),
(4931, 126, '_wp_trash_meta_time', '1674908820'),
(4932, 126, '_wp_desired_post_slug', 'maxifry-crunchex'),
(4933, 123, '_wp_trash_meta_status', 'publish'),
(4934, 123, '_wp_trash_meta_time', '1674908820'),
(4935, 123, '_wp_desired_post_slug', 'maxifry-habbit'),
(4936, 120, '_wp_trash_meta_status', 'publish'),
(4937, 120, '_wp_trash_meta_time', '1674908820'),
(4938, 120, '_wp_desired_post_slug', 'mithai-pro'),
(4939, 117, '_wp_trash_meta_status', 'publish'),
(4940, 117, '_wp_trash_meta_time', '1674908820'),
(4941, 117, '_wp_desired_post_slug', 'much-more'),
(4942, 114, '_wp_trash_meta_status', 'publish'),
(4943, 114, '_wp_trash_meta_time', '1674908820'),
(4944, 114, '_wp_desired_post_slug', 'extruded-snacks'),
(4945, 111, '_wp_trash_meta_status', 'publish'),
(4946, 111, '_wp_trash_meta_time', '1674908820'),
(4947, 111, '_wp_desired_post_slug', 'puff-snacks'),
(4948, 108, '_wp_trash_meta_status', 'publish'),
(4949, 108, '_wp_trash_meta_time', '1674908820'),
(4950, 108, '_wp_desired_post_slug', 'fryums'),
(4951, 104, '_wp_trash_meta_status', 'publish'),
(4952, 104, '_wp_trash_meta_time', '1674908820'),
(4953, 104, '_wp_desired_post_slug', 'chips'),
(4954, 100, '_wp_trash_meta_status', 'publish'),
(4955, 100, '_wp_trash_meta_time', '1674908821'),
(4956, 100, '_wp_desired_post_slug', 'miscellaneous'),
(4957, 96, '_wp_trash_meta_status', 'publish'),
(4958, 96, '_wp_trash_meta_time', '1674908821'),
(4959, 96, '_wp_desired_post_slug', 'bakery-processing'),
(4960, 92, '_wp_trash_meta_status', 'publish'),
(4961, 92, '_wp_trash_meta_time', '1674908821'),
(4962, 92, '_wp_desired_post_slug', 'ready-to-eat-food'),
(4963, 88, '_wp_trash_meta_status', 'publish'),
(4964, 88, '_wp_trash_meta_time', '1674908821'),
(4965, 88, '_wp_desired_post_slug', 'chips-snacks-namkeen'),
(4966, 82, '_wp_trash_meta_status', 'publish'),
(4967, 82, '_wp_trash_meta_time', '1674908821'),
(4968, 82, '_wp_desired_post_slug', 'dairy-sweets-processing'),
(4969, 69, '_wp_trash_meta_status', 'publish'),
(4970, 69, '_wp_trash_meta_time', '1674908821'),
(4971, 69, '_wp_desired_post_slug', 'slider'),
(4972, 1, '_wp_trash_meta_status', 'publish'),
(4973, 1, '_wp_trash_meta_time', '1674908821'),
(4974, 1, '_wp_desired_post_slug', 'hello-world'),
(4975, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'),
(4976, 315, '_wp_page_template', 'countinousSealer.php'),
(4977, 333, '_edit_last', '1'),
(4978, 333, '_edit_lock', '1676460150:1'),
(4979, 248, 'banner_image', '637'),
(4980, 248, '_banner_image', 'field_63d527184f31d'),
(4981, 248, 'banner_title', ''),
(4982, 248, '_banner_title', 'field_63d527614f31e'),
(4983, 248, 'template_image_1', '359'),
(4984, 248, '_template_image_1', 'field_63d529664f31f'),
(4985, 248, 'template_image_2', '411'),
(4986, 248, '_template_image_2', 'field_63d529b54f320'),
(4987, 248, 'template_image_3', '413'),
(4988, 248, '_template_image_3', 'field_63d529b94f321'),
(4989, 248, 'template_image_4', '616'),
(4990, 248, '_template_image_4', 'field_63d529bc4f322'),
(4991, 341, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(4992, 341, '_address', 'field_63c92e1503f94'),
(4993, 341, 'tel_phone_number', '+91 2824 223921'),
(4994, 341, '_tel_phone_number', 'field_63c92e5d03f95'),
(4995, 341, 'mobile_no', '+91 96628 45243'),
(4996, 341, '_mobile_no', 'field_63c92eb703f96'),
(4997, 341, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(4998, 341, '_facebook_link', 'field_63c92f8503f97'),
(4999, 341, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5000, 341, '_google_link', 'field_63c92fa403f98'),
(5001, 341, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5002, 341, '_company_description', 'field_63c9309e03f99'),
(5003, 341, 'email', 'info@messagegroup.co.in'),
(5004, 341, '_email', 'field_63c93e1309d31'),
(5005, 341, 'company_profile', ''),
(5006, 341, '_company_profile', 'field_63ce36c7c9a55'),
(5007, 341, 'map_technology', ''),
(5008, 341, '_map_technology', 'field_63ce3756c9a56'),
(5009, 341, 'food_additives', ''),
(5010, 341, '_food_additives', 'field_63ce375ac9a57'),
(5011, 341, 'session_mix', ''),
(5012, 341, '_session_mix', 'field_63ce375dc9a58'),
(5013, 341, 'life_chart_by_map_technology', ''),
(5014, 341, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5015, 341, 'get_started_background', ''),
(5016, 341, '_get_started_background', 'field_63ce497feef6e'),
(5017, 341, 'choose_us_background', ''),
(5018, 341, '_choose_us_background', 'field_63ce539a8b5b1'),
(5019, 341, 'message_group_1', ''),
(5020, 341, '_message_group_1', 'field_63ce69047b0c9'),
(5021, 341, 'message_group_2', ''),
(5022, 341, '_message_group_2', 'field_63ce6a627b0cd'),
(5023, 341, 'message_group_3', ''),
(5024, 341, '_message_group_3', 'field_63ce6a637b0ce'),
(5025, 341, 'message_group_4', ''),
(5026, 341, '_message_group_4', 'field_63ce6a687b0cf'),
(5027, 341, 'expertise_section_image', ''),
(5028, 341, '_expertise_section_image', 'field_63ce860ce9935'),
(5029, 341, 'banner_image', ''),
(5030, 341, '_banner_image', 'field_63d527184f31d'),
(5031, 341, 'banner_title', ''),
(5032, 341, '_banner_title', 'field_63d527614f31e'),
(5033, 341, 'template_image_1', ''),
(5034, 341, '_template_image_1', 'field_63d529664f31f'),
(5035, 341, 'template_image_2', ''),
(5036, 341, '_template_image_2', 'field_63d529b54f320'),
(5037, 341, 'template_image_3', ''),
(5038, 341, '_template_image_3', 'field_63d529b94f321'),
(5039, 341, 'template_image_4', ''),
(5040, 341, '_template_image_4', 'field_63d529bc4f322'),
(5041, 342, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5042, 342, '_address', 'field_63c92e1503f94'),
(5043, 342, 'tel_phone_number', '+91 2824 223921'),
(5044, 342, '_tel_phone_number', 'field_63c92e5d03f95'),
(5045, 342, 'mobile_no', '+91 96628 45243'),
(5046, 342, '_mobile_no', 'field_63c92eb703f96'),
(5047, 342, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5048, 342, '_facebook_link', 'field_63c92f8503f97'),
(5049, 342, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5050, 342, '_google_link', 'field_63c92fa403f98'),
(5051, 342, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5052, 342, '_company_description', 'field_63c9309e03f99'),
(5053, 342, 'email', 'info@messagegroup.co.in'),
(5054, 342, '_email', 'field_63c93e1309d31'),
(5055, 342, 'company_profile', ''),
(5056, 342, '_company_profile', 'field_63ce36c7c9a55'),
(5057, 342, 'map_technology', ''),
(5058, 342, '_map_technology', 'field_63ce3756c9a56'),
(5059, 342, 'food_additives', ''),
(5060, 342, '_food_additives', 'field_63ce375ac9a57'),
(5061, 342, 'session_mix', ''),
(5062, 342, '_session_mix', 'field_63ce375dc9a58'),
(5063, 342, 'life_chart_by_map_technology', ''),
(5064, 342, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5065, 342, 'get_started_background', ''),
(5066, 342, '_get_started_background', 'field_63ce497feef6e'),
(5067, 342, 'choose_us_background', ''),
(5068, 342, '_choose_us_background', 'field_63ce539a8b5b1'),
(5069, 342, 'message_group_1', ''),
(5070, 342, '_message_group_1', 'field_63ce69047b0c9'),
(5071, 342, 'message_group_2', ''),
(5072, 342, '_message_group_2', 'field_63ce6a627b0cd'),
(5073, 342, 'message_group_3', ''),
(5074, 342, '_message_group_3', 'field_63ce6a637b0ce'),
(5075, 342, 'message_group_4', ''),
(5076, 342, '_message_group_4', 'field_63ce6a687b0cf'),
(5077, 342, 'expertise_section_image', ''),
(5078, 342, '_expertise_section_image', 'field_63ce860ce9935'),
(5079, 342, 'banner_image', ''),
(5080, 342, '_banner_image', 'field_63d527184f31d'),
(5081, 342, 'banner_title', ''),
(5082, 342, '_banner_title', 'field_63d527614f31e'),
(5083, 342, 'template_image_1', ''),
(5084, 342, '_template_image_1', 'field_63d529664f31f'),
(5085, 342, 'template_image_2', ''),
(5086, 342, '_template_image_2', 'field_63d529b54f320'),
(5087, 342, 'template_image_3', ''),
(5088, 342, '_template_image_3', 'field_63d529b94f321'),
(5089, 342, 'template_image_4', ''),
(5090, 342, '_template_image_4', 'field_63d529bc4f322'),
(5091, 343, '_edit_lock', '1675058676:1'),
(5092, 344, '_wp_attached_file', '2023/01/client1-1.jpg'),
(5093, 344, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:159;s:6:\"height\";i:54;s:4:\"file\";s:21:\"2023/01/client1-1.jpg\";s:8:\"filesize\";i:27847;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5094, 343, '_wp_trash_meta_status', 'publish'),
(5095, 343, '_wp_trash_meta_time', '1675058682'),
(5096, 345, '_wp_attached_file', '2023/01/MFS.png'),
(5097, 345, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1941;s:6:\"height\";i:599;s:4:\"file\";s:15:\"2023/01/MFS.png\";s:8:\"filesize\";i:127370;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5098, 346, '_edit_lock', '1675060903:1'),
(5099, 347, '_wp_attached_file', '2023/01/Message-Future-Vision.jpg'),
(5100, 347, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:576;s:6:\"height\";i:190;s:4:\"file\";s:33:\"2023/01/Message-Future-Vision.jpg\";s:8:\"filesize\";i:35579;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5101, 348, '_wp_attached_file', '2023/01/MFS-1.png'),
(5102, 348, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:160;s:6:\"height\";i:49;s:4:\"file\";s:17:\"2023/01/MFS-1.png\";s:8:\"filesize\";i:2574;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5103, 346, '_wp_trash_meta_status', 'publish'),
(5104, 346, '_wp_trash_meta_time', '1675060907'),
(5105, 18, '_wp_old_date', '2023-01-25'),
(5107, 250, '_wp_old_date', '2023-01-25'),
(5108, 312, '_wp_old_date', '2023-01-25'),
(5109, 252, '_wp_old_date', '2023-01-25'),
(5110, 251, '_wp_old_date', '2023-01-25'),
(5112, 325, '_wp_old_date', '2023-01-25'),
(5113, 324, '_wp_old_date', '2023-01-25'),
(5114, 323, '_wp_old_date', '2023-01-25'),
(5115, 47, '_wp_old_date', '2023-01-25'),
(5116, 41, '_wp_old_date', '2023-01-25'),
(5117, 349, '_menu_item_type', 'custom'),
(5118, 349, '_menu_item_menu_item_parent', '0'),
(5119, 349, '_menu_item_object_id', '349'),
(5120, 349, '_menu_item_object', 'custom'),
(5121, 349, '_menu_item_target', ''),
(5122, 349, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5123, 349, '_menu_item_xfn', ''),
(5124, 349, '_menu_item_url', ''),
(5126, 350, '_menu_item_type', 'custom'),
(5127, 350, '_menu_item_menu_item_parent', '0'),
(5128, 350, '_menu_item_object_id', '350'),
(5129, 350, '_menu_item_object', 'custom'),
(5130, 350, '_menu_item_target', ''),
(5131, 350, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5132, 350, '_menu_item_xfn', ''),
(5133, 350, '_menu_item_url', ''),
(5135, 351, '_menu_item_type', 'post_type'),
(5136, 351, '_menu_item_menu_item_parent', '0'),
(5137, 351, '_menu_item_object_id', '313'),
(5138, 351, '_menu_item_object', 'page'),
(5139, 351, '_menu_item_target', ''),
(5140, 351, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5141, 351, '_menu_item_xfn', ''),
(5142, 351, '_menu_item_url', ''),
(5143, 351, '_menu_item_orphaned', '1675064634'),
(5144, 352, '_menu_item_type', 'post_type'),
(5145, 352, '_menu_item_menu_item_parent', '0'),
(5146, 352, '_menu_item_object_id', '313'),
(5147, 352, '_menu_item_object', 'page'),
(5148, 352, '_menu_item_target', ''),
(5149, 352, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5150, 352, '_menu_item_xfn', ''),
(5151, 352, '_menu_item_url', ''),
(5152, 352, '_menu_item_orphaned', '1675064702'),
(5153, 33, '_wp_trash_meta_status', 'publish'),
(5154, 33, '_wp_trash_meta_time', '1675078858'),
(5155, 33, '_wp_desired_post_slug', 'portfolio'),
(5156, 313, '_wp_trash_meta_status', 'publish'),
(5157, 313, '_wp_trash_meta_time', '1675078963'),
(5158, 313, '_wp_desired_post_slug', 'packaging-solution'),
(5161, 354, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5162, 354, '_address', 'field_63c92e1503f94'),
(5163, 354, 'tel_phone_number', '+91 2824 223921'),
(5164, 354, '_tel_phone_number', 'field_63c92e5d03f95'),
(5165, 354, 'mobile_no', '+91 96628 45243'),
(5166, 354, '_mobile_no', 'field_63c92eb703f96'),
(5167, 354, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5168, 354, '_facebook_link', 'field_63c92f8503f97'),
(5169, 354, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5170, 354, '_google_link', 'field_63c92fa403f98'),
(5171, 354, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5172, 354, '_company_description', 'field_63c9309e03f99'),
(5173, 354, 'slider_image1', '229'),
(5174, 354, '_slider_image1', 'field_63c8c6482244c'),
(5175, 354, 'slider_image2', '353'),
(5176, 354, '_slider_image2', 'field_63c8c68f2244d'),
(5177, 354, 'slider_image3', '235'),
(5178, 354, '_slider_image3', 'field_63c8d1b9959fa'),
(5179, 354, 'slider_title1', 'Seasoning Mix '),
(5180, 354, '_slider_title1', 'field_63c8d1ef959fb'),
(5181, 354, 'slider_title2', 'Future Vision'),
(5182, 354, '_slider_title2', 'field_63c8d20a959fc'),
(5183, 354, 'slider_title3', 'The miracle of research'),
(5184, 354, '_slider_title3', 'field_63c8d218959fd'),
(5185, 354, 'slider_description1', 'All kind of seasoning mix solution for you'),
(5186, 354, '_slider_description1', 'field_63c8d237959fe'),
(5187, 354, 'slider_description2', 'Packaging solutions turnkey projects'),
(5188, 354, '_slider_description2', 'field_63c8d274959ff'),
(5189, 354, 'slider_description3', 'Food additives and much more...'),
(5190, 354, '_slider_description3', 'field_63c8d28f95a00'),
(5191, 354, 'about_us_title', 'Leading Food Consulting Company'),
(5192, 354, '_about_us_title', 'field_63cbbac505df9'),
(5193, 354, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(5194, 354, '_short_description', 'field_63cbbbe305dfa');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5195, 354, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(5196, 354, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(5197, 354, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(5198, 354, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(5199, 354, 'video_background', '242'),
(5200, 354, '_video_background', 'field_63cbc2880b5de'),
(5201, 354, 'client_image_1', '211'),
(5202, 354, '_client_image_1', 'field_63cbcb8e5afcb'),
(5203, 354, 'client_image_2', '210'),
(5204, 354, '_client_image_2', 'field_63cbcbd95afcc'),
(5205, 354, 'client_image_3', '209'),
(5206, 354, '_client_image_3', 'field_63cbcbe55afcd'),
(5207, 354, 'client_image_4', '208'),
(5208, 354, '_client_image_4', 'field_63cbcbe75afce'),
(5209, 354, 'client_image_5', '207'),
(5210, 354, '_client_image_5', 'field_63cbcbeb5afcf'),
(5211, 354, 'client_image_6', '206'),
(5212, 354, '_client_image_6', 'field_63cbcbef5afd0'),
(5213, 354, 'email', 'info@messagegroup.co.in'),
(5214, 354, '_email', 'field_63c93e1309d31'),
(5215, 354, 'tag_line1', 'Innovative Food Machinery'),
(5216, 354, '_tag_line1', 'field_63cbb9903babf'),
(5217, 354, 'tag_line2', 'Value-Packed Machinery'),
(5218, 354, '_tag_line2', 'field_63cbba1a3bac0'),
(5219, 354, 'tag_line3', 'Rapid Response, Satisfaction'),
(5220, 354, '_tag_line3', 'field_63cbba503bac1'),
(5221, 354, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(5222, 354, '_long_description_about_us_2', 'field_63cdfd562520a'),
(5223, 354, 'industry_we_serve_image_1', '223'),
(5224, 354, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(5225, 354, 'industry_we_serve_image_2', '222'),
(5226, 354, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(5227, 354, 'industry_we_serve_image_3', '225'),
(5228, 354, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(5229, 354, 'industry_we_serve_image_4', '226'),
(5230, 354, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(5231, 354, 'industry_we_serve_image_5', '227'),
(5232, 354, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(5233, 354, 'industry_we_serve_short_description', ''),
(5234, 354, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(5235, 354, 'company_profile', '261'),
(5236, 354, '_company_profile', 'field_63ce36c7c9a55'),
(5237, 354, 'map_technology', '261'),
(5238, 354, '_map_technology', 'field_63ce3756c9a56'),
(5239, 354, 'food_addsive', '262'),
(5240, 354, '_food_addsive', 'field_63ce375ac9a57'),
(5241, 354, 'session_mix', '263'),
(5242, 354, '_session_mix', 'field_63ce375dc9a58'),
(5243, 354, 'life_chart_by_map_technology', '264'),
(5244, 354, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5245, 354, 'food_additives', '262'),
(5246, 354, '_food_additives', 'field_63ce375ac9a57'),
(5247, 354, 'get_started_background', '272'),
(5248, 354, '_get_started_background', 'field_63ce497feef6e'),
(5249, 354, 'choose_us_background', '275'),
(5250, 354, '_choose_us_background', 'field_63ce539a8b5b1'),
(5251, 354, 'message_group_1', '283'),
(5252, 354, '_message_group_1', 'field_63ce69047b0c9'),
(5253, 354, 'message_group_2', '284'),
(5254, 354, '_message_group_2', 'field_63ce6a627b0cd'),
(5255, 354, 'message_group_3', '285'),
(5256, 354, '_message_group_3', 'field_63ce6a637b0ce'),
(5257, 354, 'message_group_4', '286'),
(5258, 354, '_message_group_4', 'field_63ce6a687b0cf'),
(5259, 354, 'expertise_section_image', '298'),
(5260, 354, '_expertise_section_image', 'field_63ce860ce9935'),
(5261, 354, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(5262, 354, '_array_of_feature_section', 'field_63ce89ca26c57'),
(5263, 355, '_wp_attached_file', '2023/01/messageLogoEdited-1.png'),
(5264, 355, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:160;s:6:\"height\";i:60;s:4:\"file\";s:31:\"2023/01/messageLogoEdited-1.png\";s:8:\"filesize\";i:2800;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5265, 356, '_wp_trash_meta_status', 'publish'),
(5266, 356, '_wp_trash_meta_time', '1675081330'),
(5269, 358, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5270, 358, '_address', 'field_63c92e1503f94'),
(5271, 358, 'tel_phone_number', '+91 2824 223921'),
(5272, 358, '_tel_phone_number', 'field_63c92e5d03f95'),
(5273, 358, 'mobile_no', '+91 96628 45243'),
(5274, 358, '_mobile_no', 'field_63c92eb703f96'),
(5275, 358, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5276, 358, '_facebook_link', 'field_63c92f8503f97'),
(5277, 358, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5278, 358, '_google_link', 'field_63c92fa403f98'),
(5279, 358, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5280, 358, '_company_description', 'field_63c9309e03f99'),
(5281, 358, 'slider_image1', '229'),
(5282, 358, '_slider_image1', 'field_63c8c6482244c'),
(5283, 358, 'slider_image2', '353'),
(5284, 358, '_slider_image2', 'field_63c8c68f2244d'),
(5285, 358, 'slider_image3', '235'),
(5286, 358, '_slider_image3', 'field_63c8d1b9959fa'),
(5287, 358, 'slider_title1', 'Seasoning Mix '),
(5288, 358, '_slider_title1', 'field_63c8d1ef959fb'),
(5289, 358, 'slider_title2', 'Future Vision'),
(5290, 358, '_slider_title2', 'field_63c8d20a959fc'),
(5291, 358, 'slider_title3', 'The miracle of research'),
(5292, 358, '_slider_title3', 'field_63c8d218959fd'),
(5293, 358, 'slider_description1', 'All kind of seasoning mix solution for you'),
(5294, 358, '_slider_description1', 'field_63c8d237959fe'),
(5295, 358, 'slider_description2', 'Packaging solutions turnkey projects'),
(5296, 358, '_slider_description2', 'field_63c8d274959ff'),
(5297, 358, 'slider_description3', 'Food additives and much more...'),
(5298, 358, '_slider_description3', 'field_63c8d28f95a00'),
(5299, 358, 'about_us_title', 'Leading Food Consulting Company'),
(5300, 358, '_about_us_title', 'field_63cbbac505df9'),
(5301, 358, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(5302, 358, '_short_description', 'field_63cbbbe305dfa'),
(5303, 358, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(5304, 358, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(5305, 358, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(5306, 358, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(5307, 358, 'video_background', '242'),
(5308, 358, '_video_background', 'field_63cbc2880b5de'),
(5309, 358, 'client_image_1', '211'),
(5310, 358, '_client_image_1', 'field_63cbcb8e5afcb'),
(5311, 358, 'client_image_2', '210'),
(5312, 358, '_client_image_2', 'field_63cbcbd95afcc'),
(5313, 358, 'client_image_3', '209'),
(5314, 358, '_client_image_3', 'field_63cbcbe55afcd'),
(5315, 358, 'client_image_4', '208'),
(5316, 358, '_client_image_4', 'field_63cbcbe75afce'),
(5317, 358, 'client_image_5', '207'),
(5318, 358, '_client_image_5', 'field_63cbcbeb5afcf'),
(5319, 358, 'client_image_6', '206'),
(5320, 358, '_client_image_6', 'field_63cbcbef5afd0'),
(5321, 358, 'email', 'info@messagegroup.co.in'),
(5322, 358, '_email', 'field_63c93e1309d31'),
(5323, 358, 'tag_line1', 'Innovative Food Machinery'),
(5324, 358, '_tag_line1', 'field_63cbb9903babf'),
(5325, 358, 'tag_line2', 'Value-Packed Machinery'),
(5326, 358, '_tag_line2', 'field_63cbba1a3bac0'),
(5327, 358, 'tag_line3', 'Rapid Response, Satisfaction'),
(5328, 358, '_tag_line3', 'field_63cbba503bac1'),
(5329, 358, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(5330, 358, '_long_description_about_us_2', 'field_63cdfd562520a'),
(5331, 358, 'industry_we_serve_image_1', '223'),
(5332, 358, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(5333, 358, 'industry_we_serve_image_2', '222'),
(5334, 358, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(5335, 358, 'industry_we_serve_image_3', '225'),
(5336, 358, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(5337, 358, 'industry_we_serve_image_4', '226'),
(5338, 358, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(5339, 358, 'industry_we_serve_image_5', '227'),
(5340, 358, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(5341, 358, 'industry_we_serve_short_description', ''),
(5342, 358, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(5343, 358, 'company_profile', '261'),
(5344, 358, '_company_profile', 'field_63ce36c7c9a55'),
(5345, 358, 'map_technology', '261'),
(5346, 358, '_map_technology', 'field_63ce3756c9a56'),
(5347, 358, 'food_addsive', '262'),
(5348, 358, '_food_addsive', 'field_63ce375ac9a57'),
(5349, 358, 'session_mix', '263'),
(5350, 358, '_session_mix', 'field_63ce375dc9a58'),
(5351, 358, 'life_chart_by_map_technology', '264'),
(5352, 358, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5353, 358, 'food_additives', '262'),
(5354, 358, '_food_additives', 'field_63ce375ac9a57'),
(5355, 358, 'get_started_background', '272'),
(5356, 358, '_get_started_background', 'field_63ce497feef6e'),
(5357, 358, 'choose_us_background', '357'),
(5358, 358, '_choose_us_background', 'field_63ce539a8b5b1'),
(5359, 358, 'message_group_1', '283'),
(5360, 358, '_message_group_1', 'field_63ce69047b0c9'),
(5361, 358, 'message_group_2', '284'),
(5362, 358, '_message_group_2', 'field_63ce6a627b0cd'),
(5363, 358, 'message_group_3', '285'),
(5364, 358, '_message_group_3', 'field_63ce6a637b0ce'),
(5365, 358, 'message_group_4', '286'),
(5366, 358, '_message_group_4', 'field_63ce6a687b0cf'),
(5367, 358, 'expertise_section_image', '298'),
(5368, 358, '_expertise_section_image', 'field_63ce860ce9935'),
(5369, 358, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(5370, 358, '_array_of_feature_section', 'field_63ce89ca26c57'),
(5371, 359, '_wp_attached_file', '2023/01/New-Project-1.png'),
(5372, 359, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:350;s:4:\"file\";s:25:\"2023/01/New-Project-1.png\";s:8:\"filesize\";i:137861;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5373, 360, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5374, 360, '_address', 'field_63c92e1503f94'),
(5375, 360, 'tel_phone_number', '+91 2824 223921'),
(5376, 360, '_tel_phone_number', 'field_63c92e5d03f95'),
(5377, 360, 'mobile_no', '+91 96628 45243'),
(5378, 360, '_mobile_no', 'field_63c92eb703f96'),
(5379, 360, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5380, 360, '_facebook_link', 'field_63c92f8503f97'),
(5381, 360, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5382, 360, '_google_link', 'field_63c92fa403f98'),
(5383, 360, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5384, 360, '_company_description', 'field_63c9309e03f99'),
(5385, 360, 'slider_image1', '229'),
(5386, 360, '_slider_image1', 'field_63c8c6482244c'),
(5387, 360, 'slider_image2', '353'),
(5388, 360, '_slider_image2', 'field_63c8c68f2244d'),
(5389, 360, 'slider_image3', '235'),
(5390, 360, '_slider_image3', 'field_63c8d1b9959fa'),
(5391, 360, 'slider_title1', 'Seasoning Mix '),
(5392, 360, '_slider_title1', 'field_63c8d1ef959fb'),
(5393, 360, 'slider_title2', 'Future Vision'),
(5394, 360, '_slider_title2', 'field_63c8d20a959fc'),
(5395, 360, 'slider_title3', 'The miracle of research'),
(5396, 360, '_slider_title3', 'field_63c8d218959fd'),
(5397, 360, 'slider_description1', 'All kind of seasoning mix solution for you'),
(5398, 360, '_slider_description1', 'field_63c8d237959fe'),
(5399, 360, 'slider_description2', 'Packaging solutions turnkey projects'),
(5400, 360, '_slider_description2', 'field_63c8d274959ff'),
(5401, 360, 'slider_description3', 'Food additives and much more...'),
(5402, 360, '_slider_description3', 'field_63c8d28f95a00'),
(5403, 360, 'about_us_title', 'Leading Food Consulting Company'),
(5404, 360, '_about_us_title', 'field_63cbbac505df9'),
(5405, 360, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(5406, 360, '_short_description', 'field_63cbbbe305dfa'),
(5407, 360, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(5408, 360, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(5409, 360, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(5410, 360, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(5411, 360, 'video_background', '242'),
(5412, 360, '_video_background', 'field_63cbc2880b5de'),
(5413, 360, 'client_image_1', '211'),
(5414, 360, '_client_image_1', 'field_63cbcb8e5afcb'),
(5415, 360, 'client_image_2', '210'),
(5416, 360, '_client_image_2', 'field_63cbcbd95afcc'),
(5417, 360, 'client_image_3', '209'),
(5418, 360, '_client_image_3', 'field_63cbcbe55afcd'),
(5419, 360, 'client_image_4', '208'),
(5420, 360, '_client_image_4', 'field_63cbcbe75afce'),
(5421, 360, 'client_image_5', '207'),
(5422, 360, '_client_image_5', 'field_63cbcbeb5afcf'),
(5423, 360, 'client_image_6', '206'),
(5424, 360, '_client_image_6', 'field_63cbcbef5afd0'),
(5425, 360, 'email', 'info@messagegroup.co.in'),
(5426, 360, '_email', 'field_63c93e1309d31'),
(5427, 360, 'tag_line1', 'Innovative Food Machinery'),
(5428, 360, '_tag_line1', 'field_63cbb9903babf'),
(5429, 360, 'tag_line2', 'Value-Packed Machinery'),
(5430, 360, '_tag_line2', 'field_63cbba1a3bac0'),
(5431, 360, 'tag_line3', 'Rapid Response, Satisfaction'),
(5432, 360, '_tag_line3', 'field_63cbba503bac1'),
(5433, 360, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(5434, 360, '_long_description_about_us_2', 'field_63cdfd562520a'),
(5435, 360, 'industry_we_serve_image_1', '223'),
(5436, 360, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(5437, 360, 'industry_we_serve_image_2', '222'),
(5438, 360, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(5439, 360, 'industry_we_serve_image_3', '225'),
(5440, 360, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(5441, 360, 'industry_we_serve_image_4', '226'),
(5442, 360, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(5443, 360, 'industry_we_serve_image_5', '227'),
(5444, 360, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(5445, 360, 'industry_we_serve_short_description', ''),
(5446, 360, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(5447, 360, 'company_profile', '261'),
(5448, 360, '_company_profile', 'field_63ce36c7c9a55'),
(5449, 360, 'map_technology', '261'),
(5450, 360, '_map_technology', 'field_63ce3756c9a56'),
(5451, 360, 'food_addsive', '262'),
(5452, 360, '_food_addsive', 'field_63ce375ac9a57'),
(5453, 360, 'session_mix', '263'),
(5454, 360, '_session_mix', 'field_63ce375dc9a58'),
(5455, 360, 'life_chart_by_map_technology', '264'),
(5456, 360, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5457, 360, 'food_additives', '262'),
(5458, 360, '_food_additives', 'field_63ce375ac9a57'),
(5459, 360, 'get_started_background', '272'),
(5460, 360, '_get_started_background', 'field_63ce497feef6e'),
(5461, 360, 'choose_us_background', '357'),
(5462, 360, '_choose_us_background', 'field_63ce539a8b5b1'),
(5463, 360, 'message_group_1', '283'),
(5464, 360, '_message_group_1', 'field_63ce69047b0c9'),
(5465, 360, 'message_group_2', '284'),
(5466, 360, '_message_group_2', 'field_63ce6a627b0cd'),
(5467, 360, 'message_group_3', '285'),
(5468, 360, '_message_group_3', 'field_63ce6a637b0ce'),
(5469, 360, 'message_group_4', '286'),
(5470, 360, '_message_group_4', 'field_63ce6a687b0cf'),
(5471, 360, 'expertise_section_image', '359'),
(5472, 360, '_expertise_section_image', 'field_63ce860ce9935'),
(5473, 360, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(5474, 360, '_array_of_feature_section', 'field_63ce89ca26c57'),
(5477, 362, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5478, 362, '_address', 'field_63c92e1503f94'),
(5479, 362, 'tel_phone_number', '+91 2824 223921'),
(5480, 362, '_tel_phone_number', 'field_63c92e5d03f95'),
(5481, 362, 'mobile_no', '+91 96628 45243'),
(5482, 362, '_mobile_no', 'field_63c92eb703f96'),
(5483, 362, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5484, 362, '_facebook_link', 'field_63c92f8503f97'),
(5485, 362, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5486, 362, '_google_link', 'field_63c92fa403f98'),
(5487, 362, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5488, 362, '_company_description', 'field_63c9309e03f99'),
(5489, 362, 'slider_image1', '229'),
(5490, 362, '_slider_image1', 'field_63c8c6482244c'),
(5491, 362, 'slider_image2', '353'),
(5492, 362, '_slider_image2', 'field_63c8c68f2244d'),
(5493, 362, 'slider_image3', '235'),
(5494, 362, '_slider_image3', 'field_63c8d1b9959fa'),
(5495, 362, 'slider_title1', 'Seasoning Mix '),
(5496, 362, '_slider_title1', 'field_63c8d1ef959fb'),
(5497, 362, 'slider_title2', 'Future Vision'),
(5498, 362, '_slider_title2', 'field_63c8d20a959fc'),
(5499, 362, 'slider_title3', 'The miracle of research'),
(5500, 362, '_slider_title3', 'field_63c8d218959fd'),
(5501, 362, 'slider_description1', 'All kind of seasoning mix solution for you'),
(5502, 362, '_slider_description1', 'field_63c8d237959fe'),
(5503, 362, 'slider_description2', 'Packaging solutions turnkey projects'),
(5504, 362, '_slider_description2', 'field_63c8d274959ff'),
(5505, 362, 'slider_description3', 'Food additives and much more...'),
(5506, 362, '_slider_description3', 'field_63c8d28f95a00'),
(5507, 362, 'about_us_title', 'Leading Food Consulting Company'),
(5508, 362, '_about_us_title', 'field_63cbbac505df9'),
(5509, 362, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(5510, 362, '_short_description', 'field_63cbbbe305dfa'),
(5511, 362, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(5512, 362, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(5513, 362, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(5514, 362, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(5515, 362, 'video_background', '242'),
(5516, 362, '_video_background', 'field_63cbc2880b5de'),
(5517, 362, 'client_image_1', '211'),
(5518, 362, '_client_image_1', 'field_63cbcb8e5afcb'),
(5519, 362, 'client_image_2', '210'),
(5520, 362, '_client_image_2', 'field_63cbcbd95afcc'),
(5521, 362, 'client_image_3', '209'),
(5522, 362, '_client_image_3', 'field_63cbcbe55afcd'),
(5523, 362, 'client_image_4', '208'),
(5524, 362, '_client_image_4', 'field_63cbcbe75afce'),
(5525, 362, 'client_image_5', '207'),
(5526, 362, '_client_image_5', 'field_63cbcbeb5afcf'),
(5527, 362, 'client_image_6', '206'),
(5528, 362, '_client_image_6', 'field_63cbcbef5afd0'),
(5529, 362, 'email', 'info@messagegroup.co.in'),
(5530, 362, '_email', 'field_63c93e1309d31'),
(5531, 362, 'tag_line1', 'Innovative Food Machinery'),
(5532, 362, '_tag_line1', 'field_63cbb9903babf'),
(5533, 362, 'tag_line2', 'Value-Packed Machinery'),
(5534, 362, '_tag_line2', 'field_63cbba1a3bac0'),
(5535, 362, 'tag_line3', 'Rapid Response, Satisfaction'),
(5536, 362, '_tag_line3', 'field_63cbba503bac1'),
(5537, 362, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(5538, 362, '_long_description_about_us_2', 'field_63cdfd562520a'),
(5539, 362, 'industry_we_serve_image_1', '361'),
(5540, 362, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(5541, 362, 'industry_we_serve_image_2', '222'),
(5542, 362, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(5543, 362, 'industry_we_serve_image_3', '225'),
(5544, 362, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(5545, 362, 'industry_we_serve_image_4', '226'),
(5546, 362, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(5547, 362, 'industry_we_serve_image_5', '361'),
(5548, 362, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(5549, 362, 'industry_we_serve_short_description', ''),
(5550, 362, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(5551, 362, 'company_profile', '261'),
(5552, 362, '_company_profile', 'field_63ce36c7c9a55'),
(5553, 362, 'map_technology', '261'),
(5554, 362, '_map_technology', 'field_63ce3756c9a56'),
(5555, 362, 'food_addsive', '262'),
(5556, 362, '_food_addsive', 'field_63ce375ac9a57'),
(5557, 362, 'session_mix', '263'),
(5558, 362, '_session_mix', 'field_63ce375dc9a58'),
(5559, 362, 'life_chart_by_map_technology', '264'),
(5560, 362, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5561, 362, 'food_additives', '262'),
(5562, 362, '_food_additives', 'field_63ce375ac9a57'),
(5563, 362, 'get_started_background', '272'),
(5564, 362, '_get_started_background', 'field_63ce497feef6e'),
(5565, 362, 'choose_us_background', '357'),
(5566, 362, '_choose_us_background', 'field_63ce539a8b5b1'),
(5567, 362, 'message_group_1', '283'),
(5568, 362, '_message_group_1', 'field_63ce69047b0c9'),
(5569, 362, 'message_group_2', '284'),
(5570, 362, '_message_group_2', 'field_63ce6a627b0cd'),
(5571, 362, 'message_group_3', '285'),
(5572, 362, '_message_group_3', 'field_63ce6a637b0ce'),
(5573, 362, 'message_group_4', '286'),
(5574, 362, '_message_group_4', 'field_63ce6a687b0cf'),
(5575, 362, 'expertise_section_image', '359'),
(5576, 362, '_expertise_section_image', 'field_63ce860ce9935'),
(5577, 362, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(5578, 362, '_array_of_feature_section', 'field_63ce89ca26c57'),
(5579, 363, '_wp_attached_file', '2023/01/New-Project-3.png'),
(5580, 363, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:370;s:4:\"file\";s:25:\"2023/01/New-Project-3.png\";s:8:\"filesize\";i:168082;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5581, 364, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5582, 364, '_address', 'field_63c92e1503f94'),
(5583, 364, 'tel_phone_number', '+91 2824 223921'),
(5584, 364, '_tel_phone_number', 'field_63c92e5d03f95'),
(5585, 364, 'mobile_no', '+91 96628 45243'),
(5586, 364, '_mobile_no', 'field_63c92eb703f96'),
(5587, 364, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5588, 364, '_facebook_link', 'field_63c92f8503f97'),
(5589, 364, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5590, 364, '_google_link', 'field_63c92fa403f98'),
(5591, 364, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5592, 364, '_company_description', 'field_63c9309e03f99'),
(5593, 364, 'slider_image1', '229'),
(5594, 364, '_slider_image1', 'field_63c8c6482244c'),
(5595, 364, 'slider_image2', '353'),
(5596, 364, '_slider_image2', 'field_63c8c68f2244d'),
(5597, 364, 'slider_image3', '235'),
(5598, 364, '_slider_image3', 'field_63c8d1b9959fa'),
(5599, 364, 'slider_title1', 'Seasoning Mix '),
(5600, 364, '_slider_title1', 'field_63c8d1ef959fb'),
(5601, 364, 'slider_title2', 'Future Vision'),
(5602, 364, '_slider_title2', 'field_63c8d20a959fc'),
(5603, 364, 'slider_title3', 'The miracle of research'),
(5604, 364, '_slider_title3', 'field_63c8d218959fd'),
(5605, 364, 'slider_description1', 'All kind of seasoning mix solution for you'),
(5606, 364, '_slider_description1', 'field_63c8d237959fe'),
(5607, 364, 'slider_description2', 'Packaging solutions turnkey projects'),
(5608, 364, '_slider_description2', 'field_63c8d274959ff'),
(5609, 364, 'slider_description3', 'Food additives and much more...'),
(5610, 364, '_slider_description3', 'field_63c8d28f95a00'),
(5611, 364, 'about_us_title', 'Leading Food Consulting Company'),
(5612, 364, '_about_us_title', 'field_63cbbac505df9'),
(5613, 364, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(5614, 364, '_short_description', 'field_63cbbbe305dfa'),
(5615, 364, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(5616, 364, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(5617, 364, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(5618, 364, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(5619, 364, 'video_background', '242'),
(5620, 364, '_video_background', 'field_63cbc2880b5de'),
(5621, 364, 'client_image_1', '211'),
(5622, 364, '_client_image_1', 'field_63cbcb8e5afcb'),
(5623, 364, 'client_image_2', '210'),
(5624, 364, '_client_image_2', 'field_63cbcbd95afcc'),
(5625, 364, 'client_image_3', '209'),
(5626, 364, '_client_image_3', 'field_63cbcbe55afcd'),
(5627, 364, 'client_image_4', '208'),
(5628, 364, '_client_image_4', 'field_63cbcbe75afce'),
(5629, 364, 'client_image_5', '207'),
(5630, 364, '_client_image_5', 'field_63cbcbeb5afcf'),
(5631, 364, 'client_image_6', '206'),
(5632, 364, '_client_image_6', 'field_63cbcbef5afd0'),
(5633, 364, 'email', 'info@messagegroup.co.in'),
(5634, 364, '_email', 'field_63c93e1309d31'),
(5635, 364, 'tag_line1', 'Innovative Food Machinery'),
(5636, 364, '_tag_line1', 'field_63cbb9903babf'),
(5637, 364, 'tag_line2', 'Value-Packed Machinery'),
(5638, 364, '_tag_line2', 'field_63cbba1a3bac0'),
(5639, 364, 'tag_line3', 'Rapid Response, Satisfaction'),
(5640, 364, '_tag_line3', 'field_63cbba503bac1'),
(5641, 364, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(5642, 364, '_long_description_about_us_2', 'field_63cdfd562520a'),
(5643, 364, 'industry_we_serve_image_1', '363'),
(5644, 364, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(5645, 364, 'industry_we_serve_image_2', '222'),
(5646, 364, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(5647, 364, 'industry_we_serve_image_3', '225'),
(5648, 364, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(5649, 364, 'industry_we_serve_image_4', '226'),
(5650, 364, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(5651, 364, 'industry_we_serve_image_5', '361'),
(5652, 364, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(5653, 364, 'industry_we_serve_short_description', ''),
(5654, 364, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(5655, 364, 'company_profile', '261'),
(5656, 364, '_company_profile', 'field_63ce36c7c9a55'),
(5657, 364, 'map_technology', '261'),
(5658, 364, '_map_technology', 'field_63ce3756c9a56'),
(5659, 364, 'food_addsive', '262'),
(5660, 364, '_food_addsive', 'field_63ce375ac9a57'),
(5661, 364, 'session_mix', '263'),
(5662, 364, '_session_mix', 'field_63ce375dc9a58'),
(5663, 364, 'life_chart_by_map_technology', '264'),
(5664, 364, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5665, 364, 'food_additives', '262'),
(5666, 364, '_food_additives', 'field_63ce375ac9a57'),
(5667, 364, 'get_started_background', '272'),
(5668, 364, '_get_started_background', 'field_63ce497feef6e'),
(5669, 364, 'choose_us_background', '357'),
(5670, 364, '_choose_us_background', 'field_63ce539a8b5b1'),
(5671, 364, 'message_group_1', '283'),
(5672, 364, '_message_group_1', 'field_63ce69047b0c9'),
(5673, 364, 'message_group_2', '284'),
(5674, 364, '_message_group_2', 'field_63ce6a627b0cd'),
(5675, 364, 'message_group_3', '285'),
(5676, 364, '_message_group_3', 'field_63ce6a637b0ce'),
(5677, 364, 'message_group_4', '286'),
(5678, 364, '_message_group_4', 'field_63ce6a687b0cf'),
(5679, 364, 'expertise_section_image', '359'),
(5680, 364, '_expertise_section_image', 'field_63ce860ce9935'),
(5681, 364, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(5682, 364, '_array_of_feature_section', 'field_63ce89ca26c57'),
(5683, 365, '_wp_attached_file', '2023/01/New-Project-4.png'),
(5684, 365, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:450;s:6:\"height\";i:370;s:4:\"file\";s:25:\"2023/01/New-Project-4.png\";s:8:\"filesize\";i:119380;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5689, 368, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5690, 368, '_address', 'field_63c92e1503f94'),
(5691, 368, 'tel_phone_number', '+91 2824 223921'),
(5692, 368, '_tel_phone_number', 'field_63c92e5d03f95'),
(5693, 368, 'mobile_no', '+91 96628 45243'),
(5694, 368, '_mobile_no', 'field_63c92eb703f96'),
(5695, 368, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5696, 368, '_facebook_link', 'field_63c92f8503f97'),
(5697, 368, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5698, 368, '_google_link', 'field_63c92fa403f98'),
(5699, 368, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5700, 368, '_company_description', 'field_63c9309e03f99'),
(5701, 368, 'slider_image1', '229'),
(5702, 368, '_slider_image1', 'field_63c8c6482244c'),
(5703, 368, 'slider_image2', '353'),
(5704, 368, '_slider_image2', 'field_63c8c68f2244d'),
(5705, 368, 'slider_image3', '235'),
(5706, 368, '_slider_image3', 'field_63c8d1b9959fa'),
(5707, 368, 'slider_title1', 'Seasoning Mix '),
(5708, 368, '_slider_title1', 'field_63c8d1ef959fb'),
(5709, 368, 'slider_title2', 'Future Vision'),
(5710, 368, '_slider_title2', 'field_63c8d20a959fc'),
(5711, 368, 'slider_title3', 'The miracle of research'),
(5712, 368, '_slider_title3', 'field_63c8d218959fd'),
(5713, 368, 'slider_description1', 'All kind of seasoning mix solution for you'),
(5714, 368, '_slider_description1', 'field_63c8d237959fe'),
(5715, 368, 'slider_description2', 'Packaging solutions turnkey projects'),
(5716, 368, '_slider_description2', 'field_63c8d274959ff'),
(5717, 368, 'slider_description3', 'Food additives and much more...'),
(5718, 368, '_slider_description3', 'field_63c8d28f95a00'),
(5719, 368, 'about_us_title', 'Leading Food Consulting Company'),
(5720, 368, '_about_us_title', 'field_63cbbac505df9'),
(5721, 368, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(5722, 368, '_short_description', 'field_63cbbbe305dfa'),
(5723, 368, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(5724, 368, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(5725, 368, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(5726, 368, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(5727, 368, 'video_background', '242'),
(5728, 368, '_video_background', 'field_63cbc2880b5de'),
(5729, 368, 'client_image_1', '211'),
(5730, 368, '_client_image_1', 'field_63cbcb8e5afcb'),
(5731, 368, 'client_image_2', '210'),
(5732, 368, '_client_image_2', 'field_63cbcbd95afcc'),
(5733, 368, 'client_image_3', '209'),
(5734, 368, '_client_image_3', 'field_63cbcbe55afcd'),
(5735, 368, 'client_image_4', '208'),
(5736, 368, '_client_image_4', 'field_63cbcbe75afce'),
(5737, 368, 'client_image_5', '207'),
(5738, 368, '_client_image_5', 'field_63cbcbeb5afcf'),
(5739, 368, 'client_image_6', '206'),
(5740, 368, '_client_image_6', 'field_63cbcbef5afd0'),
(5741, 368, 'email', 'info@messagegroup.co.in'),
(5742, 368, '_email', 'field_63c93e1309d31'),
(5743, 368, 'tag_line1', 'Innovative Food Machinery'),
(5744, 368, '_tag_line1', 'field_63cbb9903babf'),
(5745, 368, 'tag_line2', 'Value-Packed Machinery'),
(5746, 368, '_tag_line2', 'field_63cbba1a3bac0'),
(5747, 368, 'tag_line3', 'Rapid Response, Satisfaction'),
(5748, 368, '_tag_line3', 'field_63cbba503bac1'),
(5749, 368, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(5750, 368, '_long_description_about_us_2', 'field_63cdfd562520a'),
(5751, 368, 'industry_we_serve_image_1', '363'),
(5752, 368, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(5753, 368, 'industry_we_serve_image_2', '365'),
(5754, 368, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(5755, 368, 'industry_we_serve_image_3', '366'),
(5756, 368, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(5757, 368, 'industry_we_serve_image_4', '367'),
(5758, 368, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(5759, 368, 'industry_we_serve_image_5', '361'),
(5760, 368, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(5761, 368, 'industry_we_serve_short_description', ''),
(5762, 368, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(5763, 368, 'company_profile', '261'),
(5764, 368, '_company_profile', 'field_63ce36c7c9a55'),
(5765, 368, 'map_technology', '261'),
(5766, 368, '_map_technology', 'field_63ce3756c9a56'),
(5767, 368, 'food_addsive', '262'),
(5768, 368, '_food_addsive', 'field_63ce375ac9a57'),
(5769, 368, 'session_mix', '263'),
(5770, 368, '_session_mix', 'field_63ce375dc9a58'),
(5771, 368, 'life_chart_by_map_technology', '264'),
(5772, 368, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5773, 368, 'food_additives', '262'),
(5774, 368, '_food_additives', 'field_63ce375ac9a57'),
(5775, 368, 'get_started_background', '272'),
(5776, 368, '_get_started_background', 'field_63ce497feef6e'),
(5777, 368, 'choose_us_background', '357'),
(5778, 368, '_choose_us_background', 'field_63ce539a8b5b1'),
(5779, 368, 'message_group_1', '283'),
(5780, 368, '_message_group_1', 'field_63ce69047b0c9'),
(5781, 368, 'message_group_2', '284'),
(5782, 368, '_message_group_2', 'field_63ce6a627b0cd'),
(5783, 368, 'message_group_3', '285'),
(5784, 368, '_message_group_3', 'field_63ce6a637b0ce'),
(5785, 368, 'message_group_4', '286'),
(5786, 368, '_message_group_4', 'field_63ce6a687b0cf'),
(5787, 368, 'expertise_section_image', '359'),
(5788, 368, '_expertise_section_image', 'field_63ce860ce9935'),
(5789, 368, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(5790, 368, '_array_of_feature_section', 'field_63ce89ca26c57'),
(5791, 369, '_menu_item_type', 'custom'),
(5792, 369, '_menu_item_menu_item_parent', '0'),
(5793, 369, '_menu_item_object_id', '369'),
(5794, 369, '_menu_item_object', 'custom'),
(5795, 369, '_menu_item_target', ''),
(5796, 369, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5797, 369, '_menu_item_xfn', ''),
(5798, 369, '_menu_item_url', '/about'),
(5800, 370, '_menu_item_type', 'custom'),
(5801, 370, '_menu_item_menu_item_parent', '0'),
(5802, 370, '_menu_item_object_id', '370'),
(5803, 370, '_menu_item_object', 'custom'),
(5804, 370, '_menu_item_target', ''),
(5805, 370, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5806, 370, '_menu_item_xfn', ''),
(5807, 370, '_menu_item_url', '/contact'),
(5809, 371, '_menu_item_type', 'custom'),
(5810, 371, '_menu_item_menu_item_parent', '0'),
(5811, 371, '_menu_item_object_id', '371'),
(5812, 371, '_menu_item_object', 'custom'),
(5813, 371, '_menu_item_target', ''),
(5814, 371, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5815, 371, '_menu_item_xfn', ''),
(5816, 371, '_menu_item_url', '/seasoning-mix'),
(5818, 372, '_menu_item_type', 'custom'),
(5819, 372, '_menu_item_menu_item_parent', '0'),
(5820, 372, '_menu_item_object_id', '372'),
(5821, 372, '_menu_item_object', 'custom'),
(5822, 372, '_menu_item_target', ''),
(5823, 372, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5824, 372, '_menu_item_xfn', ''),
(5825, 372, '_menu_item_url', '/food-additives'),
(5827, 373, '_menu_item_type', 'custom'),
(5828, 373, '_menu_item_menu_item_parent', '0'),
(5829, 373, '_menu_item_object_id', '373'),
(5830, 373, '_menu_item_object', 'custom'),
(5831, 373, '_menu_item_target', ''),
(5832, 373, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5833, 373, '_menu_item_xfn', ''),
(5834, 373, '_menu_item_url', '/automap'),
(5836, 319, 'banner_image', '684'),
(5837, 319, '_banner_image', 'field_63d527184f31d'),
(5838, 319, 'banner_title', ''),
(5839, 319, '_banner_title', 'field_63d527614f31e'),
(5840, 319, 'template_image_1', '645'),
(5841, 319, '_template_image_1', 'field_63d529664f31f'),
(5842, 319, 'template_image_2', ''),
(5843, 319, '_template_image_2', 'field_63d529b54f320'),
(5844, 319, 'template_image_3', ''),
(5845, 319, '_template_image_3', 'field_63d529b94f321'),
(5846, 319, 'template_image_4', ''),
(5847, 319, '_template_image_4', 'field_63d529bc4f322'),
(5848, 375, 'company_profile', ''),
(5849, 375, '_company_profile', 'field_63ce36c7c9a55'),
(5850, 375, 'map_technology', ''),
(5851, 375, '_map_technology', 'field_63ce3756c9a56'),
(5852, 375, 'food_additives', ''),
(5853, 375, '_food_additives', 'field_63ce375ac9a57'),
(5854, 375, 'session_mix', ''),
(5855, 375, '_session_mix', 'field_63ce375dc9a58'),
(5856, 375, 'life_chart_by_map_technology', ''),
(5857, 375, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5858, 375, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5859, 375, '_address', 'field_63c92e1503f94'),
(5860, 375, 'tel_phone_number', '+91 2824 223921'),
(5861, 375, '_tel_phone_number', 'field_63c92e5d03f95'),
(5862, 375, 'mobile_no', '+91 96628 45243'),
(5863, 375, '_mobile_no', 'field_63c92eb703f96'),
(5864, 375, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5865, 375, '_facebook_link', 'field_63c92f8503f97'),
(5866, 375, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5867, 375, '_google_link', 'field_63c92fa403f98'),
(5868, 375, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5869, 375, '_company_description', 'field_63c9309e03f99'),
(5870, 375, 'email', 'info@messagegroup.co.in'),
(5871, 375, '_email', 'field_63c93e1309d31'),
(5872, 375, 'get_started_background', ''),
(5873, 375, '_get_started_background', 'field_63ce497feef6e'),
(5874, 375, 'choose_us_background', ''),
(5875, 375, '_choose_us_background', 'field_63ce539a8b5b1'),
(5876, 375, 'message_group_1', ''),
(5877, 375, '_message_group_1', 'field_63ce69047b0c9'),
(5878, 375, 'message_group_2', ''),
(5879, 375, '_message_group_2', 'field_63ce6a627b0cd'),
(5880, 375, 'message_group_3', ''),
(5881, 375, '_message_group_3', 'field_63ce6a637b0ce'),
(5882, 375, 'message_group_4', ''),
(5883, 375, '_message_group_4', 'field_63ce6a687b0cf'),
(5884, 375, 'expertise_section_image', ''),
(5885, 375, '_expertise_section_image', 'field_63ce860ce9935'),
(5886, 375, 'banner_image', ''),
(5887, 375, '_banner_image', 'field_63d527184f31d'),
(5888, 375, 'banner_title', ''),
(5889, 375, '_banner_title', 'field_63d527614f31e'),
(5890, 375, 'template_image_1', ''),
(5891, 375, '_template_image_1', 'field_63d529664f31f'),
(5892, 375, 'template_image_2', ''),
(5893, 375, '_template_image_2', 'field_63d529b54f320'),
(5894, 375, 'template_image_3', ''),
(5895, 375, '_template_image_3', 'field_63d529b94f321'),
(5896, 375, 'template_image_4', ''),
(5897, 375, '_template_image_4', 'field_63d529bc4f322'),
(5900, 377, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(5901, 377, '_address', 'field_63c92e1503f94'),
(5902, 377, 'tel_phone_number', '+91 2824 223921'),
(5903, 377, '_tel_phone_number', 'field_63c92e5d03f95'),
(5904, 377, 'mobile_no', '+91 96628 45243'),
(5905, 377, '_mobile_no', 'field_63c92eb703f96'),
(5906, 377, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(5907, 377, '_facebook_link', 'field_63c92f8503f97'),
(5908, 377, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(5909, 377, '_google_link', 'field_63c92fa403f98'),
(5910, 377, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(5911, 377, '_company_description', 'field_63c9309e03f99'),
(5912, 377, 'slider_image1', '376'),
(5913, 377, '_slider_image1', 'field_63c8c6482244c'),
(5914, 377, 'slider_image2', '353'),
(5915, 377, '_slider_image2', 'field_63c8c68f2244d'),
(5916, 377, 'slider_image3', '235'),
(5917, 377, '_slider_image3', 'field_63c8d1b9959fa'),
(5918, 377, 'slider_title1', 'Seasoning Mix '),
(5919, 377, '_slider_title1', 'field_63c8d1ef959fb'),
(5920, 377, 'slider_title2', 'Future Vision'),
(5921, 377, '_slider_title2', 'field_63c8d20a959fc'),
(5922, 377, 'slider_title3', 'The miracle of research'),
(5923, 377, '_slider_title3', 'field_63c8d218959fd'),
(5924, 377, 'slider_description1', 'All kind of seasoning mix solution for you'),
(5925, 377, '_slider_description1', 'field_63c8d237959fe'),
(5926, 377, 'slider_description2', 'Packaging solutions turnkey projects'),
(5927, 377, '_slider_description2', 'field_63c8d274959ff'),
(5928, 377, 'slider_description3', 'Food additives and much more...'),
(5929, 377, '_slider_description3', 'field_63c8d28f95a00'),
(5930, 377, 'about_us_title', 'Leading Food Consulting Company'),
(5931, 377, '_about_us_title', 'field_63cbbac505df9'),
(5932, 377, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(5933, 377, '_short_description', 'field_63cbbbe305dfa'),
(5934, 377, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(5935, 377, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(5936, 377, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(5937, 377, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(5938, 377, 'video_background', '242'),
(5939, 377, '_video_background', 'field_63cbc2880b5de'),
(5940, 377, 'client_image_1', '211'),
(5941, 377, '_client_image_1', 'field_63cbcb8e5afcb'),
(5942, 377, 'client_image_2', '210'),
(5943, 377, '_client_image_2', 'field_63cbcbd95afcc'),
(5944, 377, 'client_image_3', '209'),
(5945, 377, '_client_image_3', 'field_63cbcbe55afcd'),
(5946, 377, 'client_image_4', '208'),
(5947, 377, '_client_image_4', 'field_63cbcbe75afce'),
(5948, 377, 'client_image_5', '207'),
(5949, 377, '_client_image_5', 'field_63cbcbeb5afcf'),
(5950, 377, 'client_image_6', '206'),
(5951, 377, '_client_image_6', 'field_63cbcbef5afd0'),
(5952, 377, 'email', 'info@messagegroup.co.in'),
(5953, 377, '_email', 'field_63c93e1309d31'),
(5954, 377, 'tag_line1', 'Innovative Food Machinery'),
(5955, 377, '_tag_line1', 'field_63cbb9903babf'),
(5956, 377, 'tag_line2', 'Value-Packed Machinery'),
(5957, 377, '_tag_line2', 'field_63cbba1a3bac0'),
(5958, 377, 'tag_line3', 'Rapid Response, Satisfaction'),
(5959, 377, '_tag_line3', 'field_63cbba503bac1'),
(5960, 377, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(5961, 377, '_long_description_about_us_2', 'field_63cdfd562520a'),
(5962, 377, 'industry_we_serve_image_1', '363'),
(5963, 377, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(5964, 377, 'industry_we_serve_image_2', '365'),
(5965, 377, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(5966, 377, 'industry_we_serve_image_3', '366'),
(5967, 377, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(5968, 377, 'industry_we_serve_image_4', '367'),
(5969, 377, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(5970, 377, 'industry_we_serve_image_5', '361'),
(5971, 377, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(5972, 377, 'industry_we_serve_short_description', ''),
(5973, 377, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(5974, 377, 'company_profile', '261'),
(5975, 377, '_company_profile', 'field_63ce36c7c9a55'),
(5976, 377, 'map_technology', '261'),
(5977, 377, '_map_technology', 'field_63ce3756c9a56'),
(5978, 377, 'food_addsive', '262'),
(5979, 377, '_food_addsive', 'field_63ce375ac9a57'),
(5980, 377, 'session_mix', '263'),
(5981, 377, '_session_mix', 'field_63ce375dc9a58'),
(5982, 377, 'life_chart_by_map_technology', '264'),
(5983, 377, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(5984, 377, 'food_additives', '262'),
(5985, 377, '_food_additives', 'field_63ce375ac9a57');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5986, 377, 'get_started_background', '272'),
(5987, 377, '_get_started_background', 'field_63ce497feef6e'),
(5988, 377, 'choose_us_background', '357'),
(5989, 377, '_choose_us_background', 'field_63ce539a8b5b1'),
(5990, 377, 'message_group_1', '283'),
(5991, 377, '_message_group_1', 'field_63ce69047b0c9'),
(5992, 377, 'message_group_2', '284'),
(5993, 377, '_message_group_2', 'field_63ce6a627b0cd'),
(5994, 377, 'message_group_3', '285'),
(5995, 377, '_message_group_3', 'field_63ce6a637b0ce'),
(5996, 377, 'message_group_4', '286'),
(5997, 377, '_message_group_4', 'field_63ce6a687b0cf'),
(5998, 377, 'expertise_section_image', '359'),
(5999, 377, '_expertise_section_image', 'field_63ce860ce9935'),
(6000, 377, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(6001, 377, '_array_of_feature_section', 'field_63ce89ca26c57'),
(6006, 380, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(6007, 380, '_address', 'field_63c92e1503f94'),
(6008, 380, 'tel_phone_number', '+91 2824 223921'),
(6009, 380, '_tel_phone_number', 'field_63c92e5d03f95'),
(6010, 380, 'mobile_no', '+91 96628 45243'),
(6011, 380, '_mobile_no', 'field_63c92eb703f96'),
(6012, 380, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6013, 380, '_facebook_link', 'field_63c92f8503f97'),
(6014, 380, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6015, 380, '_google_link', 'field_63c92fa403f98'),
(6016, 380, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6017, 380, '_company_description', 'field_63c9309e03f99'),
(6018, 380, 'slider_image1', '376'),
(6019, 380, '_slider_image1', 'field_63c8c6482244c'),
(6020, 380, 'slider_image2', '353'),
(6021, 380, '_slider_image2', 'field_63c8c68f2244d'),
(6022, 380, 'slider_image3', '235'),
(6023, 380, '_slider_image3', 'field_63c8d1b9959fa'),
(6024, 380, 'slider_title1', 'Seasoning Mix '),
(6025, 380, '_slider_title1', 'field_63c8d1ef959fb'),
(6026, 380, 'slider_title2', 'Future Vision'),
(6027, 380, '_slider_title2', 'field_63c8d20a959fc'),
(6028, 380, 'slider_title3', 'The miracle of research'),
(6029, 380, '_slider_title3', 'field_63c8d218959fd'),
(6030, 380, 'slider_description1', 'All kind of seasoning mix solution for you'),
(6031, 380, '_slider_description1', 'field_63c8d237959fe'),
(6032, 380, 'slider_description2', 'Packaging solutions turnkey projects'),
(6033, 380, '_slider_description2', 'field_63c8d274959ff'),
(6034, 380, 'slider_description3', 'Food additives and much more...'),
(6035, 380, '_slider_description3', 'field_63c8d28f95a00'),
(6036, 380, 'about_us_title', 'Leading Food Consulting Company'),
(6037, 380, '_about_us_title', 'field_63cbbac505df9'),
(6038, 380, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(6039, 380, '_short_description', 'field_63cbbbe305dfa'),
(6040, 380, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(6041, 380, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(6042, 380, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(6043, 380, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(6044, 380, 'video_background', '242'),
(6045, 380, '_video_background', 'field_63cbc2880b5de'),
(6046, 380, 'client_image_1', '211'),
(6047, 380, '_client_image_1', 'field_63cbcb8e5afcb'),
(6048, 380, 'client_image_2', '210'),
(6049, 380, '_client_image_2', 'field_63cbcbd95afcc'),
(6050, 380, 'client_image_3', '209'),
(6051, 380, '_client_image_3', 'field_63cbcbe55afcd'),
(6052, 380, 'client_image_4', '208'),
(6053, 380, '_client_image_4', 'field_63cbcbe75afce'),
(6054, 380, 'client_image_5', '207'),
(6055, 380, '_client_image_5', 'field_63cbcbeb5afcf'),
(6056, 380, 'client_image_6', '206'),
(6057, 380, '_client_image_6', 'field_63cbcbef5afd0'),
(6058, 380, 'email', 'info@messagegroup.co.in'),
(6059, 380, '_email', 'field_63c93e1309d31'),
(6060, 380, 'tag_line1', 'Innovative Food Machinery'),
(6061, 380, '_tag_line1', 'field_63cbb9903babf'),
(6062, 380, 'tag_line2', 'Value-Packed Machinery'),
(6063, 380, '_tag_line2', 'field_63cbba1a3bac0'),
(6064, 380, 'tag_line3', 'Rapid Response, Satisfaction'),
(6065, 380, '_tag_line3', 'field_63cbba503bac1'),
(6066, 380, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(6067, 380, '_long_description_about_us_2', 'field_63cdfd562520a'),
(6068, 380, 'industry_we_serve_image_1', '363'),
(6069, 380, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(6070, 380, 'industry_we_serve_image_2', '365'),
(6071, 380, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(6072, 380, 'industry_we_serve_image_3', '366'),
(6073, 380, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(6074, 380, 'industry_we_serve_image_4', '367'),
(6075, 380, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(6076, 380, 'industry_we_serve_image_5', '361'),
(6077, 380, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(6078, 380, 'industry_we_serve_short_description', ''),
(6079, 380, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(6080, 380, 'company_profile', '261'),
(6081, 380, '_company_profile', 'field_63ce36c7c9a55'),
(6082, 380, 'map_technology', '379'),
(6083, 380, '_map_technology', 'field_63ce3756c9a56'),
(6084, 380, 'food_addsive', '262'),
(6085, 380, '_food_addsive', 'field_63ce375ac9a57'),
(6086, 380, 'session_mix', '263'),
(6087, 380, '_session_mix', 'field_63ce375dc9a58'),
(6088, 380, 'life_chart_by_map_technology', '264'),
(6089, 380, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6090, 380, 'food_additives', '262'),
(6091, 380, '_food_additives', 'field_63ce375ac9a57'),
(6092, 380, 'get_started_background', '272'),
(6093, 380, '_get_started_background', 'field_63ce497feef6e'),
(6094, 380, 'choose_us_background', '357'),
(6095, 380, '_choose_us_background', 'field_63ce539a8b5b1'),
(6096, 380, 'message_group_1', '283'),
(6097, 380, '_message_group_1', 'field_63ce69047b0c9'),
(6098, 380, 'message_group_2', '284'),
(6099, 380, '_message_group_2', 'field_63ce6a627b0cd'),
(6100, 380, 'message_group_3', '285'),
(6101, 380, '_message_group_3', 'field_63ce6a637b0ce'),
(6102, 380, 'message_group_4', '286'),
(6103, 380, '_message_group_4', 'field_63ce6a687b0cf'),
(6104, 380, 'expertise_section_image', '359'),
(6105, 380, '_expertise_section_image', 'field_63ce860ce9935'),
(6106, 380, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(6107, 380, '_array_of_feature_section', 'field_63ce89ca26c57'),
(6108, 11, '1st_title__of_slider_1', 'Miss Me'),
(6109, 11, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(6110, 11, '1st_title__of_slider_2', 'AutoMAP'),
(6111, 11, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(6112, 11, '1st_title__of_slider_3', 'Message'),
(6113, 11, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(6114, 386, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(6115, 386, '_address', 'field_63c92e1503f94'),
(6116, 386, 'tel_phone_number', '+91 2824 223921'),
(6117, 386, '_tel_phone_number', 'field_63c92e5d03f95'),
(6118, 386, 'mobile_no', '+91 96628 45243'),
(6119, 386, '_mobile_no', 'field_63c92eb703f96'),
(6120, 386, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6121, 386, '_facebook_link', 'field_63c92f8503f97'),
(6122, 386, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6123, 386, '_google_link', 'field_63c92fa403f98'),
(6124, 386, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6125, 386, '_company_description', 'field_63c9309e03f99'),
(6126, 386, 'slider_image1', '376'),
(6127, 386, '_slider_image1', 'field_63c8c6482244c'),
(6128, 386, 'slider_image2', '353'),
(6129, 386, '_slider_image2', 'field_63c8c68f2244d'),
(6130, 386, 'slider_image3', '235'),
(6131, 386, '_slider_image3', 'field_63c8d1b9959fa'),
(6132, 386, 'slider_title1', 'Seasoning Mix '),
(6133, 386, '_slider_title1', 'field_63c8d1ef959fb'),
(6134, 386, 'slider_title2', 'Future Vision'),
(6135, 386, '_slider_title2', 'field_63c8d20a959fc'),
(6136, 386, 'slider_title3', 'The miracle of research'),
(6137, 386, '_slider_title3', 'field_63c8d218959fd'),
(6138, 386, 'slider_description1', 'All kind of seasoning mix solution for you'),
(6139, 386, '_slider_description1', 'field_63c8d237959fe'),
(6140, 386, 'slider_description2', 'Packaging solutions turnkey projects'),
(6141, 386, '_slider_description2', 'field_63c8d274959ff'),
(6142, 386, 'slider_description3', 'Food additives and much more...'),
(6143, 386, '_slider_description3', 'field_63c8d28f95a00'),
(6144, 386, 'about_us_title', 'Leading Food Consulting Company'),
(6145, 386, '_about_us_title', 'field_63cbbac505df9'),
(6146, 386, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(6147, 386, '_short_description', 'field_63cbbbe305dfa'),
(6148, 386, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(6149, 386, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(6150, 386, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(6151, 386, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(6152, 386, 'video_background', '242'),
(6153, 386, '_video_background', 'field_63cbc2880b5de'),
(6154, 386, 'client_image_1', '211'),
(6155, 386, '_client_image_1', 'field_63cbcb8e5afcb'),
(6156, 386, 'client_image_2', '210'),
(6157, 386, '_client_image_2', 'field_63cbcbd95afcc'),
(6158, 386, 'client_image_3', '209'),
(6159, 386, '_client_image_3', 'field_63cbcbe55afcd'),
(6160, 386, 'client_image_4', '208'),
(6161, 386, '_client_image_4', 'field_63cbcbe75afce'),
(6162, 386, 'client_image_5', '207'),
(6163, 386, '_client_image_5', 'field_63cbcbeb5afcf'),
(6164, 386, 'client_image_6', '206'),
(6165, 386, '_client_image_6', 'field_63cbcbef5afd0'),
(6166, 386, 'email', 'info@messagegroup.co.in'),
(6167, 386, '_email', 'field_63c93e1309d31'),
(6168, 386, 'tag_line1', 'Innovative Food Machinery'),
(6169, 386, '_tag_line1', 'field_63cbb9903babf'),
(6170, 386, 'tag_line2', 'Value-Packed Machinery'),
(6171, 386, '_tag_line2', 'field_63cbba1a3bac0'),
(6172, 386, 'tag_line3', 'Rapid Response, Satisfaction'),
(6173, 386, '_tag_line3', 'field_63cbba503bac1'),
(6174, 386, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(6175, 386, '_long_description_about_us_2', 'field_63cdfd562520a'),
(6176, 386, 'industry_we_serve_image_1', '363'),
(6177, 386, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(6178, 386, 'industry_we_serve_image_2', '365'),
(6179, 386, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(6180, 386, 'industry_we_serve_image_3', '366'),
(6181, 386, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(6182, 386, 'industry_we_serve_image_4', '367'),
(6183, 386, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(6184, 386, 'industry_we_serve_image_5', '361'),
(6185, 386, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(6186, 386, 'industry_we_serve_short_description', ''),
(6187, 386, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(6188, 386, 'company_profile', '261'),
(6189, 386, '_company_profile', 'field_63ce36c7c9a55'),
(6190, 386, 'map_technology', '379'),
(6191, 386, '_map_technology', 'field_63ce3756c9a56'),
(6192, 386, 'food_addsive', '262'),
(6193, 386, '_food_addsive', 'field_63ce375ac9a57'),
(6194, 386, 'session_mix', '263'),
(6195, 386, '_session_mix', 'field_63ce375dc9a58'),
(6196, 386, 'life_chart_by_map_technology', '264'),
(6197, 386, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6198, 386, 'food_additives', '262'),
(6199, 386, '_food_additives', 'field_63ce375ac9a57'),
(6200, 386, 'get_started_background', '272'),
(6201, 386, '_get_started_background', 'field_63ce497feef6e'),
(6202, 386, 'choose_us_background', '357'),
(6203, 386, '_choose_us_background', 'field_63ce539a8b5b1'),
(6204, 386, 'message_group_1', '283'),
(6205, 386, '_message_group_1', 'field_63ce69047b0c9'),
(6206, 386, 'message_group_2', '284'),
(6207, 386, '_message_group_2', 'field_63ce6a627b0cd'),
(6208, 386, 'message_group_3', '285'),
(6209, 386, '_message_group_3', 'field_63ce6a637b0ce'),
(6210, 386, 'message_group_4', '286'),
(6211, 386, '_message_group_4', 'field_63ce6a687b0cf'),
(6212, 386, 'expertise_section_image', '359'),
(6213, 386, '_expertise_section_image', 'field_63ce860ce9935'),
(6214, 386, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(6215, 386, '_array_of_feature_section', 'field_63ce89ca26c57'),
(6216, 386, '1st_title__of_slider_1', 'Message'),
(6217, 386, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(6218, 386, '1st_title__of_slider_2', 'Message'),
(6219, 386, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(6220, 386, '1st_title__of_slider_3', 'Message'),
(6221, 386, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(6222, 387, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(6223, 387, '_address', 'field_63c92e1503f94'),
(6224, 387, 'tel_phone_number', '+91 2824 223921'),
(6225, 387, '_tel_phone_number', 'field_63c92e5d03f95'),
(6226, 387, 'mobile_no', '+91 96628 45243'),
(6227, 387, '_mobile_no', 'field_63c92eb703f96'),
(6228, 387, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6229, 387, '_facebook_link', 'field_63c92f8503f97'),
(6230, 387, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6231, 387, '_google_link', 'field_63c92fa403f98'),
(6232, 387, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6233, 387, '_company_description', 'field_63c9309e03f99'),
(6234, 387, 'slider_image1', '376'),
(6235, 387, '_slider_image1', 'field_63c8c6482244c'),
(6236, 387, 'slider_image2', '353'),
(6237, 387, '_slider_image2', 'field_63c8c68f2244d'),
(6238, 387, 'slider_image3', '235'),
(6239, 387, '_slider_image3', 'field_63c8d1b9959fa'),
(6240, 387, 'slider_title1', 'Seasoning Mix '),
(6241, 387, '_slider_title1', 'field_63c8d1ef959fb'),
(6242, 387, 'slider_title2', 'By Message'),
(6243, 387, '_slider_title2', 'field_63c8d20a959fc'),
(6244, 387, 'slider_title3', 'The miracle of research'),
(6245, 387, '_slider_title3', 'field_63c8d218959fd'),
(6246, 387, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(6247, 387, '_slider_description1', 'field_63c8d237959fe'),
(6248, 387, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(6249, 387, '_slider_description2', 'field_63c8d274959ff'),
(6250, 387, 'slider_description3', 'Food additives and much more...'),
(6251, 387, '_slider_description3', 'field_63c8d28f95a00'),
(6252, 387, 'about_us_title', 'Leading Food Consulting Company'),
(6253, 387, '_about_us_title', 'field_63cbbac505df9'),
(6254, 387, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(6255, 387, '_short_description', 'field_63cbbbe305dfa'),
(6256, 387, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(6257, 387, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(6258, 387, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(6259, 387, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(6260, 387, 'video_background', '242'),
(6261, 387, '_video_background', 'field_63cbc2880b5de'),
(6262, 387, 'client_image_1', '211'),
(6263, 387, '_client_image_1', 'field_63cbcb8e5afcb'),
(6264, 387, 'client_image_2', '210'),
(6265, 387, '_client_image_2', 'field_63cbcbd95afcc'),
(6266, 387, 'client_image_3', '209'),
(6267, 387, '_client_image_3', 'field_63cbcbe55afcd'),
(6268, 387, 'client_image_4', '208'),
(6269, 387, '_client_image_4', 'field_63cbcbe75afce'),
(6270, 387, 'client_image_5', '207'),
(6271, 387, '_client_image_5', 'field_63cbcbeb5afcf'),
(6272, 387, 'client_image_6', '206'),
(6273, 387, '_client_image_6', 'field_63cbcbef5afd0'),
(6274, 387, 'email', 'info@messagegroup.co.in'),
(6275, 387, '_email', 'field_63c93e1309d31'),
(6276, 387, 'tag_line1', 'Innovative Food Machinery'),
(6277, 387, '_tag_line1', 'field_63cbb9903babf'),
(6278, 387, 'tag_line2', 'Value-Packed Machinery'),
(6279, 387, '_tag_line2', 'field_63cbba1a3bac0'),
(6280, 387, 'tag_line3', 'Rapid Response, Satisfaction'),
(6281, 387, '_tag_line3', 'field_63cbba503bac1'),
(6282, 387, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(6283, 387, '_long_description_about_us_2', 'field_63cdfd562520a'),
(6284, 387, 'industry_we_serve_image_1', '363'),
(6285, 387, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(6286, 387, 'industry_we_serve_image_2', '365'),
(6287, 387, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(6288, 387, 'industry_we_serve_image_3', '366'),
(6289, 387, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(6290, 387, 'industry_we_serve_image_4', '367'),
(6291, 387, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(6292, 387, 'industry_we_serve_image_5', '361'),
(6293, 387, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(6294, 387, 'industry_we_serve_short_description', ''),
(6295, 387, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(6296, 387, 'company_profile', '261'),
(6297, 387, '_company_profile', 'field_63ce36c7c9a55'),
(6298, 387, 'map_technology', '379'),
(6299, 387, '_map_technology', 'field_63ce3756c9a56'),
(6300, 387, 'food_addsive', '262'),
(6301, 387, '_food_addsive', 'field_63ce375ac9a57'),
(6302, 387, 'session_mix', '263'),
(6303, 387, '_session_mix', 'field_63ce375dc9a58'),
(6304, 387, 'life_chart_by_map_technology', '264'),
(6305, 387, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6306, 387, 'food_additives', '262'),
(6307, 387, '_food_additives', 'field_63ce375ac9a57'),
(6308, 387, 'get_started_background', '272'),
(6309, 387, '_get_started_background', 'field_63ce497feef6e'),
(6310, 387, 'choose_us_background', '357'),
(6311, 387, '_choose_us_background', 'field_63ce539a8b5b1'),
(6312, 387, 'message_group_1', '283'),
(6313, 387, '_message_group_1', 'field_63ce69047b0c9'),
(6314, 387, 'message_group_2', '284'),
(6315, 387, '_message_group_2', 'field_63ce6a627b0cd'),
(6316, 387, 'message_group_3', '285'),
(6317, 387, '_message_group_3', 'field_63ce6a637b0ce'),
(6318, 387, 'message_group_4', '286'),
(6319, 387, '_message_group_4', 'field_63ce6a687b0cf'),
(6320, 387, 'expertise_section_image', '359'),
(6321, 387, '_expertise_section_image', 'field_63ce860ce9935'),
(6322, 387, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(6323, 387, '_array_of_feature_section', 'field_63ce89ca26c57'),
(6324, 387, '1st_title__of_slider_1', 'Miss Me'),
(6325, 387, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(6326, 387, '1st_title__of_slider_2', 'AutoMAP'),
(6327, 387, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(6328, 387, '1st_title__of_slider_3', 'Message'),
(6329, 387, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(6330, 244, 'banner_image', '442'),
(6331, 244, '_banner_image', 'field_63d527184f31d'),
(6332, 244, 'banner_title', ''),
(6333, 244, '_banner_title', 'field_63d527614f31e'),
(6334, 244, 'template_image_1', '527'),
(6335, 244, '_template_image_1', 'field_63d529664f31f'),
(6336, 244, 'template_image_2', '652'),
(6337, 244, '_template_image_2', 'field_63d529b54f320'),
(6338, 244, 'template_image_3', '670'),
(6339, 244, '_template_image_3', 'field_63d529b94f321'),
(6340, 244, 'template_image_4', '420'),
(6341, 244, '_template_image_4', 'field_63d529bc4f322'),
(6342, 388, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(6343, 388, '_address', 'field_63c92e1503f94'),
(6344, 388, 'tel_phone_number', '+91 2824 223921'),
(6345, 388, '_tel_phone_number', 'field_63c92e5d03f95'),
(6346, 388, 'mobile_no', '+91 96628 45243'),
(6347, 388, '_mobile_no', 'field_63c92eb703f96'),
(6348, 388, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6349, 388, '_facebook_link', 'field_63c92f8503f97'),
(6350, 388, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6351, 388, '_google_link', 'field_63c92fa403f98'),
(6352, 388, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6353, 388, '_company_description', 'field_63c9309e03f99'),
(6354, 388, 'email', 'info@messagegroup.co.in'),
(6355, 388, '_email', 'field_63c93e1309d31'),
(6356, 388, 'company_profile', ''),
(6357, 388, '_company_profile', 'field_63ce36c7c9a55'),
(6358, 388, 'map_technology', ''),
(6359, 388, '_map_technology', 'field_63ce3756c9a56'),
(6360, 388, 'food_additives', ''),
(6361, 388, '_food_additives', 'field_63ce375ac9a57'),
(6362, 388, 'session_mix', ''),
(6363, 388, '_session_mix', 'field_63ce375dc9a58'),
(6364, 388, 'life_chart_by_map_technology', ''),
(6365, 388, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6366, 388, 'get_started_background', ''),
(6367, 388, '_get_started_background', 'field_63ce497feef6e'),
(6368, 388, 'choose_us_background', ''),
(6369, 388, '_choose_us_background', 'field_63ce539a8b5b1'),
(6370, 388, 'message_group_1', ''),
(6371, 388, '_message_group_1', 'field_63ce69047b0c9'),
(6372, 388, 'message_group_2', ''),
(6373, 388, '_message_group_2', 'field_63ce6a627b0cd'),
(6374, 388, 'message_group_3', ''),
(6375, 388, '_message_group_3', 'field_63ce6a637b0ce'),
(6376, 388, 'message_group_4', ''),
(6377, 388, '_message_group_4', 'field_63ce6a687b0cf'),
(6378, 388, 'expertise_section_image', ''),
(6379, 388, '_expertise_section_image', 'field_63ce860ce9935'),
(6380, 388, 'banner_image', '357'),
(6381, 388, '_banner_image', 'field_63d527184f31d'),
(6382, 388, 'banner_title', ''),
(6383, 388, '_banner_title', 'field_63d527614f31e'),
(6384, 388, 'template_image_1', ''),
(6385, 388, '_template_image_1', 'field_63d529664f31f'),
(6386, 388, 'template_image_2', ''),
(6387, 388, '_template_image_2', 'field_63d529b54f320'),
(6388, 388, 'template_image_3', ''),
(6389, 388, '_template_image_3', 'field_63d529b94f321'),
(6390, 388, 'template_image_4', ''),
(6391, 388, '_template_image_4', 'field_63d529bc4f322'),
(6392, 310, 'banner_image', '635'),
(6393, 310, '_banner_image', 'field_63d527184f31d'),
(6394, 310, 'banner_title', ''),
(6395, 310, '_banner_title', 'field_63d527614f31e'),
(6396, 310, 'template_image_1', ''),
(6397, 310, '_template_image_1', 'field_63d529664f31f'),
(6398, 310, 'template_image_2', ''),
(6399, 310, '_template_image_2', 'field_63d529b54f320'),
(6400, 310, 'template_image_3', ''),
(6401, 310, '_template_image_3', 'field_63d529b94f321'),
(6402, 310, 'template_image_4', ''),
(6403, 310, '_template_image_4', 'field_63d529bc4f322'),
(6454, 390, '_wp_attached_file', '2023/01/favicon.png'),
(6455, 390, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2023/01/favicon.png\";s:8:\"filesize\";i:1162;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6456, 392, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(6457, 392, '_address', 'field_63c92e1503f94'),
(6458, 392, 'tel_phone_number', '+91 2824 223921'),
(6459, 392, '_tel_phone_number', 'field_63c92e5d03f95'),
(6460, 392, 'mobile_no', '+91 96628 45243'),
(6461, 392, '_mobile_no', 'field_63c92eb703f96'),
(6462, 392, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6463, 392, '_facebook_link', 'field_63c92f8503f97'),
(6464, 392, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6465, 392, '_google_link', 'field_63c92fa403f98'),
(6466, 392, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6467, 392, '_company_description', 'field_63c9309e03f99'),
(6468, 392, 'slider_image1', '376'),
(6469, 392, '_slider_image1', 'field_63c8c6482244c'),
(6470, 392, 'slider_image2', '353'),
(6471, 392, '_slider_image2', 'field_63c8c68f2244d'),
(6472, 392, 'slider_image3', '235'),
(6473, 392, '_slider_image3', 'field_63c8d1b9959fa'),
(6474, 392, 'slider_title1', 'Seasoning Mix '),
(6475, 392, '_slider_title1', 'field_63c8d1ef959fb'),
(6476, 392, 'slider_title2', 'By Message'),
(6477, 392, '_slider_title2', 'field_63c8d20a959fc'),
(6478, 392, 'slider_title3', 'The miracle of research'),
(6479, 392, '_slider_title3', 'field_63c8d218959fd'),
(6480, 392, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(6481, 392, '_slider_description1', 'field_63c8d237959fe'),
(6482, 392, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(6483, 392, '_slider_description2', 'field_63c8d274959ff'),
(6484, 392, 'slider_description3', 'Food additives and much more...'),
(6485, 392, '_slider_description3', 'field_63c8d28f95a00'),
(6486, 392, 'about_us_title', 'Leading Food Consulting Company'),
(6487, 392, '_about_us_title', 'field_63cbbac505df9'),
(6488, 392, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(6489, 392, '_short_description', 'field_63cbbbe305dfa'),
(6490, 392, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(6491, 392, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(6492, 392, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(6493, 392, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(6494, 392, 'video_background', '242'),
(6495, 392, '_video_background', 'field_63cbc2880b5de'),
(6496, 392, 'client_image_1', '211'),
(6497, 392, '_client_image_1', 'field_63cbcb8e5afcb'),
(6498, 392, 'client_image_2', '210'),
(6499, 392, '_client_image_2', 'field_63cbcbd95afcc'),
(6500, 392, 'client_image_3', '209'),
(6501, 392, '_client_image_3', 'field_63cbcbe55afcd'),
(6502, 392, 'client_image_4', '208'),
(6503, 392, '_client_image_4', 'field_63cbcbe75afce'),
(6504, 392, 'client_image_5', '207'),
(6505, 392, '_client_image_5', 'field_63cbcbeb5afcf'),
(6506, 392, 'client_image_6', '206'),
(6507, 392, '_client_image_6', 'field_63cbcbef5afd0'),
(6508, 392, 'email', 'info@messagegroup.co.in'),
(6509, 392, '_email', 'field_63c93e1309d31'),
(6510, 392, 'tag_line1', 'Innovative Food Packaging Machinery'),
(6511, 392, '_tag_line1', 'field_63cbb9903babf'),
(6512, 392, 'tag_line2', 'Food Additives & Seasoning Mix'),
(6513, 392, '_tag_line2', 'field_63cbba1a3bac0'),
(6514, 392, 'tag_line3', 'Rapid Response, Satisfaction'),
(6515, 392, '_tag_line3', 'field_63cbba503bac1'),
(6516, 392, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(6517, 392, '_long_description_about_us_2', 'field_63cdfd562520a'),
(6518, 392, 'industry_we_serve_image_1', '363'),
(6519, 392, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(6520, 392, 'industry_we_serve_image_2', '365'),
(6521, 392, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(6522, 392, 'industry_we_serve_image_3', '366'),
(6523, 392, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(6524, 392, 'industry_we_serve_image_4', '367'),
(6525, 392, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(6526, 392, 'industry_we_serve_image_5', '361'),
(6527, 392, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(6528, 392, 'industry_we_serve_short_description', ''),
(6529, 392, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(6530, 392, 'company_profile', '261'),
(6531, 392, '_company_profile', 'field_63ce36c7c9a55'),
(6532, 392, 'map_technology', '379'),
(6533, 392, '_map_technology', 'field_63ce3756c9a56'),
(6534, 392, 'food_addsive', '262'),
(6535, 392, '_food_addsive', 'field_63ce375ac9a57'),
(6536, 392, 'session_mix', '263'),
(6537, 392, '_session_mix', 'field_63ce375dc9a58'),
(6538, 392, 'life_chart_by_map_technology', '264'),
(6539, 392, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6540, 392, 'food_additives', '262'),
(6541, 392, '_food_additives', 'field_63ce375ac9a57'),
(6542, 392, 'get_started_background', '272'),
(6543, 392, '_get_started_background', 'field_63ce497feef6e'),
(6544, 392, 'choose_us_background', '357'),
(6545, 392, '_choose_us_background', 'field_63ce539a8b5b1'),
(6546, 392, 'message_group_1', '283'),
(6547, 392, '_message_group_1', 'field_63ce69047b0c9'),
(6548, 392, 'message_group_2', '284'),
(6549, 392, '_message_group_2', 'field_63ce6a627b0cd'),
(6550, 392, 'message_group_3', '285'),
(6551, 392, '_message_group_3', 'field_63ce6a637b0ce'),
(6552, 392, 'message_group_4', '286'),
(6553, 392, '_message_group_4', 'field_63ce6a687b0cf'),
(6554, 392, 'expertise_section_image', '359'),
(6555, 392, '_expertise_section_image', 'field_63ce860ce9935'),
(6556, 392, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(6557, 392, '_array_of_feature_section', 'field_63ce89ca26c57'),
(6558, 392, '1st_title__of_slider_1', 'Miss Me'),
(6559, 392, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(6560, 392, '1st_title__of_slider_2', 'AutoMAP'),
(6561, 392, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(6562, 392, '1st_title__of_slider_3', 'Message'),
(6563, 392, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(6564, 393, '_wp_attached_file', '2023/02/Seasoning-1-1.png'),
(6565, 393, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1620;s:6:\"height\";i:2223;s:4:\"file\";s:25:\"2023/02/Seasoning-1-1.png\";s:8:\"filesize\";i:925903;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6566, 394, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(6567, 394, '_address', 'field_63c92e1503f94'),
(6568, 394, 'tel_phone_number', '+91 2824 223921'),
(6569, 394, '_tel_phone_number', 'field_63c92e5d03f95'),
(6570, 394, 'mobile_no', '+91 96628 45243'),
(6571, 394, '_mobile_no', 'field_63c92eb703f96'),
(6572, 394, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6573, 394, '_facebook_link', 'field_63c92f8503f97'),
(6574, 394, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6575, 394, '_google_link', 'field_63c92fa403f98'),
(6576, 394, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6577, 394, '_company_description', 'field_63c9309e03f99'),
(6578, 394, 'slider_image1', '376'),
(6579, 394, '_slider_image1', 'field_63c8c6482244c'),
(6580, 394, 'slider_image2', '353'),
(6581, 394, '_slider_image2', 'field_63c8c68f2244d'),
(6582, 394, 'slider_image3', '235'),
(6583, 394, '_slider_image3', 'field_63c8d1b9959fa'),
(6584, 394, 'slider_title1', 'Seasoning Mix '),
(6585, 394, '_slider_title1', 'field_63c8d1ef959fb'),
(6586, 394, 'slider_title2', 'By Message'),
(6587, 394, '_slider_title2', 'field_63c8d20a959fc'),
(6588, 394, 'slider_title3', 'The miracle of research'),
(6589, 394, '_slider_title3', 'field_63c8d218959fd'),
(6590, 394, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(6591, 394, '_slider_description1', 'field_63c8d237959fe'),
(6592, 394, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(6593, 394, '_slider_description2', 'field_63c8d274959ff'),
(6594, 394, 'slider_description3', 'Food additives and much more...'),
(6595, 394, '_slider_description3', 'field_63c8d28f95a00'),
(6596, 394, 'about_us_title', 'Leading Food Consulting Company'),
(6597, 394, '_about_us_title', 'field_63cbbac505df9'),
(6598, 394, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(6599, 394, '_short_description', 'field_63cbbbe305dfa'),
(6600, 394, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(6601, 394, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(6602, 394, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(6603, 394, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(6604, 394, 'video_background', '242'),
(6605, 394, '_video_background', 'field_63cbc2880b5de'),
(6606, 394, 'client_image_1', '211'),
(6607, 394, '_client_image_1', 'field_63cbcb8e5afcb'),
(6608, 394, 'client_image_2', '210'),
(6609, 394, '_client_image_2', 'field_63cbcbd95afcc'),
(6610, 394, 'client_image_3', '209'),
(6611, 394, '_client_image_3', 'field_63cbcbe55afcd'),
(6612, 394, 'client_image_4', '208'),
(6613, 394, '_client_image_4', 'field_63cbcbe75afce'),
(6614, 394, 'client_image_5', '207'),
(6615, 394, '_client_image_5', 'field_63cbcbeb5afcf'),
(6616, 394, 'client_image_6', '206'),
(6617, 394, '_client_image_6', 'field_63cbcbef5afd0'),
(6618, 394, 'email', 'info@messagegroup.co.in'),
(6619, 394, '_email', 'field_63c93e1309d31'),
(6620, 394, 'tag_line1', 'Innovative Food Packaging Machinery'),
(6621, 394, '_tag_line1', 'field_63cbb9903babf'),
(6622, 394, 'tag_line2', 'Food Additives & Seasoning Mix'),
(6623, 394, '_tag_line2', 'field_63cbba1a3bac0'),
(6624, 394, 'tag_line3', 'Rapid Response, Satisfaction'),
(6625, 394, '_tag_line3', 'field_63cbba503bac1'),
(6626, 394, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(6627, 394, '_long_description_about_us_2', 'field_63cdfd562520a'),
(6628, 394, 'industry_we_serve_image_1', '363'),
(6629, 394, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(6630, 394, 'industry_we_serve_image_2', '365'),
(6631, 394, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(6632, 394, 'industry_we_serve_image_3', '366'),
(6633, 394, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(6634, 394, 'industry_we_serve_image_4', '367'),
(6635, 394, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(6636, 394, 'industry_we_serve_image_5', '361'),
(6637, 394, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(6638, 394, 'industry_we_serve_short_description', ''),
(6639, 394, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(6640, 394, 'company_profile', '261'),
(6641, 394, '_company_profile', 'field_63ce36c7c9a55'),
(6642, 394, 'map_technology', '379'),
(6643, 394, '_map_technology', 'field_63ce3756c9a56'),
(6644, 394, 'food_addsive', '262'),
(6645, 394, '_food_addsive', 'field_63ce375ac9a57'),
(6646, 394, 'session_mix', '263'),
(6647, 394, '_session_mix', 'field_63ce375dc9a58'),
(6648, 394, 'life_chart_by_map_technology', '264'),
(6649, 394, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6650, 394, 'food_additives', '262'),
(6651, 394, '_food_additives', 'field_63ce375ac9a57'),
(6652, 394, 'get_started_background', '272'),
(6653, 394, '_get_started_background', 'field_63ce497feef6e'),
(6654, 394, 'choose_us_background', '393'),
(6655, 394, '_choose_us_background', 'field_63ce539a8b5b1'),
(6656, 394, 'message_group_1', '283'),
(6657, 394, '_message_group_1', 'field_63ce69047b0c9'),
(6658, 394, 'message_group_2', '284'),
(6659, 394, '_message_group_2', 'field_63ce6a627b0cd'),
(6660, 394, 'message_group_3', '285'),
(6661, 394, '_message_group_3', 'field_63ce6a637b0ce'),
(6662, 394, 'message_group_4', '286'),
(6663, 394, '_message_group_4', 'field_63ce6a687b0cf'),
(6664, 394, 'expertise_section_image', '359'),
(6665, 394, '_expertise_section_image', 'field_63ce860ce9935'),
(6666, 394, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(6667, 394, '_array_of_feature_section', 'field_63ce89ca26c57'),
(6668, 394, '1st_title__of_slider_1', 'Miss Me'),
(6669, 394, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(6670, 394, '1st_title__of_slider_2', 'AutoMAP'),
(6671, 394, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(6672, 394, '1st_title__of_slider_3', 'Message'),
(6673, 394, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(6674, 39, 'banner_image', ''),
(6675, 39, '_banner_image', 'field_63d527184f31d'),
(6676, 39, 'banner_title', ''),
(6677, 39, '_banner_title', 'field_63d527614f31e'),
(6678, 39, 'template_image_1', ''),
(6679, 39, '_template_image_1', 'field_63d529664f31f'),
(6680, 39, 'template_image_2', ''),
(6681, 39, '_template_image_2', 'field_63d529b54f320'),
(6682, 39, 'template_image_3', ''),
(6683, 39, '_template_image_3', 'field_63d529b94f321'),
(6684, 39, 'template_image_4', ''),
(6685, 39, '_template_image_4', 'field_63d529bc4f322'),
(6686, 395, 'get_started_background', ''),
(6687, 395, '_get_started_background', 'field_63ce497feef6e'),
(6688, 395, 'choose_us_background', ''),
(6689, 395, '_choose_us_background', 'field_63ce539a8b5b1'),
(6690, 395, 'message_group_1', ''),
(6691, 395, '_message_group_1', 'field_63ce69047b0c9'),
(6692, 395, 'message_group_2', ''),
(6693, 395, '_message_group_2', 'field_63ce6a627b0cd'),
(6694, 395, 'message_group_3', ''),
(6695, 395, '_message_group_3', 'field_63ce6a637b0ce'),
(6696, 395, 'message_group_4', ''),
(6697, 395, '_message_group_4', 'field_63ce6a687b0cf'),
(6698, 395, 'expertise_section_image', ''),
(6699, 395, '_expertise_section_image', 'field_63ce860ce9935'),
(6700, 395, 'company_profile', ''),
(6701, 395, '_company_profile', 'field_63ce36c7c9a55'),
(6702, 395, 'map_technology', ''),
(6703, 395, '_map_technology', 'field_63ce3756c9a56'),
(6704, 395, 'food_additives', ''),
(6705, 395, '_food_additives', 'field_63ce375ac9a57'),
(6706, 395, 'session_mix', ''),
(6707, 395, '_session_mix', 'field_63ce375dc9a58'),
(6708, 395, 'life_chart_by_map_technology', ''),
(6709, 395, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6710, 395, 'address', 'Message Food Services,\r\nHeera Panna Complex,\r\nPost Office Road. Dhoraji - 360410'),
(6711, 395, '_address', 'field_63c92e1503f94'),
(6712, 395, 'tel_phone_number', '+91 2824 223921'),
(6713, 395, '_tel_phone_number', 'field_63c92e5d03f95'),
(6714, 395, 'mobile_no', '+91 96628 45243'),
(6715, 395, '_mobile_no', 'field_63c92eb703f96'),
(6716, 395, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6717, 395, '_facebook_link', 'field_63c92f8503f97'),
(6718, 395, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6719, 395, '_google_link', 'field_63c92fa403f98'),
(6720, 395, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6721, 395, '_company_description', 'field_63c9309e03f99'),
(6722, 395, 'email', 'info@messagegroup.co.in'),
(6723, 395, '_email', 'field_63c93e1309d31'),
(6724, 395, 'banner_image', ''),
(6725, 395, '_banner_image', 'field_63d527184f31d'),
(6726, 395, 'banner_title', ''),
(6727, 395, '_banner_title', 'field_63d527614f31e'),
(6728, 395, 'template_image_1', ''),
(6729, 395, '_template_image_1', 'field_63d529664f31f'),
(6730, 395, 'template_image_2', ''),
(6731, 395, '_template_image_2', 'field_63d529b54f320'),
(6732, 395, 'template_image_3', ''),
(6733, 395, '_template_image_3', 'field_63d529b94f321'),
(6734, 395, 'template_image_4', ''),
(6735, 395, '_template_image_4', 'field_63d529bc4f322'),
(6736, 396, 'get_started_background', ''),
(6737, 396, '_get_started_background', 'field_63ce497feef6e'),
(6738, 396, 'choose_us_background', ''),
(6739, 396, '_choose_us_background', 'field_63ce539a8b5b1'),
(6740, 396, 'message_group_1', ''),
(6741, 396, '_message_group_1', 'field_63ce69047b0c9'),
(6742, 396, 'message_group_2', ''),
(6743, 396, '_message_group_2', 'field_63ce6a627b0cd'),
(6744, 396, 'message_group_3', ''),
(6745, 396, '_message_group_3', 'field_63ce6a637b0ce'),
(6746, 396, 'message_group_4', ''),
(6747, 396, '_message_group_4', 'field_63ce6a687b0cf'),
(6748, 396, 'expertise_section_image', ''),
(6749, 396, '_expertise_section_image', 'field_63ce860ce9935'),
(6750, 396, 'company_profile', ''),
(6751, 396, '_company_profile', 'field_63ce36c7c9a55'),
(6752, 396, 'map_technology', ''),
(6753, 396, '_map_technology', 'field_63ce3756c9a56'),
(6754, 396, 'food_additives', ''),
(6755, 396, '_food_additives', 'field_63ce375ac9a57'),
(6756, 396, 'session_mix', ''),
(6757, 396, '_session_mix', 'field_63ce375dc9a58'),
(6758, 396, 'life_chart_by_map_technology', ''),
(6759, 396, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6760, 396, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,\r\nPost Office Road. Dhoraji - 360410'),
(6761, 396, '_address', 'field_63c92e1503f94'),
(6762, 396, 'tel_phone_number', '+91 2824 223921'),
(6763, 396, '_tel_phone_number', 'field_63c92e5d03f95'),
(6764, 396, 'mobile_no', '+91 96628 45243'),
(6765, 396, '_mobile_no', 'field_63c92eb703f96'),
(6766, 396, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6767, 396, '_facebook_link', 'field_63c92f8503f97'),
(6768, 396, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6769, 396, '_google_link', 'field_63c92fa403f98'),
(6770, 396, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6771, 396, '_company_description', 'field_63c9309e03f99'),
(6772, 396, 'email', 'info@messagegroup.co.in'),
(6773, 396, '_email', 'field_63c93e1309d31'),
(6774, 396, 'banner_image', ''),
(6775, 396, '_banner_image', 'field_63d527184f31d'),
(6776, 396, 'banner_title', ''),
(6777, 396, '_banner_title', 'field_63d527614f31e'),
(6778, 396, 'template_image_1', ''),
(6779, 396, '_template_image_1', 'field_63d529664f31f'),
(6780, 396, 'template_image_2', ''),
(6781, 396, '_template_image_2', 'field_63d529b54f320'),
(6782, 396, 'template_image_3', ''),
(6783, 396, '_template_image_3', 'field_63d529b94f321'),
(6784, 396, 'template_image_4', ''),
(6785, 396, '_template_image_4', 'field_63d529bc4f322'),
(6786, 397, 'get_started_background', ''),
(6787, 397, '_get_started_background', 'field_63ce497feef6e'),
(6788, 397, 'choose_us_background', ''),
(6789, 397, '_choose_us_background', 'field_63ce539a8b5b1'),
(6790, 397, 'message_group_1', ''),
(6791, 397, '_message_group_1', 'field_63ce69047b0c9'),
(6792, 397, 'message_group_2', ''),
(6793, 397, '_message_group_2', 'field_63ce6a627b0cd'),
(6794, 397, 'message_group_3', ''),
(6795, 397, '_message_group_3', 'field_63ce6a637b0ce'),
(6796, 397, 'message_group_4', ''),
(6797, 397, '_message_group_4', 'field_63ce6a687b0cf'),
(6798, 397, 'expertise_section_image', ''),
(6799, 397, '_expertise_section_image', 'field_63ce860ce9935'),
(6800, 397, 'company_profile', ''),
(6801, 397, '_company_profile', 'field_63ce36c7c9a55'),
(6802, 397, 'map_technology', ''),
(6803, 397, '_map_technology', 'field_63ce3756c9a56'),
(6804, 397, 'food_additives', ''),
(6805, 397, '_food_additives', 'field_63ce375ac9a57'),
(6806, 397, 'session_mix', ''),
(6807, 397, '_session_mix', 'field_63ce375dc9a58'),
(6808, 397, 'life_chart_by_map_technology', ''),
(6809, 397, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6810, 397, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(6811, 397, '_address', 'field_63c92e1503f94'),
(6812, 397, 'tel_phone_number', '+91 2824 223921'),
(6813, 397, '_tel_phone_number', 'field_63c92e5d03f95'),
(6814, 397, 'mobile_no', '+91 96628 45243'),
(6815, 397, '_mobile_no', 'field_63c92eb703f96'),
(6816, 397, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6817, 397, '_facebook_link', 'field_63c92f8503f97'),
(6818, 397, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6819, 397, '_google_link', 'field_63c92fa403f98'),
(6820, 397, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6821, 397, '_company_description', 'field_63c9309e03f99'),
(6822, 397, 'email', 'info@messagegroup.co.in'),
(6823, 397, '_email', 'field_63c93e1309d31'),
(6824, 397, 'banner_image', ''),
(6825, 397, '_banner_image', 'field_63d527184f31d'),
(6826, 397, 'banner_title', ''),
(6827, 397, '_banner_title', 'field_63d527614f31e'),
(6828, 397, 'template_image_1', ''),
(6829, 397, '_template_image_1', 'field_63d529664f31f'),
(6830, 397, 'template_image_2', ''),
(6831, 397, '_template_image_2', 'field_63d529b54f320'),
(6832, 397, 'template_image_3', ''),
(6833, 397, '_template_image_3', 'field_63d529b94f321'),
(6834, 397, 'template_image_4', ''),
(6835, 397, '_template_image_4', 'field_63d529bc4f322'),
(6836, 398, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(6837, 398, '_address', 'field_63c92e1503f94'),
(6838, 398, 'tel_phone_number', '+91 2824 223921'),
(6839, 398, '_tel_phone_number', 'field_63c92e5d03f95'),
(6840, 398, 'mobile_no', '+91 96628 45243'),
(6841, 398, '_mobile_no', 'field_63c92eb703f96');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6842, 398, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6843, 398, '_facebook_link', 'field_63c92f8503f97'),
(6844, 398, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6845, 398, '_google_link', 'field_63c92fa403f98'),
(6846, 398, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6847, 398, '_company_description', 'field_63c9309e03f99'),
(6848, 398, 'slider_image1', '376'),
(6849, 398, '_slider_image1', 'field_63c8c6482244c'),
(6850, 398, 'slider_image2', '353'),
(6851, 398, '_slider_image2', 'field_63c8c68f2244d'),
(6852, 398, 'slider_image3', '235'),
(6853, 398, '_slider_image3', 'field_63c8d1b9959fa'),
(6854, 398, 'slider_title1', 'Seasoning Mix '),
(6855, 398, '_slider_title1', 'field_63c8d1ef959fb'),
(6856, 398, 'slider_title2', 'By Message'),
(6857, 398, '_slider_title2', 'field_63c8d20a959fc'),
(6858, 398, 'slider_title3', 'The miracle of research'),
(6859, 398, '_slider_title3', 'field_63c8d218959fd'),
(6860, 398, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(6861, 398, '_slider_description1', 'field_63c8d237959fe'),
(6862, 398, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(6863, 398, '_slider_description2', 'field_63c8d274959ff'),
(6864, 398, 'slider_description3', 'Food additives and much more...'),
(6865, 398, '_slider_description3', 'field_63c8d28f95a00'),
(6866, 398, 'about_us_title', 'Leading Food Consulting Company'),
(6867, 398, '_about_us_title', 'field_63cbbac505df9'),
(6868, 398, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(6869, 398, '_short_description', 'field_63cbbbe305dfa'),
(6870, 398, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(6871, 398, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(6872, 398, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(6873, 398, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(6874, 398, 'video_background', '242'),
(6875, 398, '_video_background', 'field_63cbc2880b5de'),
(6876, 398, 'client_image_1', '211'),
(6877, 398, '_client_image_1', 'field_63cbcb8e5afcb'),
(6878, 398, 'client_image_2', '210'),
(6879, 398, '_client_image_2', 'field_63cbcbd95afcc'),
(6880, 398, 'client_image_3', '209'),
(6881, 398, '_client_image_3', 'field_63cbcbe55afcd'),
(6882, 398, 'client_image_4', '208'),
(6883, 398, '_client_image_4', 'field_63cbcbe75afce'),
(6884, 398, 'client_image_5', '207'),
(6885, 398, '_client_image_5', 'field_63cbcbeb5afcf'),
(6886, 398, 'client_image_6', '206'),
(6887, 398, '_client_image_6', 'field_63cbcbef5afd0'),
(6888, 398, 'email', 'info@messagegroup.co.in'),
(6889, 398, '_email', 'field_63c93e1309d31'),
(6890, 398, 'tag_line1', 'Innovative Food Packaging Machinery'),
(6891, 398, '_tag_line1', 'field_63cbb9903babf'),
(6892, 398, 'tag_line2', 'Food Additives & Seasoning Mix'),
(6893, 398, '_tag_line2', 'field_63cbba1a3bac0'),
(6894, 398, 'tag_line3', 'Rapid Response, Satisfaction'),
(6895, 398, '_tag_line3', 'field_63cbba503bac1'),
(6896, 398, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(6897, 398, '_long_description_about_us_2', 'field_63cdfd562520a'),
(6898, 398, 'industry_we_serve_image_1', '363'),
(6899, 398, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(6900, 398, 'industry_we_serve_image_2', '365'),
(6901, 398, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(6902, 398, 'industry_we_serve_image_3', '366'),
(6903, 398, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(6904, 398, 'industry_we_serve_image_4', '367'),
(6905, 398, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(6906, 398, 'industry_we_serve_image_5', '361'),
(6907, 398, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(6908, 398, 'industry_we_serve_short_description', ''),
(6909, 398, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(6910, 398, 'company_profile', '261'),
(6911, 398, '_company_profile', 'field_63ce36c7c9a55'),
(6912, 398, 'map_technology', '379'),
(6913, 398, '_map_technology', 'field_63ce3756c9a56'),
(6914, 398, 'food_addsive', '262'),
(6915, 398, '_food_addsive', 'field_63ce375ac9a57'),
(6916, 398, 'session_mix', '263'),
(6917, 398, '_session_mix', 'field_63ce375dc9a58'),
(6918, 398, 'life_chart_by_map_technology', '264'),
(6919, 398, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(6920, 398, 'food_additives', '262'),
(6921, 398, '_food_additives', 'field_63ce375ac9a57'),
(6922, 398, 'get_started_background', '272'),
(6923, 398, '_get_started_background', 'field_63ce497feef6e'),
(6924, 398, 'choose_us_background', '393'),
(6925, 398, '_choose_us_background', 'field_63ce539a8b5b1'),
(6926, 398, 'message_group_1', '283'),
(6927, 398, '_message_group_1', 'field_63ce69047b0c9'),
(6928, 398, 'message_group_2', '284'),
(6929, 398, '_message_group_2', 'field_63ce6a627b0cd'),
(6930, 398, 'message_group_3', '285'),
(6931, 398, '_message_group_3', 'field_63ce6a637b0ce'),
(6932, 398, 'message_group_4', '286'),
(6933, 398, '_message_group_4', 'field_63ce6a687b0cf'),
(6934, 398, 'expertise_section_image', '359'),
(6935, 398, '_expertise_section_image', 'field_63ce860ce9935'),
(6936, 398, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(6937, 398, '_array_of_feature_section', 'field_63ce89ca26c57'),
(6938, 398, '1st_title__of_slider_1', 'Miss Me'),
(6939, 398, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(6940, 398, '1st_title__of_slider_2', 'AutoMAP'),
(6941, 398, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(6942, 398, '1st_title__of_slider_3', 'Message'),
(6943, 398, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(6944, 399, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(6945, 399, '_address', 'field_63c92e1503f94'),
(6946, 399, 'tel_phone_number', '+91 2824 223921'),
(6947, 399, '_tel_phone_number', 'field_63c92e5d03f95'),
(6948, 399, 'mobile_no', '+91 96628 45243'),
(6949, 399, '_mobile_no', 'field_63c92eb703f96'),
(6950, 399, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(6951, 399, '_facebook_link', 'field_63c92f8503f97'),
(6952, 399, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(6953, 399, '_google_link', 'field_63c92fa403f98'),
(6954, 399, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(6955, 399, '_company_description', 'field_63c9309e03f99'),
(6956, 399, 'slider_image1', '376'),
(6957, 399, '_slider_image1', 'field_63c8c6482244c'),
(6958, 399, 'slider_image2', '353'),
(6959, 399, '_slider_image2', 'field_63c8c68f2244d'),
(6960, 399, 'slider_image3', '235'),
(6961, 399, '_slider_image3', 'field_63c8d1b9959fa'),
(6962, 399, 'slider_title1', 'Seasoning Mix '),
(6963, 399, '_slider_title1', 'field_63c8d1ef959fb'),
(6964, 399, 'slider_title2', 'By Message'),
(6965, 399, '_slider_title2', 'field_63c8d20a959fc'),
(6966, 399, 'slider_title3', 'The miracle of research'),
(6967, 399, '_slider_title3', 'field_63c8d218959fd'),
(6968, 399, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(6969, 399, '_slider_description1', 'field_63c8d237959fe'),
(6970, 399, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(6971, 399, '_slider_description2', 'field_63c8d274959ff'),
(6972, 399, 'slider_description3', 'Food additives and much more...'),
(6973, 399, '_slider_description3', 'field_63c8d28f95a00'),
(6974, 399, 'about_us_title', 'Leading Food Consulting Company'),
(6975, 399, '_about_us_title', 'field_63cbbac505df9'),
(6976, 399, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(6977, 399, '_short_description', 'field_63cbbbe305dfa'),
(6978, 399, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(6979, 399, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(6980, 399, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(6981, 399, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(6982, 399, 'video_background', '242'),
(6983, 399, '_video_background', 'field_63cbc2880b5de'),
(6984, 399, 'client_image_1', '211'),
(6985, 399, '_client_image_1', 'field_63cbcb8e5afcb'),
(6986, 399, 'client_image_2', '210'),
(6987, 399, '_client_image_2', 'field_63cbcbd95afcc'),
(6988, 399, 'client_image_3', '209'),
(6989, 399, '_client_image_3', 'field_63cbcbe55afcd'),
(6990, 399, 'client_image_4', '208'),
(6991, 399, '_client_image_4', 'field_63cbcbe75afce'),
(6992, 399, 'client_image_5', '207'),
(6993, 399, '_client_image_5', 'field_63cbcbeb5afcf'),
(6994, 399, 'client_image_6', '206'),
(6995, 399, '_client_image_6', 'field_63cbcbef5afd0'),
(6996, 399, 'email', 'info@messagegroup.co.in'),
(6997, 399, '_email', 'field_63c93e1309d31'),
(6998, 399, 'tag_line1', 'Innovative Food Packaging Machinery'),
(6999, 399, '_tag_line1', 'field_63cbb9903babf'),
(7000, 399, 'tag_line2', 'Food Additives & Seasoning Mix'),
(7001, 399, '_tag_line2', 'field_63cbba1a3bac0'),
(7002, 399, 'tag_line3', 'Rapid Response, Satisfaction'),
(7003, 399, '_tag_line3', 'field_63cbba503bac1'),
(7004, 399, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(7005, 399, '_long_description_about_us_2', 'field_63cdfd562520a'),
(7006, 399, 'industry_we_serve_image_1', '363'),
(7007, 399, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(7008, 399, 'industry_we_serve_image_2', '365'),
(7009, 399, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(7010, 399, 'industry_we_serve_image_3', '366'),
(7011, 399, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(7012, 399, 'industry_we_serve_image_4', '367'),
(7013, 399, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(7014, 399, 'industry_we_serve_image_5', '361'),
(7015, 399, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(7016, 399, 'industry_we_serve_short_description', ''),
(7017, 399, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(7018, 399, 'company_profile', '261'),
(7019, 399, '_company_profile', 'field_63ce36c7c9a55'),
(7020, 399, 'map_technology', '379'),
(7021, 399, '_map_technology', 'field_63ce3756c9a56'),
(7022, 399, 'food_addsive', '262'),
(7023, 399, '_food_addsive', 'field_63ce375ac9a57'),
(7024, 399, 'session_mix', '263'),
(7025, 399, '_session_mix', 'field_63ce375dc9a58'),
(7026, 399, 'life_chart_by_map_technology', '264'),
(7027, 399, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7028, 399, 'food_additives', '262'),
(7029, 399, '_food_additives', 'field_63ce375ac9a57'),
(7030, 399, 'get_started_background', '272'),
(7031, 399, '_get_started_background', 'field_63ce497feef6e'),
(7032, 399, 'choose_us_background', '393'),
(7033, 399, '_choose_us_background', 'field_63ce539a8b5b1'),
(7034, 399, 'message_group_1', '283'),
(7035, 399, '_message_group_1', 'field_63ce69047b0c9'),
(7036, 399, 'message_group_2', '284'),
(7037, 399, '_message_group_2', 'field_63ce6a627b0cd'),
(7038, 399, 'message_group_3', '285'),
(7039, 399, '_message_group_3', 'field_63ce6a637b0ce'),
(7040, 399, 'message_group_4', '286'),
(7041, 399, '_message_group_4', 'field_63ce6a687b0cf'),
(7042, 399, 'expertise_section_image', '359'),
(7043, 399, '_expertise_section_image', 'field_63ce860ce9935'),
(7044, 399, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(7045, 399, '_array_of_feature_section', 'field_63ce89ca26c57'),
(7046, 399, '1st_title__of_slider_1', 'Miss Me'),
(7047, 399, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(7048, 399, '1st_title__of_slider_2', 'AutoMAP'),
(7049, 399, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(7050, 399, '1st_title__of_slider_3', 'Message'),
(7051, 399, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(7052, 400, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(7053, 400, '_address', 'field_63c92e1503f94'),
(7054, 400, 'tel_phone_number', '+91 96628 45243'),
(7055, 400, '_tel_phone_number', 'field_63c92e5d03f95'),
(7056, 400, 'mobile_no', '+91 96628 45243'),
(7057, 400, '_mobile_no', 'field_63c92eb703f96'),
(7058, 400, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7059, 400, '_facebook_link', 'field_63c92f8503f97'),
(7060, 400, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7061, 400, '_google_link', 'field_63c92fa403f98'),
(7062, 400, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7063, 400, '_company_description', 'field_63c9309e03f99'),
(7064, 400, 'slider_image1', '376'),
(7065, 400, '_slider_image1', 'field_63c8c6482244c'),
(7066, 400, 'slider_image2', '353'),
(7067, 400, '_slider_image2', 'field_63c8c68f2244d'),
(7068, 400, 'slider_image3', '235'),
(7069, 400, '_slider_image3', 'field_63c8d1b9959fa'),
(7070, 400, 'slider_title1', 'Seasoning Mix '),
(7071, 400, '_slider_title1', 'field_63c8d1ef959fb'),
(7072, 400, 'slider_title2', 'By Message'),
(7073, 400, '_slider_title2', 'field_63c8d20a959fc'),
(7074, 400, 'slider_title3', 'The miracle of research'),
(7075, 400, '_slider_title3', 'field_63c8d218959fd'),
(7076, 400, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(7077, 400, '_slider_description1', 'field_63c8d237959fe'),
(7078, 400, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(7079, 400, '_slider_description2', 'field_63c8d274959ff'),
(7080, 400, 'slider_description3', 'Food additives and much more...'),
(7081, 400, '_slider_description3', 'field_63c8d28f95a00'),
(7082, 400, 'about_us_title', 'Leading Food Consulting Company'),
(7083, 400, '_about_us_title', 'field_63cbbac505df9'),
(7084, 400, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(7085, 400, '_short_description', 'field_63cbbbe305dfa'),
(7086, 400, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(7087, 400, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(7088, 400, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(7089, 400, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(7090, 400, 'video_background', '242'),
(7091, 400, '_video_background', 'field_63cbc2880b5de'),
(7092, 400, 'client_image_1', '211'),
(7093, 400, '_client_image_1', 'field_63cbcb8e5afcb'),
(7094, 400, 'client_image_2', '210'),
(7095, 400, '_client_image_2', 'field_63cbcbd95afcc'),
(7096, 400, 'client_image_3', '209'),
(7097, 400, '_client_image_3', 'field_63cbcbe55afcd'),
(7098, 400, 'client_image_4', '208'),
(7099, 400, '_client_image_4', 'field_63cbcbe75afce'),
(7100, 400, 'client_image_5', '207'),
(7101, 400, '_client_image_5', 'field_63cbcbeb5afcf'),
(7102, 400, 'client_image_6', '206'),
(7103, 400, '_client_image_6', 'field_63cbcbef5afd0'),
(7104, 400, 'email', 'info@messagegroup.co.in'),
(7105, 400, '_email', 'field_63c93e1309d31'),
(7106, 400, 'tag_line1', 'Innovative Food Packaging Machinery'),
(7107, 400, '_tag_line1', 'field_63cbb9903babf'),
(7108, 400, 'tag_line2', 'Food Additives & Seasoning Mix'),
(7109, 400, '_tag_line2', 'field_63cbba1a3bac0'),
(7110, 400, 'tag_line3', 'Rapid Response, Satisfaction'),
(7111, 400, '_tag_line3', 'field_63cbba503bac1'),
(7112, 400, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(7113, 400, '_long_description_about_us_2', 'field_63cdfd562520a'),
(7114, 400, 'industry_we_serve_image_1', '363'),
(7115, 400, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(7116, 400, 'industry_we_serve_image_2', '365'),
(7117, 400, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(7118, 400, 'industry_we_serve_image_3', '366'),
(7119, 400, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(7120, 400, 'industry_we_serve_image_4', '367'),
(7121, 400, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(7122, 400, 'industry_we_serve_image_5', '361'),
(7123, 400, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(7124, 400, 'industry_we_serve_short_description', ''),
(7125, 400, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(7126, 400, 'company_profile', '261'),
(7127, 400, '_company_profile', 'field_63ce36c7c9a55'),
(7128, 400, 'map_technology', '379'),
(7129, 400, '_map_technology', 'field_63ce3756c9a56'),
(7130, 400, 'food_addsive', '262'),
(7131, 400, '_food_addsive', 'field_63ce375ac9a57'),
(7132, 400, 'session_mix', '263'),
(7133, 400, '_session_mix', 'field_63ce375dc9a58'),
(7134, 400, 'life_chart_by_map_technology', '264'),
(7135, 400, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7136, 400, 'food_additives', '262'),
(7137, 400, '_food_additives', 'field_63ce375ac9a57'),
(7138, 400, 'get_started_background', '272'),
(7139, 400, '_get_started_background', 'field_63ce497feef6e'),
(7140, 400, 'choose_us_background', '393'),
(7141, 400, '_choose_us_background', 'field_63ce539a8b5b1'),
(7142, 400, 'message_group_1', '283'),
(7143, 400, '_message_group_1', 'field_63ce69047b0c9'),
(7144, 400, 'message_group_2', '284'),
(7145, 400, '_message_group_2', 'field_63ce6a627b0cd'),
(7146, 400, 'message_group_3', '285'),
(7147, 400, '_message_group_3', 'field_63ce6a637b0ce'),
(7148, 400, 'message_group_4', '286'),
(7149, 400, '_message_group_4', 'field_63ce6a687b0cf'),
(7150, 400, 'expertise_section_image', '359'),
(7151, 400, '_expertise_section_image', 'field_63ce860ce9935'),
(7152, 400, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(7153, 400, '_array_of_feature_section', 'field_63ce89ca26c57'),
(7154, 400, '1st_title__of_slider_1', 'Miss Me'),
(7155, 400, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(7156, 400, '1st_title__of_slider_2', 'AutoMAP'),
(7157, 400, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(7158, 400, '1st_title__of_slider_3', 'Message'),
(7159, 400, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(7160, 401, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(7161, 401, '_address', 'field_63c92e1503f94'),
(7162, 401, 'tel_phone_number', '+91 96628 45243'),
(7163, 401, '_tel_phone_number', 'field_63c92e5d03f95'),
(7164, 401, 'mobile_no', '+91 96628 45243'),
(7165, 401, '_mobile_no', 'field_63c92eb703f96'),
(7166, 401, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7167, 401, '_facebook_link', 'field_63c92f8503f97'),
(7168, 401, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7169, 401, '_google_link', 'field_63c92fa403f98'),
(7170, 401, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7171, 401, '_company_description', 'field_63c9309e03f99'),
(7172, 401, 'slider_image1', '376'),
(7173, 401, '_slider_image1', 'field_63c8c6482244c'),
(7174, 401, 'slider_image2', '353'),
(7175, 401, '_slider_image2', 'field_63c8c68f2244d'),
(7176, 401, 'slider_image3', '235'),
(7177, 401, '_slider_image3', 'field_63c8d1b9959fa'),
(7178, 401, 'slider_title1', 'Seasoning Mix '),
(7179, 401, '_slider_title1', 'field_63c8d1ef959fb'),
(7180, 401, 'slider_title2', 'By Message'),
(7181, 401, '_slider_title2', 'field_63c8d20a959fc'),
(7182, 401, 'slider_title3', 'The miracle of research'),
(7183, 401, '_slider_title3', 'field_63c8d218959fd'),
(7184, 401, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(7185, 401, '_slider_description1', 'field_63c8d237959fe'),
(7186, 401, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(7187, 401, '_slider_description2', 'field_63c8d274959ff'),
(7188, 401, 'slider_description3', 'Food additives and much more...'),
(7189, 401, '_slider_description3', 'field_63c8d28f95a00'),
(7190, 401, 'about_us_title', 'Leading Food Consulting Company'),
(7191, 401, '_about_us_title', 'field_63cbbac505df9'),
(7192, 401, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(7193, 401, '_short_description', 'field_63cbbbe305dfa'),
(7194, 401, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(7195, 401, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(7196, 401, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(7197, 401, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(7198, 401, 'video_background', '242'),
(7199, 401, '_video_background', 'field_63cbc2880b5de'),
(7200, 401, 'client_image_1', '211'),
(7201, 401, '_client_image_1', 'field_63cbcb8e5afcb'),
(7202, 401, 'client_image_2', '210'),
(7203, 401, '_client_image_2', 'field_63cbcbd95afcc'),
(7204, 401, 'client_image_3', '209'),
(7205, 401, '_client_image_3', 'field_63cbcbe55afcd'),
(7206, 401, 'client_image_4', '208'),
(7207, 401, '_client_image_4', 'field_63cbcbe75afce'),
(7208, 401, 'client_image_5', '207'),
(7209, 401, '_client_image_5', 'field_63cbcbeb5afcf'),
(7210, 401, 'client_image_6', '206'),
(7211, 401, '_client_image_6', 'field_63cbcbef5afd0'),
(7212, 401, 'email', 'khyati@messagegroup.co.in'),
(7213, 401, '_email', 'field_63c93e1309d31'),
(7214, 401, 'tag_line1', 'Innovative Food Packaging Machinery'),
(7215, 401, '_tag_line1', 'field_63cbb9903babf'),
(7216, 401, 'tag_line2', 'Food Additives & Seasoning Mix'),
(7217, 401, '_tag_line2', 'field_63cbba1a3bac0'),
(7218, 401, 'tag_line3', 'Rapid Response, Satisfaction'),
(7219, 401, '_tag_line3', 'field_63cbba503bac1'),
(7220, 401, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(7221, 401, '_long_description_about_us_2', 'field_63cdfd562520a'),
(7222, 401, 'industry_we_serve_image_1', '363'),
(7223, 401, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(7224, 401, 'industry_we_serve_image_2', '365'),
(7225, 401, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(7226, 401, 'industry_we_serve_image_3', '366'),
(7227, 401, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(7228, 401, 'industry_we_serve_image_4', '367'),
(7229, 401, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(7230, 401, 'industry_we_serve_image_5', '361'),
(7231, 401, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(7232, 401, 'industry_we_serve_short_description', ''),
(7233, 401, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(7234, 401, 'company_profile', '261'),
(7235, 401, '_company_profile', 'field_63ce36c7c9a55'),
(7236, 401, 'map_technology', '379'),
(7237, 401, '_map_technology', 'field_63ce3756c9a56'),
(7238, 401, 'food_addsive', '262'),
(7239, 401, '_food_addsive', 'field_63ce375ac9a57'),
(7240, 401, 'session_mix', '263'),
(7241, 401, '_session_mix', 'field_63ce375dc9a58'),
(7242, 401, 'life_chart_by_map_technology', '264'),
(7243, 401, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7244, 401, 'food_additives', '262'),
(7245, 401, '_food_additives', 'field_63ce375ac9a57'),
(7246, 401, 'get_started_background', '272'),
(7247, 401, '_get_started_background', 'field_63ce497feef6e'),
(7248, 401, 'choose_us_background', '393'),
(7249, 401, '_choose_us_background', 'field_63ce539a8b5b1'),
(7250, 401, 'message_group_1', '283'),
(7251, 401, '_message_group_1', 'field_63ce69047b0c9'),
(7252, 401, 'message_group_2', '284'),
(7253, 401, '_message_group_2', 'field_63ce6a627b0cd'),
(7254, 401, 'message_group_3', '285'),
(7255, 401, '_message_group_3', 'field_63ce6a637b0ce'),
(7256, 401, 'message_group_4', '286'),
(7257, 401, '_message_group_4', 'field_63ce6a687b0cf'),
(7258, 401, 'expertise_section_image', '359'),
(7259, 401, '_expertise_section_image', 'field_63ce860ce9935'),
(7260, 401, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(7261, 401, '_array_of_feature_section', 'field_63ce89ca26c57'),
(7262, 401, '1st_title__of_slider_1', 'Miss Me'),
(7263, 401, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(7264, 401, '1st_title__of_slider_2', 'AutoMAP'),
(7265, 401, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(7266, 401, '1st_title__of_slider_3', 'Message'),
(7267, 401, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(7268, 402, 'get_started_background', ''),
(7269, 402, '_get_started_background', 'field_63ce497feef6e'),
(7270, 402, 'choose_us_background', ''),
(7271, 402, '_choose_us_background', 'field_63ce539a8b5b1'),
(7272, 402, 'message_group_1', ''),
(7273, 402, '_message_group_1', 'field_63ce69047b0c9'),
(7274, 402, 'message_group_2', ''),
(7275, 402, '_message_group_2', 'field_63ce6a627b0cd'),
(7276, 402, 'message_group_3', ''),
(7277, 402, '_message_group_3', 'field_63ce6a637b0ce'),
(7278, 402, 'message_group_4', ''),
(7279, 402, '_message_group_4', 'field_63ce6a687b0cf'),
(7280, 402, 'expertise_section_image', ''),
(7281, 402, '_expertise_section_image', 'field_63ce860ce9935'),
(7282, 402, 'company_profile', ''),
(7283, 402, '_company_profile', 'field_63ce36c7c9a55'),
(7284, 402, 'map_technology', ''),
(7285, 402, '_map_technology', 'field_63ce3756c9a56'),
(7286, 402, 'food_additives', ''),
(7287, 402, '_food_additives', 'field_63ce375ac9a57'),
(7288, 402, 'session_mix', ''),
(7289, 402, '_session_mix', 'field_63ce375dc9a58'),
(7290, 402, 'life_chart_by_map_technology', ''),
(7291, 402, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7292, 402, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road. Dhoraji - 360410'),
(7293, 402, '_address', 'field_63c92e1503f94'),
(7294, 402, 'tel_phone_number', '+91 96628 45243'),
(7295, 402, '_tel_phone_number', 'field_63c92e5d03f95'),
(7296, 402, 'mobile_no', '+91 96628 45243'),
(7297, 402, '_mobile_no', 'field_63c92eb703f96'),
(7298, 402, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7299, 402, '_facebook_link', 'field_63c92f8503f97'),
(7300, 402, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7301, 402, '_google_link', 'field_63c92fa403f98'),
(7302, 402, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7303, 402, '_company_description', 'field_63c9309e03f99'),
(7304, 402, 'email', 'khyati@messagegroup.co.in'),
(7305, 402, '_email', 'field_63c93e1309d31'),
(7306, 402, 'banner_image', ''),
(7307, 402, '_banner_image', 'field_63d527184f31d'),
(7308, 402, 'banner_title', ''),
(7309, 402, '_banner_title', 'field_63d527614f31e'),
(7310, 402, 'template_image_1', ''),
(7311, 402, '_template_image_1', 'field_63d529664f31f'),
(7312, 402, 'template_image_2', ''),
(7313, 402, '_template_image_2', 'field_63d529b54f320'),
(7314, 402, 'template_image_3', ''),
(7315, 402, '_template_image_3', 'field_63d529b94f321'),
(7316, 402, 'template_image_4', ''),
(7317, 402, '_template_image_4', 'field_63d529bc4f322'),
(7318, 369, '_wp_old_date', '2023-01-30'),
(7319, 370, '_wp_old_date', '2023-01-30'),
(7320, 371, '_wp_old_date', '2023-01-30'),
(7321, 372, '_wp_old_date', '2023-01-30'),
(7322, 373, '_wp_old_date', '2023-01-30'),
(7323, 403, '_wp_attached_file', '2023/02/New-Project-1.png'),
(7324, 403, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2023/02/New-Project-1.png\";s:8:\"filesize\";i:589842;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7325, 404, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7326, 404, '_address', 'field_63c92e1503f94'),
(7327, 404, 'tel_phone_number', '+91 2824 223921'),
(7328, 404, '_tel_phone_number', 'field_63c92e5d03f95'),
(7329, 404, 'mobile_no', '+91 96628 45243'),
(7330, 404, '_mobile_no', 'field_63c92eb703f96'),
(7331, 404, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7332, 404, '_facebook_link', 'field_63c92f8503f97'),
(7333, 404, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7334, 404, '_google_link', 'field_63c92fa403f98'),
(7335, 404, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7336, 404, '_company_description', 'field_63c9309e03f99'),
(7337, 404, 'email', 'info@messagegroup.co.in'),
(7338, 404, '_email', 'field_63c93e1309d31'),
(7339, 404, 'company_profile', ''),
(7340, 404, '_company_profile', 'field_63ce36c7c9a55'),
(7341, 404, 'map_technology', ''),
(7342, 404, '_map_technology', 'field_63ce3756c9a56'),
(7343, 404, 'food_additives', ''),
(7344, 404, '_food_additives', 'field_63ce375ac9a57'),
(7345, 404, 'session_mix', ''),
(7346, 404, '_session_mix', 'field_63ce375dc9a58'),
(7347, 404, 'life_chart_by_map_technology', ''),
(7348, 404, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7349, 404, 'get_started_background', ''),
(7350, 404, '_get_started_background', 'field_63ce497feef6e'),
(7351, 404, 'choose_us_background', ''),
(7352, 404, '_choose_us_background', 'field_63ce539a8b5b1'),
(7353, 404, 'message_group_1', ''),
(7354, 404, '_message_group_1', 'field_63ce69047b0c9'),
(7355, 404, 'message_group_2', ''),
(7356, 404, '_message_group_2', 'field_63ce6a627b0cd'),
(7357, 404, 'message_group_3', ''),
(7358, 404, '_message_group_3', 'field_63ce6a637b0ce'),
(7359, 404, 'message_group_4', ''),
(7360, 404, '_message_group_4', 'field_63ce6a687b0cf'),
(7361, 404, 'expertise_section_image', ''),
(7362, 404, '_expertise_section_image', 'field_63ce860ce9935'),
(7363, 404, 'banner_image', '403'),
(7364, 404, '_banner_image', 'field_63d527184f31d'),
(7365, 404, 'banner_title', ''),
(7366, 404, '_banner_title', 'field_63d527614f31e'),
(7367, 404, 'template_image_1', ''),
(7368, 404, '_template_image_1', 'field_63d529664f31f'),
(7369, 404, 'template_image_2', ''),
(7370, 404, '_template_image_2', 'field_63d529b54f320'),
(7371, 404, 'template_image_3', ''),
(7372, 404, '_template_image_3', 'field_63d529b94f321'),
(7373, 404, 'template_image_4', ''),
(7374, 404, '_template_image_4', 'field_63d529bc4f322'),
(7377, 406, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7378, 406, '_address', 'field_63c92e1503f94'),
(7379, 406, 'tel_phone_number', '+91 2824 223921'),
(7380, 406, '_tel_phone_number', 'field_63c92e5d03f95'),
(7381, 406, 'mobile_no', '+91 96628 45243'),
(7382, 406, '_mobile_no', 'field_63c92eb703f96'),
(7383, 406, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7384, 406, '_facebook_link', 'field_63c92f8503f97'),
(7385, 406, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7386, 406, '_google_link', 'field_63c92fa403f98'),
(7387, 406, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7388, 406, '_company_description', 'field_63c9309e03f99'),
(7389, 406, 'email', 'info@messagegroup.co.in'),
(7390, 406, '_email', 'field_63c93e1309d31'),
(7391, 406, 'company_profile', ''),
(7392, 406, '_company_profile', 'field_63ce36c7c9a55'),
(7393, 406, 'map_technology', ''),
(7394, 406, '_map_technology', 'field_63ce3756c9a56'),
(7395, 406, 'food_additives', ''),
(7396, 406, '_food_additives', 'field_63ce375ac9a57'),
(7397, 406, 'session_mix', ''),
(7398, 406, '_session_mix', 'field_63ce375dc9a58'),
(7399, 406, 'life_chart_by_map_technology', ''),
(7400, 406, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7401, 406, 'get_started_background', ''),
(7402, 406, '_get_started_background', 'field_63ce497feef6e'),
(7403, 406, 'choose_us_background', ''),
(7404, 406, '_choose_us_background', 'field_63ce539a8b5b1'),
(7405, 406, 'message_group_1', ''),
(7406, 406, '_message_group_1', 'field_63ce69047b0c9'),
(7407, 406, 'message_group_2', ''),
(7408, 406, '_message_group_2', 'field_63ce6a627b0cd'),
(7409, 406, 'message_group_3', ''),
(7410, 406, '_message_group_3', 'field_63ce6a637b0ce'),
(7411, 406, 'message_group_4', ''),
(7412, 406, '_message_group_4', 'field_63ce6a687b0cf'),
(7413, 406, 'expertise_section_image', ''),
(7414, 406, '_expertise_section_image', 'field_63ce860ce9935'),
(7415, 406, 'banner_image', '403'),
(7416, 406, '_banner_image', 'field_63d527184f31d'),
(7417, 406, 'banner_title', ''),
(7418, 406, '_banner_title', 'field_63d527614f31e'),
(7419, 406, 'template_image_1', '405'),
(7420, 406, '_template_image_1', 'field_63d529664f31f'),
(7421, 406, 'template_image_2', ''),
(7422, 406, '_template_image_2', 'field_63d529b54f320'),
(7423, 406, 'template_image_3', ''),
(7424, 406, '_template_image_3', 'field_63d529b94f321'),
(7425, 406, 'template_image_4', ''),
(7426, 406, '_template_image_4', 'field_63d529bc4f322'),
(7429, 408, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7430, 408, '_address', 'field_63c92e1503f94'),
(7431, 408, 'tel_phone_number', '+91 2824 223921'),
(7432, 408, '_tel_phone_number', 'field_63c92e5d03f95'),
(7433, 408, 'mobile_no', '+91 96628 45243'),
(7434, 408, '_mobile_no', 'field_63c92eb703f96'),
(7435, 408, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7436, 408, '_facebook_link', 'field_63c92f8503f97'),
(7437, 408, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7438, 408, '_google_link', 'field_63c92fa403f98'),
(7439, 408, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7440, 408, '_company_description', 'field_63c9309e03f99'),
(7441, 408, 'email', 'info@messagegroup.co.in'),
(7442, 408, '_email', 'field_63c93e1309d31'),
(7443, 408, 'company_profile', ''),
(7444, 408, '_company_profile', 'field_63ce36c7c9a55'),
(7445, 408, 'map_technology', ''),
(7446, 408, '_map_technology', 'field_63ce3756c9a56'),
(7447, 408, 'food_additives', ''),
(7448, 408, '_food_additives', 'field_63ce375ac9a57'),
(7449, 408, 'session_mix', ''),
(7450, 408, '_session_mix', 'field_63ce375dc9a58'),
(7451, 408, 'life_chart_by_map_technology', ''),
(7452, 408, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7453, 408, 'get_started_background', ''),
(7454, 408, '_get_started_background', 'field_63ce497feef6e'),
(7455, 408, 'choose_us_background', ''),
(7456, 408, '_choose_us_background', 'field_63ce539a8b5b1'),
(7457, 408, 'message_group_1', ''),
(7458, 408, '_message_group_1', 'field_63ce69047b0c9'),
(7459, 408, 'message_group_2', ''),
(7460, 408, '_message_group_2', 'field_63ce6a627b0cd'),
(7461, 408, 'message_group_3', ''),
(7462, 408, '_message_group_3', 'field_63ce6a637b0ce'),
(7463, 408, 'message_group_4', ''),
(7464, 408, '_message_group_4', 'field_63ce6a687b0cf'),
(7465, 408, 'expertise_section_image', ''),
(7466, 408, '_expertise_section_image', 'field_63ce860ce9935'),
(7467, 408, 'banner_image', '403'),
(7468, 408, '_banner_image', 'field_63d527184f31d'),
(7469, 408, 'banner_title', ''),
(7470, 408, '_banner_title', 'field_63d527614f31e'),
(7471, 408, 'template_image_1', '405'),
(7472, 408, '_template_image_1', 'field_63d529664f31f'),
(7473, 408, 'template_image_2', ''),
(7474, 408, '_template_image_2', 'field_63d529b54f320'),
(7475, 408, 'template_image_3', ''),
(7476, 408, '_template_image_3', 'field_63d529b94f321'),
(7477, 408, 'template_image_4', '407'),
(7478, 408, '_template_image_4', 'field_63d529bc4f322'),
(7481, 410, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7482, 410, '_address', 'field_63c92e1503f94'),
(7483, 410, 'tel_phone_number', '+91 2824 223921'),
(7484, 410, '_tel_phone_number', 'field_63c92e5d03f95'),
(7485, 410, 'mobile_no', '+91 96628 45243'),
(7486, 410, '_mobile_no', 'field_63c92eb703f96'),
(7487, 410, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7488, 410, '_facebook_link', 'field_63c92f8503f97'),
(7489, 410, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7490, 410, '_google_link', 'field_63c92fa403f98'),
(7491, 410, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7492, 410, '_company_description', 'field_63c9309e03f99'),
(7493, 410, 'email', 'info@messagegroup.co.in'),
(7494, 410, '_email', 'field_63c93e1309d31'),
(7495, 410, 'company_profile', ''),
(7496, 410, '_company_profile', 'field_63ce36c7c9a55'),
(7497, 410, 'map_technology', ''),
(7498, 410, '_map_technology', 'field_63ce3756c9a56'),
(7499, 410, 'food_additives', ''),
(7500, 410, '_food_additives', 'field_63ce375ac9a57'),
(7501, 410, 'session_mix', ''),
(7502, 410, '_session_mix', 'field_63ce375dc9a58'),
(7503, 410, 'life_chart_by_map_technology', ''),
(7504, 410, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7505, 410, 'get_started_background', ''),
(7506, 410, '_get_started_background', 'field_63ce497feef6e'),
(7507, 410, 'choose_us_background', ''),
(7508, 410, '_choose_us_background', 'field_63ce539a8b5b1'),
(7509, 410, 'message_group_1', ''),
(7510, 410, '_message_group_1', 'field_63ce69047b0c9'),
(7511, 410, 'message_group_2', ''),
(7512, 410, '_message_group_2', 'field_63ce6a627b0cd'),
(7513, 410, 'message_group_3', ''),
(7514, 410, '_message_group_3', 'field_63ce6a637b0ce'),
(7515, 410, 'message_group_4', ''),
(7516, 410, '_message_group_4', 'field_63ce6a687b0cf'),
(7517, 410, 'expertise_section_image', ''),
(7518, 410, '_expertise_section_image', 'field_63ce860ce9935'),
(7519, 410, 'banner_image', '403'),
(7520, 410, '_banner_image', 'field_63d527184f31d'),
(7521, 410, 'banner_title', ''),
(7522, 410, '_banner_title', 'field_63d527614f31e'),
(7523, 410, 'template_image_1', '405'),
(7524, 410, '_template_image_1', 'field_63d529664f31f'),
(7525, 410, 'template_image_2', '409'),
(7526, 410, '_template_image_2', 'field_63d529b54f320'),
(7527, 410, 'template_image_3', ''),
(7528, 410, '_template_image_3', 'field_63d529b94f321'),
(7529, 410, 'template_image_4', '407'),
(7530, 410, '_template_image_4', 'field_63d529bc4f322'),
(7531, 411, '_wp_attached_file', '2023/02/New-Project-5.png'),
(7532, 411, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2023/02/New-Project-5.png\";s:8:\"filesize\";i:314633;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7533, 412, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7534, 412, '_address', 'field_63c92e1503f94'),
(7535, 412, 'tel_phone_number', '+91 2824 223921'),
(7536, 412, '_tel_phone_number', 'field_63c92e5d03f95'),
(7537, 412, 'mobile_no', '+91 96628 45243'),
(7538, 412, '_mobile_no', 'field_63c92eb703f96'),
(7539, 412, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7540, 412, '_facebook_link', 'field_63c92f8503f97'),
(7541, 412, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7542, 412, '_google_link', 'field_63c92fa403f98'),
(7543, 412, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7544, 412, '_company_description', 'field_63c9309e03f99'),
(7545, 412, 'email', 'info@messagegroup.co.in'),
(7546, 412, '_email', 'field_63c93e1309d31'),
(7547, 412, 'company_profile', ''),
(7548, 412, '_company_profile', 'field_63ce36c7c9a55'),
(7549, 412, 'map_technology', ''),
(7550, 412, '_map_technology', 'field_63ce3756c9a56'),
(7551, 412, 'food_additives', ''),
(7552, 412, '_food_additives', 'field_63ce375ac9a57'),
(7553, 412, 'session_mix', ''),
(7554, 412, '_session_mix', 'field_63ce375dc9a58'),
(7555, 412, 'life_chart_by_map_technology', ''),
(7556, 412, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7557, 412, 'get_started_background', ''),
(7558, 412, '_get_started_background', 'field_63ce497feef6e'),
(7559, 412, 'choose_us_background', ''),
(7560, 412, '_choose_us_background', 'field_63ce539a8b5b1'),
(7561, 412, 'message_group_1', ''),
(7562, 412, '_message_group_1', 'field_63ce69047b0c9'),
(7563, 412, 'message_group_2', ''),
(7564, 412, '_message_group_2', 'field_63ce6a627b0cd'),
(7565, 412, 'message_group_3', ''),
(7566, 412, '_message_group_3', 'field_63ce6a637b0ce'),
(7567, 412, 'message_group_4', ''),
(7568, 412, '_message_group_4', 'field_63ce6a687b0cf'),
(7569, 412, 'expertise_section_image', ''),
(7570, 412, '_expertise_section_image', 'field_63ce860ce9935'),
(7571, 412, 'banner_image', '403'),
(7572, 412, '_banner_image', 'field_63d527184f31d'),
(7573, 412, 'banner_title', ''),
(7574, 412, '_banner_title', 'field_63d527614f31e'),
(7575, 412, 'template_image_1', '405'),
(7576, 412, '_template_image_1', 'field_63d529664f31f'),
(7577, 412, 'template_image_2', '411'),
(7578, 412, '_template_image_2', 'field_63d529b54f320'),
(7579, 412, 'template_image_3', ''),
(7580, 412, '_template_image_3', 'field_63d529b94f321'),
(7581, 412, 'template_image_4', '407'),
(7582, 412, '_template_image_4', 'field_63d529bc4f322'),
(7583, 413, '_wp_attached_file', '2023/02/New-Project-6.png'),
(7584, 413, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2023/02/New-Project-6.png\";s:8:\"filesize\";i:307435;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7585, 414, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7586, 414, '_address', 'field_63c92e1503f94'),
(7587, 414, 'tel_phone_number', '+91 2824 223921'),
(7588, 414, '_tel_phone_number', 'field_63c92e5d03f95'),
(7589, 414, 'mobile_no', '+91 96628 45243'),
(7590, 414, '_mobile_no', 'field_63c92eb703f96'),
(7591, 414, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7592, 414, '_facebook_link', 'field_63c92f8503f97'),
(7593, 414, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7594, 414, '_google_link', 'field_63c92fa403f98'),
(7595, 414, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7596, 414, '_company_description', 'field_63c9309e03f99'),
(7597, 414, 'email', 'info@messagegroup.co.in'),
(7598, 414, '_email', 'field_63c93e1309d31'),
(7599, 414, 'company_profile', ''),
(7600, 414, '_company_profile', 'field_63ce36c7c9a55'),
(7601, 414, 'map_technology', ''),
(7602, 414, '_map_technology', 'field_63ce3756c9a56'),
(7603, 414, 'food_additives', ''),
(7604, 414, '_food_additives', 'field_63ce375ac9a57'),
(7605, 414, 'session_mix', ''),
(7606, 414, '_session_mix', 'field_63ce375dc9a58'),
(7607, 414, 'life_chart_by_map_technology', ''),
(7608, 414, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7609, 414, 'get_started_background', ''),
(7610, 414, '_get_started_background', 'field_63ce497feef6e'),
(7611, 414, 'choose_us_background', ''),
(7612, 414, '_choose_us_background', 'field_63ce539a8b5b1'),
(7613, 414, 'message_group_1', ''),
(7614, 414, '_message_group_1', 'field_63ce69047b0c9'),
(7615, 414, 'message_group_2', ''),
(7616, 414, '_message_group_2', 'field_63ce6a627b0cd'),
(7617, 414, 'message_group_3', ''),
(7618, 414, '_message_group_3', 'field_63ce6a637b0ce'),
(7619, 414, 'message_group_4', ''),
(7620, 414, '_message_group_4', 'field_63ce6a687b0cf'),
(7621, 414, 'expertise_section_image', ''),
(7622, 414, '_expertise_section_image', 'field_63ce860ce9935'),
(7623, 414, 'banner_image', '403'),
(7624, 414, '_banner_image', 'field_63d527184f31d'),
(7625, 414, 'banner_title', ''),
(7626, 414, '_banner_title', 'field_63d527614f31e'),
(7627, 414, 'template_image_1', '405'),
(7628, 414, '_template_image_1', 'field_63d529664f31f'),
(7629, 414, 'template_image_2', '411'),
(7630, 414, '_template_image_2', 'field_63d529b54f320'),
(7631, 414, 'template_image_3', '413'),
(7632, 414, '_template_image_3', 'field_63d529b94f321'),
(7633, 414, 'template_image_4', '407'),
(7634, 414, '_template_image_4', 'field_63d529bc4f322'),
(7635, 415, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7636, 415, '_address', 'field_63c92e1503f94'),
(7637, 415, 'tel_phone_number', '+91 2824 223921'),
(7638, 415, '_tel_phone_number', 'field_63c92e5d03f95'),
(7639, 415, 'mobile_no', '+91 96628 45243'),
(7640, 415, '_mobile_no', 'field_63c92eb703f96'),
(7641, 415, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7642, 415, '_facebook_link', 'field_63c92f8503f97'),
(7643, 415, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7644, 415, '_google_link', 'field_63c92fa403f98');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7645, 415, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7646, 415, '_company_description', 'field_63c9309e03f99'),
(7647, 415, 'email', 'info@messagegroup.co.in'),
(7648, 415, '_email', 'field_63c93e1309d31'),
(7649, 415, 'company_profile', ''),
(7650, 415, '_company_profile', 'field_63ce36c7c9a55'),
(7651, 415, 'map_technology', ''),
(7652, 415, '_map_technology', 'field_63ce3756c9a56'),
(7653, 415, 'food_additives', ''),
(7654, 415, '_food_additives', 'field_63ce375ac9a57'),
(7655, 415, 'session_mix', ''),
(7656, 415, '_session_mix', 'field_63ce375dc9a58'),
(7657, 415, 'life_chart_by_map_technology', ''),
(7658, 415, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7659, 415, 'get_started_background', ''),
(7660, 415, '_get_started_background', 'field_63ce497feef6e'),
(7661, 415, 'choose_us_background', ''),
(7662, 415, '_choose_us_background', 'field_63ce539a8b5b1'),
(7663, 415, 'message_group_1', ''),
(7664, 415, '_message_group_1', 'field_63ce69047b0c9'),
(7665, 415, 'message_group_2', ''),
(7666, 415, '_message_group_2', 'field_63ce6a627b0cd'),
(7667, 415, 'message_group_3', ''),
(7668, 415, '_message_group_3', 'field_63ce6a637b0ce'),
(7669, 415, 'message_group_4', ''),
(7670, 415, '_message_group_4', 'field_63ce6a687b0cf'),
(7671, 415, 'expertise_section_image', ''),
(7672, 415, '_expertise_section_image', 'field_63ce860ce9935'),
(7673, 415, 'banner_image', '403'),
(7674, 415, '_banner_image', 'field_63d527184f31d'),
(7675, 415, 'banner_title', ''),
(7676, 415, '_banner_title', 'field_63d527614f31e'),
(7677, 415, 'template_image_1', '405'),
(7678, 415, '_template_image_1', 'field_63d529664f31f'),
(7679, 415, 'template_image_2', '411'),
(7680, 415, '_template_image_2', 'field_63d529b54f320'),
(7681, 415, 'template_image_3', '413'),
(7682, 415, '_template_image_3', 'field_63d529b94f321'),
(7683, 415, 'template_image_4', '407'),
(7684, 415, '_template_image_4', 'field_63d529bc4f322'),
(7687, 417, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7688, 417, '_address', 'field_63c92e1503f94'),
(7689, 417, 'tel_phone_number', '+91 2824 223921'),
(7690, 417, '_tel_phone_number', 'field_63c92e5d03f95'),
(7691, 417, 'mobile_no', '+91 96628 45243'),
(7692, 417, '_mobile_no', 'field_63c92eb703f96'),
(7693, 417, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7694, 417, '_facebook_link', 'field_63c92f8503f97'),
(7695, 417, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7696, 417, '_google_link', 'field_63c92fa403f98'),
(7697, 417, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7698, 417, '_company_description', 'field_63c9309e03f99'),
(7699, 417, 'email', 'info@messagegroup.co.in'),
(7700, 417, '_email', 'field_63c93e1309d31'),
(7701, 417, 'company_profile', ''),
(7702, 417, '_company_profile', 'field_63ce36c7c9a55'),
(7703, 417, 'map_technology', ''),
(7704, 417, '_map_technology', 'field_63ce3756c9a56'),
(7705, 417, 'food_additives', ''),
(7706, 417, '_food_additives', 'field_63ce375ac9a57'),
(7707, 417, 'session_mix', ''),
(7708, 417, '_session_mix', 'field_63ce375dc9a58'),
(7709, 417, 'life_chart_by_map_technology', ''),
(7710, 417, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7711, 417, 'get_started_background', ''),
(7712, 417, '_get_started_background', 'field_63ce497feef6e'),
(7713, 417, 'choose_us_background', ''),
(7714, 417, '_choose_us_background', 'field_63ce539a8b5b1'),
(7715, 417, 'message_group_1', ''),
(7716, 417, '_message_group_1', 'field_63ce69047b0c9'),
(7717, 417, 'message_group_2', ''),
(7718, 417, '_message_group_2', 'field_63ce6a627b0cd'),
(7719, 417, 'message_group_3', ''),
(7720, 417, '_message_group_3', 'field_63ce6a637b0ce'),
(7721, 417, 'message_group_4', ''),
(7722, 417, '_message_group_4', 'field_63ce6a687b0cf'),
(7723, 417, 'expertise_section_image', ''),
(7724, 417, '_expertise_section_image', 'field_63ce860ce9935'),
(7725, 417, 'banner_image', '357'),
(7726, 417, '_banner_image', 'field_63d527184f31d'),
(7727, 417, 'banner_title', ''),
(7728, 417, '_banner_title', 'field_63d527614f31e'),
(7729, 417, 'template_image_1', '416'),
(7730, 417, '_template_image_1', 'field_63d529664f31f'),
(7731, 417, 'template_image_2', ''),
(7732, 417, '_template_image_2', 'field_63d529b54f320'),
(7733, 417, 'template_image_3', ''),
(7734, 417, '_template_image_3', 'field_63d529b94f321'),
(7735, 417, 'template_image_4', ''),
(7736, 417, '_template_image_4', 'field_63d529bc4f322'),
(7739, 419, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7740, 419, '_address', 'field_63c92e1503f94'),
(7741, 419, 'tel_phone_number', '+91 2824 223921'),
(7742, 419, '_tel_phone_number', 'field_63c92e5d03f95'),
(7743, 419, 'mobile_no', '+91 96628 45243'),
(7744, 419, '_mobile_no', 'field_63c92eb703f96'),
(7745, 419, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7746, 419, '_facebook_link', 'field_63c92f8503f97'),
(7747, 419, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7748, 419, '_google_link', 'field_63c92fa403f98'),
(7749, 419, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7750, 419, '_company_description', 'field_63c9309e03f99'),
(7751, 419, 'email', 'info@messagegroup.co.in'),
(7752, 419, '_email', 'field_63c93e1309d31'),
(7753, 419, 'company_profile', ''),
(7754, 419, '_company_profile', 'field_63ce36c7c9a55'),
(7755, 419, 'map_technology', ''),
(7756, 419, '_map_technology', 'field_63ce3756c9a56'),
(7757, 419, 'food_additives', ''),
(7758, 419, '_food_additives', 'field_63ce375ac9a57'),
(7759, 419, 'session_mix', ''),
(7760, 419, '_session_mix', 'field_63ce375dc9a58'),
(7761, 419, 'life_chart_by_map_technology', ''),
(7762, 419, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7763, 419, 'get_started_background', ''),
(7764, 419, '_get_started_background', 'field_63ce497feef6e'),
(7765, 419, 'choose_us_background', ''),
(7766, 419, '_choose_us_background', 'field_63ce539a8b5b1'),
(7767, 419, 'message_group_1', ''),
(7768, 419, '_message_group_1', 'field_63ce69047b0c9'),
(7769, 419, 'message_group_2', ''),
(7770, 419, '_message_group_2', 'field_63ce6a627b0cd'),
(7771, 419, 'message_group_3', ''),
(7772, 419, '_message_group_3', 'field_63ce6a637b0ce'),
(7773, 419, 'message_group_4', ''),
(7774, 419, '_message_group_4', 'field_63ce6a687b0cf'),
(7775, 419, 'expertise_section_image', ''),
(7776, 419, '_expertise_section_image', 'field_63ce860ce9935'),
(7777, 419, 'banner_image', '357'),
(7778, 419, '_banner_image', 'field_63d527184f31d'),
(7779, 419, 'banner_title', ''),
(7780, 419, '_banner_title', 'field_63d527614f31e'),
(7781, 419, 'template_image_1', '416'),
(7782, 419, '_template_image_1', 'field_63d529664f31f'),
(7783, 419, 'template_image_2', ''),
(7784, 419, '_template_image_2', 'field_63d529b54f320'),
(7785, 419, 'template_image_3', '418'),
(7786, 419, '_template_image_3', 'field_63d529b94f321'),
(7787, 419, 'template_image_4', ''),
(7788, 419, '_template_image_4', 'field_63d529bc4f322'),
(7789, 420, '_wp_attached_file', '2023/02/New-Project-9.png'),
(7790, 420, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2023/02/New-Project-9.png\";s:8:\"filesize\";i:297341;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7791, 421, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7792, 421, '_address', 'field_63c92e1503f94'),
(7793, 421, 'tel_phone_number', '+91 2824 223921'),
(7794, 421, '_tel_phone_number', 'field_63c92e5d03f95'),
(7795, 421, 'mobile_no', '+91 96628 45243'),
(7796, 421, '_mobile_no', 'field_63c92eb703f96'),
(7797, 421, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7798, 421, '_facebook_link', 'field_63c92f8503f97'),
(7799, 421, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7800, 421, '_google_link', 'field_63c92fa403f98'),
(7801, 421, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7802, 421, '_company_description', 'field_63c9309e03f99'),
(7803, 421, 'email', 'info@messagegroup.co.in'),
(7804, 421, '_email', 'field_63c93e1309d31'),
(7805, 421, 'company_profile', ''),
(7806, 421, '_company_profile', 'field_63ce36c7c9a55'),
(7807, 421, 'map_technology', ''),
(7808, 421, '_map_technology', 'field_63ce3756c9a56'),
(7809, 421, 'food_additives', ''),
(7810, 421, '_food_additives', 'field_63ce375ac9a57'),
(7811, 421, 'session_mix', ''),
(7812, 421, '_session_mix', 'field_63ce375dc9a58'),
(7813, 421, 'life_chart_by_map_technology', ''),
(7814, 421, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7815, 421, 'get_started_background', ''),
(7816, 421, '_get_started_background', 'field_63ce497feef6e'),
(7817, 421, 'choose_us_background', ''),
(7818, 421, '_choose_us_background', 'field_63ce539a8b5b1'),
(7819, 421, 'message_group_1', ''),
(7820, 421, '_message_group_1', 'field_63ce69047b0c9'),
(7821, 421, 'message_group_2', ''),
(7822, 421, '_message_group_2', 'field_63ce6a627b0cd'),
(7823, 421, 'message_group_3', ''),
(7824, 421, '_message_group_3', 'field_63ce6a637b0ce'),
(7825, 421, 'message_group_4', ''),
(7826, 421, '_message_group_4', 'field_63ce6a687b0cf'),
(7827, 421, 'expertise_section_image', ''),
(7828, 421, '_expertise_section_image', 'field_63ce860ce9935'),
(7829, 421, 'banner_image', '357'),
(7830, 421, '_banner_image', 'field_63d527184f31d'),
(7831, 421, 'banner_title', ''),
(7832, 421, '_banner_title', 'field_63d527614f31e'),
(7833, 421, 'template_image_1', '416'),
(7834, 421, '_template_image_1', 'field_63d529664f31f'),
(7835, 421, 'template_image_2', ''),
(7836, 421, '_template_image_2', 'field_63d529b54f320'),
(7837, 421, 'template_image_3', '418'),
(7838, 421, '_template_image_3', 'field_63d529b94f321'),
(7839, 421, 'template_image_4', '420'),
(7840, 421, '_template_image_4', 'field_63d529bc4f322'),
(7843, 423, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7844, 423, '_address', 'field_63c92e1503f94'),
(7845, 423, 'tel_phone_number', '+91 2824 223921'),
(7846, 423, '_tel_phone_number', 'field_63c92e5d03f95'),
(7847, 423, 'mobile_no', '+91 96628 45243'),
(7848, 423, '_mobile_no', 'field_63c92eb703f96'),
(7849, 423, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7850, 423, '_facebook_link', 'field_63c92f8503f97'),
(7851, 423, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7852, 423, '_google_link', 'field_63c92fa403f98'),
(7853, 423, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7854, 423, '_company_description', 'field_63c9309e03f99'),
(7855, 423, 'email', 'info@messagegroup.co.in'),
(7856, 423, '_email', 'field_63c93e1309d31'),
(7857, 423, 'company_profile', ''),
(7858, 423, '_company_profile', 'field_63ce36c7c9a55'),
(7859, 423, 'map_technology', ''),
(7860, 423, '_map_technology', 'field_63ce3756c9a56'),
(7861, 423, 'food_additives', ''),
(7862, 423, '_food_additives', 'field_63ce375ac9a57'),
(7863, 423, 'session_mix', ''),
(7864, 423, '_session_mix', 'field_63ce375dc9a58'),
(7865, 423, 'life_chart_by_map_technology', ''),
(7866, 423, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7867, 423, 'get_started_background', ''),
(7868, 423, '_get_started_background', 'field_63ce497feef6e'),
(7869, 423, 'choose_us_background', ''),
(7870, 423, '_choose_us_background', 'field_63ce539a8b5b1'),
(7871, 423, 'message_group_1', ''),
(7872, 423, '_message_group_1', 'field_63ce69047b0c9'),
(7873, 423, 'message_group_2', ''),
(7874, 423, '_message_group_2', 'field_63ce6a627b0cd'),
(7875, 423, 'message_group_3', ''),
(7876, 423, '_message_group_3', 'field_63ce6a637b0ce'),
(7877, 423, 'message_group_4', ''),
(7878, 423, '_message_group_4', 'field_63ce6a687b0cf'),
(7879, 423, 'expertise_section_image', ''),
(7880, 423, '_expertise_section_image', 'field_63ce860ce9935'),
(7881, 423, 'banner_image', '357'),
(7882, 423, '_banner_image', 'field_63d527184f31d'),
(7883, 423, 'banner_title', ''),
(7884, 423, '_banner_title', 'field_63d527614f31e'),
(7885, 423, 'template_image_1', '416'),
(7886, 423, '_template_image_1', 'field_63d529664f31f'),
(7887, 423, 'template_image_2', '422'),
(7888, 423, '_template_image_2', 'field_63d529b54f320'),
(7889, 423, 'template_image_3', '418'),
(7890, 423, '_template_image_3', 'field_63d529b94f321'),
(7891, 423, 'template_image_4', '420'),
(7892, 423, '_template_image_4', 'field_63d529bc4f322'),
(7893, 424, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7894, 424, '_address', 'field_63c92e1503f94'),
(7895, 424, 'tel_phone_number', '+91 2824 223921'),
(7896, 424, '_tel_phone_number', 'field_63c92e5d03f95'),
(7897, 424, 'mobile_no', '+91 96628 45243'),
(7898, 424, '_mobile_no', 'field_63c92eb703f96'),
(7899, 424, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7900, 424, '_facebook_link', 'field_63c92f8503f97'),
(7901, 424, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7902, 424, '_google_link', 'field_63c92fa403f98'),
(7903, 424, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7904, 424, '_company_description', 'field_63c9309e03f99'),
(7905, 424, 'email', 'info@messagegroup.co.in'),
(7906, 424, '_email', 'field_63c93e1309d31'),
(7907, 424, 'company_profile', ''),
(7908, 424, '_company_profile', 'field_63ce36c7c9a55'),
(7909, 424, 'map_technology', ''),
(7910, 424, '_map_technology', 'field_63ce3756c9a56'),
(7911, 424, 'food_additives', ''),
(7912, 424, '_food_additives', 'field_63ce375ac9a57'),
(7913, 424, 'session_mix', ''),
(7914, 424, '_session_mix', 'field_63ce375dc9a58'),
(7915, 424, 'life_chart_by_map_technology', ''),
(7916, 424, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7917, 424, 'get_started_background', ''),
(7918, 424, '_get_started_background', 'field_63ce497feef6e'),
(7919, 424, 'choose_us_background', ''),
(7920, 424, '_choose_us_background', 'field_63ce539a8b5b1'),
(7921, 424, 'message_group_1', ''),
(7922, 424, '_message_group_1', 'field_63ce69047b0c9'),
(7923, 424, 'message_group_2', ''),
(7924, 424, '_message_group_2', 'field_63ce6a627b0cd'),
(7925, 424, 'message_group_3', ''),
(7926, 424, '_message_group_3', 'field_63ce6a637b0ce'),
(7927, 424, 'message_group_4', ''),
(7928, 424, '_message_group_4', 'field_63ce6a687b0cf'),
(7929, 424, 'expertise_section_image', ''),
(7930, 424, '_expertise_section_image', 'field_63ce860ce9935'),
(7931, 424, 'banner_image', '357'),
(7932, 424, '_banner_image', 'field_63d527184f31d'),
(7933, 424, 'banner_title', ''),
(7934, 424, '_banner_title', 'field_63d527614f31e'),
(7935, 424, 'template_image_1', '422'),
(7936, 424, '_template_image_1', 'field_63d529664f31f'),
(7937, 424, 'template_image_2', '422'),
(7938, 424, '_template_image_2', 'field_63d529b54f320'),
(7939, 424, 'template_image_3', '418'),
(7940, 424, '_template_image_3', 'field_63d529b94f321'),
(7941, 424, 'template_image_4', '420'),
(7942, 424, '_template_image_4', 'field_63d529bc4f322'),
(7943, 425, '_wp_attached_file', '2023/02/New-Project-11.png'),
(7944, 425, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-11.png\";s:8:\"filesize\";i:293064;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7945, 246, 'banner_image', '686'),
(7946, 246, '_banner_image', 'field_63d527184f31d'),
(7947, 246, 'banner_title', ''),
(7948, 246, '_banner_title', 'field_63d527614f31e'),
(7949, 246, 'template_image_1', '425'),
(7950, 246, '_template_image_1', 'field_63d529664f31f'),
(7951, 246, 'template_image_2', '501'),
(7952, 246, '_template_image_2', 'field_63d529b54f320'),
(7953, 246, 'template_image_3', '654'),
(7954, 246, '_template_image_3', 'field_63d529b94f321'),
(7955, 246, 'template_image_4', '431'),
(7956, 246, '_template_image_4', 'field_63d529bc4f322'),
(7957, 426, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(7958, 426, '_address', 'field_63c92e1503f94'),
(7959, 426, 'tel_phone_number', '+91 2824 223921'),
(7960, 426, '_tel_phone_number', 'field_63c92e5d03f95'),
(7961, 426, 'mobile_no', '+91 96628 45243'),
(7962, 426, '_mobile_no', 'field_63c92eb703f96'),
(7963, 426, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(7964, 426, '_facebook_link', 'field_63c92f8503f97'),
(7965, 426, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(7966, 426, '_google_link', 'field_63c92fa403f98'),
(7967, 426, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(7968, 426, '_company_description', 'field_63c9309e03f99'),
(7969, 426, 'email', 'info@messagegroup.co.in'),
(7970, 426, '_email', 'field_63c93e1309d31'),
(7971, 426, 'company_profile', ''),
(7972, 426, '_company_profile', 'field_63ce36c7c9a55'),
(7973, 426, 'map_technology', ''),
(7974, 426, '_map_technology', 'field_63ce3756c9a56'),
(7975, 426, 'food_additives', ''),
(7976, 426, '_food_additives', 'field_63ce375ac9a57'),
(7977, 426, 'session_mix', ''),
(7978, 426, '_session_mix', 'field_63ce375dc9a58'),
(7979, 426, 'life_chart_by_map_technology', ''),
(7980, 426, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(7981, 426, 'get_started_background', ''),
(7982, 426, '_get_started_background', 'field_63ce497feef6e'),
(7983, 426, 'choose_us_background', ''),
(7984, 426, '_choose_us_background', 'field_63ce539a8b5b1'),
(7985, 426, 'message_group_1', ''),
(7986, 426, '_message_group_1', 'field_63ce69047b0c9'),
(7987, 426, 'message_group_2', ''),
(7988, 426, '_message_group_2', 'field_63ce6a627b0cd'),
(7989, 426, 'message_group_3', ''),
(7990, 426, '_message_group_3', 'field_63ce6a637b0ce'),
(7991, 426, 'message_group_4', ''),
(7992, 426, '_message_group_4', 'field_63ce6a687b0cf'),
(7993, 426, 'expertise_section_image', ''),
(7994, 426, '_expertise_section_image', 'field_63ce860ce9935'),
(7995, 426, 'banner_image', ''),
(7996, 426, '_banner_image', 'field_63d527184f31d'),
(7997, 426, 'banner_title', ''),
(7998, 426, '_banner_title', 'field_63d527614f31e'),
(7999, 426, 'template_image_1', '425'),
(8000, 426, '_template_image_1', 'field_63d529664f31f'),
(8001, 426, 'template_image_2', ''),
(8002, 426, '_template_image_2', 'field_63d529b54f320'),
(8003, 426, 'template_image_3', ''),
(8004, 426, '_template_image_3', 'field_63d529b94f321'),
(8005, 426, 'template_image_4', ''),
(8006, 426, '_template_image_4', 'field_63d529bc4f322'),
(8007, 427, '_wp_attached_file', '2023/02/New-Project-12.png'),
(8008, 427, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-12.png\";s:8:\"filesize\";i:487619;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8009, 428, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(8010, 428, '_address', 'field_63c92e1503f94'),
(8011, 428, 'tel_phone_number', '+91 2824 223921'),
(8012, 428, '_tel_phone_number', 'field_63c92e5d03f95'),
(8013, 428, 'mobile_no', '+91 96628 45243'),
(8014, 428, '_mobile_no', 'field_63c92eb703f96'),
(8015, 428, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8016, 428, '_facebook_link', 'field_63c92f8503f97'),
(8017, 428, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8018, 428, '_google_link', 'field_63c92fa403f98'),
(8019, 428, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8020, 428, '_company_description', 'field_63c9309e03f99'),
(8021, 428, 'email', 'info@messagegroup.co.in'),
(8022, 428, '_email', 'field_63c93e1309d31'),
(8023, 428, 'company_profile', ''),
(8024, 428, '_company_profile', 'field_63ce36c7c9a55'),
(8025, 428, 'map_technology', ''),
(8026, 428, '_map_technology', 'field_63ce3756c9a56'),
(8027, 428, 'food_additives', ''),
(8028, 428, '_food_additives', 'field_63ce375ac9a57'),
(8029, 428, 'session_mix', ''),
(8030, 428, '_session_mix', 'field_63ce375dc9a58'),
(8031, 428, 'life_chart_by_map_technology', ''),
(8032, 428, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8033, 428, 'get_started_background', ''),
(8034, 428, '_get_started_background', 'field_63ce497feef6e'),
(8035, 428, 'choose_us_background', ''),
(8036, 428, '_choose_us_background', 'field_63ce539a8b5b1'),
(8037, 428, 'message_group_1', ''),
(8038, 428, '_message_group_1', 'field_63ce69047b0c9'),
(8039, 428, 'message_group_2', ''),
(8040, 428, '_message_group_2', 'field_63ce6a627b0cd'),
(8041, 428, 'message_group_3', ''),
(8042, 428, '_message_group_3', 'field_63ce6a637b0ce'),
(8043, 428, 'message_group_4', ''),
(8044, 428, '_message_group_4', 'field_63ce6a687b0cf'),
(8045, 428, 'expertise_section_image', ''),
(8046, 428, '_expertise_section_image', 'field_63ce860ce9935'),
(8047, 428, 'banner_image', ''),
(8048, 428, '_banner_image', 'field_63d527184f31d'),
(8049, 428, 'banner_title', ''),
(8050, 428, '_banner_title', 'field_63d527614f31e'),
(8051, 428, 'template_image_1', '425'),
(8052, 428, '_template_image_1', 'field_63d529664f31f'),
(8053, 428, 'template_image_2', '427'),
(8054, 428, '_template_image_2', 'field_63d529b54f320'),
(8055, 428, 'template_image_3', ''),
(8056, 428, '_template_image_3', 'field_63d529b94f321'),
(8057, 428, 'template_image_4', ''),
(8058, 428, '_template_image_4', 'field_63d529bc4f322'),
(8061, 430, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(8062, 430, '_address', 'field_63c92e1503f94'),
(8063, 430, 'tel_phone_number', '+91 2824 223921'),
(8064, 430, '_tel_phone_number', 'field_63c92e5d03f95'),
(8065, 430, 'mobile_no', '+91 96628 45243'),
(8066, 430, '_mobile_no', 'field_63c92eb703f96'),
(8067, 430, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8068, 430, '_facebook_link', 'field_63c92f8503f97'),
(8069, 430, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8070, 430, '_google_link', 'field_63c92fa403f98'),
(8071, 430, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8072, 430, '_company_description', 'field_63c9309e03f99'),
(8073, 430, 'email', 'info@messagegroup.co.in'),
(8074, 430, '_email', 'field_63c93e1309d31'),
(8075, 430, 'company_profile', ''),
(8076, 430, '_company_profile', 'field_63ce36c7c9a55'),
(8077, 430, 'map_technology', ''),
(8078, 430, '_map_technology', 'field_63ce3756c9a56'),
(8079, 430, 'food_additives', ''),
(8080, 430, '_food_additives', 'field_63ce375ac9a57'),
(8081, 430, 'session_mix', ''),
(8082, 430, '_session_mix', 'field_63ce375dc9a58'),
(8083, 430, 'life_chart_by_map_technology', ''),
(8084, 430, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8085, 430, 'get_started_background', ''),
(8086, 430, '_get_started_background', 'field_63ce497feef6e'),
(8087, 430, 'choose_us_background', ''),
(8088, 430, '_choose_us_background', 'field_63ce539a8b5b1'),
(8089, 430, 'message_group_1', ''),
(8090, 430, '_message_group_1', 'field_63ce69047b0c9'),
(8091, 430, 'message_group_2', ''),
(8092, 430, '_message_group_2', 'field_63ce6a627b0cd'),
(8093, 430, 'message_group_3', ''),
(8094, 430, '_message_group_3', 'field_63ce6a637b0ce'),
(8095, 430, 'message_group_4', ''),
(8096, 430, '_message_group_4', 'field_63ce6a687b0cf'),
(8097, 430, 'expertise_section_image', ''),
(8098, 430, '_expertise_section_image', 'field_63ce860ce9935'),
(8099, 430, 'banner_image', ''),
(8100, 430, '_banner_image', 'field_63d527184f31d'),
(8101, 430, 'banner_title', ''),
(8102, 430, '_banner_title', 'field_63d527614f31e'),
(8103, 430, 'template_image_1', '425'),
(8104, 430, '_template_image_1', 'field_63d529664f31f'),
(8105, 430, 'template_image_2', '427'),
(8106, 430, '_template_image_2', 'field_63d529b54f320'),
(8107, 430, 'template_image_3', '429'),
(8108, 430, '_template_image_3', 'field_63d529b94f321'),
(8109, 430, 'template_image_4', ''),
(8110, 430, '_template_image_4', 'field_63d529bc4f322'),
(8111, 431, '_wp_attached_file', '2023/02/New-Project-14.png'),
(8112, 431, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-14.png\";s:8:\"filesize\";i:292665;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8113, 432, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(8114, 432, '_address', 'field_63c92e1503f94'),
(8115, 432, 'tel_phone_number', '+91 2824 223921'),
(8116, 432, '_tel_phone_number', 'field_63c92e5d03f95'),
(8117, 432, 'mobile_no', '+91 96628 45243'),
(8118, 432, '_mobile_no', 'field_63c92eb703f96'),
(8119, 432, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8120, 432, '_facebook_link', 'field_63c92f8503f97'),
(8121, 432, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8122, 432, '_google_link', 'field_63c92fa403f98'),
(8123, 432, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8124, 432, '_company_description', 'field_63c9309e03f99'),
(8125, 432, 'email', 'info@messagegroup.co.in'),
(8126, 432, '_email', 'field_63c93e1309d31'),
(8127, 432, 'company_profile', ''),
(8128, 432, '_company_profile', 'field_63ce36c7c9a55'),
(8129, 432, 'map_technology', ''),
(8130, 432, '_map_technology', 'field_63ce3756c9a56'),
(8131, 432, 'food_additives', ''),
(8132, 432, '_food_additives', 'field_63ce375ac9a57'),
(8133, 432, 'session_mix', ''),
(8134, 432, '_session_mix', 'field_63ce375dc9a58'),
(8135, 432, 'life_chart_by_map_technology', ''),
(8136, 432, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8137, 432, 'get_started_background', ''),
(8138, 432, '_get_started_background', 'field_63ce497feef6e'),
(8139, 432, 'choose_us_background', ''),
(8140, 432, '_choose_us_background', 'field_63ce539a8b5b1'),
(8141, 432, 'message_group_1', ''),
(8142, 432, '_message_group_1', 'field_63ce69047b0c9'),
(8143, 432, 'message_group_2', ''),
(8144, 432, '_message_group_2', 'field_63ce6a627b0cd'),
(8145, 432, 'message_group_3', ''),
(8146, 432, '_message_group_3', 'field_63ce6a637b0ce'),
(8147, 432, 'message_group_4', ''),
(8148, 432, '_message_group_4', 'field_63ce6a687b0cf'),
(8149, 432, 'expertise_section_image', ''),
(8150, 432, '_expertise_section_image', 'field_63ce860ce9935'),
(8151, 432, 'banner_image', ''),
(8152, 432, '_banner_image', 'field_63d527184f31d'),
(8153, 432, 'banner_title', ''),
(8154, 432, '_banner_title', 'field_63d527614f31e'),
(8155, 432, 'template_image_1', '425'),
(8156, 432, '_template_image_1', 'field_63d529664f31f'),
(8157, 432, 'template_image_2', '427'),
(8158, 432, '_template_image_2', 'field_63d529b54f320'),
(8159, 432, 'template_image_3', '429'),
(8160, 432, '_template_image_3', 'field_63d529b94f321'),
(8161, 432, 'template_image_4', '431'),
(8162, 432, '_template_image_4', 'field_63d529bc4f322'),
(8163, 433, '_wp_attached_file', '2023/02/New-Project-15.png'),
(8164, 433, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-15.png\";s:8:\"filesize\";i:230157;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8165, 434, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(8166, 434, '_address', 'field_63c92e1503f94'),
(8167, 434, 'tel_phone_number', '+91 96628 45243'),
(8168, 434, '_tel_phone_number', 'field_63c92e5d03f95'),
(8169, 434, 'mobile_no', '+91 96628 45243'),
(8170, 434, '_mobile_no', 'field_63c92eb703f96'),
(8171, 434, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8172, 434, '_facebook_link', 'field_63c92f8503f97'),
(8173, 434, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8174, 434, '_google_link', 'field_63c92fa403f98'),
(8175, 434, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8176, 434, '_company_description', 'field_63c9309e03f99'),
(8177, 434, 'slider_image1', '376'),
(8178, 434, '_slider_image1', 'field_63c8c6482244c'),
(8179, 434, 'slider_image2', '353'),
(8180, 434, '_slider_image2', 'field_63c8c68f2244d'),
(8181, 434, 'slider_image3', '235'),
(8182, 434, '_slider_image3', 'field_63c8d1b9959fa'),
(8183, 434, 'slider_title1', 'Seasoning Mix '),
(8184, 434, '_slider_title1', 'field_63c8d1ef959fb'),
(8185, 434, 'slider_title2', 'By Message'),
(8186, 434, '_slider_title2', 'field_63c8d20a959fc'),
(8187, 434, 'slider_title3', 'The miracle of research'),
(8188, 434, '_slider_title3', 'field_63c8d218959fd'),
(8189, 434, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(8190, 434, '_slider_description1', 'field_63c8d237959fe'),
(8191, 434, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(8192, 434, '_slider_description2', 'field_63c8d274959ff'),
(8193, 434, 'slider_description3', 'Food additives and much more...'),
(8194, 434, '_slider_description3', 'field_63c8d28f95a00'),
(8195, 434, 'about_us_title', 'Leading Food Consulting Company'),
(8196, 434, '_about_us_title', 'field_63cbbac505df9'),
(8197, 434, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(8198, 434, '_short_description', 'field_63cbbbe305dfa'),
(8199, 434, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(8200, 434, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(8201, 434, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(8202, 434, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(8203, 434, 'video_background', '242'),
(8204, 434, '_video_background', 'field_63cbc2880b5de'),
(8205, 434, 'client_image_1', '211'),
(8206, 434, '_client_image_1', 'field_63cbcb8e5afcb'),
(8207, 434, 'client_image_2', '210'),
(8208, 434, '_client_image_2', 'field_63cbcbd95afcc'),
(8209, 434, 'client_image_3', '209'),
(8210, 434, '_client_image_3', 'field_63cbcbe55afcd'),
(8211, 434, 'client_image_4', '208'),
(8212, 434, '_client_image_4', 'field_63cbcbe75afce'),
(8213, 434, 'client_image_5', '207'),
(8214, 434, '_client_image_5', 'field_63cbcbeb5afcf'),
(8215, 434, 'client_image_6', '206'),
(8216, 434, '_client_image_6', 'field_63cbcbef5afd0'),
(8217, 434, 'email', 'khyati@messagegroup.co.in'),
(8218, 434, '_email', 'field_63c93e1309d31'),
(8219, 434, 'tag_line1', 'Innovative Food Packaging Machinery'),
(8220, 434, '_tag_line1', 'field_63cbb9903babf'),
(8221, 434, 'tag_line2', 'Food Additives & Seasoning Mix'),
(8222, 434, '_tag_line2', 'field_63cbba1a3bac0'),
(8223, 434, 'tag_line3', 'Rapid Response, Satisfaction'),
(8224, 434, '_tag_line3', 'field_63cbba503bac1'),
(8225, 434, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(8226, 434, '_long_description_about_us_2', 'field_63cdfd562520a'),
(8227, 434, 'industry_we_serve_image_1', '363'),
(8228, 434, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(8229, 434, 'industry_we_serve_image_2', '365'),
(8230, 434, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(8231, 434, 'industry_we_serve_image_3', '366'),
(8232, 434, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(8233, 434, 'industry_we_serve_image_4', '367'),
(8234, 434, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(8235, 434, 'industry_we_serve_image_5', '433'),
(8236, 434, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(8237, 434, 'industry_we_serve_short_description', ''),
(8238, 434, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(8239, 434, 'company_profile', '261'),
(8240, 434, '_company_profile', 'field_63ce36c7c9a55'),
(8241, 434, 'map_technology', '379'),
(8242, 434, '_map_technology', 'field_63ce3756c9a56'),
(8243, 434, 'food_addsive', '262'),
(8244, 434, '_food_addsive', 'field_63ce375ac9a57'),
(8245, 434, 'session_mix', '263'),
(8246, 434, '_session_mix', 'field_63ce375dc9a58'),
(8247, 434, 'life_chart_by_map_technology', '264'),
(8248, 434, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8249, 434, 'food_additives', '262'),
(8250, 434, '_food_additives', 'field_63ce375ac9a57'),
(8251, 434, 'get_started_background', '272'),
(8252, 434, '_get_started_background', 'field_63ce497feef6e'),
(8253, 434, 'choose_us_background', '393'),
(8254, 434, '_choose_us_background', 'field_63ce539a8b5b1'),
(8255, 434, 'message_group_1', '283'),
(8256, 434, '_message_group_1', 'field_63ce69047b0c9'),
(8257, 434, 'message_group_2', '284'),
(8258, 434, '_message_group_2', 'field_63ce6a627b0cd'),
(8259, 434, 'message_group_3', '285'),
(8260, 434, '_message_group_3', 'field_63ce6a637b0ce'),
(8261, 434, 'message_group_4', '286'),
(8262, 434, '_message_group_4', 'field_63ce6a687b0cf'),
(8263, 434, 'expertise_section_image', '359'),
(8264, 434, '_expertise_section_image', 'field_63ce860ce9935'),
(8265, 434, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(8266, 434, '_array_of_feature_section', 'field_63ce89ca26c57'),
(8267, 434, '1st_title__of_slider_1', 'Miss Me'),
(8268, 434, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(8269, 434, '1st_title__of_slider_2', 'AutoMAP'),
(8270, 434, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(8271, 434, '1st_title__of_slider_3', 'Message'),
(8272, 434, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(8273, 435, '_wp_attached_file', '2023/02/New-Project-16.png'),
(8274, 435, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-16.png\";s:8:\"filesize\";i:230191;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8275, 436, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(8276, 436, '_address', 'field_63c92e1503f94'),
(8277, 436, 'tel_phone_number', '+91 96628 45243'),
(8278, 436, '_tel_phone_number', 'field_63c92e5d03f95'),
(8279, 436, 'mobile_no', '+91 96628 45243'),
(8280, 436, '_mobile_no', 'field_63c92eb703f96'),
(8281, 436, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8282, 436, '_facebook_link', 'field_63c92f8503f97'),
(8283, 436, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8284, 436, '_google_link', 'field_63c92fa403f98'),
(8285, 436, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8286, 436, '_company_description', 'field_63c9309e03f99'),
(8287, 436, 'slider_image1', '376'),
(8288, 436, '_slider_image1', 'field_63c8c6482244c'),
(8289, 436, 'slider_image2', '353'),
(8290, 436, '_slider_image2', 'field_63c8c68f2244d'),
(8291, 436, 'slider_image3', '235'),
(8292, 436, '_slider_image3', 'field_63c8d1b9959fa'),
(8293, 436, 'slider_title1', 'Seasoning Mix '),
(8294, 436, '_slider_title1', 'field_63c8d1ef959fb'),
(8295, 436, 'slider_title2', 'By Message'),
(8296, 436, '_slider_title2', 'field_63c8d20a959fc'),
(8297, 436, 'slider_title3', 'The miracle of research'),
(8298, 436, '_slider_title3', 'field_63c8d218959fd'),
(8299, 436, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(8300, 436, '_slider_description1', 'field_63c8d237959fe'),
(8301, 436, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(8302, 436, '_slider_description2', 'field_63c8d274959ff'),
(8303, 436, 'slider_description3', 'Food additives and much more...'),
(8304, 436, '_slider_description3', 'field_63c8d28f95a00'),
(8305, 436, 'about_us_title', 'Leading Food Consulting Company'),
(8306, 436, '_about_us_title', 'field_63cbbac505df9'),
(8307, 436, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(8308, 436, '_short_description', 'field_63cbbbe305dfa'),
(8309, 436, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(8310, 436, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(8311, 436, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(8312, 436, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(8313, 436, 'video_background', '242'),
(8314, 436, '_video_background', 'field_63cbc2880b5de'),
(8315, 436, 'client_image_1', '211'),
(8316, 436, '_client_image_1', 'field_63cbcb8e5afcb'),
(8317, 436, 'client_image_2', '210'),
(8318, 436, '_client_image_2', 'field_63cbcbd95afcc'),
(8319, 436, 'client_image_3', '209'),
(8320, 436, '_client_image_3', 'field_63cbcbe55afcd'),
(8321, 436, 'client_image_4', '208'),
(8322, 436, '_client_image_4', 'field_63cbcbe75afce'),
(8323, 436, 'client_image_5', '207'),
(8324, 436, '_client_image_5', 'field_63cbcbeb5afcf'),
(8325, 436, 'client_image_6', '206'),
(8326, 436, '_client_image_6', 'field_63cbcbef5afd0'),
(8327, 436, 'email', 'khyati@messagegroup.co.in'),
(8328, 436, '_email', 'field_63c93e1309d31'),
(8329, 436, 'tag_line1', 'Innovative Food Packaging Machinery'),
(8330, 436, '_tag_line1', 'field_63cbb9903babf'),
(8331, 436, 'tag_line2', 'Food Additives & Seasoning Mix'),
(8332, 436, '_tag_line2', 'field_63cbba1a3bac0'),
(8333, 436, 'tag_line3', 'Rapid Response, Satisfaction'),
(8334, 436, '_tag_line3', 'field_63cbba503bac1'),
(8335, 436, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(8336, 436, '_long_description_about_us_2', 'field_63cdfd562520a'),
(8337, 436, 'industry_we_serve_image_1', '363'),
(8338, 436, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(8339, 436, 'industry_we_serve_image_2', '365'),
(8340, 436, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(8341, 436, 'industry_we_serve_image_3', '435'),
(8342, 436, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(8343, 436, 'industry_we_serve_image_4', '367'),
(8344, 436, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(8345, 436, 'industry_we_serve_image_5', '433'),
(8346, 436, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(8347, 436, 'industry_we_serve_short_description', ''),
(8348, 436, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(8349, 436, 'company_profile', '261'),
(8350, 436, '_company_profile', 'field_63ce36c7c9a55'),
(8351, 436, 'map_technology', '379'),
(8352, 436, '_map_technology', 'field_63ce3756c9a56'),
(8353, 436, 'food_addsive', '262'),
(8354, 436, '_food_addsive', 'field_63ce375ac9a57'),
(8355, 436, 'session_mix', '263'),
(8356, 436, '_session_mix', 'field_63ce375dc9a58'),
(8357, 436, 'life_chart_by_map_technology', '264'),
(8358, 436, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8359, 436, 'food_additives', '262'),
(8360, 436, '_food_additives', 'field_63ce375ac9a57'),
(8361, 436, 'get_started_background', '272'),
(8362, 436, '_get_started_background', 'field_63ce497feef6e'),
(8363, 436, 'choose_us_background', '393'),
(8364, 436, '_choose_us_background', 'field_63ce539a8b5b1'),
(8365, 436, 'message_group_1', '283'),
(8366, 436, '_message_group_1', 'field_63ce69047b0c9'),
(8367, 436, 'message_group_2', '284'),
(8368, 436, '_message_group_2', 'field_63ce6a627b0cd'),
(8369, 436, 'message_group_3', '285'),
(8370, 436, '_message_group_3', 'field_63ce6a637b0ce'),
(8371, 436, 'message_group_4', '286'),
(8372, 436, '_message_group_4', 'field_63ce6a687b0cf'),
(8373, 436, 'expertise_section_image', '359'),
(8374, 436, '_expertise_section_image', 'field_63ce860ce9935'),
(8375, 436, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(8376, 436, '_array_of_feature_section', 'field_63ce89ca26c57'),
(8377, 436, '1st_title__of_slider_1', 'Miss Me'),
(8378, 436, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(8379, 436, '1st_title__of_slider_2', 'AutoMAP'),
(8380, 436, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(8381, 436, '1st_title__of_slider_3', 'Message'),
(8382, 436, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(8383, 437, '_wp_attached_file', '2023/02/New-Project-17.png'),
(8384, 437, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-17.png\";s:8:\"filesize\";i:188615;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8385, 438, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(8386, 438, '_address', 'field_63c92e1503f94'),
(8387, 438, 'tel_phone_number', '+91 96628 45243'),
(8388, 438, '_tel_phone_number', 'field_63c92e5d03f95'),
(8389, 438, 'mobile_no', '+91 96628 45243'),
(8390, 438, '_mobile_no', 'field_63c92eb703f96'),
(8391, 438, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8392, 438, '_facebook_link', 'field_63c92f8503f97'),
(8393, 438, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8394, 438, '_google_link', 'field_63c92fa403f98'),
(8395, 438, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8396, 438, '_company_description', 'field_63c9309e03f99'),
(8397, 438, 'slider_image1', '376'),
(8398, 438, '_slider_image1', 'field_63c8c6482244c'),
(8399, 438, 'slider_image2', '353'),
(8400, 438, '_slider_image2', 'field_63c8c68f2244d'),
(8401, 438, 'slider_image3', '235'),
(8402, 438, '_slider_image3', 'field_63c8d1b9959fa'),
(8403, 438, 'slider_title1', 'Seasoning Mix '),
(8404, 438, '_slider_title1', 'field_63c8d1ef959fb'),
(8405, 438, 'slider_title2', 'By Message'),
(8406, 438, '_slider_title2', 'field_63c8d20a959fc'),
(8407, 438, 'slider_title3', 'The miracle of research'),
(8408, 438, '_slider_title3', 'field_63c8d218959fd'),
(8409, 438, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(8410, 438, '_slider_description1', 'field_63c8d237959fe'),
(8411, 438, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(8412, 438, '_slider_description2', 'field_63c8d274959ff'),
(8413, 438, 'slider_description3', 'Food additives and much more...'),
(8414, 438, '_slider_description3', 'field_63c8d28f95a00'),
(8415, 438, 'about_us_title', 'Leading Food Consulting Company'),
(8416, 438, '_about_us_title', 'field_63cbbac505df9'),
(8417, 438, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(8418, 438, '_short_description', 'field_63cbbbe305dfa'),
(8419, 438, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(8420, 438, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(8421, 438, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(8422, 438, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(8423, 438, 'video_background', '242'),
(8424, 438, '_video_background', 'field_63cbc2880b5de'),
(8425, 438, 'client_image_1', '211'),
(8426, 438, '_client_image_1', 'field_63cbcb8e5afcb'),
(8427, 438, 'client_image_2', '210'),
(8428, 438, '_client_image_2', 'field_63cbcbd95afcc'),
(8429, 438, 'client_image_3', '209'),
(8430, 438, '_client_image_3', 'field_63cbcbe55afcd'),
(8431, 438, 'client_image_4', '208'),
(8432, 438, '_client_image_4', 'field_63cbcbe75afce'),
(8433, 438, 'client_image_5', '207'),
(8434, 438, '_client_image_5', 'field_63cbcbeb5afcf'),
(8435, 438, 'client_image_6', '206'),
(8436, 438, '_client_image_6', 'field_63cbcbef5afd0'),
(8437, 438, 'email', 'khyati@messagegroup.co.in'),
(8438, 438, '_email', 'field_63c93e1309d31'),
(8439, 438, 'tag_line1', 'Innovative Food Packaging Machinery'),
(8440, 438, '_tag_line1', 'field_63cbb9903babf'),
(8441, 438, 'tag_line2', 'Food Additives & Seasoning Mix'),
(8442, 438, '_tag_line2', 'field_63cbba1a3bac0'),
(8443, 438, 'tag_line3', 'Rapid Response, Satisfaction'),
(8444, 438, '_tag_line3', 'field_63cbba503bac1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8445, 438, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(8446, 438, '_long_description_about_us_2', 'field_63cdfd562520a'),
(8447, 438, 'industry_we_serve_image_1', '363'),
(8448, 438, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(8449, 438, 'industry_we_serve_image_2', '365'),
(8450, 438, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(8451, 438, 'industry_we_serve_image_3', '435'),
(8452, 438, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(8453, 438, 'industry_we_serve_image_4', '437'),
(8454, 438, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(8455, 438, 'industry_we_serve_image_5', '433'),
(8456, 438, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(8457, 438, 'industry_we_serve_short_description', ''),
(8458, 438, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(8459, 438, 'company_profile', '261'),
(8460, 438, '_company_profile', 'field_63ce36c7c9a55'),
(8461, 438, 'map_technology', '379'),
(8462, 438, '_map_technology', 'field_63ce3756c9a56'),
(8463, 438, 'food_addsive', '262'),
(8464, 438, '_food_addsive', 'field_63ce375ac9a57'),
(8465, 438, 'session_mix', '263'),
(8466, 438, '_session_mix', 'field_63ce375dc9a58'),
(8467, 438, 'life_chart_by_map_technology', '264'),
(8468, 438, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8469, 438, 'food_additives', '262'),
(8470, 438, '_food_additives', 'field_63ce375ac9a57'),
(8471, 438, 'get_started_background', '272'),
(8472, 438, '_get_started_background', 'field_63ce497feef6e'),
(8473, 438, 'choose_us_background', '393'),
(8474, 438, '_choose_us_background', 'field_63ce539a8b5b1'),
(8475, 438, 'message_group_1', '283'),
(8476, 438, '_message_group_1', 'field_63ce69047b0c9'),
(8477, 438, 'message_group_2', '284'),
(8478, 438, '_message_group_2', 'field_63ce6a627b0cd'),
(8479, 438, 'message_group_3', '285'),
(8480, 438, '_message_group_3', 'field_63ce6a637b0ce'),
(8481, 438, 'message_group_4', '286'),
(8482, 438, '_message_group_4', 'field_63ce6a687b0cf'),
(8483, 438, 'expertise_section_image', '359'),
(8484, 438, '_expertise_section_image', 'field_63ce860ce9935'),
(8485, 438, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(8486, 438, '_array_of_feature_section', 'field_63ce89ca26c57'),
(8487, 438, '1st_title__of_slider_1', 'Miss Me'),
(8488, 438, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(8489, 438, '1st_title__of_slider_2', 'AutoMAP'),
(8490, 438, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(8491, 438, '1st_title__of_slider_3', 'Message'),
(8492, 438, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(8493, 439, '_wp_attached_file', '2023/02/New-Project-18.png'),
(8494, 439, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-18.png\";s:8:\"filesize\";i:115946;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8495, 440, '_wp_attached_file', '2023/02/New-Project-19.png'),
(8496, 440, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-19.png\";s:8:\"filesize\";i:323545;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8497, 441, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(8498, 441, '_address', 'field_63c92e1503f94'),
(8499, 441, 'tel_phone_number', '+91 96628 45243'),
(8500, 441, '_tel_phone_number', 'field_63c92e5d03f95'),
(8501, 441, 'mobile_no', '+91 96628 45243'),
(8502, 441, '_mobile_no', 'field_63c92eb703f96'),
(8503, 441, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8504, 441, '_facebook_link', 'field_63c92f8503f97'),
(8505, 441, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8506, 441, '_google_link', 'field_63c92fa403f98'),
(8507, 441, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8508, 441, '_company_description', 'field_63c9309e03f99'),
(8509, 441, 'slider_image1', '376'),
(8510, 441, '_slider_image1', 'field_63c8c6482244c'),
(8511, 441, 'slider_image2', '353'),
(8512, 441, '_slider_image2', 'field_63c8c68f2244d'),
(8513, 441, 'slider_image3', '235'),
(8514, 441, '_slider_image3', 'field_63c8d1b9959fa'),
(8515, 441, 'slider_title1', 'Seasoning Mix '),
(8516, 441, '_slider_title1', 'field_63c8d1ef959fb'),
(8517, 441, 'slider_title2', 'By Message'),
(8518, 441, '_slider_title2', 'field_63c8d20a959fc'),
(8519, 441, 'slider_title3', 'The miracle of research'),
(8520, 441, '_slider_title3', 'field_63c8d218959fd'),
(8521, 441, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(8522, 441, '_slider_description1', 'field_63c8d237959fe'),
(8523, 441, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(8524, 441, '_slider_description2', 'field_63c8d274959ff'),
(8525, 441, 'slider_description3', 'Food additives and much more...'),
(8526, 441, '_slider_description3', 'field_63c8d28f95a00'),
(8527, 441, 'about_us_title', 'Leading Food Consulting Company'),
(8528, 441, '_about_us_title', 'field_63cbbac505df9'),
(8529, 441, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(8530, 441, '_short_description', 'field_63cbbbe305dfa'),
(8531, 441, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(8532, 441, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(8533, 441, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(8534, 441, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(8535, 441, 'video_background', '242'),
(8536, 441, '_video_background', 'field_63cbc2880b5de'),
(8537, 441, 'client_image_1', '211'),
(8538, 441, '_client_image_1', 'field_63cbcb8e5afcb'),
(8539, 441, 'client_image_2', '210'),
(8540, 441, '_client_image_2', 'field_63cbcbd95afcc'),
(8541, 441, 'client_image_3', '209'),
(8542, 441, '_client_image_3', 'field_63cbcbe55afcd'),
(8543, 441, 'client_image_4', '208'),
(8544, 441, '_client_image_4', 'field_63cbcbe75afce'),
(8545, 441, 'client_image_5', '207'),
(8546, 441, '_client_image_5', 'field_63cbcbeb5afcf'),
(8547, 441, 'client_image_6', '206'),
(8548, 441, '_client_image_6', 'field_63cbcbef5afd0'),
(8549, 441, 'email', 'khyati@messagegroup.co.in'),
(8550, 441, '_email', 'field_63c93e1309d31'),
(8551, 441, 'tag_line1', 'Innovative Food Packaging Machinery'),
(8552, 441, '_tag_line1', 'field_63cbb9903babf'),
(8553, 441, 'tag_line2', 'Food Additives & Seasoning Mix'),
(8554, 441, '_tag_line2', 'field_63cbba1a3bac0'),
(8555, 441, 'tag_line3', 'Rapid Response, Satisfaction'),
(8556, 441, '_tag_line3', 'field_63cbba503bac1'),
(8557, 441, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(8558, 441, '_long_description_about_us_2', 'field_63cdfd562520a'),
(8559, 441, 'industry_we_serve_image_1', '439'),
(8560, 441, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(8561, 441, 'industry_we_serve_image_2', '440'),
(8562, 441, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(8563, 441, 'industry_we_serve_image_3', '435'),
(8564, 441, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(8565, 441, 'industry_we_serve_image_4', '437'),
(8566, 441, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(8567, 441, 'industry_we_serve_image_5', '433'),
(8568, 441, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(8569, 441, 'industry_we_serve_short_description', ''),
(8570, 441, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(8571, 441, 'company_profile', '261'),
(8572, 441, '_company_profile', 'field_63ce36c7c9a55'),
(8573, 441, 'map_technology', '379'),
(8574, 441, '_map_technology', 'field_63ce3756c9a56'),
(8575, 441, 'food_addsive', '262'),
(8576, 441, '_food_addsive', 'field_63ce375ac9a57'),
(8577, 441, 'session_mix', '263'),
(8578, 441, '_session_mix', 'field_63ce375dc9a58'),
(8579, 441, 'life_chart_by_map_technology', '264'),
(8580, 441, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8581, 441, 'food_additives', '262'),
(8582, 441, '_food_additives', 'field_63ce375ac9a57'),
(8583, 441, 'get_started_background', '272'),
(8584, 441, '_get_started_background', 'field_63ce497feef6e'),
(8585, 441, 'choose_us_background', '393'),
(8586, 441, '_choose_us_background', 'field_63ce539a8b5b1'),
(8587, 441, 'message_group_1', '283'),
(8588, 441, '_message_group_1', 'field_63ce69047b0c9'),
(8589, 441, 'message_group_2', '284'),
(8590, 441, '_message_group_2', 'field_63ce6a627b0cd'),
(8591, 441, 'message_group_3', '285'),
(8592, 441, '_message_group_3', 'field_63ce6a637b0ce'),
(8593, 441, 'message_group_4', '286'),
(8594, 441, '_message_group_4', 'field_63ce6a687b0cf'),
(8595, 441, 'expertise_section_image', '359'),
(8596, 441, '_expertise_section_image', 'field_63ce860ce9935'),
(8597, 441, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(8598, 441, '_array_of_feature_section', 'field_63ce89ca26c57'),
(8599, 441, '1st_title__of_slider_1', 'Miss Me'),
(8600, 441, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(8601, 441, '1st_title__of_slider_2', 'AutoMAP'),
(8602, 441, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(8603, 441, '1st_title__of_slider_3', 'Message'),
(8604, 441, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(8605, 442, '_wp_attached_file', '2023/02/New-Project-20.png'),
(8606, 442, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2023/02/New-Project-20.png\";s:8:\"filesize\";i:1766080;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8607, 443, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(8608, 443, '_address', 'field_63c92e1503f94'),
(8609, 443, 'tel_phone_number', '+91 2824 223921'),
(8610, 443, '_tel_phone_number', 'field_63c92e5d03f95'),
(8611, 443, 'mobile_no', '+91 96628 45243'),
(8612, 443, '_mobile_no', 'field_63c92eb703f96'),
(8613, 443, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8614, 443, '_facebook_link', 'field_63c92f8503f97'),
(8615, 443, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8616, 443, '_google_link', 'field_63c92fa403f98'),
(8617, 443, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8618, 443, '_company_description', 'field_63c9309e03f99'),
(8619, 443, 'email', 'info@messagegroup.co.in'),
(8620, 443, '_email', 'field_63c93e1309d31'),
(8621, 443, 'company_profile', ''),
(8622, 443, '_company_profile', 'field_63ce36c7c9a55'),
(8623, 443, 'map_technology', ''),
(8624, 443, '_map_technology', 'field_63ce3756c9a56'),
(8625, 443, 'food_additives', ''),
(8626, 443, '_food_additives', 'field_63ce375ac9a57'),
(8627, 443, 'session_mix', ''),
(8628, 443, '_session_mix', 'field_63ce375dc9a58'),
(8629, 443, 'life_chart_by_map_technology', ''),
(8630, 443, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8631, 443, 'get_started_background', ''),
(8632, 443, '_get_started_background', 'field_63ce497feef6e'),
(8633, 443, 'choose_us_background', ''),
(8634, 443, '_choose_us_background', 'field_63ce539a8b5b1'),
(8635, 443, 'message_group_1', ''),
(8636, 443, '_message_group_1', 'field_63ce69047b0c9'),
(8637, 443, 'message_group_2', ''),
(8638, 443, '_message_group_2', 'field_63ce6a627b0cd'),
(8639, 443, 'message_group_3', ''),
(8640, 443, '_message_group_3', 'field_63ce6a637b0ce'),
(8641, 443, 'message_group_4', ''),
(8642, 443, '_message_group_4', 'field_63ce6a687b0cf'),
(8643, 443, 'expertise_section_image', ''),
(8644, 443, '_expertise_section_image', 'field_63ce860ce9935'),
(8645, 443, 'banner_image', '442'),
(8646, 443, '_banner_image', 'field_63d527184f31d'),
(8647, 443, 'banner_title', ''),
(8648, 443, '_banner_title', 'field_63d527614f31e'),
(8649, 443, 'template_image_1', '422'),
(8650, 443, '_template_image_1', 'field_63d529664f31f'),
(8651, 443, 'template_image_2', '422'),
(8652, 443, '_template_image_2', 'field_63d529b54f320'),
(8653, 443, 'template_image_3', '418'),
(8654, 443, '_template_image_3', 'field_63d529b94f321'),
(8655, 443, 'template_image_4', '420'),
(8656, 443, '_template_image_4', 'field_63d529bc4f322'),
(8657, 444, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road. Dhoraji - 360410'),
(8658, 444, '_address', 'field_63c92e1503f94'),
(8659, 444, 'tel_phone_number', '+91 96628 45243'),
(8660, 444, '_tel_phone_number', 'field_63c92e5d03f95'),
(8661, 444, 'mobile_no', '+91 96628 45243'),
(8662, 444, '_mobile_no', 'field_63c92eb703f96'),
(8663, 444, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8664, 444, '_facebook_link', 'field_63c92f8503f97'),
(8665, 444, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8666, 444, '_google_link', 'field_63c92fa403f98'),
(8667, 444, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8668, 444, '_company_description', 'field_63c9309e03f99'),
(8669, 444, 'slider_image1', '376'),
(8670, 444, '_slider_image1', 'field_63c8c6482244c'),
(8671, 444, 'slider_image2', '353'),
(8672, 444, '_slider_image2', 'field_63c8c68f2244d'),
(8673, 444, 'slider_image3', '235'),
(8674, 444, '_slider_image3', 'field_63c8d1b9959fa'),
(8675, 444, 'slider_title1', 'Seasoning Mix '),
(8676, 444, '_slider_title1', 'field_63c8d1ef959fb'),
(8677, 444, 'slider_title2', 'By Message'),
(8678, 444, '_slider_title2', 'field_63c8d20a959fc'),
(8679, 444, 'slider_title3', 'The miracle of research'),
(8680, 444, '_slider_title3', 'field_63c8d218959fd'),
(8681, 444, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(8682, 444, '_slider_description1', 'field_63c8d237959fe'),
(8683, 444, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(8684, 444, '_slider_description2', 'field_63c8d274959ff'),
(8685, 444, 'slider_description3', 'Food additives and much more...'),
(8686, 444, '_slider_description3', 'field_63c8d28f95a00'),
(8687, 444, 'about_us_title', 'Leading Food Consulting Company'),
(8688, 444, '_about_us_title', 'field_63cbbac505df9'),
(8689, 444, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(8690, 444, '_short_description', 'field_63cbbbe305dfa'),
(8691, 444, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(8692, 444, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(8693, 444, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(8694, 444, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(8695, 444, 'video_background', '242'),
(8696, 444, '_video_background', 'field_63cbc2880b5de'),
(8697, 444, 'client_image_1', '211'),
(8698, 444, '_client_image_1', 'field_63cbcb8e5afcb'),
(8699, 444, 'client_image_2', '210'),
(8700, 444, '_client_image_2', 'field_63cbcbd95afcc'),
(8701, 444, 'client_image_3', '209'),
(8702, 444, '_client_image_3', 'field_63cbcbe55afcd'),
(8703, 444, 'client_image_4', '208'),
(8704, 444, '_client_image_4', 'field_63cbcbe75afce'),
(8705, 444, 'client_image_5', '207'),
(8706, 444, '_client_image_5', 'field_63cbcbeb5afcf'),
(8707, 444, 'client_image_6', '206'),
(8708, 444, '_client_image_6', 'field_63cbcbef5afd0'),
(8709, 444, 'email', 'khyati@messagegroup.co.in'),
(8710, 444, '_email', 'field_63c93e1309d31'),
(8711, 444, 'tag_line1', 'Innovative Food Packaging Machinery'),
(8712, 444, '_tag_line1', 'field_63cbb9903babf'),
(8713, 444, 'tag_line2', 'Food Additives & Seasoning Mix'),
(8714, 444, '_tag_line2', 'field_63cbba1a3bac0'),
(8715, 444, 'tag_line3', 'Rapid Response & Satisfaction'),
(8716, 444, '_tag_line3', 'field_63cbba503bac1'),
(8717, 444, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(8718, 444, '_long_description_about_us_2', 'field_63cdfd562520a'),
(8719, 444, 'industry_we_serve_image_1', '439'),
(8720, 444, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(8721, 444, 'industry_we_serve_image_2', '440'),
(8722, 444, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(8723, 444, 'industry_we_serve_image_3', '435'),
(8724, 444, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(8725, 444, 'industry_we_serve_image_4', '437'),
(8726, 444, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(8727, 444, 'industry_we_serve_image_5', '433'),
(8728, 444, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(8729, 444, 'industry_we_serve_short_description', ''),
(8730, 444, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(8731, 444, 'company_profile', '261'),
(8732, 444, '_company_profile', 'field_63ce36c7c9a55'),
(8733, 444, 'map_technology', '379'),
(8734, 444, '_map_technology', 'field_63ce3756c9a56'),
(8735, 444, 'food_addsive', '262'),
(8736, 444, '_food_addsive', 'field_63ce375ac9a57'),
(8737, 444, 'session_mix', '263'),
(8738, 444, '_session_mix', 'field_63ce375dc9a58'),
(8739, 444, 'life_chart_by_map_technology', '264'),
(8740, 444, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8741, 444, 'food_additives', '262'),
(8742, 444, '_food_additives', 'field_63ce375ac9a57'),
(8743, 444, 'get_started_background', '272'),
(8744, 444, '_get_started_background', 'field_63ce497feef6e'),
(8745, 444, 'choose_us_background', '393'),
(8746, 444, '_choose_us_background', 'field_63ce539a8b5b1'),
(8747, 444, 'message_group_1', '283'),
(8748, 444, '_message_group_1', 'field_63ce69047b0c9'),
(8749, 444, 'message_group_2', '284'),
(8750, 444, '_message_group_2', 'field_63ce6a627b0cd'),
(8751, 444, 'message_group_3', '285'),
(8752, 444, '_message_group_3', 'field_63ce6a637b0ce'),
(8753, 444, 'message_group_4', '286'),
(8754, 444, '_message_group_4', 'field_63ce6a687b0cf'),
(8755, 444, 'expertise_section_image', '359'),
(8756, 444, '_expertise_section_image', 'field_63ce860ce9935'),
(8757, 444, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(8758, 444, '_array_of_feature_section', 'field_63ce89ca26c57'),
(8759, 444, '1st_title__of_slider_1', 'Miss Me'),
(8760, 444, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(8761, 444, '1st_title__of_slider_2', 'AutoMAP'),
(8762, 444, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(8763, 444, '1st_title__of_slider_3', 'Message'),
(8764, 444, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(8765, 369, '_wp_old_date', '2023-02-02'),
(8766, 370, '_wp_old_date', '2023-02-02'),
(8767, 371, '_wp_old_date', '2023-02-02'),
(8768, 372, '_wp_old_date', '2023-02-02'),
(8769, 373, '_wp_old_date', '2023-02-02'),
(8770, 445, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410'),
(8771, 445, '_address', 'field_63c92e1503f94'),
(8772, 445, 'tel_phone_number', '+91 96628 45243'),
(8773, 445, '_tel_phone_number', 'field_63c92e5d03f95'),
(8774, 445, 'mobile_no', '+91 96628 45243'),
(8775, 445, '_mobile_no', 'field_63c92eb703f96'),
(8776, 445, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8777, 445, '_facebook_link', 'field_63c92f8503f97'),
(8778, 445, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8779, 445, '_google_link', 'field_63c92fa403f98'),
(8780, 445, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8781, 445, '_company_description', 'field_63c9309e03f99'),
(8782, 445, 'slider_image1', '376'),
(8783, 445, '_slider_image1', 'field_63c8c6482244c'),
(8784, 445, 'slider_image2', '353'),
(8785, 445, '_slider_image2', 'field_63c8c68f2244d'),
(8786, 445, 'slider_image3', '235'),
(8787, 445, '_slider_image3', 'field_63c8d1b9959fa'),
(8788, 445, 'slider_title1', 'Seasoning Mix '),
(8789, 445, '_slider_title1', 'field_63c8d1ef959fb'),
(8790, 445, 'slider_title2', 'By Message'),
(8791, 445, '_slider_title2', 'field_63c8d20a959fc'),
(8792, 445, 'slider_title3', 'The miracle of research'),
(8793, 445, '_slider_title3', 'field_63c8d218959fd'),
(8794, 445, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(8795, 445, '_slider_description1', 'field_63c8d237959fe'),
(8796, 445, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(8797, 445, '_slider_description2', 'field_63c8d274959ff'),
(8798, 445, 'slider_description3', 'Food additives and much more...'),
(8799, 445, '_slider_description3', 'field_63c8d28f95a00'),
(8800, 445, 'about_us_title', 'Leading Food Consulting Company'),
(8801, 445, '_about_us_title', 'field_63cbbac505df9'),
(8802, 445, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(8803, 445, '_short_description', 'field_63cbbbe305dfa'),
(8804, 445, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(8805, 445, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(8806, 445, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(8807, 445, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(8808, 445, 'video_background', '242'),
(8809, 445, '_video_background', 'field_63cbc2880b5de'),
(8810, 445, 'client_image_1', '211'),
(8811, 445, '_client_image_1', 'field_63cbcb8e5afcb'),
(8812, 445, 'client_image_2', '210'),
(8813, 445, '_client_image_2', 'field_63cbcbd95afcc'),
(8814, 445, 'client_image_3', '209'),
(8815, 445, '_client_image_3', 'field_63cbcbe55afcd'),
(8816, 445, 'client_image_4', '208'),
(8817, 445, '_client_image_4', 'field_63cbcbe75afce'),
(8818, 445, 'client_image_5', '207'),
(8819, 445, '_client_image_5', 'field_63cbcbeb5afcf'),
(8820, 445, 'client_image_6', '206'),
(8821, 445, '_client_image_6', 'field_63cbcbef5afd0'),
(8822, 445, 'email', 'khyati@messagegroup.co.in'),
(8823, 445, '_email', 'field_63c93e1309d31'),
(8824, 445, 'tag_line1', 'Innovative Food Packaging Machinery'),
(8825, 445, '_tag_line1', 'field_63cbb9903babf'),
(8826, 445, 'tag_line2', 'Food Additives & Seasoning Mix'),
(8827, 445, '_tag_line2', 'field_63cbba1a3bac0'),
(8828, 445, 'tag_line3', 'Rapid Response & Satisfaction'),
(8829, 445, '_tag_line3', 'field_63cbba503bac1'),
(8830, 445, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(8831, 445, '_long_description_about_us_2', 'field_63cdfd562520a'),
(8832, 445, 'industry_we_serve_image_1', '439'),
(8833, 445, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(8834, 445, 'industry_we_serve_image_2', '440'),
(8835, 445, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(8836, 445, 'industry_we_serve_image_3', '435'),
(8837, 445, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(8838, 445, 'industry_we_serve_image_4', '437'),
(8839, 445, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(8840, 445, 'industry_we_serve_image_5', '433'),
(8841, 445, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(8842, 445, 'industry_we_serve_short_description', ''),
(8843, 445, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(8844, 445, 'company_profile', '261'),
(8845, 445, '_company_profile', 'field_63ce36c7c9a55'),
(8846, 445, 'map_technology', '379'),
(8847, 445, '_map_technology', 'field_63ce3756c9a56'),
(8848, 445, 'food_addsive', '262'),
(8849, 445, '_food_addsive', 'field_63ce375ac9a57'),
(8850, 445, 'session_mix', '263'),
(8851, 445, '_session_mix', 'field_63ce375dc9a58'),
(8852, 445, 'life_chart_by_map_technology', '264'),
(8853, 445, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8854, 445, 'food_additives', '262'),
(8855, 445, '_food_additives', 'field_63ce375ac9a57'),
(8856, 445, 'get_started_background', '272'),
(8857, 445, '_get_started_background', 'field_63ce497feef6e'),
(8858, 445, 'choose_us_background', '393'),
(8859, 445, '_choose_us_background', 'field_63ce539a8b5b1'),
(8860, 445, 'message_group_1', '283'),
(8861, 445, '_message_group_1', 'field_63ce69047b0c9'),
(8862, 445, 'message_group_2', '284'),
(8863, 445, '_message_group_2', 'field_63ce6a627b0cd'),
(8864, 445, 'message_group_3', '285'),
(8865, 445, '_message_group_3', 'field_63ce6a637b0ce'),
(8866, 445, 'message_group_4', '286'),
(8867, 445, '_message_group_4', 'field_63ce6a687b0cf'),
(8868, 445, 'expertise_section_image', '359'),
(8869, 445, '_expertise_section_image', 'field_63ce860ce9935'),
(8870, 445, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(8871, 445, '_array_of_feature_section', 'field_63ce89ca26c57'),
(8872, 445, '1st_title__of_slider_1', 'Miss Me'),
(8873, 445, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(8874, 445, '1st_title__of_slider_2', 'AutoMAP'),
(8875, 445, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(8876, 445, '1st_title__of_slider_3', 'Message'),
(8877, 445, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(8878, 446, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(8879, 446, '_address', 'field_63c92e1503f94'),
(8880, 446, 'tel_phone_number', '+91 96628 45243'),
(8881, 446, '_tel_phone_number', 'field_63c92e5d03f95'),
(8882, 446, 'mobile_no', '+91 96628 45243'),
(8883, 446, '_mobile_no', 'field_63c92eb703f96'),
(8884, 446, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8885, 446, '_facebook_link', 'field_63c92f8503f97'),
(8886, 446, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8887, 446, '_google_link', 'field_63c92fa403f98'),
(8888, 446, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8889, 446, '_company_description', 'field_63c9309e03f99'),
(8890, 446, 'slider_image1', '376'),
(8891, 446, '_slider_image1', 'field_63c8c6482244c'),
(8892, 446, 'slider_image2', '353'),
(8893, 446, '_slider_image2', 'field_63c8c68f2244d'),
(8894, 446, 'slider_image3', '235'),
(8895, 446, '_slider_image3', 'field_63c8d1b9959fa'),
(8896, 446, 'slider_title1', 'Seasoning Mix '),
(8897, 446, '_slider_title1', 'field_63c8d1ef959fb'),
(8898, 446, 'slider_title2', 'By Message'),
(8899, 446, '_slider_title2', 'field_63c8d20a959fc'),
(8900, 446, 'slider_title3', 'The miracle of research'),
(8901, 446, '_slider_title3', 'field_63c8d218959fd'),
(8902, 446, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(8903, 446, '_slider_description1', 'field_63c8d237959fe'),
(8904, 446, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(8905, 446, '_slider_description2', 'field_63c8d274959ff'),
(8906, 446, 'slider_description3', 'Food additives and much more...'),
(8907, 446, '_slider_description3', 'field_63c8d28f95a00'),
(8908, 446, 'about_us_title', 'Leading Food Consulting Company'),
(8909, 446, '_about_us_title', 'field_63cbbac505df9'),
(8910, 446, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(8911, 446, '_short_description', 'field_63cbbbe305dfa'),
(8912, 446, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(8913, 446, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(8914, 446, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(8915, 446, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(8916, 446, 'video_background', '242'),
(8917, 446, '_video_background', 'field_63cbc2880b5de'),
(8918, 446, 'client_image_1', '211'),
(8919, 446, '_client_image_1', 'field_63cbcb8e5afcb'),
(8920, 446, 'client_image_2', '210'),
(8921, 446, '_client_image_2', 'field_63cbcbd95afcc'),
(8922, 446, 'client_image_3', '209'),
(8923, 446, '_client_image_3', 'field_63cbcbe55afcd'),
(8924, 446, 'client_image_4', '208'),
(8925, 446, '_client_image_4', 'field_63cbcbe75afce'),
(8926, 446, 'client_image_5', '207'),
(8927, 446, '_client_image_5', 'field_63cbcbeb5afcf'),
(8928, 446, 'client_image_6', '206'),
(8929, 446, '_client_image_6', 'field_63cbcbef5afd0'),
(8930, 446, 'email', 'khyati@messagegroup.co.in'),
(8931, 446, '_email', 'field_63c93e1309d31'),
(8932, 446, 'tag_line1', 'Innovative Food Packaging Machinery'),
(8933, 446, '_tag_line1', 'field_63cbb9903babf'),
(8934, 446, 'tag_line2', 'Food Additives & Seasoning Mix'),
(8935, 446, '_tag_line2', 'field_63cbba1a3bac0'),
(8936, 446, 'tag_line3', 'Rapid Response & Satisfaction'),
(8937, 446, '_tag_line3', 'field_63cbba503bac1'),
(8938, 446, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(8939, 446, '_long_description_about_us_2', 'field_63cdfd562520a'),
(8940, 446, 'industry_we_serve_image_1', '439'),
(8941, 446, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(8942, 446, 'industry_we_serve_image_2', '440'),
(8943, 446, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(8944, 446, 'industry_we_serve_image_3', '435'),
(8945, 446, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(8946, 446, 'industry_we_serve_image_4', '437'),
(8947, 446, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(8948, 446, 'industry_we_serve_image_5', '433'),
(8949, 446, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(8950, 446, 'industry_we_serve_short_description', ''),
(8951, 446, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(8952, 446, 'company_profile', '261'),
(8953, 446, '_company_profile', 'field_63ce36c7c9a55'),
(8954, 446, 'map_technology', '379'),
(8955, 446, '_map_technology', 'field_63ce3756c9a56'),
(8956, 446, 'food_addsive', '262'),
(8957, 446, '_food_addsive', 'field_63ce375ac9a57'),
(8958, 446, 'session_mix', '263'),
(8959, 446, '_session_mix', 'field_63ce375dc9a58'),
(8960, 446, 'life_chart_by_map_technology', '264'),
(8961, 446, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(8962, 446, 'food_additives', '262'),
(8963, 446, '_food_additives', 'field_63ce375ac9a57'),
(8964, 446, 'get_started_background', '272'),
(8965, 446, '_get_started_background', 'field_63ce497feef6e'),
(8966, 446, 'choose_us_background', '393'),
(8967, 446, '_choose_us_background', 'field_63ce539a8b5b1'),
(8968, 446, 'message_group_1', '283'),
(8969, 446, '_message_group_1', 'field_63ce69047b0c9'),
(8970, 446, 'message_group_2', '284'),
(8971, 446, '_message_group_2', 'field_63ce6a627b0cd'),
(8972, 446, 'message_group_3', '285'),
(8973, 446, '_message_group_3', 'field_63ce6a637b0ce'),
(8974, 446, 'message_group_4', '286'),
(8975, 446, '_message_group_4', 'field_63ce6a687b0cf'),
(8976, 446, 'expertise_section_image', '359'),
(8977, 446, '_expertise_section_image', 'field_63ce860ce9935'),
(8978, 446, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(8979, 446, '_array_of_feature_section', 'field_63ce89ca26c57'),
(8980, 446, '1st_title__of_slider_1', 'Miss Me'),
(8981, 446, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(8982, 446, '1st_title__of_slider_2', 'AutoMAP'),
(8983, 446, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(8984, 446, '1st_title__of_slider_3', 'Message'),
(8985, 446, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(8986, 11, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8987, 11, '_instagram_link', 'field_63c92fa403f98'),
(8988, 449, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(8989, 449, '_address', 'field_63c92e1503f94'),
(8990, 449, 'tel_phone_number', '+91 96628 45243'),
(8991, 449, '_tel_phone_number', 'field_63c92e5d03f95'),
(8992, 449, 'mobile_no', '+91 96628 45243'),
(8993, 449, '_mobile_no', 'field_63c92eb703f96'),
(8994, 449, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(8995, 449, '_facebook_link', 'field_63c92f8503f97'),
(8996, 449, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(8997, 449, '_google_link', 'field_63c92fa403f98'),
(8998, 449, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(8999, 449, '_company_description', 'field_63c9309e03f99'),
(9000, 449, 'slider_image1', '376'),
(9001, 449, '_slider_image1', 'field_63c8c6482244c'),
(9002, 449, 'slider_image2', '353'),
(9003, 449, '_slider_image2', 'field_63c8c68f2244d'),
(9004, 449, 'slider_image3', '235'),
(9005, 449, '_slider_image3', 'field_63c8d1b9959fa'),
(9006, 449, 'slider_title1', 'Seasoning Mix '),
(9007, 449, '_slider_title1', 'field_63c8d1ef959fb'),
(9008, 449, 'slider_title2', 'By Message'),
(9009, 449, '_slider_title2', 'field_63c8d20a959fc'),
(9010, 449, 'slider_title3', 'The miracle of research'),
(9011, 449, '_slider_title3', 'field_63c8d218959fd'),
(9012, 449, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(9013, 449, '_slider_description1', 'field_63c8d237959fe'),
(9014, 449, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(9015, 449, '_slider_description2', 'field_63c8d274959ff'),
(9016, 449, 'slider_description3', 'Food additives and much more...'),
(9017, 449, '_slider_description3', 'field_63c8d28f95a00'),
(9018, 449, 'about_us_title', 'Leading Food Consulting Company'),
(9019, 449, '_about_us_title', 'field_63cbbac505df9'),
(9020, 449, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(9021, 449, '_short_description', 'field_63cbbbe305dfa'),
(9022, 449, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(9023, 449, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(9024, 449, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(9025, 449, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(9026, 449, 'video_background', '242'),
(9027, 449, '_video_background', 'field_63cbc2880b5de'),
(9028, 449, 'client_image_1', '211'),
(9029, 449, '_client_image_1', 'field_63cbcb8e5afcb'),
(9030, 449, 'client_image_2', '210'),
(9031, 449, '_client_image_2', 'field_63cbcbd95afcc'),
(9032, 449, 'client_image_3', '209'),
(9033, 449, '_client_image_3', 'field_63cbcbe55afcd'),
(9034, 449, 'client_image_4', '208'),
(9035, 449, '_client_image_4', 'field_63cbcbe75afce'),
(9036, 449, 'client_image_5', '207'),
(9037, 449, '_client_image_5', 'field_63cbcbeb5afcf'),
(9038, 449, 'client_image_6', '206'),
(9039, 449, '_client_image_6', 'field_63cbcbef5afd0'),
(9040, 449, 'email', 'khyati@messagegroup.co.in'),
(9041, 449, '_email', 'field_63c93e1309d31'),
(9042, 449, 'tag_line1', 'Innovative Food Packaging Machinery'),
(9043, 449, '_tag_line1', 'field_63cbb9903babf'),
(9044, 449, 'tag_line2', 'Food Additives & Seasoning Mix'),
(9045, 449, '_tag_line2', 'field_63cbba1a3bac0'),
(9046, 449, 'tag_line3', 'Rapid Response & Satisfaction'),
(9047, 449, '_tag_line3', 'field_63cbba503bac1'),
(9048, 449, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(9049, 449, '_long_description_about_us_2', 'field_63cdfd562520a'),
(9050, 449, 'industry_we_serve_image_1', '439'),
(9051, 449, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(9052, 449, 'industry_we_serve_image_2', '440'),
(9053, 449, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(9054, 449, 'industry_we_serve_image_3', '435'),
(9055, 449, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(9056, 449, 'industry_we_serve_image_4', '437'),
(9057, 449, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(9058, 449, 'industry_we_serve_image_5', '433'),
(9059, 449, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(9060, 449, 'industry_we_serve_short_description', ''),
(9061, 449, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(9062, 449, 'company_profile', '261'),
(9063, 449, '_company_profile', 'field_63ce36c7c9a55'),
(9064, 449, 'map_technology', '379'),
(9065, 449, '_map_technology', 'field_63ce3756c9a56'),
(9066, 449, 'food_addsive', '262'),
(9067, 449, '_food_addsive', 'field_63ce375ac9a57'),
(9068, 449, 'session_mix', '263'),
(9069, 449, '_session_mix', 'field_63ce375dc9a58'),
(9070, 449, 'life_chart_by_map_technology', '264'),
(9071, 449, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9072, 449, 'food_additives', '262'),
(9073, 449, '_food_additives', 'field_63ce375ac9a57'),
(9074, 449, 'get_started_background', '272'),
(9075, 449, '_get_started_background', 'field_63ce497feef6e'),
(9076, 449, 'choose_us_background', '393'),
(9077, 449, '_choose_us_background', 'field_63ce539a8b5b1'),
(9078, 449, 'message_group_1', '283'),
(9079, 449, '_message_group_1', 'field_63ce69047b0c9'),
(9080, 449, 'message_group_2', '284'),
(9081, 449, '_message_group_2', 'field_63ce6a627b0cd'),
(9082, 449, 'message_group_3', '285'),
(9083, 449, '_message_group_3', 'field_63ce6a637b0ce'),
(9084, 449, 'message_group_4', '286'),
(9085, 449, '_message_group_4', 'field_63ce6a687b0cf'),
(9086, 449, 'expertise_section_image', '359'),
(9087, 449, '_expertise_section_image', 'field_63ce860ce9935'),
(9088, 449, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(9089, 449, '_array_of_feature_section', 'field_63ce89ca26c57'),
(9090, 449, '1st_title__of_slider_1', 'Miss Me'),
(9091, 449, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(9092, 449, '1st_title__of_slider_2', 'AutoMAP'),
(9093, 449, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(9094, 449, '1st_title__of_slider_3', 'Message'),
(9095, 449, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(9096, 449, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9097, 449, '_instagram_link', 'field_63c92fa403f98'),
(9098, 13, 'banner_image', ''),
(9099, 13, '_banner_image', 'field_63d527184f31d'),
(9100, 13, 'banner_title', ''),
(9101, 13, '_banner_title', 'field_63d527614f31e'),
(9102, 13, 'template_image_1', ''),
(9103, 13, '_template_image_1', 'field_63d529664f31f'),
(9104, 13, 'template_image_2', ''),
(9105, 13, '_template_image_2', 'field_63d529b54f320'),
(9106, 13, 'template_image_3', ''),
(9107, 13, '_template_image_3', 'field_63d529b94f321'),
(9108, 13, 'template_image_4', ''),
(9109, 13, '_template_image_4', 'field_63d529bc4f322'),
(9110, 13, 'get_started_background', ''),
(9111, 13, '_get_started_background', 'field_63ce497feef6e'),
(9112, 13, 'choose_us_background', ''),
(9113, 13, '_choose_us_background', 'field_63ce539a8b5b1'),
(9114, 13, 'message_group_1', ''),
(9115, 13, '_message_group_1', 'field_63ce69047b0c9'),
(9116, 13, 'message_group_2', ''),
(9117, 13, '_message_group_2', 'field_63ce6a627b0cd'),
(9118, 13, 'message_group_3', ''),
(9119, 13, '_message_group_3', 'field_63ce6a637b0ce'),
(9120, 13, 'message_group_4', ''),
(9121, 13, '_message_group_4', 'field_63ce6a687b0cf'),
(9122, 13, 'expertise_section_image', ''),
(9123, 13, '_expertise_section_image', 'field_63ce860ce9935'),
(9124, 13, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9125, 13, '_instagram_link', 'field_63c92fa403f98'),
(9126, 450, 'company_profile', ''),
(9127, 450, '_company_profile', 'field_63ce36c7c9a55'),
(9128, 450, 'map_technology', ''),
(9129, 450, '_map_technology', 'field_63ce3756c9a56'),
(9130, 450, 'food_additives', ''),
(9131, 450, '_food_additives', 'field_63ce375ac9a57'),
(9132, 450, 'session_mix', ''),
(9133, 450, '_session_mix', 'field_63ce375dc9a58'),
(9134, 450, 'life_chart_by_map_technology', ''),
(9135, 450, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9136, 450, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. \r\nDhoraji - 360410'),
(9137, 450, '_address', 'field_63c92e1503f94'),
(9138, 450, 'tel_phone_number', '+91 2824 223921'),
(9139, 450, '_tel_phone_number', 'field_63c92e5d03f95'),
(9140, 450, 'mobile_no', '+91 96628 45243'),
(9141, 450, '_mobile_no', 'field_63c92eb703f96'),
(9142, 450, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9143, 450, '_facebook_link', 'field_63c92f8503f97'),
(9144, 450, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9145, 450, '_google_link', 'field_63c92fa403f98'),
(9146, 450, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9147, 450, '_company_description', 'field_63c9309e03f99'),
(9148, 450, 'email', 'info@messagegroup.co.in'),
(9149, 450, '_email', 'field_63c93e1309d31'),
(9150, 450, 'banner_image', ''),
(9151, 450, '_banner_image', 'field_63d527184f31d'),
(9152, 450, 'banner_title', ''),
(9153, 450, '_banner_title', 'field_63d527614f31e'),
(9154, 450, 'template_image_1', ''),
(9155, 450, '_template_image_1', 'field_63d529664f31f'),
(9156, 450, 'template_image_2', ''),
(9157, 450, '_template_image_2', 'field_63d529b54f320'),
(9158, 450, 'template_image_3', ''),
(9159, 450, '_template_image_3', 'field_63d529b94f321'),
(9160, 450, 'template_image_4', ''),
(9161, 450, '_template_image_4', 'field_63d529bc4f322'),
(9162, 450, 'get_started_background', ''),
(9163, 450, '_get_started_background', 'field_63ce497feef6e'),
(9164, 450, 'choose_us_background', ''),
(9165, 450, '_choose_us_background', 'field_63ce539a8b5b1'),
(9166, 450, 'message_group_1', ''),
(9167, 450, '_message_group_1', 'field_63ce69047b0c9'),
(9168, 450, 'message_group_2', ''),
(9169, 450, '_message_group_2', 'field_63ce6a627b0cd'),
(9170, 450, 'message_group_3', ''),
(9171, 450, '_message_group_3', 'field_63ce6a637b0ce'),
(9172, 450, 'message_group_4', ''),
(9173, 450, '_message_group_4', 'field_63ce6a687b0cf'),
(9174, 450, 'expertise_section_image', ''),
(9175, 450, '_expertise_section_image', 'field_63ce860ce9935'),
(9176, 450, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9177, 450, '_instagram_link', 'field_63c92fa403f98'),
(9178, 451, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(9179, 451, '_address', 'field_63c92e1503f94'),
(9180, 451, 'tel_phone_number', '+91 96628 45243'),
(9181, 451, '_tel_phone_number', 'field_63c92e5d03f95'),
(9182, 451, 'mobile_no', '+91 96628 45243'),
(9183, 451, '_mobile_no', 'field_63c92eb703f96'),
(9184, 451, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9185, 451, '_facebook_link', 'field_63c92f8503f97'),
(9186, 451, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9187, 451, '_google_link', 'field_63c92fa403f98'),
(9188, 451, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9189, 451, '_company_description', 'field_63c9309e03f99'),
(9190, 451, 'slider_image1', '376'),
(9191, 451, '_slider_image1', 'field_63c8c6482244c'),
(9192, 451, 'slider_image2', '353'),
(9193, 451, '_slider_image2', 'field_63c8c68f2244d'),
(9194, 451, 'slider_image3', '235'),
(9195, 451, '_slider_image3', 'field_63c8d1b9959fa'),
(9196, 451, 'slider_title1', 'Seasoning Mix '),
(9197, 451, '_slider_title1', 'field_63c8d1ef959fb'),
(9198, 451, 'slider_title2', 'By Message'),
(9199, 451, '_slider_title2', 'field_63c8d20a959fc'),
(9200, 451, 'slider_title3', 'The miracle of research'),
(9201, 451, '_slider_title3', 'field_63c8d218959fd'),
(9202, 451, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(9203, 451, '_slider_description1', 'field_63c8d237959fe'),
(9204, 451, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(9205, 451, '_slider_description2', 'field_63c8d274959ff'),
(9206, 451, 'slider_description3', 'Food additives and much more...'),
(9207, 451, '_slider_description3', 'field_63c8d28f95a00'),
(9208, 451, 'about_us_title', 'Leading Food Consulting Company'),
(9209, 451, '_about_us_title', 'field_63cbbac505df9'),
(9210, 451, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(9211, 451, '_short_description', 'field_63cbbbe305dfa');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9212, 451, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(9213, 451, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(9214, 451, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(9215, 451, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(9216, 451, 'video_background', '242'),
(9217, 451, '_video_background', 'field_63cbc2880b5de'),
(9218, 451, 'client_image_1', '211'),
(9219, 451, '_client_image_1', 'field_63cbcb8e5afcb'),
(9220, 451, 'client_image_2', '210'),
(9221, 451, '_client_image_2', 'field_63cbcbd95afcc'),
(9222, 451, 'client_image_3', '209'),
(9223, 451, '_client_image_3', 'field_63cbcbe55afcd'),
(9224, 451, 'client_image_4', '208'),
(9225, 451, '_client_image_4', 'field_63cbcbe75afce'),
(9226, 451, 'client_image_5', '207'),
(9227, 451, '_client_image_5', 'field_63cbcbeb5afcf'),
(9228, 451, 'client_image_6', '206'),
(9229, 451, '_client_image_6', 'field_63cbcbef5afd0'),
(9230, 451, 'email', 'khyati@messagegroup.co.in'),
(9231, 451, '_email', 'field_63c93e1309d31'),
(9232, 451, 'tag_line1', 'Innovative Food Packaging Machinery'),
(9233, 451, '_tag_line1', 'field_63cbb9903babf'),
(9234, 451, 'tag_line2', 'Food Additives & Seasoning Mix'),
(9235, 451, '_tag_line2', 'field_63cbba1a3bac0'),
(9236, 451, 'tag_line3', 'Rapid Response & Satisfaction'),
(9237, 451, '_tag_line3', 'field_63cbba503bac1'),
(9238, 451, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(9239, 451, '_long_description_about_us_2', 'field_63cdfd562520a'),
(9240, 451, 'industry_we_serve_image_1', '439'),
(9241, 451, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(9242, 451, 'industry_we_serve_image_2', '440'),
(9243, 451, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(9244, 451, 'industry_we_serve_image_3', '435'),
(9245, 451, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(9246, 451, 'industry_we_serve_image_4', '437'),
(9247, 451, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(9248, 451, 'industry_we_serve_image_5', '433'),
(9249, 451, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(9250, 451, 'industry_we_serve_short_description', ''),
(9251, 451, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(9252, 451, 'company_profile', '261'),
(9253, 451, '_company_profile', 'field_63ce36c7c9a55'),
(9254, 451, 'map_technology', '379'),
(9255, 451, '_map_technology', 'field_63ce3756c9a56'),
(9256, 451, 'food_addsive', '262'),
(9257, 451, '_food_addsive', 'field_63ce375ac9a57'),
(9258, 451, 'session_mix', '263'),
(9259, 451, '_session_mix', 'field_63ce375dc9a58'),
(9260, 451, 'life_chart_by_map_technology', '264'),
(9261, 451, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9262, 451, 'food_additives', '262'),
(9263, 451, '_food_additives', 'field_63ce375ac9a57'),
(9264, 451, 'get_started_background', '272'),
(9265, 451, '_get_started_background', 'field_63ce497feef6e'),
(9266, 451, 'choose_us_background', '393'),
(9267, 451, '_choose_us_background', 'field_63ce539a8b5b1'),
(9268, 451, 'message_group_1', '283'),
(9269, 451, '_message_group_1', 'field_63ce69047b0c9'),
(9270, 451, 'message_group_2', '284'),
(9271, 451, '_message_group_2', 'field_63ce6a627b0cd'),
(9272, 451, 'message_group_3', '285'),
(9273, 451, '_message_group_3', 'field_63ce6a637b0ce'),
(9274, 451, 'message_group_4', '286'),
(9275, 451, '_message_group_4', 'field_63ce6a687b0cf'),
(9276, 451, 'expertise_section_image', '359'),
(9277, 451, '_expertise_section_image', 'field_63ce860ce9935'),
(9278, 451, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(9279, 451, '_array_of_feature_section', 'field_63ce89ca26c57'),
(9280, 451, '1st_title__of_slider_1', 'Miss Me'),
(9281, 451, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(9282, 451, '1st_title__of_slider_2', 'AutoMAP'),
(9283, 451, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(9284, 451, '1st_title__of_slider_3', 'Message'),
(9285, 451, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(9286, 451, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9287, 451, '_instagram_link', 'field_63c92fa403f98'),
(9288, 452, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(9289, 452, '_address', 'field_63c92e1503f94'),
(9290, 452, 'tel_phone_number', '+91 96628 45243'),
(9291, 452, '_tel_phone_number', 'field_63c92e5d03f95'),
(9292, 452, 'mobile_no', '+91 96628 45243'),
(9293, 452, '_mobile_no', 'field_63c92eb703f96'),
(9294, 452, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9295, 452, '_facebook_link', 'field_63c92f8503f97'),
(9296, 452, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9297, 452, '_google_link', 'field_63c92fa403f98'),
(9298, 452, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9299, 452, '_company_description', 'field_63c9309e03f99'),
(9300, 452, 'slider_image1', '376'),
(9301, 452, '_slider_image1', 'field_63c8c6482244c'),
(9302, 452, 'slider_image2', '353'),
(9303, 452, '_slider_image2', 'field_63c8c68f2244d'),
(9304, 452, 'slider_image3', '235'),
(9305, 452, '_slider_image3', 'field_63c8d1b9959fa'),
(9306, 452, 'slider_title1', 'Seasoning Mix '),
(9307, 452, '_slider_title1', 'field_63c8d1ef959fb'),
(9308, 452, 'slider_title2', 'By Message'),
(9309, 452, '_slider_title2', 'field_63c8d20a959fc'),
(9310, 452, 'slider_title3', 'The miracle of research'),
(9311, 452, '_slider_title3', 'field_63c8d218959fd'),
(9312, 452, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(9313, 452, '_slider_description1', 'field_63c8d237959fe'),
(9314, 452, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(9315, 452, '_slider_description2', 'field_63c8d274959ff'),
(9316, 452, 'slider_description3', 'Food additives and much more...'),
(9317, 452, '_slider_description3', 'field_63c8d28f95a00'),
(9318, 452, 'about_us_title', 'Leading Food Consulting Company'),
(9319, 452, '_about_us_title', 'field_63cbbac505df9'),
(9320, 452, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(9321, 452, '_short_description', 'field_63cbbbe305dfa'),
(9322, 452, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(9323, 452, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(9324, 452, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(9325, 452, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(9326, 452, 'video_background', '242'),
(9327, 452, '_video_background', 'field_63cbc2880b5de'),
(9328, 452, 'client_image_1', '211'),
(9329, 452, '_client_image_1', 'field_63cbcb8e5afcb'),
(9330, 452, 'client_image_2', '210'),
(9331, 452, '_client_image_2', 'field_63cbcbd95afcc'),
(9332, 452, 'client_image_3', '209'),
(9333, 452, '_client_image_3', 'field_63cbcbe55afcd'),
(9334, 452, 'client_image_4', '208'),
(9335, 452, '_client_image_4', 'field_63cbcbe75afce'),
(9336, 452, 'client_image_5', '207'),
(9337, 452, '_client_image_5', 'field_63cbcbeb5afcf'),
(9338, 452, 'client_image_6', '206'),
(9339, 452, '_client_image_6', 'field_63cbcbef5afd0'),
(9340, 452, 'email', 'khyati@messagegroup.co.in'),
(9341, 452, '_email', 'field_63c93e1309d31'),
(9342, 452, 'tag_line1', 'Innovative Food Packaging Machinery'),
(9343, 452, '_tag_line1', 'field_63cbb9903babf'),
(9344, 452, 'tag_line2', 'Food Additives & Seasoning Mix'),
(9345, 452, '_tag_line2', 'field_63cbba1a3bac0'),
(9346, 452, 'tag_line3', 'Rapid Response & Satisfaction'),
(9347, 452, '_tag_line3', 'field_63cbba503bac1'),
(9348, 452, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(9349, 452, '_long_description_about_us_2', 'field_63cdfd562520a'),
(9350, 452, 'industry_we_serve_image_1', '439'),
(9351, 452, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(9352, 452, 'industry_we_serve_image_2', '440'),
(9353, 452, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(9354, 452, 'industry_we_serve_image_3', '435'),
(9355, 452, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(9356, 452, 'industry_we_serve_image_4', '437'),
(9357, 452, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(9358, 452, 'industry_we_serve_image_5', '433'),
(9359, 452, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(9360, 452, 'industry_we_serve_short_description', ''),
(9361, 452, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(9362, 452, 'company_profile', '261'),
(9363, 452, '_company_profile', 'field_63ce36c7c9a55'),
(9364, 452, 'map_technology', '379'),
(9365, 452, '_map_technology', 'field_63ce3756c9a56'),
(9366, 452, 'food_addsive', '262'),
(9367, 452, '_food_addsive', 'field_63ce375ac9a57'),
(9368, 452, 'session_mix', '263'),
(9369, 452, '_session_mix', 'field_63ce375dc9a58'),
(9370, 452, 'life_chart_by_map_technology', '264'),
(9371, 452, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9372, 452, 'food_additives', '262'),
(9373, 452, '_food_additives', 'field_63ce375ac9a57'),
(9374, 452, 'get_started_background', '272'),
(9375, 452, '_get_started_background', 'field_63ce497feef6e'),
(9376, 452, 'choose_us_background', '393'),
(9377, 452, '_choose_us_background', 'field_63ce539a8b5b1'),
(9378, 452, 'message_group_1', '283'),
(9379, 452, '_message_group_1', 'field_63ce69047b0c9'),
(9380, 452, 'message_group_2', '284'),
(9381, 452, '_message_group_2', 'field_63ce6a627b0cd'),
(9382, 452, 'message_group_3', '285'),
(9383, 452, '_message_group_3', 'field_63ce6a637b0ce'),
(9384, 452, 'message_group_4', '286'),
(9385, 452, '_message_group_4', 'field_63ce6a687b0cf'),
(9386, 452, 'expertise_section_image', '359'),
(9387, 452, '_expertise_section_image', 'field_63ce860ce9935'),
(9388, 452, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(9389, 452, '_array_of_feature_section', 'field_63ce89ca26c57'),
(9390, 452, '1st_title__of_slider_1', 'Miss Me'),
(9391, 452, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(9392, 452, '1st_title__of_slider_2', 'AutoMAP'),
(9393, 452, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(9394, 452, '1st_title__of_slider_3', 'Message'),
(9395, 452, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(9396, 452, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9397, 452, '_instagram_link', 'field_63c92fa403f98'),
(9398, 453, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(9399, 453, '_address', 'field_63c92e1503f94'),
(9400, 453, 'tel_phone_number', '+91 96628 45243'),
(9401, 453, '_tel_phone_number', 'field_63c92e5d03f95'),
(9402, 453, 'mobile_no', '+91 96628 45243'),
(9403, 453, '_mobile_no', 'field_63c92eb703f96'),
(9404, 453, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9405, 453, '_facebook_link', 'field_63c92f8503f97'),
(9406, 453, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9407, 453, '_google_link', 'field_63c92fa403f98'),
(9408, 453, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9409, 453, '_company_description', 'field_63c9309e03f99'),
(9410, 453, 'slider_image1', '376'),
(9411, 453, '_slider_image1', 'field_63c8c6482244c'),
(9412, 453, 'slider_image2', '353'),
(9413, 453, '_slider_image2', 'field_63c8c68f2244d'),
(9414, 453, 'slider_image3', '235'),
(9415, 453, '_slider_image3', 'field_63c8d1b9959fa'),
(9416, 453, 'slider_title1', 'Seasoning Mix '),
(9417, 453, '_slider_title1', 'field_63c8d1ef959fb'),
(9418, 453, 'slider_title2', 'By Message'),
(9419, 453, '_slider_title2', 'field_63c8d20a959fc'),
(9420, 453, 'slider_title3', 'The miracle of research'),
(9421, 453, '_slider_title3', 'field_63c8d218959fd'),
(9422, 453, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(9423, 453, '_slider_description1', 'field_63c8d237959fe'),
(9424, 453, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(9425, 453, '_slider_description2', 'field_63c8d274959ff'),
(9426, 453, 'slider_description3', 'Food additives and much more...'),
(9427, 453, '_slider_description3', 'field_63c8d28f95a00'),
(9428, 453, 'about_us_title', 'Leading Food Consulting Company'),
(9429, 453, '_about_us_title', 'field_63cbbac505df9'),
(9430, 453, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(9431, 453, '_short_description', 'field_63cbbbe305dfa'),
(9432, 453, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(9433, 453, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(9434, 453, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(9435, 453, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(9436, 453, 'video_background', '242'),
(9437, 453, '_video_background', 'field_63cbc2880b5de'),
(9438, 453, 'client_image_1', '211'),
(9439, 453, '_client_image_1', 'field_63cbcb8e5afcb'),
(9440, 453, 'client_image_2', '210'),
(9441, 453, '_client_image_2', 'field_63cbcbd95afcc'),
(9442, 453, 'client_image_3', '209'),
(9443, 453, '_client_image_3', 'field_63cbcbe55afcd'),
(9444, 453, 'client_image_4', '208'),
(9445, 453, '_client_image_4', 'field_63cbcbe75afce'),
(9446, 453, 'client_image_5', '207'),
(9447, 453, '_client_image_5', 'field_63cbcbeb5afcf'),
(9448, 453, 'client_image_6', '206'),
(9449, 453, '_client_image_6', 'field_63cbcbef5afd0'),
(9450, 453, 'email', 'khyati@messagegroup.co.in'),
(9451, 453, '_email', 'field_63c93e1309d31'),
(9452, 453, 'tag_line1', 'Innovative Food Packaging Machinery'),
(9453, 453, '_tag_line1', 'field_63cbb9903babf'),
(9454, 453, 'tag_line2', 'Food Additives & Seasoning Mix'),
(9455, 453, '_tag_line2', 'field_63cbba1a3bac0'),
(9456, 453, 'tag_line3', 'Rapid Response & Satisfaction'),
(9457, 453, '_tag_line3', 'field_63cbba503bac1'),
(9458, 453, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(9459, 453, '_long_description_about_us_2', 'field_63cdfd562520a'),
(9460, 453, 'industry_we_serve_image_1', '439'),
(9461, 453, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(9462, 453, 'industry_we_serve_image_2', '440'),
(9463, 453, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(9464, 453, 'industry_we_serve_image_3', '435'),
(9465, 453, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(9466, 453, 'industry_we_serve_image_4', '437'),
(9467, 453, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(9468, 453, 'industry_we_serve_image_5', '433'),
(9469, 453, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(9470, 453, 'industry_we_serve_short_description', ''),
(9471, 453, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(9472, 453, 'company_profile', '261'),
(9473, 453, '_company_profile', 'field_63ce36c7c9a55'),
(9474, 453, 'map_technology', '379'),
(9475, 453, '_map_technology', 'field_63ce3756c9a56'),
(9476, 453, 'food_addsive', '262'),
(9477, 453, '_food_addsive', 'field_63ce375ac9a57'),
(9478, 453, 'session_mix', '263'),
(9479, 453, '_session_mix', 'field_63ce375dc9a58'),
(9480, 453, 'life_chart_by_map_technology', '264'),
(9481, 453, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9482, 453, 'food_additives', '262'),
(9483, 453, '_food_additives', 'field_63ce375ac9a57'),
(9484, 453, 'get_started_background', '272'),
(9485, 453, '_get_started_background', 'field_63ce497feef6e'),
(9486, 453, 'choose_us_background', '393'),
(9487, 453, '_choose_us_background', 'field_63ce539a8b5b1'),
(9488, 453, 'message_group_1', '283'),
(9489, 453, '_message_group_1', 'field_63ce69047b0c9'),
(9490, 453, 'message_group_2', '284'),
(9491, 453, '_message_group_2', 'field_63ce6a627b0cd'),
(9492, 453, 'message_group_3', '285'),
(9493, 453, '_message_group_3', 'field_63ce6a637b0ce'),
(9494, 453, 'message_group_4', '286'),
(9495, 453, '_message_group_4', 'field_63ce6a687b0cf'),
(9496, 453, 'expertise_section_image', '359'),
(9497, 453, '_expertise_section_image', 'field_63ce860ce9935'),
(9498, 453, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(9499, 453, '_array_of_feature_section', 'field_63ce89ca26c57'),
(9500, 453, '1st_title__of_slider_1', 'Miss Me'),
(9501, 453, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(9502, 453, '1st_title__of_slider_2', 'AutoMAP'),
(9503, 453, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(9504, 453, '1st_title__of_slider_3', 'Message'),
(9505, 453, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(9506, 453, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9507, 453, '_instagram_link', 'field_63c92fa403f98'),
(9508, 39, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9509, 39, '_instagram_link', 'field_63c92fa403f98'),
(9510, 454, 'get_started_background', ''),
(9511, 454, '_get_started_background', 'field_63ce497feef6e'),
(9512, 454, 'choose_us_background', ''),
(9513, 454, '_choose_us_background', 'field_63ce539a8b5b1'),
(9514, 454, 'message_group_1', ''),
(9515, 454, '_message_group_1', 'field_63ce69047b0c9'),
(9516, 454, 'message_group_2', ''),
(9517, 454, '_message_group_2', 'field_63ce6a627b0cd'),
(9518, 454, 'message_group_3', ''),
(9519, 454, '_message_group_3', 'field_63ce6a637b0ce'),
(9520, 454, 'message_group_4', ''),
(9521, 454, '_message_group_4', 'field_63ce6a687b0cf'),
(9522, 454, 'expertise_section_image', ''),
(9523, 454, '_expertise_section_image', 'field_63ce860ce9935'),
(9524, 454, 'company_profile', ''),
(9525, 454, '_company_profile', 'field_63ce36c7c9a55'),
(9526, 454, 'map_technology', ''),
(9527, 454, '_map_technology', 'field_63ce3756c9a56'),
(9528, 454, 'food_additives', ''),
(9529, 454, '_food_additives', 'field_63ce375ac9a57'),
(9530, 454, 'session_mix', ''),
(9531, 454, '_session_mix', 'field_63ce375dc9a58'),
(9532, 454, 'life_chart_by_map_technology', ''),
(9533, 454, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9534, 454, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(9535, 454, '_address', 'field_63e61cfffce08'),
(9536, 454, 'tel_phone_number', '+91 96628 45243'),
(9537, 454, '_tel_phone_number', 'field_63c92e5d03f95'),
(9538, 454, 'mobile_no', '+91 96628 45243'),
(9539, 454, '_mobile_no', 'field_63c92eb703f96'),
(9540, 454, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9541, 454, '_facebook_link', 'field_63c92f8503f97'),
(9542, 454, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9543, 454, '_google_link', 'field_63c92fa403f98'),
(9544, 454, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9545, 454, '_company_description', 'field_63c9309e03f99'),
(9546, 454, 'email', 'khyati@messagegroup.co.in'),
(9547, 454, '_email', 'field_63c93e1309d31'),
(9548, 454, 'banner_image', ''),
(9549, 454, '_banner_image', 'field_63d527184f31d'),
(9550, 454, 'banner_title', ''),
(9551, 454, '_banner_title', 'field_63d527614f31e'),
(9552, 454, 'template_image_1', ''),
(9553, 454, '_template_image_1', 'field_63d529664f31f'),
(9554, 454, 'template_image_2', ''),
(9555, 454, '_template_image_2', 'field_63d529b54f320'),
(9556, 454, 'template_image_3', ''),
(9557, 454, '_template_image_3', 'field_63d529b94f321'),
(9558, 454, 'template_image_4', ''),
(9559, 454, '_template_image_4', 'field_63d529bc4f322'),
(9560, 454, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9561, 454, '_instagram_link', 'field_63c92fa403f98'),
(9562, 248, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9563, 248, '_instagram_link', 'field_63c92fa403f98'),
(9564, 455, 'address', ''),
(9565, 455, '_address', 'field_63c92e1503f94'),
(9566, 455, 'tel_phone_number', '+91 2824 223921'),
(9567, 455, '_tel_phone_number', 'field_63c92e5d03f95'),
(9568, 455, 'mobile_no', '+91 96628 45243'),
(9569, 455, '_mobile_no', 'field_63c92eb703f96'),
(9570, 455, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9571, 455, '_facebook_link', 'field_63c92f8503f97'),
(9572, 455, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9573, 455, '_google_link', 'field_63c92fa403f98'),
(9574, 455, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9575, 455, '_company_description', 'field_63c9309e03f99'),
(9576, 455, 'email', 'info@messagegroup.co.in'),
(9577, 455, '_email', 'field_63c93e1309d31'),
(9578, 455, 'company_profile', ''),
(9579, 455, '_company_profile', 'field_63ce36c7c9a55'),
(9580, 455, 'map_technology', ''),
(9581, 455, '_map_technology', 'field_63ce3756c9a56'),
(9582, 455, 'food_additives', ''),
(9583, 455, '_food_additives', 'field_63ce375ac9a57'),
(9584, 455, 'session_mix', ''),
(9585, 455, '_session_mix', 'field_63ce375dc9a58'),
(9586, 455, 'life_chart_by_map_technology', ''),
(9587, 455, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9588, 455, 'get_started_background', ''),
(9589, 455, '_get_started_background', 'field_63ce497feef6e'),
(9590, 455, 'choose_us_background', ''),
(9591, 455, '_choose_us_background', 'field_63ce539a8b5b1'),
(9592, 455, 'message_group_1', ''),
(9593, 455, '_message_group_1', 'field_63ce69047b0c9'),
(9594, 455, 'message_group_2', ''),
(9595, 455, '_message_group_2', 'field_63ce6a627b0cd'),
(9596, 455, 'message_group_3', ''),
(9597, 455, '_message_group_3', 'field_63ce6a637b0ce'),
(9598, 455, 'message_group_4', ''),
(9599, 455, '_message_group_4', 'field_63ce6a687b0cf'),
(9600, 455, 'expertise_section_image', ''),
(9601, 455, '_expertise_section_image', 'field_63ce860ce9935'),
(9602, 455, 'banner_image', '403'),
(9603, 455, '_banner_image', 'field_63d527184f31d'),
(9604, 455, 'banner_title', ''),
(9605, 455, '_banner_title', 'field_63d527614f31e'),
(9606, 455, 'template_image_1', '405'),
(9607, 455, '_template_image_1', 'field_63d529664f31f'),
(9608, 455, 'template_image_2', '411'),
(9609, 455, '_template_image_2', 'field_63d529b54f320'),
(9610, 455, 'template_image_3', '413'),
(9611, 455, '_template_image_3', 'field_63d529b94f321'),
(9612, 455, 'template_image_4', '407'),
(9613, 455, '_template_image_4', 'field_63d529bc4f322'),
(9614, 455, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9615, 455, '_instagram_link', 'field_63c92fa403f98'),
(9616, 456, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(9617, 456, '_address', 'field_63c92e1503f94'),
(9618, 456, 'tel_phone_number', '+91 2824 223921'),
(9619, 456, '_tel_phone_number', 'field_63c92e5d03f95'),
(9620, 456, 'mobile_no', '+91 96628 45243'),
(9621, 456, '_mobile_no', 'field_63c92eb703f96'),
(9622, 456, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9623, 456, '_facebook_link', 'field_63c92f8503f97'),
(9624, 456, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9625, 456, '_google_link', 'field_63c92fa403f98'),
(9626, 456, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9627, 456, '_company_description', 'field_63c9309e03f99'),
(9628, 456, 'email', 'info@messagegroup.co.in'),
(9629, 456, '_email', 'field_63c93e1309d31'),
(9630, 456, 'company_profile', ''),
(9631, 456, '_company_profile', 'field_63ce36c7c9a55'),
(9632, 456, 'map_technology', ''),
(9633, 456, '_map_technology', 'field_63ce3756c9a56'),
(9634, 456, 'food_additives', ''),
(9635, 456, '_food_additives', 'field_63ce375ac9a57'),
(9636, 456, 'session_mix', ''),
(9637, 456, '_session_mix', 'field_63ce375dc9a58'),
(9638, 456, 'life_chart_by_map_technology', ''),
(9639, 456, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9640, 456, 'get_started_background', ''),
(9641, 456, '_get_started_background', 'field_63ce497feef6e'),
(9642, 456, 'choose_us_background', ''),
(9643, 456, '_choose_us_background', 'field_63ce539a8b5b1'),
(9644, 456, 'message_group_1', ''),
(9645, 456, '_message_group_1', 'field_63ce69047b0c9'),
(9646, 456, 'message_group_2', ''),
(9647, 456, '_message_group_2', 'field_63ce6a627b0cd'),
(9648, 456, 'message_group_3', ''),
(9649, 456, '_message_group_3', 'field_63ce6a637b0ce'),
(9650, 456, 'message_group_4', ''),
(9651, 456, '_message_group_4', 'field_63ce6a687b0cf'),
(9652, 456, 'expertise_section_image', ''),
(9653, 456, '_expertise_section_image', 'field_63ce860ce9935'),
(9654, 456, 'banner_image', '403'),
(9655, 456, '_banner_image', 'field_63d527184f31d'),
(9656, 456, 'banner_title', ''),
(9657, 456, '_banner_title', 'field_63d527614f31e'),
(9658, 456, 'template_image_1', '405'),
(9659, 456, '_template_image_1', 'field_63d529664f31f'),
(9660, 456, 'template_image_2', '411'),
(9661, 456, '_template_image_2', 'field_63d529b54f320'),
(9662, 456, 'template_image_3', '413'),
(9663, 456, '_template_image_3', 'field_63d529b94f321'),
(9664, 456, 'template_image_4', '407'),
(9665, 456, '_template_image_4', 'field_63d529bc4f322'),
(9666, 456, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9667, 456, '_instagram_link', 'field_63c92fa403f98'),
(9668, 457, 'company_profile', ''),
(9669, 457, '_company_profile', 'field_63ce36c7c9a55'),
(9670, 457, 'map_technology', ''),
(9671, 457, '_map_technology', 'field_63ce3756c9a56'),
(9672, 457, 'food_additives', ''),
(9673, 457, '_food_additives', 'field_63ce375ac9a57'),
(9674, 457, 'session_mix', ''),
(9675, 457, '_session_mix', 'field_63ce375dc9a58'),
(9676, 457, 'life_chart_by_map_technology', ''),
(9677, 457, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9678, 457, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(9679, 457, '_address', 'field_63c92e1503f94'),
(9680, 457, 'tel_phone_number', '+91 2824 223921'),
(9681, 457, '_tel_phone_number', 'field_63c92e5d03f95'),
(9682, 457, 'mobile_no', '+91 96628 45243'),
(9683, 457, '_mobile_no', 'field_63c92eb703f96'),
(9684, 457, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9685, 457, '_facebook_link', 'field_63c92f8503f97'),
(9686, 457, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9687, 457, '_google_link', 'field_63c92fa403f98'),
(9688, 457, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9689, 457, '_company_description', 'field_63c9309e03f99'),
(9690, 457, 'email', 'info@messagegroup.co.in'),
(9691, 457, '_email', 'field_63c93e1309d31'),
(9692, 457, 'banner_image', ''),
(9693, 457, '_banner_image', 'field_63d527184f31d'),
(9694, 457, 'banner_title', ''),
(9695, 457, '_banner_title', 'field_63d527614f31e'),
(9696, 457, 'template_image_1', ''),
(9697, 457, '_template_image_1', 'field_63d529664f31f'),
(9698, 457, 'template_image_2', ''),
(9699, 457, '_template_image_2', 'field_63d529b54f320'),
(9700, 457, 'template_image_3', ''),
(9701, 457, '_template_image_3', 'field_63d529b94f321'),
(9702, 457, 'template_image_4', ''),
(9703, 457, '_template_image_4', 'field_63d529bc4f322'),
(9704, 457, 'get_started_background', ''),
(9705, 457, '_get_started_background', 'field_63ce497feef6e'),
(9706, 457, 'choose_us_background', ''),
(9707, 457, '_choose_us_background', 'field_63ce539a8b5b1'),
(9708, 457, 'message_group_1', ''),
(9709, 457, '_message_group_1', 'field_63ce69047b0c9'),
(9710, 457, 'message_group_2', ''),
(9711, 457, '_message_group_2', 'field_63ce6a627b0cd'),
(9712, 457, 'message_group_3', ''),
(9713, 457, '_message_group_3', 'field_63ce6a637b0ce'),
(9714, 457, 'message_group_4', ''),
(9715, 457, '_message_group_4', 'field_63ce6a687b0cf'),
(9716, 457, 'expertise_section_image', ''),
(9717, 457, '_expertise_section_image', 'field_63ce860ce9935'),
(9718, 457, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9719, 457, '_instagram_link', 'field_63c92fa403f98'),
(9720, 315, 'banner_image', '639'),
(9721, 315, '_banner_image', 'field_63d527184f31d'),
(9722, 315, 'banner_title', ''),
(9723, 315, '_banner_title', 'field_63d527614f31e'),
(9724, 315, 'template_image_1', '541'),
(9725, 315, '_template_image_1', 'field_63d529664f31f'),
(9726, 315, 'template_image_2', ''),
(9727, 315, '_template_image_2', 'field_63d529b54f320'),
(9728, 315, 'template_image_3', ''),
(9729, 315, '_template_image_3', 'field_63d529b94f321'),
(9730, 315, 'template_image_4', ''),
(9731, 315, '_template_image_4', 'field_63d529bc4f322'),
(9732, 315, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9733, 315, '_instagram_link', 'field_63c92fa403f98'),
(9734, 458, 'company_profile', ''),
(9735, 458, '_company_profile', 'field_63ce36c7c9a55'),
(9736, 458, 'map_technology', ''),
(9737, 458, '_map_technology', 'field_63ce3756c9a56'),
(9738, 458, 'food_additives', ''),
(9739, 458, '_food_additives', 'field_63ce375ac9a57'),
(9740, 458, 'session_mix', ''),
(9741, 458, '_session_mix', 'field_63ce375dc9a58'),
(9742, 458, 'life_chart_by_map_technology', ''),
(9743, 458, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9744, 458, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(9745, 458, '_address', 'field_63c92e1503f94'),
(9746, 458, 'tel_phone_number', '+91 2824 223921'),
(9747, 458, '_tel_phone_number', 'field_63c92e5d03f95'),
(9748, 458, 'mobile_no', '+91 96628 45243'),
(9749, 458, '_mobile_no', 'field_63c92eb703f96'),
(9750, 458, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9751, 458, '_facebook_link', 'field_63c92f8503f97'),
(9752, 458, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9753, 458, '_google_link', 'field_63c92fa403f98'),
(9754, 458, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9755, 458, '_company_description', 'field_63c9309e03f99'),
(9756, 458, 'email', 'info@messagegroup.co.in'),
(9757, 458, '_email', 'field_63c93e1309d31'),
(9758, 458, 'get_started_background', ''),
(9759, 458, '_get_started_background', 'field_63ce497feef6e'),
(9760, 458, 'choose_us_background', ''),
(9761, 458, '_choose_us_background', 'field_63ce539a8b5b1'),
(9762, 458, 'message_group_1', ''),
(9763, 458, '_message_group_1', 'field_63ce69047b0c9'),
(9764, 458, 'message_group_2', ''),
(9765, 458, '_message_group_2', 'field_63ce6a627b0cd'),
(9766, 458, 'message_group_3', ''),
(9767, 458, '_message_group_3', 'field_63ce6a637b0ce'),
(9768, 458, 'message_group_4', ''),
(9769, 458, '_message_group_4', 'field_63ce6a687b0cf'),
(9770, 458, 'expertise_section_image', ''),
(9771, 458, '_expertise_section_image', 'field_63ce860ce9935'),
(9772, 458, 'banner_image', ''),
(9773, 458, '_banner_image', 'field_63d527184f31d'),
(9774, 458, 'banner_title', ''),
(9775, 458, '_banner_title', 'field_63d527614f31e'),
(9776, 458, 'template_image_1', ''),
(9777, 458, '_template_image_1', 'field_63d529664f31f'),
(9778, 458, 'template_image_2', ''),
(9779, 458, '_template_image_2', 'field_63d529b54f320'),
(9780, 458, 'template_image_3', ''),
(9781, 458, '_template_image_3', 'field_63d529b94f321'),
(9782, 458, 'template_image_4', ''),
(9783, 458, '_template_image_4', 'field_63d529bc4f322'),
(9784, 458, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9785, 458, '_instagram_link', 'field_63c92fa403f98'),
(9786, 310, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9787, 310, '_instagram_link', 'field_63c92fa403f98'),
(9788, 459, 'company_profile', ''),
(9789, 459, '_company_profile', 'field_63ce36c7c9a55'),
(9790, 459, 'map_technology', ''),
(9791, 459, '_map_technology', 'field_63ce3756c9a56'),
(9792, 459, 'food_additives', ''),
(9793, 459, '_food_additives', 'field_63ce375ac9a57'),
(9794, 459, 'session_mix', ''),
(9795, 459, '_session_mix', 'field_63ce375dc9a58'),
(9796, 459, 'life_chart_by_map_technology', ''),
(9797, 459, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9798, 459, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(9799, 459, '_address', 'field_63c92e1503f94'),
(9800, 459, 'tel_phone_number', '+91 2824 223921'),
(9801, 459, '_tel_phone_number', 'field_63c92e5d03f95'),
(9802, 459, 'mobile_no', '+91 96628 45243'),
(9803, 459, '_mobile_no', 'field_63c92eb703f96'),
(9804, 459, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9805, 459, '_facebook_link', 'field_63c92f8503f97'),
(9806, 459, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9807, 459, '_google_link', 'field_63c92fa403f98'),
(9808, 459, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9809, 459, '_company_description', 'field_63c9309e03f99'),
(9810, 459, 'email', 'info@messagegroup.co.in'),
(9811, 459, '_email', 'field_63c93e1309d31'),
(9812, 459, 'get_started_background', ''),
(9813, 459, '_get_started_background', 'field_63ce497feef6e'),
(9814, 459, 'choose_us_background', ''),
(9815, 459, '_choose_us_background', 'field_63ce539a8b5b1'),
(9816, 459, 'message_group_1', ''),
(9817, 459, '_message_group_1', 'field_63ce69047b0c9'),
(9818, 459, 'message_group_2', ''),
(9819, 459, '_message_group_2', 'field_63ce6a627b0cd'),
(9820, 459, 'message_group_3', ''),
(9821, 459, '_message_group_3', 'field_63ce6a637b0ce'),
(9822, 459, 'message_group_4', ''),
(9823, 459, '_message_group_4', 'field_63ce6a687b0cf'),
(9824, 459, 'expertise_section_image', ''),
(9825, 459, '_expertise_section_image', 'field_63ce860ce9935'),
(9826, 459, 'banner_image', ''),
(9827, 459, '_banner_image', 'field_63d527184f31d'),
(9828, 459, 'banner_title', ''),
(9829, 459, '_banner_title', 'field_63d527614f31e'),
(9830, 459, 'template_image_1', ''),
(9831, 459, '_template_image_1', 'field_63d529664f31f'),
(9832, 459, 'template_image_2', ''),
(9833, 459, '_template_image_2', 'field_63d529b54f320'),
(9834, 459, 'template_image_3', ''),
(9835, 459, '_template_image_3', 'field_63d529b94f321'),
(9836, 459, 'template_image_4', ''),
(9837, 459, '_template_image_4', 'field_63d529bc4f322'),
(9838, 459, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9839, 459, '_instagram_link', 'field_63c92fa403f98'),
(9840, 317, 'banner_image', '629'),
(9841, 317, '_banner_image', 'field_63d527184f31d'),
(9842, 317, 'banner_title', ''),
(9843, 317, '_banner_title', 'field_63d527614f31e'),
(9844, 317, 'template_image_1', ''),
(9845, 317, '_template_image_1', 'field_63d529664f31f'),
(9846, 317, 'template_image_2', ''),
(9847, 317, '_template_image_2', 'field_63d529b54f320'),
(9848, 317, 'template_image_3', ''),
(9849, 317, '_template_image_3', 'field_63d529b94f321'),
(9850, 317, 'template_image_4', ''),
(9851, 317, '_template_image_4', 'field_63d529bc4f322'),
(9852, 317, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9853, 317, '_instagram_link', 'field_63c92fa403f98'),
(9854, 460, 'company_profile', ''),
(9855, 460, '_company_profile', 'field_63ce36c7c9a55'),
(9856, 460, 'map_technology', ''),
(9857, 460, '_map_technology', 'field_63ce3756c9a56'),
(9858, 460, 'food_additives', ''),
(9859, 460, '_food_additives', 'field_63ce375ac9a57'),
(9860, 460, 'session_mix', ''),
(9861, 460, '_session_mix', 'field_63ce375dc9a58'),
(9862, 460, 'life_chart_by_map_technology', ''),
(9863, 460, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9864, 460, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(9865, 460, '_address', 'field_63c92e1503f94'),
(9866, 460, 'tel_phone_number', '+91 2824 223921'),
(9867, 460, '_tel_phone_number', 'field_63c92e5d03f95'),
(9868, 460, 'mobile_no', '+91 96628 45243'),
(9869, 460, '_mobile_no', 'field_63c92eb703f96'),
(9870, 460, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9871, 460, '_facebook_link', 'field_63c92f8503f97'),
(9872, 460, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9873, 460, '_google_link', 'field_63c92fa403f98'),
(9874, 460, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9875, 460, '_company_description', 'field_63c9309e03f99'),
(9876, 460, 'email', 'info@messagegroup.co.in'),
(9877, 460, '_email', 'field_63c93e1309d31'),
(9878, 460, 'get_started_background', ''),
(9879, 460, '_get_started_background', 'field_63ce497feef6e'),
(9880, 460, 'choose_us_background', ''),
(9881, 460, '_choose_us_background', 'field_63ce539a8b5b1'),
(9882, 460, 'message_group_1', ''),
(9883, 460, '_message_group_1', 'field_63ce69047b0c9'),
(9884, 460, 'message_group_2', ''),
(9885, 460, '_message_group_2', 'field_63ce6a627b0cd'),
(9886, 460, 'message_group_3', ''),
(9887, 460, '_message_group_3', 'field_63ce6a637b0ce'),
(9888, 460, 'message_group_4', ''),
(9889, 460, '_message_group_4', 'field_63ce6a687b0cf'),
(9890, 460, 'expertise_section_image', ''),
(9891, 460, '_expertise_section_image', 'field_63ce860ce9935'),
(9892, 460, 'banner_image', ''),
(9893, 460, '_banner_image', 'field_63d527184f31d'),
(9894, 460, 'banner_title', ''),
(9895, 460, '_banner_title', 'field_63d527614f31e'),
(9896, 460, 'template_image_1', ''),
(9897, 460, '_template_image_1', 'field_63d529664f31f'),
(9898, 460, 'template_image_2', ''),
(9899, 460, '_template_image_2', 'field_63d529b54f320'),
(9900, 460, 'template_image_3', ''),
(9901, 460, '_template_image_3', 'field_63d529b94f321'),
(9902, 460, 'template_image_4', ''),
(9903, 460, '_template_image_4', 'field_63d529bc4f322'),
(9904, 460, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9905, 460, '_instagram_link', 'field_63c92fa403f98'),
(9906, 461, 'company_profile', ''),
(9907, 461, '_company_profile', 'field_63ce36c7c9a55'),
(9908, 461, 'map_technology', ''),
(9909, 461, '_map_technology', 'field_63ce3756c9a56'),
(9910, 461, 'food_additives', ''),
(9911, 461, '_food_additives', 'field_63ce375ac9a57'),
(9912, 461, 'session_mix', ''),
(9913, 461, '_session_mix', 'field_63ce375dc9a58'),
(9914, 461, 'life_chart_by_map_technology', ''),
(9915, 461, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9916, 461, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(9917, 461, '_address', 'field_63c92e1503f94'),
(9918, 461, 'tel_phone_number', '+91 2824 223921'),
(9919, 461, '_tel_phone_number', 'field_63c92e5d03f95'),
(9920, 461, 'mobile_no', '+91 96628 45243'),
(9921, 461, '_mobile_no', 'field_63c92eb703f96'),
(9922, 461, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9923, 461, '_facebook_link', 'field_63c92f8503f97'),
(9924, 461, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9925, 461, '_google_link', 'field_63c92fa403f98'),
(9926, 461, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9927, 461, '_company_description', 'field_63c9309e03f99'),
(9928, 461, 'email', 'info@messagegroup.co.in'),
(9929, 461, '_email', 'field_63c93e1309d31'),
(9930, 461, 'get_started_background', ''),
(9931, 461, '_get_started_background', 'field_63ce497feef6e'),
(9932, 461, 'choose_us_background', ''),
(9933, 461, '_choose_us_background', 'field_63ce539a8b5b1'),
(9934, 461, 'message_group_1', ''),
(9935, 461, '_message_group_1', 'field_63ce69047b0c9'),
(9936, 461, 'message_group_2', ''),
(9937, 461, '_message_group_2', 'field_63ce6a627b0cd'),
(9938, 461, 'message_group_3', ''),
(9939, 461, '_message_group_3', 'field_63ce6a637b0ce'),
(9940, 461, 'message_group_4', ''),
(9941, 461, '_message_group_4', 'field_63ce6a687b0cf'),
(9942, 461, 'expertise_section_image', ''),
(9943, 461, '_expertise_section_image', 'field_63ce860ce9935'),
(9944, 461, 'banner_image', ''),
(9945, 461, '_banner_image', 'field_63d527184f31d'),
(9946, 461, 'banner_title', ''),
(9947, 461, '_banner_title', 'field_63d527614f31e'),
(9948, 461, 'template_image_1', ''),
(9949, 461, '_template_image_1', 'field_63d529664f31f'),
(9950, 461, 'template_image_2', ''),
(9951, 461, '_template_image_2', 'field_63d529b54f320'),
(9952, 461, 'template_image_3', ''),
(9953, 461, '_template_image_3', 'field_63d529b94f321'),
(9954, 461, 'template_image_4', ''),
(9955, 461, '_template_image_4', 'field_63d529bc4f322'),
(9956, 461, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9957, 461, '_instagram_link', 'field_63c92fa403f98'),
(9960, 244, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9961, 244, '_instagram_link', 'field_63c92fa403f98'),
(9962, 469, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(9963, 469, '_address', 'field_63c92e1503f94'),
(9964, 469, 'tel_phone_number', '+91 2824 223921'),
(9965, 469, '_tel_phone_number', 'field_63c92e5d03f95'),
(9966, 469, 'mobile_no', '+91 96628 45243'),
(9967, 469, '_mobile_no', 'field_63c92eb703f96'),
(9968, 469, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(9969, 469, '_facebook_link', 'field_63c92f8503f97'),
(9970, 469, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(9971, 469, '_google_link', 'field_63c92fa403f98'),
(9972, 469, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(9973, 469, '_company_description', 'field_63c9309e03f99'),
(9974, 469, 'email', 'info@messagegroup.co.in'),
(9975, 469, '_email', 'field_63c93e1309d31'),
(9976, 469, 'company_profile', ''),
(9977, 469, '_company_profile', 'field_63ce36c7c9a55'),
(9978, 469, 'map_technology', ''),
(9979, 469, '_map_technology', 'field_63ce3756c9a56'),
(9980, 469, 'food_additives', ''),
(9981, 469, '_food_additives', 'field_63ce375ac9a57'),
(9982, 469, 'session_mix', ''),
(9983, 469, '_session_mix', 'field_63ce375dc9a58'),
(9984, 469, 'life_chart_by_map_technology', ''),
(9985, 469, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(9986, 469, 'get_started_background', ''),
(9987, 469, '_get_started_background', 'field_63ce497feef6e'),
(9988, 469, 'choose_us_background', ''),
(9989, 469, '_choose_us_background', 'field_63ce539a8b5b1'),
(9990, 469, 'message_group_1', ''),
(9991, 469, '_message_group_1', 'field_63ce69047b0c9'),
(9992, 469, 'message_group_2', ''),
(9993, 469, '_message_group_2', 'field_63ce6a627b0cd'),
(9994, 469, 'message_group_3', ''),
(9995, 469, '_message_group_3', 'field_63ce6a637b0ce'),
(9996, 469, 'message_group_4', ''),
(9997, 469, '_message_group_4', 'field_63ce6a687b0cf'),
(9998, 469, 'expertise_section_image', ''),
(9999, 469, '_expertise_section_image', 'field_63ce860ce9935'),
(10000, 469, 'banner_image', '442'),
(10001, 469, '_banner_image', 'field_63d527184f31d'),
(10002, 469, 'banner_title', ''),
(10003, 469, '_banner_title', 'field_63d527614f31e'),
(10004, 469, 'template_image_1', '422'),
(10005, 469, '_template_image_1', 'field_63d529664f31f'),
(10006, 469, 'template_image_2', '468'),
(10007, 469, '_template_image_2', 'field_63d529b54f320'),
(10008, 469, 'template_image_3', '418'),
(10009, 469, '_template_image_3', 'field_63d529b94f321'),
(10010, 469, 'template_image_4', '420'),
(10011, 469, '_template_image_4', 'field_63d529bc4f322'),
(10012, 469, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10013, 469, '_instagram_link', 'field_63c92fa403f98'),
(10016, 471, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(10017, 471, '_address', 'field_63c92e1503f94'),
(10018, 471, 'tel_phone_number', '+91 2824 223921'),
(10019, 471, '_tel_phone_number', 'field_63c92e5d03f95'),
(10020, 471, 'mobile_no', '+91 96628 45243'),
(10021, 471, '_mobile_no', 'field_63c92eb703f96'),
(10022, 471, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10023, 471, '_facebook_link', 'field_63c92f8503f97');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10024, 471, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10025, 471, '_google_link', 'field_63c92fa403f98'),
(10026, 471, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10027, 471, '_company_description', 'field_63c9309e03f99'),
(10028, 471, 'email', 'info@messagegroup.co.in'),
(10029, 471, '_email', 'field_63c93e1309d31'),
(10030, 471, 'company_profile', ''),
(10031, 471, '_company_profile', 'field_63ce36c7c9a55'),
(10032, 471, 'map_technology', ''),
(10033, 471, '_map_technology', 'field_63ce3756c9a56'),
(10034, 471, 'food_additives', ''),
(10035, 471, '_food_additives', 'field_63ce375ac9a57'),
(10036, 471, 'session_mix', ''),
(10037, 471, '_session_mix', 'field_63ce375dc9a58'),
(10038, 471, 'life_chart_by_map_technology', ''),
(10039, 471, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10040, 471, 'get_started_background', ''),
(10041, 471, '_get_started_background', 'field_63ce497feef6e'),
(10042, 471, 'choose_us_background', ''),
(10043, 471, '_choose_us_background', 'field_63ce539a8b5b1'),
(10044, 471, 'message_group_1', ''),
(10045, 471, '_message_group_1', 'field_63ce69047b0c9'),
(10046, 471, 'message_group_2', ''),
(10047, 471, '_message_group_2', 'field_63ce6a627b0cd'),
(10048, 471, 'message_group_3', ''),
(10049, 471, '_message_group_3', 'field_63ce6a637b0ce'),
(10050, 471, 'message_group_4', ''),
(10051, 471, '_message_group_4', 'field_63ce6a687b0cf'),
(10052, 471, 'expertise_section_image', ''),
(10053, 471, '_expertise_section_image', 'field_63ce860ce9935'),
(10054, 471, 'banner_image', '442'),
(10055, 471, '_banner_image', 'field_63d527184f31d'),
(10056, 471, 'banner_title', ''),
(10057, 471, '_banner_title', 'field_63d527614f31e'),
(10058, 471, 'template_image_1', '470'),
(10059, 471, '_template_image_1', 'field_63d529664f31f'),
(10060, 471, 'template_image_2', '468'),
(10061, 471, '_template_image_2', 'field_63d529b54f320'),
(10062, 471, 'template_image_3', '418'),
(10063, 471, '_template_image_3', 'field_63d529b94f321'),
(10064, 471, 'template_image_4', '420'),
(10065, 471, '_template_image_4', 'field_63d529bc4f322'),
(10066, 471, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10067, 471, '_instagram_link', 'field_63c92fa403f98'),
(10068, 18, '_wp_old_date', '2023-01-30'),
(10069, 47, '_wp_old_date', '2023-01-30'),
(10070, 349, '_wp_old_date', '2023-01-30'),
(10071, 250, '_wp_old_date', '2023-01-30'),
(10072, 312, '_wp_old_date', '2023-01-30'),
(10073, 252, '_wp_old_date', '2023-01-30'),
(10074, 251, '_wp_old_date', '2023-01-30'),
(10075, 350, '_wp_old_date', '2023-01-30'),
(10076, 325, '_wp_old_date', '2023-01-30'),
(10077, 324, '_wp_old_date', '2023-01-30'),
(10078, 323, '_wp_old_date', '2023-01-30'),
(10079, 41, '_wp_old_date', '2023-01-30'),
(10082, 11, 'about_us_page_image_1', ''),
(10083, 11, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10084, 473, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(10085, 473, '_address', 'field_63c92e1503f94'),
(10086, 473, 'tel_phone_number', '+91 96628 45243'),
(10087, 473, '_tel_phone_number', 'field_63c92e5d03f95'),
(10088, 473, 'mobile_no', '+91 96628 45243'),
(10089, 473, '_mobile_no', 'field_63c92eb703f96'),
(10090, 473, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10091, 473, '_facebook_link', 'field_63c92f8503f97'),
(10092, 473, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10093, 473, '_google_link', 'field_63c92fa403f98'),
(10094, 473, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10095, 473, '_company_description', 'field_63c9309e03f99'),
(10096, 473, 'slider_image1', '376'),
(10097, 473, '_slider_image1', 'field_63c8c6482244c'),
(10098, 473, 'slider_image2', '353'),
(10099, 473, '_slider_image2', 'field_63c8c68f2244d'),
(10100, 473, 'slider_image3', '235'),
(10101, 473, '_slider_image3', 'field_63c8d1b9959fa'),
(10102, 473, 'slider_title1', 'Seasoning Mix '),
(10103, 473, '_slider_title1', 'field_63c8d1ef959fb'),
(10104, 473, 'slider_title2', 'By Message'),
(10105, 473, '_slider_title2', 'field_63c8d20a959fc'),
(10106, 473, 'slider_title3', 'The miracle of research'),
(10107, 473, '_slider_title3', 'field_63c8d218959fd'),
(10108, 473, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(10109, 473, '_slider_description1', 'field_63c8d237959fe'),
(10110, 473, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(10111, 473, '_slider_description2', 'field_63c8d274959ff'),
(10112, 473, 'slider_description3', 'Food additives and much more...'),
(10113, 473, '_slider_description3', 'field_63c8d28f95a00'),
(10114, 473, 'about_us_title', 'Leading Food Consulting Company'),
(10115, 473, '_about_us_title', 'field_63cbbac505df9'),
(10116, 473, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(10117, 473, '_short_description', 'field_63cbbbe305dfa'),
(10118, 473, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(10119, 473, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(10120, 473, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(10121, 473, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10122, 473, 'video_background', '242'),
(10123, 473, '_video_background', 'field_63cbc2880b5de'),
(10124, 473, 'client_image_1', '211'),
(10125, 473, '_client_image_1', 'field_63cbcb8e5afcb'),
(10126, 473, 'client_image_2', '210'),
(10127, 473, '_client_image_2', 'field_63cbcbd95afcc'),
(10128, 473, 'client_image_3', '209'),
(10129, 473, '_client_image_3', 'field_63cbcbe55afcd'),
(10130, 473, 'client_image_4', '208'),
(10131, 473, '_client_image_4', 'field_63cbcbe75afce'),
(10132, 473, 'client_image_5', '207'),
(10133, 473, '_client_image_5', 'field_63cbcbeb5afcf'),
(10134, 473, 'client_image_6', '206'),
(10135, 473, '_client_image_6', 'field_63cbcbef5afd0'),
(10136, 473, 'email', 'khyati@messagegroup.co.in'),
(10137, 473, '_email', 'field_63c93e1309d31'),
(10138, 473, 'tag_line1', 'Innovative Food Packaging Machinery'),
(10139, 473, '_tag_line1', 'field_63cbb9903babf'),
(10140, 473, 'tag_line2', 'Food Additives & Seasoning Mix'),
(10141, 473, '_tag_line2', 'field_63cbba1a3bac0'),
(10142, 473, 'tag_line3', 'Rapid Response & Satisfaction'),
(10143, 473, '_tag_line3', 'field_63cbba503bac1'),
(10144, 473, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(10145, 473, '_long_description_about_us_2', 'field_63cdfd562520a'),
(10146, 473, 'industry_we_serve_image_1', '439'),
(10147, 473, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(10148, 473, 'industry_we_serve_image_2', '440'),
(10149, 473, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(10150, 473, 'industry_we_serve_image_3', '435'),
(10151, 473, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(10152, 473, 'industry_we_serve_image_4', '437'),
(10153, 473, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(10154, 473, 'industry_we_serve_image_5', '433'),
(10155, 473, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(10156, 473, 'industry_we_serve_short_description', ''),
(10157, 473, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(10158, 473, 'company_profile', '261'),
(10159, 473, '_company_profile', 'field_63ce36c7c9a55'),
(10160, 473, 'map_technology', '379'),
(10161, 473, '_map_technology', 'field_63ce3756c9a56'),
(10162, 473, 'food_addsive', '262'),
(10163, 473, '_food_addsive', 'field_63ce375ac9a57'),
(10164, 473, 'session_mix', '263'),
(10165, 473, '_session_mix', 'field_63ce375dc9a58'),
(10166, 473, 'life_chart_by_map_technology', '264'),
(10167, 473, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10168, 473, 'food_additives', '262'),
(10169, 473, '_food_additives', 'field_63ce375ac9a57'),
(10170, 473, 'get_started_background', '272'),
(10171, 473, '_get_started_background', 'field_63ce497feef6e'),
(10172, 473, 'choose_us_background', '393'),
(10173, 473, '_choose_us_background', 'field_63ce539a8b5b1'),
(10174, 473, 'message_group_1', '283'),
(10175, 473, '_message_group_1', 'field_63ce69047b0c9'),
(10176, 473, 'message_group_2', '284'),
(10177, 473, '_message_group_2', 'field_63ce6a627b0cd'),
(10178, 473, 'message_group_3', '285'),
(10179, 473, '_message_group_3', 'field_63ce6a637b0ce'),
(10180, 473, 'message_group_4', '286'),
(10181, 473, '_message_group_4', 'field_63ce6a687b0cf'),
(10182, 473, 'expertise_section_image', '359'),
(10183, 473, '_expertise_section_image', 'field_63ce860ce9935'),
(10184, 473, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(10185, 473, '_array_of_feature_section', 'field_63ce89ca26c57'),
(10186, 473, '1st_title__of_slider_1', 'Miss Me'),
(10187, 473, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(10188, 473, '1st_title__of_slider_2', 'AutoMAP'),
(10189, 473, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(10190, 473, '1st_title__of_slider_3', 'Message'),
(10191, 473, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(10192, 473, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10193, 473, '_instagram_link', 'field_63c92fa403f98'),
(10194, 473, 'about_us_page_image_1', ''),
(10195, 473, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10198, 475, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(10199, 475, '_address', 'field_63c92e1503f94'),
(10200, 475, 'tel_phone_number', '+91 96628 45243'),
(10201, 475, '_tel_phone_number', 'field_63c92e5d03f95'),
(10202, 475, 'mobile_no', '+91 96628 45243'),
(10203, 475, '_mobile_no', 'field_63c92eb703f96'),
(10204, 475, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10205, 475, '_facebook_link', 'field_63c92f8503f97'),
(10206, 475, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10207, 475, '_google_link', 'field_63c92fa403f98'),
(10208, 475, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10209, 475, '_company_description', 'field_63c9309e03f99'),
(10210, 475, 'slider_image1', '376'),
(10211, 475, '_slider_image1', 'field_63c8c6482244c'),
(10212, 475, 'slider_image2', '353'),
(10213, 475, '_slider_image2', 'field_63c8c68f2244d'),
(10214, 475, 'slider_image3', '235'),
(10215, 475, '_slider_image3', 'field_63c8d1b9959fa'),
(10216, 475, 'slider_title1', 'Seasoning Mix '),
(10217, 475, '_slider_title1', 'field_63c8d1ef959fb'),
(10218, 475, 'slider_title2', 'By Message'),
(10219, 475, '_slider_title2', 'field_63c8d20a959fc'),
(10220, 475, 'slider_title3', 'The miracle of research'),
(10221, 475, '_slider_title3', 'field_63c8d218959fd'),
(10222, 475, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(10223, 475, '_slider_description1', 'field_63c8d237959fe'),
(10224, 475, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(10225, 475, '_slider_description2', 'field_63c8d274959ff'),
(10226, 475, 'slider_description3', 'Food additives and much more...'),
(10227, 475, '_slider_description3', 'field_63c8d28f95a00'),
(10228, 475, 'about_us_title', 'Leading Food Consulting Company'),
(10229, 475, '_about_us_title', 'field_63cbbac505df9'),
(10230, 475, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(10231, 475, '_short_description', 'field_63cbbbe305dfa'),
(10232, 475, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(10233, 475, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(10234, 475, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(10235, 475, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10236, 475, 'video_background', '242'),
(10237, 475, '_video_background', 'field_63cbc2880b5de'),
(10238, 475, 'client_image_1', '211'),
(10239, 475, '_client_image_1', 'field_63cbcb8e5afcb'),
(10240, 475, 'client_image_2', '210'),
(10241, 475, '_client_image_2', 'field_63cbcbd95afcc'),
(10242, 475, 'client_image_3', '209'),
(10243, 475, '_client_image_3', 'field_63cbcbe55afcd'),
(10244, 475, 'client_image_4', '208'),
(10245, 475, '_client_image_4', 'field_63cbcbe75afce'),
(10246, 475, 'client_image_5', '207'),
(10247, 475, '_client_image_5', 'field_63cbcbeb5afcf'),
(10248, 475, 'client_image_6', '206'),
(10249, 475, '_client_image_6', 'field_63cbcbef5afd0'),
(10250, 475, 'email', 'khyati@messagegroup.co.in'),
(10251, 475, '_email', 'field_63c93e1309d31'),
(10252, 475, 'tag_line1', 'Innovative Food Packaging Machinery'),
(10253, 475, '_tag_line1', 'field_63cbb9903babf'),
(10254, 475, 'tag_line2', 'Food Additives & Seasoning Mix'),
(10255, 475, '_tag_line2', 'field_63cbba1a3bac0'),
(10256, 475, 'tag_line3', 'Rapid Response & Satisfaction'),
(10257, 475, '_tag_line3', 'field_63cbba503bac1'),
(10258, 475, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(10259, 475, '_long_description_about_us_2', 'field_63cdfd562520a'),
(10260, 475, 'industry_we_serve_image_1', '439'),
(10261, 475, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(10262, 475, 'industry_we_serve_image_2', '440'),
(10263, 475, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(10264, 475, 'industry_we_serve_image_3', '435'),
(10265, 475, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(10266, 475, 'industry_we_serve_image_4', '437'),
(10267, 475, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(10268, 475, 'industry_we_serve_image_5', '433'),
(10269, 475, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(10270, 475, 'industry_we_serve_short_description', ''),
(10271, 475, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(10272, 475, 'company_profile', '261'),
(10273, 475, '_company_profile', 'field_63ce36c7c9a55'),
(10274, 475, 'map_technology', '379'),
(10275, 475, '_map_technology', 'field_63ce3756c9a56'),
(10276, 475, 'food_addsive', '262'),
(10277, 475, '_food_addsive', 'field_63ce375ac9a57'),
(10278, 475, 'session_mix', '263'),
(10279, 475, '_session_mix', 'field_63ce375dc9a58'),
(10280, 475, 'life_chart_by_map_technology', '264'),
(10281, 475, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10282, 475, 'food_additives', '262'),
(10283, 475, '_food_additives', 'field_63ce375ac9a57'),
(10284, 475, 'get_started_background', '272'),
(10285, 475, '_get_started_background', 'field_63ce497feef6e'),
(10286, 475, 'choose_us_background', '393'),
(10287, 475, '_choose_us_background', 'field_63ce539a8b5b1'),
(10288, 475, 'message_group_1', '283'),
(10289, 475, '_message_group_1', 'field_63ce69047b0c9'),
(10290, 475, 'message_group_2', '284'),
(10291, 475, '_message_group_2', 'field_63ce6a627b0cd'),
(10292, 475, 'message_group_3', '285'),
(10293, 475, '_message_group_3', 'field_63ce6a637b0ce'),
(10294, 475, 'message_group_4', '286'),
(10295, 475, '_message_group_4', 'field_63ce6a687b0cf'),
(10296, 475, 'expertise_section_image', '359'),
(10297, 475, '_expertise_section_image', 'field_63ce860ce9935'),
(10298, 475, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(10299, 475, '_array_of_feature_section', 'field_63ce89ca26c57'),
(10300, 475, '1st_title__of_slider_1', 'Miss Me'),
(10301, 475, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(10302, 475, '1st_title__of_slider_2', 'AutoMAP'),
(10303, 475, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(10304, 475, '1st_title__of_slider_3', 'Message'),
(10305, 475, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(10306, 475, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10307, 475, '_instagram_link', 'field_63c92fa403f98'),
(10308, 475, 'about_us_page_image_1', ''),
(10309, 475, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10310, 476, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(10311, 476, '_address', 'field_63c92e1503f94'),
(10312, 476, 'tel_phone_number', '+91 96628 45243'),
(10313, 476, '_tel_phone_number', 'field_63c92e5d03f95'),
(10314, 476, 'mobile_no', '+91 96628 45243'),
(10315, 476, '_mobile_no', 'field_63c92eb703f96'),
(10316, 476, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10317, 476, '_facebook_link', 'field_63c92f8503f97'),
(10318, 476, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10319, 476, '_google_link', 'field_63c92fa403f98'),
(10320, 476, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10321, 476, '_company_description', 'field_63c9309e03f99'),
(10322, 476, 'slider_image1', '376'),
(10323, 476, '_slider_image1', 'field_63c8c6482244c'),
(10324, 476, 'slider_image2', '353'),
(10325, 476, '_slider_image2', 'field_63c8c68f2244d'),
(10326, 476, 'slider_image3', '235'),
(10327, 476, '_slider_image3', 'field_63c8d1b9959fa'),
(10328, 476, 'slider_title1', 'Seasoning Mix '),
(10329, 476, '_slider_title1', 'field_63c8d1ef959fb'),
(10330, 476, 'slider_title2', 'By Message'),
(10331, 476, '_slider_title2', 'field_63c8d20a959fc'),
(10332, 476, 'slider_title3', 'The miracle of research'),
(10333, 476, '_slider_title3', 'field_63c8d218959fd'),
(10334, 476, 'slider_description1', 'Customise Seasoning As Per Your Taste'),
(10335, 476, '_slider_description1', 'field_63c8d237959fe'),
(10336, 476, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(10337, 476, '_slider_description2', 'field_63c8d274959ff'),
(10338, 476, 'slider_description3', 'Food additives and much more...'),
(10339, 476, '_slider_description3', 'field_63c8d28f95a00'),
(10340, 476, 'about_us_title', 'Leading Food Consulting Company'),
(10341, 476, '_about_us_title', 'field_63cbbac505df9'),
(10342, 476, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(10343, 476, '_short_description', 'field_63cbbbe305dfa'),
(10344, 476, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(10345, 476, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(10346, 476, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(10347, 476, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10348, 476, 'video_background', '242'),
(10349, 476, '_video_background', 'field_63cbc2880b5de'),
(10350, 476, 'client_image_1', '211'),
(10351, 476, '_client_image_1', 'field_63cbcb8e5afcb'),
(10352, 476, 'client_image_2', '210'),
(10353, 476, '_client_image_2', 'field_63cbcbd95afcc'),
(10354, 476, 'client_image_3', '209'),
(10355, 476, '_client_image_3', 'field_63cbcbe55afcd'),
(10356, 476, 'client_image_4', '208'),
(10357, 476, '_client_image_4', 'field_63cbcbe75afce'),
(10358, 476, 'client_image_5', '207'),
(10359, 476, '_client_image_5', 'field_63cbcbeb5afcf'),
(10360, 476, 'client_image_6', '206'),
(10361, 476, '_client_image_6', 'field_63cbcbef5afd0'),
(10362, 476, 'email', 'khyati@messagegroup.co.in'),
(10363, 476, '_email', 'field_63c93e1309d31'),
(10364, 476, 'tag_line1', 'Innovative Food Packaging Machinery'),
(10365, 476, '_tag_line1', 'field_63cbb9903babf'),
(10366, 476, 'tag_line2', 'Food Additives & Seasoning Mix'),
(10367, 476, '_tag_line2', 'field_63cbba1a3bac0'),
(10368, 476, 'tag_line3', 'Rapid Response & Satisfaction'),
(10369, 476, '_tag_line3', 'field_63cbba503bac1'),
(10370, 476, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(10371, 476, '_long_description_about_us_2', 'field_63cdfd562520a'),
(10372, 476, 'industry_we_serve_image_1', '439'),
(10373, 476, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(10374, 476, 'industry_we_serve_image_2', '440'),
(10375, 476, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(10376, 476, 'industry_we_serve_image_3', '435'),
(10377, 476, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(10378, 476, 'industry_we_serve_image_4', '437'),
(10379, 476, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(10380, 476, 'industry_we_serve_image_5', '433'),
(10381, 476, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(10382, 476, 'industry_we_serve_short_description', ''),
(10383, 476, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(10384, 476, 'company_profile', '261'),
(10385, 476, '_company_profile', 'field_63ce36c7c9a55'),
(10386, 476, 'map_technology', '379'),
(10387, 476, '_map_technology', 'field_63ce3756c9a56'),
(10388, 476, 'food_addsive', '262'),
(10389, 476, '_food_addsive', 'field_63ce375ac9a57'),
(10390, 476, 'session_mix', '263'),
(10391, 476, '_session_mix', 'field_63ce375dc9a58'),
(10392, 476, 'life_chart_by_map_technology', '264'),
(10393, 476, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10394, 476, 'food_additives', '262'),
(10395, 476, '_food_additives', 'field_63ce375ac9a57'),
(10396, 476, 'get_started_background', '272'),
(10397, 476, '_get_started_background', 'field_63ce497feef6e'),
(10398, 476, 'choose_us_background', '393'),
(10399, 476, '_choose_us_background', 'field_63ce539a8b5b1'),
(10400, 476, 'message_group_1', '283'),
(10401, 476, '_message_group_1', 'field_63ce69047b0c9'),
(10402, 476, 'message_group_2', '284'),
(10403, 476, '_message_group_2', 'field_63ce6a627b0cd'),
(10404, 476, 'message_group_3', '285'),
(10405, 476, '_message_group_3', 'field_63ce6a637b0ce'),
(10406, 476, 'message_group_4', '286'),
(10407, 476, '_message_group_4', 'field_63ce6a687b0cf'),
(10408, 476, 'expertise_section_image', '359'),
(10409, 476, '_expertise_section_image', 'field_63ce860ce9935'),
(10410, 476, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(10411, 476, '_array_of_feature_section', 'field_63ce89ca26c57'),
(10412, 476, '1st_title__of_slider_1', 'Miss Me'),
(10413, 476, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(10414, 476, '1st_title__of_slider_2', 'AutoMAP'),
(10415, 476, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(10416, 476, '1st_title__of_slider_3', 'Message'),
(10417, 476, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(10418, 476, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10419, 476, '_instagram_link', 'field_63c92fa403f98'),
(10420, 476, 'about_us_page_image_1', ''),
(10421, 476, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10424, 479, '_edit_lock', '1675832706:1'),
(10479, 11, '1st_title_of_slider_1', 'AutoMAP'),
(10480, 11, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(10481, 11, '2nd_title_of_slider_1', 'By Message'),
(10482, 11, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(10483, 11, '1st_title_of_slider_2', 'Packaging Solution'),
(10484, 11, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(10485, 11, '2nd_title_of_slider_2', 'By Message'),
(10486, 11, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(10487, 11, '1st_title_of_slider_3', 'Food Additives'),
(10488, 11, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(10489, 11, '2nd_title_of_slider_3', 'By message'),
(10490, 11, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(10491, 11, 'slider_image4', '664'),
(10492, 11, '_slider_image4', 'field_63e336890d0b2'),
(10493, 11, '1st_title_of_slider_4', 'Miss Me'),
(10494, 11, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(10495, 11, '2nd_title_of_slider_4', 'Seasoning Mix'),
(10496, 11, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(10497, 11, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(10498, 11, '_slider_description4', 'field_63e336c2b48bd'),
(10499, 491, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(10500, 491, '_address', 'field_63c92e1503f94'),
(10501, 491, 'tel_phone_number', '+91 96628 45243'),
(10502, 491, '_tel_phone_number', 'field_63c92e5d03f95'),
(10503, 491, 'mobile_no', '+91 96628 45243'),
(10504, 491, '_mobile_no', 'field_63c92eb703f96'),
(10505, 491, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10506, 491, '_facebook_link', 'field_63c92f8503f97'),
(10507, 491, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10508, 491, '_google_link', 'field_63c92fa403f98'),
(10509, 491, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10510, 491, '_company_description', 'field_63c9309e03f99'),
(10511, 491, 'slider_image1', '353'),
(10512, 491, '_slider_image1', 'field_63c8c6482244c'),
(10513, 491, 'slider_image2', '235'),
(10514, 491, '_slider_image2', 'field_63c8c68f2244d'),
(10515, 491, 'slider_image3', '490'),
(10516, 491, '_slider_image3', 'field_63c8d1b9959fa'),
(10517, 491, 'slider_title1', 'Seasoning Mix '),
(10518, 491, '_slider_title1', 'field_63c8d1ef959fb'),
(10519, 491, 'slider_title2', 'By Message'),
(10520, 491, '_slider_title2', 'field_63c8d20a959fc'),
(10521, 491, 'slider_title3', 'The miracle of research'),
(10522, 491, '_slider_title3', 'field_63c8d218959fd'),
(10523, 491, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(10524, 491, '_slider_description1', 'field_63c8d237959fe'),
(10525, 491, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(10526, 491, '_slider_description2', 'field_63c8d274959ff'),
(10527, 491, 'slider_description3', 'Food additives and much more...'),
(10528, 491, '_slider_description3', 'field_63c8d28f95a00'),
(10529, 491, 'about_us_title', 'Leading Food Consulting Company'),
(10530, 491, '_about_us_title', 'field_63cbbac505df9'),
(10531, 491, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(10532, 491, '_short_description', 'field_63cbbbe305dfa'),
(10533, 491, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(10534, 491, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(10535, 491, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(10536, 491, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10537, 491, 'video_background', '242'),
(10538, 491, '_video_background', 'field_63cbc2880b5de'),
(10539, 491, 'client_image_1', '211'),
(10540, 491, '_client_image_1', 'field_63cbcb8e5afcb'),
(10541, 491, 'client_image_2', '210'),
(10542, 491, '_client_image_2', 'field_63cbcbd95afcc'),
(10543, 491, 'client_image_3', '209'),
(10544, 491, '_client_image_3', 'field_63cbcbe55afcd'),
(10545, 491, 'client_image_4', '208'),
(10546, 491, '_client_image_4', 'field_63cbcbe75afce'),
(10547, 491, 'client_image_5', '207'),
(10548, 491, '_client_image_5', 'field_63cbcbeb5afcf'),
(10549, 491, 'client_image_6', '206'),
(10550, 491, '_client_image_6', 'field_63cbcbef5afd0'),
(10551, 491, 'email', 'khyati@messagegroup.co.in'),
(10552, 491, '_email', 'field_63c93e1309d31'),
(10553, 491, 'tag_line1', 'Innovative Food Packaging Machinery'),
(10554, 491, '_tag_line1', 'field_63cbb9903babf'),
(10555, 491, 'tag_line2', 'Food Additives & Seasoning Mix'),
(10556, 491, '_tag_line2', 'field_63cbba1a3bac0'),
(10557, 491, 'tag_line3', 'Rapid Response & Satisfaction'),
(10558, 491, '_tag_line3', 'field_63cbba503bac1'),
(10559, 491, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(10560, 491, '_long_description_about_us_2', 'field_63cdfd562520a'),
(10561, 491, 'industry_we_serve_image_1', '439'),
(10562, 491, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(10563, 491, 'industry_we_serve_image_2', '440'),
(10564, 491, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(10565, 491, 'industry_we_serve_image_3', '435'),
(10566, 491, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(10567, 491, 'industry_we_serve_image_4', '437'),
(10568, 491, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(10569, 491, 'industry_we_serve_image_5', '433'),
(10570, 491, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(10571, 491, 'industry_we_serve_short_description', ''),
(10572, 491, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(10573, 491, 'company_profile', '261'),
(10574, 491, '_company_profile', 'field_63ce36c7c9a55'),
(10575, 491, 'map_technology', '379'),
(10576, 491, '_map_technology', 'field_63ce3756c9a56'),
(10577, 491, 'food_addsive', '262'),
(10578, 491, '_food_addsive', 'field_63ce375ac9a57'),
(10579, 491, 'session_mix', '263'),
(10580, 491, '_session_mix', 'field_63ce375dc9a58'),
(10581, 491, 'life_chart_by_map_technology', '264'),
(10582, 491, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10583, 491, 'food_additives', '262'),
(10584, 491, '_food_additives', 'field_63ce375ac9a57'),
(10585, 491, 'get_started_background', '272'),
(10586, 491, '_get_started_background', 'field_63ce497feef6e'),
(10587, 491, 'choose_us_background', '393'),
(10588, 491, '_choose_us_background', 'field_63ce539a8b5b1'),
(10589, 491, 'message_group_1', '283'),
(10590, 491, '_message_group_1', 'field_63ce69047b0c9'),
(10591, 491, 'message_group_2', '284'),
(10592, 491, '_message_group_2', 'field_63ce6a627b0cd'),
(10593, 491, 'message_group_3', '285'),
(10594, 491, '_message_group_3', 'field_63ce6a637b0ce'),
(10595, 491, 'message_group_4', '286'),
(10596, 491, '_message_group_4', 'field_63ce6a687b0cf'),
(10597, 491, 'expertise_section_image', '359'),
(10598, 491, '_expertise_section_image', 'field_63ce860ce9935'),
(10599, 491, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(10600, 491, '_array_of_feature_section', 'field_63ce89ca26c57'),
(10601, 491, '1st_title__of_slider_1', 'Miss Me'),
(10602, 491, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(10603, 491, '1st_title__of_slider_2', 'AutoMAP'),
(10604, 491, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(10605, 491, '1st_title__of_slider_3', 'Message'),
(10606, 491, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(10607, 491, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10608, 491, '_instagram_link', 'field_63c92fa403f98'),
(10609, 491, 'about_us_page_image_1', ''),
(10610, 491, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10611, 491, '1st_title_of_slider_1', 'Auto Map'),
(10612, 491, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(10613, 491, '2nd_title_of_slider_1', 'By Message'),
(10614, 491, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(10615, 491, '1st_title_of_slider_2', 'Packaging Solution'),
(10616, 491, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(10617, 491, '2nd_title_of_slider_2', 'By Message'),
(10618, 491, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(10619, 491, '1st_title_of_slider_3', 'Food Additives'),
(10620, 491, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(10621, 491, '2nd_title_of_slider_3', 'By message'),
(10622, 491, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(10623, 491, 'slider_image4', '474'),
(10624, 491, '_slider_image4', 'field_63e336890d0b2'),
(10625, 491, '1st_title_of_slider_4', ''),
(10626, 491, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(10627, 491, '2nd_title_of_slider_4', 'Title 3'),
(10628, 491, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(10629, 491, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(10630, 491, '_slider_description4', 'field_63e336c2b48bd'),
(10631, 492, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(10632, 492, '_address', 'field_63c92e1503f94'),
(10633, 492, 'tel_phone_number', '+91 96628 45243'),
(10634, 492, '_tel_phone_number', 'field_63c92e5d03f95'),
(10635, 492, 'mobile_no', '+91 96628 45243'),
(10636, 492, '_mobile_no', 'field_63c92eb703f96'),
(10637, 492, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10638, 492, '_facebook_link', 'field_63c92f8503f97'),
(10639, 492, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10640, 492, '_google_link', 'field_63c92fa403f98'),
(10641, 492, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10642, 492, '_company_description', 'field_63c9309e03f99'),
(10643, 492, 'slider_image1', '353'),
(10644, 492, '_slider_image1', 'field_63c8c6482244c'),
(10645, 492, 'slider_image2', '235'),
(10646, 492, '_slider_image2', 'field_63c8c68f2244d'),
(10647, 492, 'slider_image3', '490'),
(10648, 492, '_slider_image3', 'field_63c8d1b9959fa'),
(10649, 492, 'slider_title1', 'Seasoning Mix '),
(10650, 492, '_slider_title1', 'field_63c8d1ef959fb'),
(10651, 492, 'slider_title2', 'By Message'),
(10652, 492, '_slider_title2', 'field_63c8d20a959fc'),
(10653, 492, 'slider_title3', 'The miracle of research'),
(10654, 492, '_slider_title3', 'field_63c8d218959fd'),
(10655, 492, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(10656, 492, '_slider_description1', 'field_63c8d237959fe'),
(10657, 492, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(10658, 492, '_slider_description2', 'field_63c8d274959ff'),
(10659, 492, 'slider_description3', 'Food additives and much more...'),
(10660, 492, '_slider_description3', 'field_63c8d28f95a00'),
(10661, 492, 'about_us_title', 'Leading Food Consulting Company'),
(10662, 492, '_about_us_title', 'field_63cbbac505df9'),
(10663, 492, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(10664, 492, '_short_description', 'field_63cbbbe305dfa'),
(10665, 492, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(10666, 492, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(10667, 492, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(10668, 492, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10669, 492, 'video_background', '242'),
(10670, 492, '_video_background', 'field_63cbc2880b5de'),
(10671, 492, 'client_image_1', '211'),
(10672, 492, '_client_image_1', 'field_63cbcb8e5afcb'),
(10673, 492, 'client_image_2', '210'),
(10674, 492, '_client_image_2', 'field_63cbcbd95afcc'),
(10675, 492, 'client_image_3', '209'),
(10676, 492, '_client_image_3', 'field_63cbcbe55afcd'),
(10677, 492, 'client_image_4', '208'),
(10678, 492, '_client_image_4', 'field_63cbcbe75afce'),
(10679, 492, 'client_image_5', '207'),
(10680, 492, '_client_image_5', 'field_63cbcbeb5afcf'),
(10681, 492, 'client_image_6', '206'),
(10682, 492, '_client_image_6', 'field_63cbcbef5afd0'),
(10683, 492, 'email', 'khyati@messagegroup.co.in'),
(10684, 492, '_email', 'field_63c93e1309d31'),
(10685, 492, 'tag_line1', 'Innovative Food Packaging Machinery'),
(10686, 492, '_tag_line1', 'field_63cbb9903babf'),
(10687, 492, 'tag_line2', 'Food Additives & Seasoning Mix'),
(10688, 492, '_tag_line2', 'field_63cbba1a3bac0'),
(10689, 492, 'tag_line3', 'Rapid Response & Satisfaction'),
(10690, 492, '_tag_line3', 'field_63cbba503bac1'),
(10691, 492, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(10692, 492, '_long_description_about_us_2', 'field_63cdfd562520a'),
(10693, 492, 'industry_we_serve_image_1', '439'),
(10694, 492, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(10695, 492, 'industry_we_serve_image_2', '440'),
(10696, 492, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(10697, 492, 'industry_we_serve_image_3', '435'),
(10698, 492, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(10699, 492, 'industry_we_serve_image_4', '437'),
(10700, 492, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(10701, 492, 'industry_we_serve_image_5', '433'),
(10702, 492, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(10703, 492, 'industry_we_serve_short_description', ''),
(10704, 492, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(10705, 492, 'company_profile', '261'),
(10706, 492, '_company_profile', 'field_63ce36c7c9a55'),
(10707, 492, 'map_technology', '379'),
(10708, 492, '_map_technology', 'field_63ce3756c9a56'),
(10709, 492, 'food_addsive', '262'),
(10710, 492, '_food_addsive', 'field_63ce375ac9a57'),
(10711, 492, 'session_mix', '263'),
(10712, 492, '_session_mix', 'field_63ce375dc9a58'),
(10713, 492, 'life_chart_by_map_technology', '264'),
(10714, 492, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10715, 492, 'food_additives', '262'),
(10716, 492, '_food_additives', 'field_63ce375ac9a57'),
(10717, 492, 'get_started_background', '272'),
(10718, 492, '_get_started_background', 'field_63ce497feef6e'),
(10719, 492, 'choose_us_background', '393'),
(10720, 492, '_choose_us_background', 'field_63ce539a8b5b1'),
(10721, 492, 'message_group_1', '283'),
(10722, 492, '_message_group_1', 'field_63ce69047b0c9'),
(10723, 492, 'message_group_2', '284'),
(10724, 492, '_message_group_2', 'field_63ce6a627b0cd'),
(10725, 492, 'message_group_3', '285'),
(10726, 492, '_message_group_3', 'field_63ce6a637b0ce'),
(10727, 492, 'message_group_4', '286'),
(10728, 492, '_message_group_4', 'field_63ce6a687b0cf'),
(10729, 492, 'expertise_section_image', '359'),
(10730, 492, '_expertise_section_image', 'field_63ce860ce9935'),
(10731, 492, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(10732, 492, '_array_of_feature_section', 'field_63ce89ca26c57'),
(10733, 492, '1st_title__of_slider_1', 'Miss Me'),
(10734, 492, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(10735, 492, '1st_title__of_slider_2', 'AutoMAP'),
(10736, 492, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(10737, 492, '1st_title__of_slider_3', 'Message'),
(10738, 492, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(10739, 492, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10740, 492, '_instagram_link', 'field_63c92fa403f98'),
(10741, 492, 'about_us_page_image_1', ''),
(10742, 492, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10743, 492, '1st_title_of_slider_1', 'Auto Map'),
(10744, 492, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(10745, 492, '2nd_title_of_slider_1', 'By Message'),
(10746, 492, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(10747, 492, '1st_title_of_slider_2', 'Packaging Solution'),
(10748, 492, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(10749, 492, '2nd_title_of_slider_2', 'By Message'),
(10750, 492, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(10751, 492, '1st_title_of_slider_3', 'Food Additives'),
(10752, 492, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(10753, 492, '2nd_title_of_slider_3', 'By message'),
(10754, 492, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(10755, 492, 'slider_image4', '474'),
(10756, 492, '_slider_image4', 'field_63e336890d0b2'),
(10757, 492, '1st_title_of_slider_4', 'Miss Me'),
(10758, 492, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(10759, 492, '2nd_title_of_slider_4', 'Seasoning Mix'),
(10760, 492, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(10761, 492, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(10762, 492, '_slider_description4', 'field_63e336c2b48bd'),
(10763, 494, '_wp_attached_file', '2023/02/New-Project-26.png'),
(10764, 494, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:26:\"2023/02/New-Project-26.png\";s:8:\"filesize\";i:63150;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10765, 13, 'about_us_title', 'Leading Food Consulting Company'),
(10766, 13, '_about_us_title', 'field_63cbbac505df9'),
(10767, 13, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(10768, 13, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10769, 13, 'video_background', ''),
(10770, 13, '_video_background', 'field_63cbc2880b5de'),
(10771, 13, 'about_us_page_image_1', '494'),
(10772, 13, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10773, 13, 'about_us_page_image_2', '496'),
(10774, 13, '_about_us_page_image_2', 'field_63e34c58952b3'),
(10775, 495, 'company_profile', ''),
(10776, 495, '_company_profile', 'field_63ce36c7c9a55'),
(10777, 495, 'map_technology', ''),
(10778, 495, '_map_technology', 'field_63ce3756c9a56'),
(10779, 495, 'food_additives', ''),
(10780, 495, '_food_additives', 'field_63ce375ac9a57'),
(10781, 495, 'session_mix', ''),
(10782, 495, '_session_mix', 'field_63ce375dc9a58'),
(10783, 495, 'life_chart_by_map_technology', ''),
(10784, 495, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10785, 495, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(10786, 495, '_address', 'field_63c92e1503f94'),
(10787, 495, 'tel_phone_number', '+91 2824 223921'),
(10788, 495, '_tel_phone_number', 'field_63c92e5d03f95'),
(10789, 495, 'mobile_no', '+91 96628 45243'),
(10790, 495, '_mobile_no', 'field_63c92eb703f96'),
(10791, 495, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10792, 495, '_facebook_link', 'field_63c92f8503f97'),
(10793, 495, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10794, 495, '_google_link', 'field_63c92fa403f98'),
(10795, 495, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10796, 495, '_company_description', 'field_63c9309e03f99'),
(10797, 495, 'email', 'info@messagegroup.co.in'),
(10798, 495, '_email', 'field_63c93e1309d31'),
(10799, 495, 'banner_image', ''),
(10800, 495, '_banner_image', 'field_63d527184f31d'),
(10801, 495, 'banner_title', ''),
(10802, 495, '_banner_title', 'field_63d527614f31e'),
(10803, 495, 'template_image_1', ''),
(10804, 495, '_template_image_1', 'field_63d529664f31f'),
(10805, 495, 'template_image_2', ''),
(10806, 495, '_template_image_2', 'field_63d529b54f320'),
(10807, 495, 'template_image_3', ''),
(10808, 495, '_template_image_3', 'field_63d529b94f321'),
(10809, 495, 'template_image_4', ''),
(10810, 495, '_template_image_4', 'field_63d529bc4f322'),
(10811, 495, 'get_started_background', ''),
(10812, 495, '_get_started_background', 'field_63ce497feef6e'),
(10813, 495, 'choose_us_background', ''),
(10814, 495, '_choose_us_background', 'field_63ce539a8b5b1'),
(10815, 495, 'message_group_1', ''),
(10816, 495, '_message_group_1', 'field_63ce69047b0c9'),
(10817, 495, 'message_group_2', ''),
(10818, 495, '_message_group_2', 'field_63ce6a627b0cd'),
(10819, 495, 'message_group_3', ''),
(10820, 495, '_message_group_3', 'field_63ce6a637b0ce'),
(10821, 495, 'message_group_4', ''),
(10822, 495, '_message_group_4', 'field_63ce6a687b0cf'),
(10823, 495, 'expertise_section_image', ''),
(10824, 495, '_expertise_section_image', 'field_63ce860ce9935'),
(10825, 495, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10826, 495, '_instagram_link', 'field_63c92fa403f98'),
(10827, 495, 'about_us_title', 'Leading Food Consulting Company'),
(10828, 495, '_about_us_title', 'field_63cbbac505df9'),
(10829, 495, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(10830, 495, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10831, 495, 'video_background', ''),
(10832, 495, '_video_background', 'field_63cbc2880b5de'),
(10833, 495, 'about_us_page_image_1', '494'),
(10834, 495, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10835, 495, 'about_us_page_image_2', ''),
(10836, 495, '_about_us_page_image_2', 'field_63e34c58952b3'),
(10837, 496, '_wp_attached_file', '2023/02/New-Project-27.png'),
(10838, 496, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:26:\"2023/02/New-Project-27.png\";s:8:\"filesize\";i:53176;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10839, 497, 'company_profile', ''),
(10840, 497, '_company_profile', 'field_63ce36c7c9a55'),
(10841, 497, 'map_technology', ''),
(10842, 497, '_map_technology', 'field_63ce3756c9a56'),
(10843, 497, 'food_additives', ''),
(10844, 497, '_food_additives', 'field_63ce375ac9a57'),
(10845, 497, 'session_mix', ''),
(10846, 497, '_session_mix', 'field_63ce375dc9a58'),
(10847, 497, 'life_chart_by_map_technology', ''),
(10848, 497, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10849, 497, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(10850, 497, '_address', 'field_63c92e1503f94'),
(10851, 497, 'tel_phone_number', '+91 2824 223921'),
(10852, 497, '_tel_phone_number', 'field_63c92e5d03f95'),
(10853, 497, 'mobile_no', '+91 96628 45243'),
(10854, 497, '_mobile_no', 'field_63c92eb703f96');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10855, 497, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10856, 497, '_facebook_link', 'field_63c92f8503f97'),
(10857, 497, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10858, 497, '_google_link', 'field_63c92fa403f98'),
(10859, 497, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10860, 497, '_company_description', 'field_63c9309e03f99'),
(10861, 497, 'email', 'info@messagegroup.co.in'),
(10862, 497, '_email', 'field_63c93e1309d31'),
(10863, 497, 'banner_image', ''),
(10864, 497, '_banner_image', 'field_63d527184f31d'),
(10865, 497, 'banner_title', ''),
(10866, 497, '_banner_title', 'field_63d527614f31e'),
(10867, 497, 'template_image_1', ''),
(10868, 497, '_template_image_1', 'field_63d529664f31f'),
(10869, 497, 'template_image_2', ''),
(10870, 497, '_template_image_2', 'field_63d529b54f320'),
(10871, 497, 'template_image_3', ''),
(10872, 497, '_template_image_3', 'field_63d529b94f321'),
(10873, 497, 'template_image_4', ''),
(10874, 497, '_template_image_4', 'field_63d529bc4f322'),
(10875, 497, 'get_started_background', ''),
(10876, 497, '_get_started_background', 'field_63ce497feef6e'),
(10877, 497, 'choose_us_background', ''),
(10878, 497, '_choose_us_background', 'field_63ce539a8b5b1'),
(10879, 497, 'message_group_1', ''),
(10880, 497, '_message_group_1', 'field_63ce69047b0c9'),
(10881, 497, 'message_group_2', ''),
(10882, 497, '_message_group_2', 'field_63ce6a627b0cd'),
(10883, 497, 'message_group_3', ''),
(10884, 497, '_message_group_3', 'field_63ce6a637b0ce'),
(10885, 497, 'message_group_4', ''),
(10886, 497, '_message_group_4', 'field_63ce6a687b0cf'),
(10887, 497, 'expertise_section_image', ''),
(10888, 497, '_expertise_section_image', 'field_63ce860ce9935'),
(10889, 497, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10890, 497, '_instagram_link', 'field_63c92fa403f98'),
(10891, 497, 'about_us_title', 'Leading Food Consulting Company'),
(10892, 497, '_about_us_title', 'field_63cbbac505df9'),
(10893, 497, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(10894, 497, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(10895, 497, 'video_background', ''),
(10896, 497, '_video_background', 'field_63cbc2880b5de'),
(10897, 497, 'about_us_page_image_1', '494'),
(10898, 497, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(10899, 497, 'about_us_page_image_2', '496'),
(10900, 497, '_about_us_page_image_2', 'field_63e34c58952b3'),
(10901, 466, 'company_profile', ''),
(10902, 466, '_company_profile', 'field_63ce36c7c9a55'),
(10903, 466, 'map_technology', ''),
(10904, 466, '_map_technology', 'field_63ce3756c9a56'),
(10905, 466, 'food_additives', ''),
(10906, 466, '_food_additives', 'field_63ce375ac9a57'),
(10907, 466, 'session_mix', ''),
(10908, 466, '_session_mix', 'field_63ce375dc9a58'),
(10909, 466, 'life_chart_by_map_technology', ''),
(10910, 466, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10911, 466, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(10912, 466, '_address', 'field_63c92e1503f94'),
(10913, 466, 'tel_phone_number', '+91 2824 223921'),
(10914, 466, '_tel_phone_number', 'field_63c92e5d03f95'),
(10915, 466, 'mobile_no', '+91 96628 45243'),
(10916, 466, '_mobile_no', 'field_63c92eb703f96'),
(10917, 466, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10918, 466, '_facebook_link', 'field_63c92f8503f97'),
(10919, 466, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10920, 466, '_google_link', 'field_63c92fa403f98'),
(10921, 466, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10922, 466, '_company_description', 'field_63c9309e03f99'),
(10923, 466, 'email', 'info@messagegroup.co.in'),
(10924, 466, '_email', 'field_63c93e1309d31'),
(10925, 466, 'get_started_background', ''),
(10926, 466, '_get_started_background', 'field_63ce497feef6e'),
(10927, 466, 'choose_us_background', ''),
(10928, 466, '_choose_us_background', 'field_63ce539a8b5b1'),
(10929, 466, 'message_group_1', ''),
(10930, 466, '_message_group_1', 'field_63ce69047b0c9'),
(10931, 466, 'message_group_2', ''),
(10932, 466, '_message_group_2', 'field_63ce6a627b0cd'),
(10933, 466, 'message_group_3', ''),
(10934, 466, '_message_group_3', 'field_63ce6a637b0ce'),
(10935, 466, 'message_group_4', ''),
(10936, 466, '_message_group_4', 'field_63ce6a687b0cf'),
(10937, 466, 'expertise_section_image', ''),
(10938, 466, '_expertise_section_image', 'field_63ce860ce9935'),
(10939, 466, 'banner_image', ''),
(10940, 466, '_banner_image', 'field_63d527184f31d'),
(10941, 466, 'banner_title', ''),
(10942, 466, '_banner_title', 'field_63d527614f31e'),
(10943, 466, 'template_image_1', ''),
(10944, 466, '_template_image_1', 'field_63d529664f31f'),
(10945, 466, 'template_image_2', ''),
(10946, 466, '_template_image_2', 'field_63d529b54f320'),
(10947, 466, 'template_image_3', ''),
(10948, 466, '_template_image_3', 'field_63d529b94f321'),
(10949, 466, 'template_image_4', ''),
(10950, 466, '_template_image_4', 'field_63d529bc4f322'),
(10951, 466, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10952, 466, '_instagram_link', 'field_63c92fa403f98'),
(10955, 246, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10956, 246, '_instagram_link', 'field_63c92fa403f98'),
(10957, 500, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(10958, 500, '_address', 'field_63c92e1503f94'),
(10959, 500, 'tel_phone_number', '+91 2824 223921'),
(10960, 500, '_tel_phone_number', 'field_63c92e5d03f95'),
(10961, 500, 'mobile_no', '+91 96628 45243'),
(10962, 500, '_mobile_no', 'field_63c92eb703f96'),
(10963, 500, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(10964, 500, '_facebook_link', 'field_63c92f8503f97'),
(10965, 500, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(10966, 500, '_google_link', 'field_63c92fa403f98'),
(10967, 500, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(10968, 500, '_company_description', 'field_63c9309e03f99'),
(10969, 500, 'email', 'info@messagegroup.co.in'),
(10970, 500, '_email', 'field_63c93e1309d31'),
(10971, 500, 'company_profile', ''),
(10972, 500, '_company_profile', 'field_63ce36c7c9a55'),
(10973, 500, 'map_technology', ''),
(10974, 500, '_map_technology', 'field_63ce3756c9a56'),
(10975, 500, 'food_additives', ''),
(10976, 500, '_food_additives', 'field_63ce375ac9a57'),
(10977, 500, 'session_mix', ''),
(10978, 500, '_session_mix', 'field_63ce375dc9a58'),
(10979, 500, 'life_chart_by_map_technology', ''),
(10980, 500, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(10981, 500, 'get_started_background', ''),
(10982, 500, '_get_started_background', 'field_63ce497feef6e'),
(10983, 500, 'choose_us_background', ''),
(10984, 500, '_choose_us_background', 'field_63ce539a8b5b1'),
(10985, 500, 'message_group_1', ''),
(10986, 500, '_message_group_1', 'field_63ce69047b0c9'),
(10987, 500, 'message_group_2', ''),
(10988, 500, '_message_group_2', 'field_63ce6a627b0cd'),
(10989, 500, 'message_group_3', ''),
(10990, 500, '_message_group_3', 'field_63ce6a637b0ce'),
(10991, 500, 'message_group_4', ''),
(10992, 500, '_message_group_4', 'field_63ce6a687b0cf'),
(10993, 500, 'expertise_section_image', ''),
(10994, 500, '_expertise_section_image', 'field_63ce860ce9935'),
(10995, 500, 'banner_image', ''),
(10996, 500, '_banner_image', 'field_63d527184f31d'),
(10997, 500, 'banner_title', ''),
(10998, 500, '_banner_title', 'field_63d527614f31e'),
(10999, 500, 'template_image_1', '425'),
(11000, 500, '_template_image_1', 'field_63d529664f31f'),
(11001, 500, 'template_image_2', '427'),
(11002, 500, '_template_image_2', 'field_63d529b54f320'),
(11003, 500, 'template_image_3', '499'),
(11004, 500, '_template_image_3', 'field_63d529b94f321'),
(11005, 500, 'template_image_4', '431'),
(11006, 500, '_template_image_4', 'field_63d529bc4f322'),
(11007, 500, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11008, 500, '_instagram_link', 'field_63c92fa403f98'),
(11009, 501, '_wp_attached_file', '2023/02/New-Project-29.png'),
(11010, 501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-29.png\";s:8:\"filesize\";i:104091;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11011, 502, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(11012, 502, '_address', 'field_63c92e1503f94'),
(11013, 502, 'tel_phone_number', '+91 2824 223921'),
(11014, 502, '_tel_phone_number', 'field_63c92e5d03f95'),
(11015, 502, 'mobile_no', '+91 96628 45243'),
(11016, 502, '_mobile_no', 'field_63c92eb703f96'),
(11017, 502, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11018, 502, '_facebook_link', 'field_63c92f8503f97'),
(11019, 502, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11020, 502, '_google_link', 'field_63c92fa403f98'),
(11021, 502, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11022, 502, '_company_description', 'field_63c9309e03f99'),
(11023, 502, 'email', 'info@messagegroup.co.in'),
(11024, 502, '_email', 'field_63c93e1309d31'),
(11025, 502, 'company_profile', ''),
(11026, 502, '_company_profile', 'field_63ce36c7c9a55'),
(11027, 502, 'map_technology', ''),
(11028, 502, '_map_technology', 'field_63ce3756c9a56'),
(11029, 502, 'food_additives', ''),
(11030, 502, '_food_additives', 'field_63ce375ac9a57'),
(11031, 502, 'session_mix', ''),
(11032, 502, '_session_mix', 'field_63ce375dc9a58'),
(11033, 502, 'life_chart_by_map_technology', ''),
(11034, 502, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11035, 502, 'get_started_background', ''),
(11036, 502, '_get_started_background', 'field_63ce497feef6e'),
(11037, 502, 'choose_us_background', ''),
(11038, 502, '_choose_us_background', 'field_63ce539a8b5b1'),
(11039, 502, 'message_group_1', ''),
(11040, 502, '_message_group_1', 'field_63ce69047b0c9'),
(11041, 502, 'message_group_2', ''),
(11042, 502, '_message_group_2', 'field_63ce6a627b0cd'),
(11043, 502, 'message_group_3', ''),
(11044, 502, '_message_group_3', 'field_63ce6a637b0ce'),
(11045, 502, 'message_group_4', ''),
(11046, 502, '_message_group_4', 'field_63ce6a687b0cf'),
(11047, 502, 'expertise_section_image', ''),
(11048, 502, '_expertise_section_image', 'field_63ce860ce9935'),
(11049, 502, 'banner_image', ''),
(11050, 502, '_banner_image', 'field_63d527184f31d'),
(11051, 502, 'banner_title', ''),
(11052, 502, '_banner_title', 'field_63d527614f31e'),
(11053, 502, 'template_image_1', '425'),
(11054, 502, '_template_image_1', 'field_63d529664f31f'),
(11055, 502, 'template_image_2', '501'),
(11056, 502, '_template_image_2', 'field_63d529b54f320'),
(11057, 502, 'template_image_3', '499'),
(11058, 502, '_template_image_3', 'field_63d529b94f321'),
(11059, 502, 'template_image_4', '431'),
(11060, 502, '_template_image_4', 'field_63d529bc4f322'),
(11061, 502, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11062, 502, '_instagram_link', 'field_63c92fa403f98'),
(11065, 504, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(11066, 504, '_address', 'field_63c92e1503f94'),
(11067, 504, 'tel_phone_number', '+91 2824 223921'),
(11068, 504, '_tel_phone_number', 'field_63c92e5d03f95'),
(11069, 504, 'mobile_no', '+91 96628 45243'),
(11070, 504, '_mobile_no', 'field_63c92eb703f96'),
(11071, 504, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11072, 504, '_facebook_link', 'field_63c92f8503f97'),
(11073, 504, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11074, 504, '_google_link', 'field_63c92fa403f98'),
(11075, 504, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11076, 504, '_company_description', 'field_63c9309e03f99'),
(11077, 504, 'email', 'info@messagegroup.co.in'),
(11078, 504, '_email', 'field_63c93e1309d31'),
(11079, 504, 'company_profile', ''),
(11080, 504, '_company_profile', 'field_63ce36c7c9a55'),
(11081, 504, 'map_technology', ''),
(11082, 504, '_map_technology', 'field_63ce3756c9a56'),
(11083, 504, 'food_additives', ''),
(11084, 504, '_food_additives', 'field_63ce375ac9a57'),
(11085, 504, 'session_mix', ''),
(11086, 504, '_session_mix', 'field_63ce375dc9a58'),
(11087, 504, 'life_chart_by_map_technology', ''),
(11088, 504, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11089, 504, 'get_started_background', ''),
(11090, 504, '_get_started_background', 'field_63ce497feef6e'),
(11091, 504, 'choose_us_background', ''),
(11092, 504, '_choose_us_background', 'field_63ce539a8b5b1'),
(11093, 504, 'message_group_1', ''),
(11094, 504, '_message_group_1', 'field_63ce69047b0c9'),
(11095, 504, 'message_group_2', ''),
(11096, 504, '_message_group_2', 'field_63ce6a627b0cd'),
(11097, 504, 'message_group_3', ''),
(11098, 504, '_message_group_3', 'field_63ce6a637b0ce'),
(11099, 504, 'message_group_4', ''),
(11100, 504, '_message_group_4', 'field_63ce6a687b0cf'),
(11101, 504, 'expertise_section_image', ''),
(11102, 504, '_expertise_section_image', 'field_63ce860ce9935'),
(11103, 504, 'banner_image', '442'),
(11104, 504, '_banner_image', 'field_63d527184f31d'),
(11105, 504, 'banner_title', ''),
(11106, 504, '_banner_title', 'field_63d527614f31e'),
(11107, 504, 'template_image_1', '503'),
(11108, 504, '_template_image_1', 'field_63d529664f31f'),
(11109, 504, 'template_image_2', '468'),
(11110, 504, '_template_image_2', 'field_63d529b54f320'),
(11111, 504, 'template_image_3', '418'),
(11112, 504, '_template_image_3', 'field_63d529b94f321'),
(11113, 504, 'template_image_4', '420'),
(11114, 504, '_template_image_4', 'field_63d529bc4f322'),
(11115, 504, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11116, 504, '_instagram_link', 'field_63c92fa403f98'),
(11119, 506, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(11120, 506, '_address', 'field_63c92e1503f94'),
(11121, 506, 'tel_phone_number', '+91 2824 223921'),
(11122, 506, '_tel_phone_number', 'field_63c92e5d03f95'),
(11123, 506, 'mobile_no', '+91 96628 45243'),
(11124, 506, '_mobile_no', 'field_63c92eb703f96'),
(11125, 506, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11126, 506, '_facebook_link', 'field_63c92f8503f97'),
(11127, 506, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11128, 506, '_google_link', 'field_63c92fa403f98'),
(11129, 506, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11130, 506, '_company_description', 'field_63c9309e03f99'),
(11131, 506, 'email', 'info@messagegroup.co.in'),
(11132, 506, '_email', 'field_63c93e1309d31'),
(11133, 506, 'company_profile', ''),
(11134, 506, '_company_profile', 'field_63ce36c7c9a55'),
(11135, 506, 'map_technology', ''),
(11136, 506, '_map_technology', 'field_63ce3756c9a56'),
(11137, 506, 'food_additives', ''),
(11138, 506, '_food_additives', 'field_63ce375ac9a57'),
(11139, 506, 'session_mix', ''),
(11140, 506, '_session_mix', 'field_63ce375dc9a58'),
(11141, 506, 'life_chart_by_map_technology', ''),
(11142, 506, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11143, 506, 'get_started_background', ''),
(11144, 506, '_get_started_background', 'field_63ce497feef6e'),
(11145, 506, 'choose_us_background', ''),
(11146, 506, '_choose_us_background', 'field_63ce539a8b5b1'),
(11147, 506, 'message_group_1', ''),
(11148, 506, '_message_group_1', 'field_63ce69047b0c9'),
(11149, 506, 'message_group_2', ''),
(11150, 506, '_message_group_2', 'field_63ce6a627b0cd'),
(11151, 506, 'message_group_3', ''),
(11152, 506, '_message_group_3', 'field_63ce6a637b0ce'),
(11153, 506, 'message_group_4', ''),
(11154, 506, '_message_group_4', 'field_63ce6a687b0cf'),
(11155, 506, 'expertise_section_image', ''),
(11156, 506, '_expertise_section_image', 'field_63ce860ce9935'),
(11157, 506, 'banner_image', '442'),
(11158, 506, '_banner_image', 'field_63d527184f31d'),
(11159, 506, 'banner_title', ''),
(11160, 506, '_banner_title', 'field_63d527614f31e'),
(11161, 506, 'template_image_1', '503'),
(11162, 506, '_template_image_1', 'field_63d529664f31f'),
(11163, 506, 'template_image_2', '505'),
(11164, 506, '_template_image_2', 'field_63d529b54f320'),
(11165, 506, 'template_image_3', '418'),
(11166, 506, '_template_image_3', 'field_63d529b94f321'),
(11167, 506, 'template_image_4', '420'),
(11168, 506, '_template_image_4', 'field_63d529bc4f322'),
(11169, 506, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11170, 506, '_instagram_link', 'field_63c92fa403f98'),
(11171, 507, '_wp_attached_file', '2023/02/New-Project-34.png'),
(11172, 507, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:530;s:4:\"file\";s:26:\"2023/02/New-Project-34.png\";s:8:\"filesize\";i:61155;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11173, 11, 'about_us_page_image_2', ''),
(11174, 11, '_about_us_page_image_2', 'field_63e34c58952b3'),
(11175, 508, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(11176, 508, '_address', 'field_63c92e1503f94'),
(11177, 508, 'tel_phone_number', '+91 96628 45243'),
(11178, 508, '_tel_phone_number', 'field_63c92e5d03f95'),
(11179, 508, 'mobile_no', '+91 96628 45243'),
(11180, 508, '_mobile_no', 'field_63c92eb703f96'),
(11181, 508, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11182, 508, '_facebook_link', 'field_63c92f8503f97'),
(11183, 508, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11184, 508, '_google_link', 'field_63c92fa403f98'),
(11185, 508, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11186, 508, '_company_description', 'field_63c9309e03f99'),
(11187, 508, 'slider_image1', '353'),
(11188, 508, '_slider_image1', 'field_63c8c6482244c'),
(11189, 508, 'slider_image2', '235'),
(11190, 508, '_slider_image2', 'field_63c8c68f2244d'),
(11191, 508, 'slider_image3', '490'),
(11192, 508, '_slider_image3', 'field_63c8d1b9959fa'),
(11193, 508, 'slider_title1', 'Seasoning Mix '),
(11194, 508, '_slider_title1', 'field_63c8d1ef959fb'),
(11195, 508, 'slider_title2', 'By Message'),
(11196, 508, '_slider_title2', 'field_63c8d20a959fc'),
(11197, 508, 'slider_title3', 'The miracle of research'),
(11198, 508, '_slider_title3', 'field_63c8d218959fd'),
(11199, 508, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(11200, 508, '_slider_description1', 'field_63c8d237959fe'),
(11201, 508, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(11202, 508, '_slider_description2', 'field_63c8d274959ff'),
(11203, 508, 'slider_description3', 'Food additives and much more...'),
(11204, 508, '_slider_description3', 'field_63c8d28f95a00'),
(11205, 508, 'about_us_title', 'Leading Food Consulting Company'),
(11206, 508, '_about_us_title', 'field_63cbbac505df9'),
(11207, 508, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(11208, 508, '_short_description', 'field_63cbbbe305dfa'),
(11209, 508, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(11210, 508, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(11211, 508, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(11212, 508, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(11213, 508, 'video_background', '242'),
(11214, 508, '_video_background', 'field_63cbc2880b5de'),
(11215, 508, 'client_image_1', '211'),
(11216, 508, '_client_image_1', 'field_63cbcb8e5afcb'),
(11217, 508, 'client_image_2', '210'),
(11218, 508, '_client_image_2', 'field_63cbcbd95afcc'),
(11219, 508, 'client_image_3', '209'),
(11220, 508, '_client_image_3', 'field_63cbcbe55afcd'),
(11221, 508, 'client_image_4', '208'),
(11222, 508, '_client_image_4', 'field_63cbcbe75afce'),
(11223, 508, 'client_image_5', '207'),
(11224, 508, '_client_image_5', 'field_63cbcbeb5afcf'),
(11225, 508, 'client_image_6', '206'),
(11226, 508, '_client_image_6', 'field_63cbcbef5afd0'),
(11227, 508, 'email', 'khyati@messagegroup.co.in'),
(11228, 508, '_email', 'field_63c93e1309d31'),
(11229, 508, 'tag_line1', 'Innovative Food Packaging Machinery'),
(11230, 508, '_tag_line1', 'field_63cbb9903babf'),
(11231, 508, 'tag_line2', 'Food Additives & Seasoning Mix'),
(11232, 508, '_tag_line2', 'field_63cbba1a3bac0'),
(11233, 508, 'tag_line3', 'Rapid Response & Satisfaction'),
(11234, 508, '_tag_line3', 'field_63cbba503bac1'),
(11235, 508, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(11236, 508, '_long_description_about_us_2', 'field_63cdfd562520a'),
(11237, 508, 'industry_we_serve_image_1', '439'),
(11238, 508, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(11239, 508, 'industry_we_serve_image_2', '440'),
(11240, 508, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(11241, 508, 'industry_we_serve_image_3', '435'),
(11242, 508, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(11243, 508, 'industry_we_serve_image_4', '437'),
(11244, 508, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(11245, 508, 'industry_we_serve_image_5', '433'),
(11246, 508, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(11247, 508, 'industry_we_serve_short_description', ''),
(11248, 508, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(11249, 508, 'company_profile', '261'),
(11250, 508, '_company_profile', 'field_63ce36c7c9a55'),
(11251, 508, 'map_technology', '379'),
(11252, 508, '_map_technology', 'field_63ce3756c9a56'),
(11253, 508, 'food_addsive', '262'),
(11254, 508, '_food_addsive', 'field_63ce375ac9a57'),
(11255, 508, 'session_mix', '263'),
(11256, 508, '_session_mix', 'field_63ce375dc9a58'),
(11257, 508, 'life_chart_by_map_technology', '264'),
(11258, 508, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11259, 508, 'food_additives', '262'),
(11260, 508, '_food_additives', 'field_63ce375ac9a57'),
(11261, 508, 'get_started_background', '507'),
(11262, 508, '_get_started_background', 'field_63ce497feef6e'),
(11263, 508, 'choose_us_background', '393'),
(11264, 508, '_choose_us_background', 'field_63ce539a8b5b1'),
(11265, 508, 'message_group_1', '283'),
(11266, 508, '_message_group_1', 'field_63ce69047b0c9'),
(11267, 508, 'message_group_2', '284'),
(11268, 508, '_message_group_2', 'field_63ce6a627b0cd'),
(11269, 508, 'message_group_3', '285'),
(11270, 508, '_message_group_3', 'field_63ce6a637b0ce'),
(11271, 508, 'message_group_4', '286'),
(11272, 508, '_message_group_4', 'field_63ce6a687b0cf'),
(11273, 508, 'expertise_section_image', '359'),
(11274, 508, '_expertise_section_image', 'field_63ce860ce9935'),
(11275, 508, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(11276, 508, '_array_of_feature_section', 'field_63ce89ca26c57'),
(11277, 508, '1st_title__of_slider_1', 'Miss Me'),
(11278, 508, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(11279, 508, '1st_title__of_slider_2', 'AutoMAP'),
(11280, 508, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(11281, 508, '1st_title__of_slider_3', 'Message'),
(11282, 508, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(11283, 508, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11284, 508, '_instagram_link', 'field_63c92fa403f98'),
(11285, 508, 'about_us_page_image_1', ''),
(11286, 508, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(11287, 508, '1st_title_of_slider_1', 'Auto Map'),
(11288, 508, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(11289, 508, '2nd_title_of_slider_1', 'By Message'),
(11290, 508, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(11291, 508, '1st_title_of_slider_2', 'Packaging Solution'),
(11292, 508, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(11293, 508, '2nd_title_of_slider_2', 'By Message'),
(11294, 508, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(11295, 508, '1st_title_of_slider_3', 'Food Additives'),
(11296, 508, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(11297, 508, '2nd_title_of_slider_3', 'By message'),
(11298, 508, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(11299, 508, 'slider_image4', '474'),
(11300, 508, '_slider_image4', 'field_63e336890d0b2'),
(11301, 508, '1st_title_of_slider_4', 'Miss Me'),
(11302, 508, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(11303, 508, '2nd_title_of_slider_4', 'Seasoning Mix'),
(11304, 508, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(11305, 508, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(11306, 508, '_slider_description4', 'field_63e336c2b48bd'),
(11307, 508, 'about_us_page_image_2', ''),
(11308, 508, '_about_us_page_image_2', 'field_63e34c58952b3'),
(11309, 509, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(11310, 509, '_address', 'field_63c92e1503f94'),
(11311, 509, 'tel_phone_number', '+91 96628 45243'),
(11312, 509, '_tel_phone_number', 'field_63c92e5d03f95'),
(11313, 509, 'mobile_no', '+91 96628 45243'),
(11314, 509, '_mobile_no', 'field_63c92eb703f96'),
(11315, 509, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11316, 509, '_facebook_link', 'field_63c92f8503f97'),
(11317, 509, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11318, 509, '_google_link', 'field_63c92fa403f98'),
(11319, 509, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11320, 509, '_company_description', 'field_63c9309e03f99'),
(11321, 509, 'slider_image1', '353'),
(11322, 509, '_slider_image1', 'field_63c8c6482244c'),
(11323, 509, 'slider_image2', '235'),
(11324, 509, '_slider_image2', 'field_63c8c68f2244d'),
(11325, 509, 'slider_image3', '490'),
(11326, 509, '_slider_image3', 'field_63c8d1b9959fa'),
(11327, 509, 'slider_title1', 'Seasoning Mix '),
(11328, 509, '_slider_title1', 'field_63c8d1ef959fb'),
(11329, 509, 'slider_title2', 'By Message'),
(11330, 509, '_slider_title2', 'field_63c8d20a959fc'),
(11331, 509, 'slider_title3', 'The miracle of research'),
(11332, 509, '_slider_title3', 'field_63c8d218959fd'),
(11333, 509, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(11334, 509, '_slider_description1', 'field_63c8d237959fe'),
(11335, 509, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(11336, 509, '_slider_description2', 'field_63c8d274959ff'),
(11337, 509, 'slider_description3', 'Food additives and much more...'),
(11338, 509, '_slider_description3', 'field_63c8d28f95a00'),
(11339, 509, 'about_us_title', 'Leading Food Consulting Company'),
(11340, 509, '_about_us_title', 'field_63cbbac505df9'),
(11341, 509, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(11342, 509, '_short_description', 'field_63cbbbe305dfa'),
(11343, 509, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(11344, 509, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(11345, 509, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(11346, 509, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(11347, 509, 'video_background', '242'),
(11348, 509, '_video_background', 'field_63cbc2880b5de'),
(11349, 509, 'client_image_1', '211'),
(11350, 509, '_client_image_1', 'field_63cbcb8e5afcb'),
(11351, 509, 'client_image_2', '210'),
(11352, 509, '_client_image_2', 'field_63cbcbd95afcc'),
(11353, 509, 'client_image_3', '209'),
(11354, 509, '_client_image_3', 'field_63cbcbe55afcd'),
(11355, 509, 'client_image_4', '208'),
(11356, 509, '_client_image_4', 'field_63cbcbe75afce'),
(11357, 509, 'client_image_5', '207'),
(11358, 509, '_client_image_5', 'field_63cbcbeb5afcf'),
(11359, 509, 'client_image_6', '206'),
(11360, 509, '_client_image_6', 'field_63cbcbef5afd0'),
(11361, 509, 'email', 'khyati@messagegroup.co.in'),
(11362, 509, '_email', 'field_63c93e1309d31'),
(11363, 509, 'tag_line1', 'Innovative Food Packaging Machinery'),
(11364, 509, '_tag_line1', 'field_63cbb9903babf'),
(11365, 509, 'tag_line2', 'Food Additives & Seasoning Mix'),
(11366, 509, '_tag_line2', 'field_63cbba1a3bac0'),
(11367, 509, 'tag_line3', 'Rapid Response & Satisfaction'),
(11368, 509, '_tag_line3', 'field_63cbba503bac1'),
(11369, 509, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(11370, 509, '_long_description_about_us_2', 'field_63cdfd562520a'),
(11371, 509, 'industry_we_serve_image_1', '439'),
(11372, 509, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(11373, 509, 'industry_we_serve_image_2', '440'),
(11374, 509, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(11375, 509, 'industry_we_serve_image_3', '435'),
(11376, 509, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(11377, 509, 'industry_we_serve_image_4', '437'),
(11378, 509, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(11379, 509, 'industry_we_serve_image_5', '433'),
(11380, 509, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(11381, 509, 'industry_we_serve_short_description', ''),
(11382, 509, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(11383, 509, 'company_profile', '261'),
(11384, 509, '_company_profile', 'field_63ce36c7c9a55'),
(11385, 509, 'map_technology', '379'),
(11386, 509, '_map_technology', 'field_63ce3756c9a56'),
(11387, 509, 'food_addsive', '262'),
(11388, 509, '_food_addsive', 'field_63ce375ac9a57'),
(11389, 509, 'session_mix', '263'),
(11390, 509, '_session_mix', 'field_63ce375dc9a58'),
(11391, 509, 'life_chart_by_map_technology', '264'),
(11392, 509, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11393, 509, 'food_additives', '262'),
(11394, 509, '_food_additives', 'field_63ce375ac9a57'),
(11395, 509, 'get_started_background', '507'),
(11396, 509, '_get_started_background', 'field_63ce497feef6e'),
(11397, 509, 'choose_us_background', '393'),
(11398, 509, '_choose_us_background', 'field_63ce539a8b5b1'),
(11399, 509, 'message_group_1', '283'),
(11400, 509, '_message_group_1', 'field_63ce69047b0c9'),
(11401, 509, 'message_group_2', '284'),
(11402, 509, '_message_group_2', 'field_63ce6a627b0cd'),
(11403, 509, 'message_group_3', '285'),
(11404, 509, '_message_group_3', 'field_63ce6a637b0ce'),
(11405, 509, 'message_group_4', '286'),
(11406, 509, '_message_group_4', 'field_63ce6a687b0cf'),
(11407, 509, 'expertise_section_image', '359'),
(11408, 509, '_expertise_section_image', 'field_63ce860ce9935'),
(11409, 509, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(11410, 509, '_array_of_feature_section', 'field_63ce89ca26c57'),
(11411, 509, '1st_title__of_slider_1', 'Miss Me'),
(11412, 509, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(11413, 509, '1st_title__of_slider_2', 'AutoMAP'),
(11414, 509, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(11415, 509, '1st_title__of_slider_3', 'Message'),
(11416, 509, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(11417, 509, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11418, 509, '_instagram_link', 'field_63c92fa403f98'),
(11419, 509, 'about_us_page_image_1', ''),
(11420, 509, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(11421, 509, '1st_title_of_slider_1', 'AutoMAP'),
(11422, 509, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(11423, 509, '2nd_title_of_slider_1', 'By Message'),
(11424, 509, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(11425, 509, '1st_title_of_slider_2', 'Packaging Solution'),
(11426, 509, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(11427, 509, '2nd_title_of_slider_2', 'By Message'),
(11428, 509, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(11429, 509, '1st_title_of_slider_3', 'Food Additives'),
(11430, 509, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(11431, 509, '2nd_title_of_slider_3', 'By message'),
(11432, 509, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(11433, 509, 'slider_image4', '474'),
(11434, 509, '_slider_image4', 'field_63e336890d0b2'),
(11435, 509, '1st_title_of_slider_4', 'Miss Me'),
(11436, 509, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(11437, 509, '2nd_title_of_slider_4', 'Seasoning Mix'),
(11438, 509, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(11439, 509, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(11440, 509, '_slider_description4', 'field_63e336c2b48bd'),
(11441, 509, 'about_us_page_image_2', ''),
(11442, 509, '_about_us_page_image_2', 'field_63e34c58952b3'),
(11445, 11, 'automap_technology', '511'),
(11446, 11, '_automap_technology', 'field_63ce36c7c9a55'),
(11447, 11, 'seassioning_mix', ''),
(11448, 11, '_seassioning_mix', 'field_63ce375dc9a58'),
(11449, 11, 'automap_sealing_machine', '511'),
(11450, 11, '_automap_sealing_machine', 'field_63e3895236968'),
(11451, 512, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(11452, 512, '_address', 'field_63c92e1503f94'),
(11453, 512, 'tel_phone_number', '+91 96628 45243'),
(11454, 512, '_tel_phone_number', 'field_63c92e5d03f95'),
(11455, 512, 'mobile_no', '+91 96628 45243'),
(11456, 512, '_mobile_no', 'field_63c92eb703f96'),
(11457, 512, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11458, 512, '_facebook_link', 'field_63c92f8503f97'),
(11459, 512, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11460, 512, '_google_link', 'field_63c92fa403f98'),
(11461, 512, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11462, 512, '_company_description', 'field_63c9309e03f99'),
(11463, 512, 'slider_image1', '353'),
(11464, 512, '_slider_image1', 'field_63c8c6482244c'),
(11465, 512, 'slider_image2', '235'),
(11466, 512, '_slider_image2', 'field_63c8c68f2244d'),
(11467, 512, 'slider_image3', '490'),
(11468, 512, '_slider_image3', 'field_63c8d1b9959fa'),
(11469, 512, 'slider_title1', 'Seasoning Mix '),
(11470, 512, '_slider_title1', 'field_63c8d1ef959fb'),
(11471, 512, 'slider_title2', 'By Message'),
(11472, 512, '_slider_title2', 'field_63c8d20a959fc'),
(11473, 512, 'slider_title3', 'The miracle of research'),
(11474, 512, '_slider_title3', 'field_63c8d218959fd'),
(11475, 512, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(11476, 512, '_slider_description1', 'field_63c8d237959fe'),
(11477, 512, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(11478, 512, '_slider_description2', 'field_63c8d274959ff'),
(11479, 512, 'slider_description3', 'Food additives and much more...'),
(11480, 512, '_slider_description3', 'field_63c8d28f95a00'),
(11481, 512, 'about_us_title', 'Leading Food Consulting Company'),
(11482, 512, '_about_us_title', 'field_63cbbac505df9'),
(11483, 512, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(11484, 512, '_short_description', 'field_63cbbbe305dfa'),
(11485, 512, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(11486, 512, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(11487, 512, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(11488, 512, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(11489, 512, 'video_background', '242'),
(11490, 512, '_video_background', 'field_63cbc2880b5de'),
(11491, 512, 'client_image_1', '211'),
(11492, 512, '_client_image_1', 'field_63cbcb8e5afcb'),
(11493, 512, 'client_image_2', '210'),
(11494, 512, '_client_image_2', 'field_63cbcbd95afcc'),
(11495, 512, 'client_image_3', '209'),
(11496, 512, '_client_image_3', 'field_63cbcbe55afcd'),
(11497, 512, 'client_image_4', '208'),
(11498, 512, '_client_image_4', 'field_63cbcbe75afce'),
(11499, 512, 'client_image_5', '207'),
(11500, 512, '_client_image_5', 'field_63cbcbeb5afcf'),
(11501, 512, 'client_image_6', '206'),
(11502, 512, '_client_image_6', 'field_63cbcbef5afd0'),
(11503, 512, 'email', 'khyati@messagegroup.co.in'),
(11504, 512, '_email', 'field_63c93e1309d31'),
(11505, 512, 'tag_line1', 'Innovative Food Packaging Machinery'),
(11506, 512, '_tag_line1', 'field_63cbb9903babf'),
(11507, 512, 'tag_line2', 'Food Additives & Seasoning Mix'),
(11508, 512, '_tag_line2', 'field_63cbba1a3bac0'),
(11509, 512, 'tag_line3', 'Rapid Response & Satisfaction'),
(11510, 512, '_tag_line3', 'field_63cbba503bac1'),
(11511, 512, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(11512, 512, '_long_description_about_us_2', 'field_63cdfd562520a'),
(11513, 512, 'industry_we_serve_image_1', '439'),
(11514, 512, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(11515, 512, 'industry_we_serve_image_2', '440'),
(11516, 512, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(11517, 512, 'industry_we_serve_image_3', '435'),
(11518, 512, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(11519, 512, 'industry_we_serve_image_4', '437'),
(11520, 512, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(11521, 512, 'industry_we_serve_image_5', '433'),
(11522, 512, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(11523, 512, 'industry_we_serve_short_description', ''),
(11524, 512, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(11525, 512, 'company_profile', '261'),
(11526, 512, '_company_profile', 'field_63ce36c7c9a55'),
(11527, 512, 'map_technology', '379'),
(11528, 512, '_map_technology', 'field_63ce3756c9a56'),
(11529, 512, 'food_addsive', '262'),
(11530, 512, '_food_addsive', 'field_63ce375ac9a57'),
(11531, 512, 'session_mix', '263'),
(11532, 512, '_session_mix', 'field_63ce375dc9a58'),
(11533, 512, 'life_chart_by_map_technology', '264'),
(11534, 512, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11535, 512, 'food_additives', '262'),
(11536, 512, '_food_additives', 'field_63ce375ac9a57'),
(11537, 512, 'get_started_background', '507'),
(11538, 512, '_get_started_background', 'field_63ce497feef6e'),
(11539, 512, 'choose_us_background', '393'),
(11540, 512, '_choose_us_background', 'field_63ce539a8b5b1'),
(11541, 512, 'message_group_1', '283'),
(11542, 512, '_message_group_1', 'field_63ce69047b0c9'),
(11543, 512, 'message_group_2', '284'),
(11544, 512, '_message_group_2', 'field_63ce6a627b0cd'),
(11545, 512, 'message_group_3', '285'),
(11546, 512, '_message_group_3', 'field_63ce6a637b0ce'),
(11547, 512, 'message_group_4', '286'),
(11548, 512, '_message_group_4', 'field_63ce6a687b0cf'),
(11549, 512, 'expertise_section_image', '359'),
(11550, 512, '_expertise_section_image', 'field_63ce860ce9935'),
(11551, 512, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(11552, 512, '_array_of_feature_section', 'field_63ce89ca26c57'),
(11553, 512, '1st_title__of_slider_1', 'Miss Me'),
(11554, 512, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(11555, 512, '1st_title__of_slider_2', 'AutoMAP'),
(11556, 512, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(11557, 512, '1st_title__of_slider_3', 'Message'),
(11558, 512, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(11559, 512, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11560, 512, '_instagram_link', 'field_63c92fa403f98'),
(11561, 512, 'about_us_page_image_1', ''),
(11562, 512, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(11563, 512, '1st_title_of_slider_1', 'AutoMAP'),
(11564, 512, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(11565, 512, '2nd_title_of_slider_1', 'By Message'),
(11566, 512, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(11567, 512, '1st_title_of_slider_2', 'Packaging Solution'),
(11568, 512, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(11569, 512, '2nd_title_of_slider_2', 'By Message'),
(11570, 512, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(11571, 512, '1st_title_of_slider_3', 'Food Additives'),
(11572, 512, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(11573, 512, '2nd_title_of_slider_3', 'By message'),
(11574, 512, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(11575, 512, 'slider_image4', '474'),
(11576, 512, '_slider_image4', 'field_63e336890d0b2'),
(11577, 512, '1st_title_of_slider_4', 'Miss Me'),
(11578, 512, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(11579, 512, '2nd_title_of_slider_4', 'Seasoning Mix'),
(11580, 512, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(11581, 512, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(11582, 512, '_slider_description4', 'field_63e336c2b48bd'),
(11583, 512, 'about_us_page_image_2', ''),
(11584, 512, '_about_us_page_image_2', 'field_63e34c58952b3'),
(11585, 512, 'automap_technology', '511'),
(11586, 512, '_automap_technology', 'field_63ce36c7c9a55'),
(11587, 512, 'seassioning_mix', ''),
(11588, 512, '_seassioning_mix', 'field_63ce375dc9a58'),
(11589, 512, 'automap_sealing_machine', ''),
(11590, 512, '_automap_sealing_machine', 'field_63e3895236968'),
(11591, 513, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(11592, 513, '_address', 'field_63c92e1503f94'),
(11593, 513, 'tel_phone_number', '+91 96628 45243'),
(11594, 513, '_tel_phone_number', 'field_63c92e5d03f95'),
(11595, 513, 'mobile_no', '+91 96628 45243'),
(11596, 513, '_mobile_no', 'field_63c92eb703f96'),
(11597, 513, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11598, 513, '_facebook_link', 'field_63c92f8503f97'),
(11599, 513, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11600, 513, '_google_link', 'field_63c92fa403f98'),
(11601, 513, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11602, 513, '_company_description', 'field_63c9309e03f99'),
(11603, 513, 'slider_image1', '353'),
(11604, 513, '_slider_image1', 'field_63c8c6482244c'),
(11605, 513, 'slider_image2', '235'),
(11606, 513, '_slider_image2', 'field_63c8c68f2244d'),
(11607, 513, 'slider_image3', '490'),
(11608, 513, '_slider_image3', 'field_63c8d1b9959fa'),
(11609, 513, 'slider_title1', 'Seasoning Mix '),
(11610, 513, '_slider_title1', 'field_63c8d1ef959fb'),
(11611, 513, 'slider_title2', 'By Message'),
(11612, 513, '_slider_title2', 'field_63c8d20a959fc'),
(11613, 513, 'slider_title3', 'The miracle of research'),
(11614, 513, '_slider_title3', 'field_63c8d218959fd'),
(11615, 513, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(11616, 513, '_slider_description1', 'field_63c8d237959fe'),
(11617, 513, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(11618, 513, '_slider_description2', 'field_63c8d274959ff'),
(11619, 513, 'slider_description3', 'Food additives and much more...'),
(11620, 513, '_slider_description3', 'field_63c8d28f95a00'),
(11621, 513, 'about_us_title', 'Leading Food Consulting Company'),
(11622, 513, '_about_us_title', 'field_63cbbac505df9'),
(11623, 513, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(11624, 513, '_short_description', 'field_63cbbbe305dfa'),
(11625, 513, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(11626, 513, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(11627, 513, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(11628, 513, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(11629, 513, 'video_background', '242'),
(11630, 513, '_video_background', 'field_63cbc2880b5de'),
(11631, 513, 'client_image_1', '211'),
(11632, 513, '_client_image_1', 'field_63cbcb8e5afcb'),
(11633, 513, 'client_image_2', '210'),
(11634, 513, '_client_image_2', 'field_63cbcbd95afcc'),
(11635, 513, 'client_image_3', '209'),
(11636, 513, '_client_image_3', 'field_63cbcbe55afcd'),
(11637, 513, 'client_image_4', '208');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11638, 513, '_client_image_4', 'field_63cbcbe75afce'),
(11639, 513, 'client_image_5', '207'),
(11640, 513, '_client_image_5', 'field_63cbcbeb5afcf'),
(11641, 513, 'client_image_6', '206'),
(11642, 513, '_client_image_6', 'field_63cbcbef5afd0'),
(11643, 513, 'email', 'khyati@messagegroup.co.in'),
(11644, 513, '_email', 'field_63c93e1309d31'),
(11645, 513, 'tag_line1', 'Innovative Food Packaging Machinery'),
(11646, 513, '_tag_line1', 'field_63cbb9903babf'),
(11647, 513, 'tag_line2', 'Food Additives & Seasoning Mix'),
(11648, 513, '_tag_line2', 'field_63cbba1a3bac0'),
(11649, 513, 'tag_line3', 'Rapid Response & Satisfaction'),
(11650, 513, '_tag_line3', 'field_63cbba503bac1'),
(11651, 513, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(11652, 513, '_long_description_about_us_2', 'field_63cdfd562520a'),
(11653, 513, 'industry_we_serve_image_1', '439'),
(11654, 513, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(11655, 513, 'industry_we_serve_image_2', '440'),
(11656, 513, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(11657, 513, 'industry_we_serve_image_3', '435'),
(11658, 513, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(11659, 513, 'industry_we_serve_image_4', '437'),
(11660, 513, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(11661, 513, 'industry_we_serve_image_5', '433'),
(11662, 513, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(11663, 513, 'industry_we_serve_short_description', ''),
(11664, 513, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(11665, 513, 'company_profile', '261'),
(11666, 513, '_company_profile', 'field_63ce36c7c9a55'),
(11667, 513, 'map_technology', '379'),
(11668, 513, '_map_technology', 'field_63ce3756c9a56'),
(11669, 513, 'food_addsive', '262'),
(11670, 513, '_food_addsive', 'field_63ce375ac9a57'),
(11671, 513, 'session_mix', '263'),
(11672, 513, '_session_mix', 'field_63ce375dc9a58'),
(11673, 513, 'life_chart_by_map_technology', '264'),
(11674, 513, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11675, 513, 'food_additives', '262'),
(11676, 513, '_food_additives', 'field_63ce375ac9a57'),
(11677, 513, 'get_started_background', '507'),
(11678, 513, '_get_started_background', 'field_63ce497feef6e'),
(11679, 513, 'choose_us_background', '393'),
(11680, 513, '_choose_us_background', 'field_63ce539a8b5b1'),
(11681, 513, 'message_group_1', '283'),
(11682, 513, '_message_group_1', 'field_63ce69047b0c9'),
(11683, 513, 'message_group_2', '284'),
(11684, 513, '_message_group_2', 'field_63ce6a627b0cd'),
(11685, 513, 'message_group_3', '285'),
(11686, 513, '_message_group_3', 'field_63ce6a637b0ce'),
(11687, 513, 'message_group_4', '286'),
(11688, 513, '_message_group_4', 'field_63ce6a687b0cf'),
(11689, 513, 'expertise_section_image', '359'),
(11690, 513, '_expertise_section_image', 'field_63ce860ce9935'),
(11691, 513, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(11692, 513, '_array_of_feature_section', 'field_63ce89ca26c57'),
(11693, 513, '1st_title__of_slider_1', 'Miss Me'),
(11694, 513, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(11695, 513, '1st_title__of_slider_2', 'AutoMAP'),
(11696, 513, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(11697, 513, '1st_title__of_slider_3', 'Message'),
(11698, 513, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(11699, 513, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11700, 513, '_instagram_link', 'field_63c92fa403f98'),
(11701, 513, 'about_us_page_image_1', ''),
(11702, 513, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(11703, 513, '1st_title_of_slider_1', 'AutoMAP'),
(11704, 513, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(11705, 513, '2nd_title_of_slider_1', 'By Message'),
(11706, 513, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(11707, 513, '1st_title_of_slider_2', 'Packaging Solution'),
(11708, 513, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(11709, 513, '2nd_title_of_slider_2', 'By Message'),
(11710, 513, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(11711, 513, '1st_title_of_slider_3', 'Food Additives'),
(11712, 513, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(11713, 513, '2nd_title_of_slider_3', 'By message'),
(11714, 513, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(11715, 513, 'slider_image4', '474'),
(11716, 513, '_slider_image4', 'field_63e336890d0b2'),
(11717, 513, '1st_title_of_slider_4', 'Miss Me'),
(11718, 513, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(11719, 513, '2nd_title_of_slider_4', 'Seasoning Mix'),
(11720, 513, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(11721, 513, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(11722, 513, '_slider_description4', 'field_63e336c2b48bd'),
(11723, 513, 'about_us_page_image_2', ''),
(11724, 513, '_about_us_page_image_2', 'field_63e34c58952b3'),
(11725, 513, 'automap_technology', '511'),
(11726, 513, '_automap_technology', 'field_63ce36c7c9a55'),
(11727, 513, 'seassioning_mix', ''),
(11728, 513, '_seassioning_mix', 'field_63ce375dc9a58'),
(11729, 513, 'automap_sealing_machine', ''),
(11730, 513, '_automap_sealing_machine', 'field_63e3895236968'),
(11731, 514, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(11732, 514, '_address', 'field_63c92e1503f94'),
(11733, 514, 'tel_phone_number', '+91 96628 45243'),
(11734, 514, '_tel_phone_number', 'field_63c92e5d03f95'),
(11735, 514, 'mobile_no', '+91 96628 45243'),
(11736, 514, '_mobile_no', 'field_63c92eb703f96'),
(11737, 514, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11738, 514, '_facebook_link', 'field_63c92f8503f97'),
(11739, 514, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11740, 514, '_google_link', 'field_63c92fa403f98'),
(11741, 514, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11742, 514, '_company_description', 'field_63c9309e03f99'),
(11743, 514, 'slider_image1', '353'),
(11744, 514, '_slider_image1', 'field_63c8c6482244c'),
(11745, 514, 'slider_image2', '235'),
(11746, 514, '_slider_image2', 'field_63c8c68f2244d'),
(11747, 514, 'slider_image3', '490'),
(11748, 514, '_slider_image3', 'field_63c8d1b9959fa'),
(11749, 514, 'slider_title1', 'Seasoning Mix '),
(11750, 514, '_slider_title1', 'field_63c8d1ef959fb'),
(11751, 514, 'slider_title2', 'By Message'),
(11752, 514, '_slider_title2', 'field_63c8d20a959fc'),
(11753, 514, 'slider_title3', 'The miracle of research'),
(11754, 514, '_slider_title3', 'field_63c8d218959fd'),
(11755, 514, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(11756, 514, '_slider_description1', 'field_63c8d237959fe'),
(11757, 514, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(11758, 514, '_slider_description2', 'field_63c8d274959ff'),
(11759, 514, 'slider_description3', 'Food additives and much more...'),
(11760, 514, '_slider_description3', 'field_63c8d28f95a00'),
(11761, 514, 'about_us_title', 'Leading Food Consulting Company'),
(11762, 514, '_about_us_title', 'field_63cbbac505df9'),
(11763, 514, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(11764, 514, '_short_description', 'field_63cbbbe305dfa'),
(11765, 514, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(11766, 514, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(11767, 514, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(11768, 514, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(11769, 514, 'video_background', '242'),
(11770, 514, '_video_background', 'field_63cbc2880b5de'),
(11771, 514, 'client_image_1', '211'),
(11772, 514, '_client_image_1', 'field_63cbcb8e5afcb'),
(11773, 514, 'client_image_2', '210'),
(11774, 514, '_client_image_2', 'field_63cbcbd95afcc'),
(11775, 514, 'client_image_3', '209'),
(11776, 514, '_client_image_3', 'field_63cbcbe55afcd'),
(11777, 514, 'client_image_4', '208'),
(11778, 514, '_client_image_4', 'field_63cbcbe75afce'),
(11779, 514, 'client_image_5', '207'),
(11780, 514, '_client_image_5', 'field_63cbcbeb5afcf'),
(11781, 514, 'client_image_6', '206'),
(11782, 514, '_client_image_6', 'field_63cbcbef5afd0'),
(11783, 514, 'email', 'khyati@messagegroup.co.in'),
(11784, 514, '_email', 'field_63c93e1309d31'),
(11785, 514, 'tag_line1', 'Innovative Food Packaging Machinery'),
(11786, 514, '_tag_line1', 'field_63cbb9903babf'),
(11787, 514, 'tag_line2', 'Food Additives & Seasoning Mix'),
(11788, 514, '_tag_line2', 'field_63cbba1a3bac0'),
(11789, 514, 'tag_line3', 'Rapid Response & Satisfaction'),
(11790, 514, '_tag_line3', 'field_63cbba503bac1'),
(11791, 514, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(11792, 514, '_long_description_about_us_2', 'field_63cdfd562520a'),
(11793, 514, 'industry_we_serve_image_1', '439'),
(11794, 514, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(11795, 514, 'industry_we_serve_image_2', '440'),
(11796, 514, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(11797, 514, 'industry_we_serve_image_3', '435'),
(11798, 514, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(11799, 514, 'industry_we_serve_image_4', '437'),
(11800, 514, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(11801, 514, 'industry_we_serve_image_5', '433'),
(11802, 514, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(11803, 514, 'industry_we_serve_short_description', ''),
(11804, 514, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(11805, 514, 'company_profile', '261'),
(11806, 514, '_company_profile', 'field_63ce36c7c9a55'),
(11807, 514, 'map_technology', '379'),
(11808, 514, '_map_technology', 'field_63ce3756c9a56'),
(11809, 514, 'food_addsive', '262'),
(11810, 514, '_food_addsive', 'field_63ce375ac9a57'),
(11811, 514, 'session_mix', '263'),
(11812, 514, '_session_mix', 'field_63ce375dc9a58'),
(11813, 514, 'life_chart_by_map_technology', '264'),
(11814, 514, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11815, 514, 'food_additives', '262'),
(11816, 514, '_food_additives', 'field_63ce375ac9a57'),
(11817, 514, 'get_started_background', '507'),
(11818, 514, '_get_started_background', 'field_63ce497feef6e'),
(11819, 514, 'choose_us_background', '393'),
(11820, 514, '_choose_us_background', 'field_63ce539a8b5b1'),
(11821, 514, 'message_group_1', '283'),
(11822, 514, '_message_group_1', 'field_63ce69047b0c9'),
(11823, 514, 'message_group_2', '284'),
(11824, 514, '_message_group_2', 'field_63ce6a627b0cd'),
(11825, 514, 'message_group_3', '285'),
(11826, 514, '_message_group_3', 'field_63ce6a637b0ce'),
(11827, 514, 'message_group_4', '286'),
(11828, 514, '_message_group_4', 'field_63ce6a687b0cf'),
(11829, 514, 'expertise_section_image', '359'),
(11830, 514, '_expertise_section_image', 'field_63ce860ce9935'),
(11831, 514, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(11832, 514, '_array_of_feature_section', 'field_63ce89ca26c57'),
(11833, 514, '1st_title__of_slider_1', 'Miss Me'),
(11834, 514, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(11835, 514, '1st_title__of_slider_2', 'AutoMAP'),
(11836, 514, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(11837, 514, '1st_title__of_slider_3', 'Message'),
(11838, 514, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(11839, 514, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11840, 514, '_instagram_link', 'field_63c92fa403f98'),
(11841, 514, 'about_us_page_image_1', ''),
(11842, 514, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(11843, 514, '1st_title_of_slider_1', 'AutoMAP'),
(11844, 514, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(11845, 514, '2nd_title_of_slider_1', 'By Message'),
(11846, 514, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(11847, 514, '1st_title_of_slider_2', 'Packaging Solution'),
(11848, 514, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(11849, 514, '2nd_title_of_slider_2', 'By Message'),
(11850, 514, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(11851, 514, '1st_title_of_slider_3', 'Food Additives'),
(11852, 514, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(11853, 514, '2nd_title_of_slider_3', 'By message'),
(11854, 514, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(11855, 514, 'slider_image4', '474'),
(11856, 514, '_slider_image4', 'field_63e336890d0b2'),
(11857, 514, '1st_title_of_slider_4', 'Miss Me'),
(11858, 514, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(11859, 514, '2nd_title_of_slider_4', 'Seasoning Mix'),
(11860, 514, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(11861, 514, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(11862, 514, '_slider_description4', 'field_63e336c2b48bd'),
(11863, 514, 'about_us_page_image_2', ''),
(11864, 514, '_about_us_page_image_2', 'field_63e34c58952b3'),
(11865, 514, 'automap_technology', '511'),
(11866, 514, '_automap_technology', 'field_63ce36c7c9a55'),
(11867, 514, 'seassioning_mix', ''),
(11868, 514, '_seassioning_mix', 'field_63ce375dc9a58'),
(11869, 514, 'automap_sealing_machine', '511'),
(11870, 514, '_automap_sealing_machine', 'field_63e3895236968'),
(11871, 515, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(11872, 515, '_address', 'field_63c92e1503f94'),
(11873, 515, 'tel_phone_number', '+91 96628 45243'),
(11874, 515, '_tel_phone_number', 'field_63c92e5d03f95'),
(11875, 515, 'mobile_no', '+91 96628 45243'),
(11876, 515, '_mobile_no', 'field_63c92eb703f96'),
(11877, 515, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(11878, 515, '_facebook_link', 'field_63c92f8503f97'),
(11879, 515, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11880, 515, '_google_link', 'field_63c92fa403f98'),
(11881, 515, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(11882, 515, '_company_description', 'field_63c9309e03f99'),
(11883, 515, 'slider_image1', '353'),
(11884, 515, '_slider_image1', 'field_63c8c6482244c'),
(11885, 515, 'slider_image2', '235'),
(11886, 515, '_slider_image2', 'field_63c8c68f2244d'),
(11887, 515, 'slider_image3', '490'),
(11888, 515, '_slider_image3', 'field_63c8d1b9959fa'),
(11889, 515, 'slider_title1', 'Seasoning Mix '),
(11890, 515, '_slider_title1', 'field_63c8d1ef959fb'),
(11891, 515, 'slider_title2', 'By Message'),
(11892, 515, '_slider_title2', 'field_63c8d20a959fc'),
(11893, 515, 'slider_title3', 'The miracle of research'),
(11894, 515, '_slider_title3', 'field_63c8d218959fd'),
(11895, 515, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(11896, 515, '_slider_description1', 'field_63c8d237959fe'),
(11897, 515, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(11898, 515, '_slider_description2', 'field_63c8d274959ff'),
(11899, 515, 'slider_description3', 'Food additives and much more...'),
(11900, 515, '_slider_description3', 'field_63c8d28f95a00'),
(11901, 515, 'about_us_title', 'Leading Food Consulting Company'),
(11902, 515, '_about_us_title', 'field_63cbbac505df9'),
(11903, 515, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(11904, 515, '_short_description', 'field_63cbbbe305dfa'),
(11905, 515, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(11906, 515, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(11907, 515, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(11908, 515, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(11909, 515, 'video_background', '242'),
(11910, 515, '_video_background', 'field_63cbc2880b5de'),
(11911, 515, 'client_image_1', '211'),
(11912, 515, '_client_image_1', 'field_63cbcb8e5afcb'),
(11913, 515, 'client_image_2', '210'),
(11914, 515, '_client_image_2', 'field_63cbcbd95afcc'),
(11915, 515, 'client_image_3', '209'),
(11916, 515, '_client_image_3', 'field_63cbcbe55afcd'),
(11917, 515, 'client_image_4', '208'),
(11918, 515, '_client_image_4', 'field_63cbcbe75afce'),
(11919, 515, 'client_image_5', '207'),
(11920, 515, '_client_image_5', 'field_63cbcbeb5afcf'),
(11921, 515, 'client_image_6', '206'),
(11922, 515, '_client_image_6', 'field_63cbcbef5afd0'),
(11923, 515, 'email', 'khyati@messagegroup.co.in'),
(11924, 515, '_email', 'field_63c93e1309d31'),
(11925, 515, 'tag_line1', 'Innovative Food Packaging Machinery'),
(11926, 515, '_tag_line1', 'field_63cbb9903babf'),
(11927, 515, 'tag_line2', 'Food Additives & Seasoning Mix'),
(11928, 515, '_tag_line2', 'field_63cbba1a3bac0'),
(11929, 515, 'tag_line3', 'Rapid Response & Satisfaction'),
(11930, 515, '_tag_line3', 'field_63cbba503bac1'),
(11931, 515, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(11932, 515, '_long_description_about_us_2', 'field_63cdfd562520a'),
(11933, 515, 'industry_we_serve_image_1', '439'),
(11934, 515, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(11935, 515, 'industry_we_serve_image_2', '440'),
(11936, 515, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(11937, 515, 'industry_we_serve_image_3', '435'),
(11938, 515, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(11939, 515, 'industry_we_serve_image_4', '437'),
(11940, 515, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(11941, 515, 'industry_we_serve_image_5', '433'),
(11942, 515, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(11943, 515, 'industry_we_serve_short_description', ''),
(11944, 515, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(11945, 515, 'company_profile', '261'),
(11946, 515, '_company_profile', 'field_63ce36c7c9a55'),
(11947, 515, 'map_technology', '379'),
(11948, 515, '_map_technology', 'field_63ce3756c9a56'),
(11949, 515, 'food_addsive', '262'),
(11950, 515, '_food_addsive', 'field_63ce375ac9a57'),
(11951, 515, 'session_mix', '263'),
(11952, 515, '_session_mix', 'field_63ce375dc9a58'),
(11953, 515, 'life_chart_by_map_technology', '264'),
(11954, 515, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(11955, 515, 'food_additives', '262'),
(11956, 515, '_food_additives', 'field_63ce375ac9a57'),
(11957, 515, 'get_started_background', '507'),
(11958, 515, '_get_started_background', 'field_63ce497feef6e'),
(11959, 515, 'choose_us_background', '393'),
(11960, 515, '_choose_us_background', 'field_63ce539a8b5b1'),
(11961, 515, 'message_group_1', '283'),
(11962, 515, '_message_group_1', 'field_63ce69047b0c9'),
(11963, 515, 'message_group_2', '284'),
(11964, 515, '_message_group_2', 'field_63ce6a627b0cd'),
(11965, 515, 'message_group_3', '285'),
(11966, 515, '_message_group_3', 'field_63ce6a637b0ce'),
(11967, 515, 'message_group_4', '286'),
(11968, 515, '_message_group_4', 'field_63ce6a687b0cf'),
(11969, 515, 'expertise_section_image', '359'),
(11970, 515, '_expertise_section_image', 'field_63ce860ce9935'),
(11971, 515, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(11972, 515, '_array_of_feature_section', 'field_63ce89ca26c57'),
(11973, 515, '1st_title__of_slider_1', 'Miss Me'),
(11974, 515, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(11975, 515, '1st_title__of_slider_2', 'AutoMAP'),
(11976, 515, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(11977, 515, '1st_title__of_slider_3', 'Message'),
(11978, 515, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(11979, 515, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(11980, 515, '_instagram_link', 'field_63c92fa403f98'),
(11981, 515, 'about_us_page_image_1', ''),
(11982, 515, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(11983, 515, '1st_title_of_slider_1', 'AutoMAP'),
(11984, 515, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(11985, 515, '2nd_title_of_slider_1', 'By Message'),
(11986, 515, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(11987, 515, '1st_title_of_slider_2', 'Packaging Solution'),
(11988, 515, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(11989, 515, '2nd_title_of_slider_2', 'By Message'),
(11990, 515, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(11991, 515, '1st_title_of_slider_3', 'Food Additives'),
(11992, 515, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(11993, 515, '2nd_title_of_slider_3', 'By message'),
(11994, 515, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(11995, 515, 'slider_image4', '474'),
(11996, 515, '_slider_image4', 'field_63e336890d0b2'),
(11997, 515, '1st_title_of_slider_4', 'Miss Me'),
(11998, 515, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(11999, 515, '2nd_title_of_slider_4', 'Seasoning Mix'),
(12000, 515, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(12001, 515, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(12002, 515, '_slider_description4', 'field_63e336c2b48bd'),
(12003, 515, 'about_us_page_image_2', ''),
(12004, 515, '_about_us_page_image_2', 'field_63e34c58952b3'),
(12005, 515, 'automap_technology', '511'),
(12006, 515, '_automap_technology', 'field_63ce36c7c9a55'),
(12007, 515, 'seassioning_mix', ''),
(12008, 515, '_seassioning_mix', 'field_63ce375dc9a58'),
(12009, 515, 'automap_sealing_machine', '511'),
(12010, 515, '_automap_sealing_machine', 'field_63e3895236968'),
(12013, 517, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(12014, 517, '_address', 'field_63c92e1503f94'),
(12015, 517, 'tel_phone_number', '+91 96628 45243'),
(12016, 517, '_tel_phone_number', 'field_63c92e5d03f95'),
(12017, 517, 'mobile_no', '+91 96628 45243'),
(12018, 517, '_mobile_no', 'field_63c92eb703f96'),
(12019, 517, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12020, 517, '_facebook_link', 'field_63c92f8503f97'),
(12021, 517, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12022, 517, '_google_link', 'field_63c92fa403f98'),
(12023, 517, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12024, 517, '_company_description', 'field_63c9309e03f99'),
(12025, 517, 'slider_image1', '353'),
(12026, 517, '_slider_image1', 'field_63c8c6482244c'),
(12027, 517, 'slider_image2', '235'),
(12028, 517, '_slider_image2', 'field_63c8c68f2244d'),
(12029, 517, 'slider_image3', '516'),
(12030, 517, '_slider_image3', 'field_63c8d1b9959fa'),
(12031, 517, 'slider_title1', 'Seasoning Mix '),
(12032, 517, '_slider_title1', 'field_63c8d1ef959fb'),
(12033, 517, 'slider_title2', 'By Message'),
(12034, 517, '_slider_title2', 'field_63c8d20a959fc'),
(12035, 517, 'slider_title3', 'The miracle of research'),
(12036, 517, '_slider_title3', 'field_63c8d218959fd'),
(12037, 517, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(12038, 517, '_slider_description1', 'field_63c8d237959fe'),
(12039, 517, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(12040, 517, '_slider_description2', 'field_63c8d274959ff'),
(12041, 517, 'slider_description3', 'Food additives and much more...'),
(12042, 517, '_slider_description3', 'field_63c8d28f95a00'),
(12043, 517, 'about_us_title', 'Leading Food Consulting Company'),
(12044, 517, '_about_us_title', 'field_63cbbac505df9'),
(12045, 517, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(12046, 517, '_short_description', 'field_63cbbbe305dfa'),
(12047, 517, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(12048, 517, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(12049, 517, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(12050, 517, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(12051, 517, 'video_background', '242'),
(12052, 517, '_video_background', 'field_63cbc2880b5de'),
(12053, 517, 'client_image_1', '211'),
(12054, 517, '_client_image_1', 'field_63cbcb8e5afcb'),
(12055, 517, 'client_image_2', '210'),
(12056, 517, '_client_image_2', 'field_63cbcbd95afcc'),
(12057, 517, 'client_image_3', '209'),
(12058, 517, '_client_image_3', 'field_63cbcbe55afcd'),
(12059, 517, 'client_image_4', '208'),
(12060, 517, '_client_image_4', 'field_63cbcbe75afce'),
(12061, 517, 'client_image_5', '207'),
(12062, 517, '_client_image_5', 'field_63cbcbeb5afcf'),
(12063, 517, 'client_image_6', '206'),
(12064, 517, '_client_image_6', 'field_63cbcbef5afd0'),
(12065, 517, 'email', 'khyati@messagegroup.co.in'),
(12066, 517, '_email', 'field_63c93e1309d31'),
(12067, 517, 'tag_line1', 'Innovative Food Packaging Machinery'),
(12068, 517, '_tag_line1', 'field_63cbb9903babf'),
(12069, 517, 'tag_line2', 'Food Additives & Seasoning Mix'),
(12070, 517, '_tag_line2', 'field_63cbba1a3bac0'),
(12071, 517, 'tag_line3', 'Rapid Response & Satisfaction'),
(12072, 517, '_tag_line3', 'field_63cbba503bac1'),
(12073, 517, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(12074, 517, '_long_description_about_us_2', 'field_63cdfd562520a'),
(12075, 517, 'industry_we_serve_image_1', '439'),
(12076, 517, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(12077, 517, 'industry_we_serve_image_2', '440'),
(12078, 517, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(12079, 517, 'industry_we_serve_image_3', '435'),
(12080, 517, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(12081, 517, 'industry_we_serve_image_4', '437'),
(12082, 517, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(12083, 517, 'industry_we_serve_image_5', '433'),
(12084, 517, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(12085, 517, 'industry_we_serve_short_description', ''),
(12086, 517, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(12087, 517, 'company_profile', '261'),
(12088, 517, '_company_profile', 'field_63ce36c7c9a55'),
(12089, 517, 'map_technology', '379'),
(12090, 517, '_map_technology', 'field_63ce3756c9a56'),
(12091, 517, 'food_addsive', '262'),
(12092, 517, '_food_addsive', 'field_63ce375ac9a57'),
(12093, 517, 'session_mix', '263'),
(12094, 517, '_session_mix', 'field_63ce375dc9a58'),
(12095, 517, 'life_chart_by_map_technology', '264'),
(12096, 517, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12097, 517, 'food_additives', '262'),
(12098, 517, '_food_additives', 'field_63ce375ac9a57'),
(12099, 517, 'get_started_background', '507'),
(12100, 517, '_get_started_background', 'field_63ce497feef6e'),
(12101, 517, 'choose_us_background', '393'),
(12102, 517, '_choose_us_background', 'field_63ce539a8b5b1'),
(12103, 517, 'message_group_1', '283'),
(12104, 517, '_message_group_1', 'field_63ce69047b0c9'),
(12105, 517, 'message_group_2', '284'),
(12106, 517, '_message_group_2', 'field_63ce6a627b0cd'),
(12107, 517, 'message_group_3', '285'),
(12108, 517, '_message_group_3', 'field_63ce6a637b0ce'),
(12109, 517, 'message_group_4', '286'),
(12110, 517, '_message_group_4', 'field_63ce6a687b0cf'),
(12111, 517, 'expertise_section_image', '359'),
(12112, 517, '_expertise_section_image', 'field_63ce860ce9935'),
(12113, 517, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(12114, 517, '_array_of_feature_section', 'field_63ce89ca26c57'),
(12115, 517, '1st_title__of_slider_1', 'Miss Me'),
(12116, 517, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(12117, 517, '1st_title__of_slider_2', 'AutoMAP'),
(12118, 517, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(12119, 517, '1st_title__of_slider_3', 'Message'),
(12120, 517, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(12121, 517, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12122, 517, '_instagram_link', 'field_63c92fa403f98'),
(12123, 517, 'about_us_page_image_1', ''),
(12124, 517, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(12125, 517, '1st_title_of_slider_1', 'AutoMAP'),
(12126, 517, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(12127, 517, '2nd_title_of_slider_1', 'By Message'),
(12128, 517, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(12129, 517, '1st_title_of_slider_2', 'Packaging Solution'),
(12130, 517, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(12131, 517, '2nd_title_of_slider_2', 'By Message'),
(12132, 517, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(12133, 517, '1st_title_of_slider_3', 'Food Additives'),
(12134, 517, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(12135, 517, '2nd_title_of_slider_3', 'By message'),
(12136, 517, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(12137, 517, 'slider_image4', '474'),
(12138, 517, '_slider_image4', 'field_63e336890d0b2'),
(12139, 517, '1st_title_of_slider_4', 'Miss Me'),
(12140, 517, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(12141, 517, '2nd_title_of_slider_4', 'Seasoning Mix'),
(12142, 517, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(12143, 517, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(12144, 517, '_slider_description4', 'field_63e336c2b48bd'),
(12145, 517, 'about_us_page_image_2', ''),
(12146, 517, '_about_us_page_image_2', 'field_63e34c58952b3'),
(12147, 517, 'automap_technology', '511'),
(12148, 517, '_automap_technology', 'field_63ce36c7c9a55'),
(12149, 517, 'seassioning_mix', ''),
(12150, 517, '_seassioning_mix', 'field_63ce375dc9a58'),
(12151, 517, 'automap_sealing_machine', '511'),
(12152, 517, '_automap_sealing_machine', 'field_63e3895236968'),
(12155, 519, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(12156, 519, '_address', 'field_63c92e1503f94'),
(12157, 519, 'tel_phone_number', '+91 96628 45243'),
(12158, 519, '_tel_phone_number', 'field_63c92e5d03f95'),
(12159, 519, 'mobile_no', '+91 96628 45243'),
(12160, 519, '_mobile_no', 'field_63c92eb703f96'),
(12161, 519, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12162, 519, '_facebook_link', 'field_63c92f8503f97'),
(12163, 519, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12164, 519, '_google_link', 'field_63c92fa403f98'),
(12165, 519, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12166, 519, '_company_description', 'field_63c9309e03f99'),
(12167, 519, 'slider_image1', '353'),
(12168, 519, '_slider_image1', 'field_63c8c6482244c'),
(12169, 519, 'slider_image2', '518'),
(12170, 519, '_slider_image2', 'field_63c8c68f2244d'),
(12171, 519, 'slider_image3', '516'),
(12172, 519, '_slider_image3', 'field_63c8d1b9959fa'),
(12173, 519, 'slider_title1', 'Seasoning Mix '),
(12174, 519, '_slider_title1', 'field_63c8d1ef959fb'),
(12175, 519, 'slider_title2', 'By Message'),
(12176, 519, '_slider_title2', 'field_63c8d20a959fc'),
(12177, 519, 'slider_title3', 'The miracle of research'),
(12178, 519, '_slider_title3', 'field_63c8d218959fd'),
(12179, 519, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(12180, 519, '_slider_description1', 'field_63c8d237959fe'),
(12181, 519, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(12182, 519, '_slider_description2', 'field_63c8d274959ff'),
(12183, 519, 'slider_description3', 'Food additives and much more...'),
(12184, 519, '_slider_description3', 'field_63c8d28f95a00'),
(12185, 519, 'about_us_title', 'Leading Food Consulting Company'),
(12186, 519, '_about_us_title', 'field_63cbbac505df9'),
(12187, 519, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(12188, 519, '_short_description', 'field_63cbbbe305dfa'),
(12189, 519, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(12190, 519, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(12191, 519, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(12192, 519, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(12193, 519, 'video_background', '242'),
(12194, 519, '_video_background', 'field_63cbc2880b5de'),
(12195, 519, 'client_image_1', '211'),
(12196, 519, '_client_image_1', 'field_63cbcb8e5afcb'),
(12197, 519, 'client_image_2', '210'),
(12198, 519, '_client_image_2', 'field_63cbcbd95afcc'),
(12199, 519, 'client_image_3', '209'),
(12200, 519, '_client_image_3', 'field_63cbcbe55afcd'),
(12201, 519, 'client_image_4', '208'),
(12202, 519, '_client_image_4', 'field_63cbcbe75afce'),
(12203, 519, 'client_image_5', '207'),
(12204, 519, '_client_image_5', 'field_63cbcbeb5afcf'),
(12205, 519, 'client_image_6', '206'),
(12206, 519, '_client_image_6', 'field_63cbcbef5afd0'),
(12207, 519, 'email', 'khyati@messagegroup.co.in'),
(12208, 519, '_email', 'field_63c93e1309d31'),
(12209, 519, 'tag_line1', 'Innovative Food Packaging Machinery'),
(12210, 519, '_tag_line1', 'field_63cbb9903babf'),
(12211, 519, 'tag_line2', 'Food Additives & Seasoning Mix'),
(12212, 519, '_tag_line2', 'field_63cbba1a3bac0'),
(12213, 519, 'tag_line3', 'Rapid Response & Satisfaction'),
(12214, 519, '_tag_line3', 'field_63cbba503bac1'),
(12215, 519, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(12216, 519, '_long_description_about_us_2', 'field_63cdfd562520a'),
(12217, 519, 'industry_we_serve_image_1', '439'),
(12218, 519, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(12219, 519, 'industry_we_serve_image_2', '440'),
(12220, 519, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(12221, 519, 'industry_we_serve_image_3', '435'),
(12222, 519, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(12223, 519, 'industry_we_serve_image_4', '437'),
(12224, 519, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(12225, 519, 'industry_we_serve_image_5', '433'),
(12226, 519, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(12227, 519, 'industry_we_serve_short_description', ''),
(12228, 519, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(12229, 519, 'company_profile', '261'),
(12230, 519, '_company_profile', 'field_63ce36c7c9a55'),
(12231, 519, 'map_technology', '379'),
(12232, 519, '_map_technology', 'field_63ce3756c9a56'),
(12233, 519, 'food_addsive', '262'),
(12234, 519, '_food_addsive', 'field_63ce375ac9a57'),
(12235, 519, 'session_mix', '263'),
(12236, 519, '_session_mix', 'field_63ce375dc9a58'),
(12237, 519, 'life_chart_by_map_technology', '264'),
(12238, 519, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12239, 519, 'food_additives', '262'),
(12240, 519, '_food_additives', 'field_63ce375ac9a57'),
(12241, 519, 'get_started_background', '507'),
(12242, 519, '_get_started_background', 'field_63ce497feef6e'),
(12243, 519, 'choose_us_background', '393'),
(12244, 519, '_choose_us_background', 'field_63ce539a8b5b1'),
(12245, 519, 'message_group_1', '283'),
(12246, 519, '_message_group_1', 'field_63ce69047b0c9'),
(12247, 519, 'message_group_2', '284'),
(12248, 519, '_message_group_2', 'field_63ce6a627b0cd'),
(12249, 519, 'message_group_3', '285'),
(12250, 519, '_message_group_3', 'field_63ce6a637b0ce'),
(12251, 519, 'message_group_4', '286'),
(12252, 519, '_message_group_4', 'field_63ce6a687b0cf'),
(12253, 519, 'expertise_section_image', '359'),
(12254, 519, '_expertise_section_image', 'field_63ce860ce9935'),
(12255, 519, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(12256, 519, '_array_of_feature_section', 'field_63ce89ca26c57'),
(12257, 519, '1st_title__of_slider_1', 'Miss Me'),
(12258, 519, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(12259, 519, '1st_title__of_slider_2', 'AutoMAP'),
(12260, 519, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(12261, 519, '1st_title__of_slider_3', 'Message'),
(12262, 519, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(12263, 519, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12264, 519, '_instagram_link', 'field_63c92fa403f98'),
(12265, 519, 'about_us_page_image_1', ''),
(12266, 519, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(12267, 519, '1st_title_of_slider_1', 'AutoMAP'),
(12268, 519, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(12269, 519, '2nd_title_of_slider_1', 'By Message'),
(12270, 519, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(12271, 519, '1st_title_of_slider_2', 'Packaging Solution'),
(12272, 519, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(12273, 519, '2nd_title_of_slider_2', 'By Message'),
(12274, 519, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(12275, 519, '1st_title_of_slider_3', 'Food Additives'),
(12276, 519, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(12277, 519, '2nd_title_of_slider_3', 'By message'),
(12278, 519, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(12279, 519, 'slider_image4', '474'),
(12280, 519, '_slider_image4', 'field_63e336890d0b2'),
(12281, 519, '1st_title_of_slider_4', 'Miss Me'),
(12282, 519, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(12283, 519, '2nd_title_of_slider_4', 'Seasoning Mix'),
(12284, 519, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(12285, 519, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(12286, 519, '_slider_description4', 'field_63e336c2b48bd'),
(12287, 519, 'about_us_page_image_2', ''),
(12288, 519, '_about_us_page_image_2', 'field_63e34c58952b3'),
(12289, 519, 'automap_technology', '511'),
(12290, 519, '_automap_technology', 'field_63ce36c7c9a55'),
(12291, 519, 'seassioning_mix', ''),
(12292, 519, '_seassioning_mix', 'field_63ce375dc9a58'),
(12293, 519, 'automap_sealing_machine', '511'),
(12294, 519, '_automap_sealing_machine', 'field_63e3895236968'),
(12297, 248, 'automap_technology', ''),
(12298, 248, '_automap_technology', 'field_63ce36c7c9a55'),
(12299, 248, 'seassioning_mix', ''),
(12300, 248, '_seassioning_mix', 'field_63ce375dc9a58'),
(12301, 248, 'automap_sealing_machine', ''),
(12302, 248, '_automap_sealing_machine', 'field_63e3895236968'),
(12303, 521, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(12304, 521, '_address', 'field_63c92e1503f94'),
(12305, 521, 'tel_phone_number', '+91 2824 223921'),
(12306, 521, '_tel_phone_number', 'field_63c92e5d03f95'),
(12307, 521, 'mobile_no', '+91 96628 45243'),
(12308, 521, '_mobile_no', 'field_63c92eb703f96'),
(12309, 521, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12310, 521, '_facebook_link', 'field_63c92f8503f97'),
(12311, 521, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12312, 521, '_google_link', 'field_63c92fa403f98'),
(12313, 521, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12314, 521, '_company_description', 'field_63c9309e03f99'),
(12315, 521, 'email', 'info@messagegroup.co.in'),
(12316, 521, '_email', 'field_63c93e1309d31'),
(12317, 521, 'company_profile', ''),
(12318, 521, '_company_profile', 'field_63ce36c7c9a55'),
(12319, 521, 'map_technology', ''),
(12320, 521, '_map_technology', 'field_63ce3756c9a56'),
(12321, 521, 'food_additives', ''),
(12322, 521, '_food_additives', 'field_63ce375ac9a57'),
(12323, 521, 'session_mix', ''),
(12324, 521, '_session_mix', 'field_63ce375dc9a58'),
(12325, 521, 'life_chart_by_map_technology', ''),
(12326, 521, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12327, 521, 'get_started_background', ''),
(12328, 521, '_get_started_background', 'field_63ce497feef6e'),
(12329, 521, 'choose_us_background', ''),
(12330, 521, '_choose_us_background', 'field_63ce539a8b5b1'),
(12331, 521, 'message_group_1', ''),
(12332, 521, '_message_group_1', 'field_63ce69047b0c9'),
(12333, 521, 'message_group_2', ''),
(12334, 521, '_message_group_2', 'field_63ce6a627b0cd'),
(12335, 521, 'message_group_3', ''),
(12336, 521, '_message_group_3', 'field_63ce6a637b0ce'),
(12337, 521, 'message_group_4', ''),
(12338, 521, '_message_group_4', 'field_63ce6a687b0cf'),
(12339, 521, 'expertise_section_image', ''),
(12340, 521, '_expertise_section_image', 'field_63ce860ce9935'),
(12341, 521, 'banner_image', '403'),
(12342, 521, '_banner_image', 'field_63d527184f31d'),
(12343, 521, 'banner_title', ''),
(12344, 521, '_banner_title', 'field_63d527614f31e'),
(12345, 521, 'template_image_1', '405'),
(12346, 521, '_template_image_1', 'field_63d529664f31f'),
(12347, 521, 'template_image_2', '411'),
(12348, 521, '_template_image_2', 'field_63d529b54f320'),
(12349, 521, 'template_image_3', '413'),
(12350, 521, '_template_image_3', 'field_63d529b94f321'),
(12351, 521, 'template_image_4', '520'),
(12352, 521, '_template_image_4', 'field_63d529bc4f322'),
(12353, 521, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12354, 521, '_instagram_link', 'field_63c92fa403f98'),
(12355, 521, 'automap_technology', ''),
(12356, 521, '_automap_technology', 'field_63ce36c7c9a55'),
(12357, 521, 'seassioning_mix', ''),
(12358, 521, '_seassioning_mix', 'field_63ce375dc9a58'),
(12359, 521, 'automap_sealing_machine', ''),
(12360, 521, '_automap_sealing_machine', 'field_63e3895236968'),
(12361, 523, '_wp_attached_file', '2023/02/New-Project-37.png'),
(12362, 523, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-37.png\";s:8:\"filesize\";i:76369;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12363, 248, 'extra_image_for_template', '680'),
(12364, 248, '_extra_image_for_template', 'field_63e3b52217b09'),
(12365, 524, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(12366, 524, '_address', 'field_63c92e1503f94'),
(12367, 524, 'tel_phone_number', '+91 2824 223921'),
(12368, 524, '_tel_phone_number', 'field_63c92e5d03f95'),
(12369, 524, 'mobile_no', '+91 96628 45243'),
(12370, 524, '_mobile_no', 'field_63c92eb703f96'),
(12371, 524, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12372, 524, '_facebook_link', 'field_63c92f8503f97'),
(12373, 524, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12374, 524, '_google_link', 'field_63c92fa403f98'),
(12375, 524, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12376, 524, '_company_description', 'field_63c9309e03f99'),
(12377, 524, 'email', 'info@messagegroup.co.in'),
(12378, 524, '_email', 'field_63c93e1309d31'),
(12379, 524, 'company_profile', ''),
(12380, 524, '_company_profile', 'field_63ce36c7c9a55'),
(12381, 524, 'map_technology', ''),
(12382, 524, '_map_technology', 'field_63ce3756c9a56'),
(12383, 524, 'food_additives', ''),
(12384, 524, '_food_additives', 'field_63ce375ac9a57'),
(12385, 524, 'session_mix', ''),
(12386, 524, '_session_mix', 'field_63ce375dc9a58'),
(12387, 524, 'life_chart_by_map_technology', ''),
(12388, 524, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12389, 524, 'get_started_background', ''),
(12390, 524, '_get_started_background', 'field_63ce497feef6e'),
(12391, 524, 'choose_us_background', ''),
(12392, 524, '_choose_us_background', 'field_63ce539a8b5b1'),
(12393, 524, 'message_group_1', ''),
(12394, 524, '_message_group_1', 'field_63ce69047b0c9'),
(12395, 524, 'message_group_2', ''),
(12396, 524, '_message_group_2', 'field_63ce6a627b0cd'),
(12397, 524, 'message_group_3', ''),
(12398, 524, '_message_group_3', 'field_63ce6a637b0ce'),
(12399, 524, 'message_group_4', ''),
(12400, 524, '_message_group_4', 'field_63ce6a687b0cf'),
(12401, 524, 'expertise_section_image', ''),
(12402, 524, '_expertise_section_image', 'field_63ce860ce9935'),
(12403, 524, 'banner_image', '403'),
(12404, 524, '_banner_image', 'field_63d527184f31d'),
(12405, 524, 'banner_title', ''),
(12406, 524, '_banner_title', 'field_63d527614f31e'),
(12407, 524, 'template_image_1', '405'),
(12408, 524, '_template_image_1', 'field_63d529664f31f'),
(12409, 524, 'template_image_2', '411'),
(12410, 524, '_template_image_2', 'field_63d529b54f320'),
(12411, 524, 'template_image_3', '413'),
(12412, 524, '_template_image_3', 'field_63d529b94f321'),
(12413, 524, 'template_image_4', '520'),
(12414, 524, '_template_image_4', 'field_63d529bc4f322'),
(12415, 524, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12416, 524, '_instagram_link', 'field_63c92fa403f98'),
(12417, 524, 'automap_technology', ''),
(12418, 524, '_automap_technology', 'field_63ce36c7c9a55'),
(12419, 524, 'seassioning_mix', ''),
(12420, 524, '_seassioning_mix', 'field_63ce375dc9a58'),
(12421, 524, 'automap_sealing_machine', ''),
(12422, 524, '_automap_sealing_machine', 'field_63e3895236968'),
(12423, 524, 'extra_image_for_template', '523'),
(12424, 524, '_extra_image_for_template', 'field_63e3b52217b09'),
(12425, 525, '_edit_lock', '1675951966:1'),
(12426, 525, '_edit_last', '1'),
(12427, 525, 'get_started_background', ''),
(12428, 525, '_get_started_background', 'field_63ce497feef6e'),
(12429, 525, 'choose_us_background', ''),
(12430, 525, '_choose_us_background', 'field_63ce539a8b5b1'),
(12431, 525, 'expertise_section_image', ''),
(12432, 525, '_expertise_section_image', 'field_63ce860ce9935'),
(12433, 525, 'extra_image_for_template', ''),
(12434, 525, '_extra_image_for_template', 'field_63e3b52217b09'),
(12435, 525, 'automap_technology', ''),
(12436, 525, '_automap_technology', 'field_63ce36c7c9a55'),
(12437, 525, 'map_technology', ''),
(12438, 525, '_map_technology', 'field_63ce3756c9a56');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12439, 525, 'food_additives', ''),
(12440, 525, '_food_additives', 'field_63ce375ac9a57'),
(12441, 525, 'seassioning_mix', ''),
(12442, 525, '_seassioning_mix', 'field_63ce375dc9a58'),
(12443, 525, 'life_chart_by_map_technology', ''),
(12444, 525, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12445, 525, 'automap_sealing_machine', ''),
(12446, 525, '_automap_sealing_machine', 'field_63e3895236968'),
(12447, 525, 'tel_phone_number', '+91 2824 223921'),
(12448, 525, '_tel_phone_number', 'field_63c92e5d03f95'),
(12449, 525, 'mobile_no', '+91 96628 45243'),
(12450, 525, '_mobile_no', 'field_63c92eb703f96'),
(12451, 525, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12452, 525, '_facebook_link', 'field_63c92f8503f97'),
(12453, 525, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12454, 525, '_instagram_link', 'field_63c92fa403f98'),
(12455, 525, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12456, 525, '_company_description', 'field_63c9309e03f99'),
(12457, 525, 'email', 'info@messagegroup.co.in'),
(12458, 525, '_email', 'field_63c93e1309d31'),
(12459, 526, 'get_started_background', ''),
(12460, 526, '_get_started_background', 'field_63ce497feef6e'),
(12461, 526, 'choose_us_background', ''),
(12462, 526, '_choose_us_background', 'field_63ce539a8b5b1'),
(12463, 526, 'expertise_section_image', ''),
(12464, 526, '_expertise_section_image', 'field_63ce860ce9935'),
(12465, 526, 'extra_image_for_template', ''),
(12466, 526, '_extra_image_for_template', 'field_63e3b52217b09'),
(12467, 526, 'automap_technology', ''),
(12468, 526, '_automap_technology', 'field_63ce36c7c9a55'),
(12469, 526, 'map_technology', ''),
(12470, 526, '_map_technology', 'field_63ce3756c9a56'),
(12471, 526, 'food_additives', ''),
(12472, 526, '_food_additives', 'field_63ce375ac9a57'),
(12473, 526, 'seassioning_mix', ''),
(12474, 526, '_seassioning_mix', 'field_63ce375dc9a58'),
(12475, 526, 'life_chart_by_map_technology', ''),
(12476, 526, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12477, 526, 'automap_sealing_machine', ''),
(12478, 526, '_automap_sealing_machine', 'field_63e3895236968'),
(12479, 526, 'tel_phone_number', '+91 2824 223921'),
(12480, 526, '_tel_phone_number', 'field_63c92e5d03f95'),
(12481, 526, 'mobile_no', '+91 96628 45243'),
(12482, 526, '_mobile_no', 'field_63c92eb703f96'),
(12483, 526, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12484, 526, '_facebook_link', 'field_63c92f8503f97'),
(12485, 526, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12486, 526, '_instagram_link', 'field_63c92fa403f98'),
(12487, 526, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12488, 526, '_company_description', 'field_63c9309e03f99'),
(12489, 526, 'email', 'info@messagegroup.co.in'),
(12490, 526, '_email', 'field_63c93e1309d31'),
(12491, 525, '_wp_page_template', 'turnPdf.php'),
(12492, 525, 'banner_image', ''),
(12493, 525, '_banner_image', 'field_63d527184f31d'),
(12494, 525, 'banner_title', ''),
(12495, 525, '_banner_title', 'field_63d527614f31e'),
(12496, 525, 'template_image_1', ''),
(12497, 525, '_template_image_1', 'field_63d529664f31f'),
(12498, 525, 'template_image_2', ''),
(12499, 525, '_template_image_2', 'field_63d529b54f320'),
(12500, 525, 'template_image_3', ''),
(12501, 525, '_template_image_3', 'field_63d529b94f321'),
(12502, 525, 'template_image_4', ''),
(12503, 525, '_template_image_4', 'field_63d529bc4f322'),
(12504, 526, 'banner_image', ''),
(12505, 526, '_banner_image', 'field_63d527184f31d'),
(12506, 526, 'banner_title', ''),
(12507, 526, '_banner_title', 'field_63d527614f31e'),
(12508, 526, 'template_image_1', ''),
(12509, 526, '_template_image_1', 'field_63d529664f31f'),
(12510, 526, 'template_image_2', ''),
(12511, 526, '_template_image_2', 'field_63d529b54f320'),
(12512, 526, 'template_image_3', ''),
(12513, 526, '_template_image_3', 'field_63d529b94f321'),
(12514, 526, 'template_image_4', ''),
(12515, 526, '_template_image_4', 'field_63d529bc4f322'),
(12516, 527, '_wp_attached_file', '2023/02/Chips.png'),
(12517, 527, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1688;s:6:\"height\";i:1250;s:4:\"file\";s:17:\"2023/02/Chips.png\";s:8:\"filesize\";i:1376887;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12518, 244, 'extra_image_for_template', ''),
(12519, 244, '_extra_image_for_template', 'field_63e3b52217b09'),
(12520, 244, 'automap_technology', ''),
(12521, 244, '_automap_technology', 'field_63ce36c7c9a55'),
(12522, 244, 'seassioning_mix', ''),
(12523, 244, '_seassioning_mix', 'field_63ce375dc9a58'),
(12524, 244, 'automap_sealing_machine', ''),
(12525, 244, '_automap_sealing_machine', 'field_63e3895236968'),
(12526, 528, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(12527, 528, '_address', 'field_63c92e1503f94'),
(12528, 528, 'tel_phone_number', '+91 2824 223921'),
(12529, 528, '_tel_phone_number', 'field_63c92e5d03f95'),
(12530, 528, 'mobile_no', '+91 96628 45243'),
(12531, 528, '_mobile_no', 'field_63c92eb703f96'),
(12532, 528, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12533, 528, '_facebook_link', 'field_63c92f8503f97'),
(12534, 528, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12535, 528, '_google_link', 'field_63c92fa403f98'),
(12536, 528, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12537, 528, '_company_description', 'field_63c9309e03f99'),
(12538, 528, 'email', 'info@messagegroup.co.in'),
(12539, 528, '_email', 'field_63c93e1309d31'),
(12540, 528, 'company_profile', ''),
(12541, 528, '_company_profile', 'field_63ce36c7c9a55'),
(12542, 528, 'map_technology', ''),
(12543, 528, '_map_technology', 'field_63ce3756c9a56'),
(12544, 528, 'food_additives', ''),
(12545, 528, '_food_additives', 'field_63ce375ac9a57'),
(12546, 528, 'session_mix', ''),
(12547, 528, '_session_mix', 'field_63ce375dc9a58'),
(12548, 528, 'life_chart_by_map_technology', ''),
(12549, 528, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12550, 528, 'get_started_background', ''),
(12551, 528, '_get_started_background', 'field_63ce497feef6e'),
(12552, 528, 'choose_us_background', ''),
(12553, 528, '_choose_us_background', 'field_63ce539a8b5b1'),
(12554, 528, 'message_group_1', ''),
(12555, 528, '_message_group_1', 'field_63ce69047b0c9'),
(12556, 528, 'message_group_2', ''),
(12557, 528, '_message_group_2', 'field_63ce6a627b0cd'),
(12558, 528, 'message_group_3', ''),
(12559, 528, '_message_group_3', 'field_63ce6a637b0ce'),
(12560, 528, 'message_group_4', ''),
(12561, 528, '_message_group_4', 'field_63ce6a687b0cf'),
(12562, 528, 'expertise_section_image', ''),
(12563, 528, '_expertise_section_image', 'field_63ce860ce9935'),
(12564, 528, 'banner_image', '442'),
(12565, 528, '_banner_image', 'field_63d527184f31d'),
(12566, 528, 'banner_title', ''),
(12567, 528, '_banner_title', 'field_63d527614f31e'),
(12568, 528, 'template_image_1', '527'),
(12569, 528, '_template_image_1', 'field_63d529664f31f'),
(12570, 528, 'template_image_2', '505'),
(12571, 528, '_template_image_2', 'field_63d529b54f320'),
(12572, 528, 'template_image_3', '418'),
(12573, 528, '_template_image_3', 'field_63d529b94f321'),
(12574, 528, 'template_image_4', '420'),
(12575, 528, '_template_image_4', 'field_63d529bc4f322'),
(12576, 528, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12577, 528, '_instagram_link', 'field_63c92fa403f98'),
(12578, 528, 'extra_image_for_template', ''),
(12579, 528, '_extra_image_for_template', 'field_63e3b52217b09'),
(12580, 528, 'automap_technology', ''),
(12581, 528, '_automap_technology', 'field_63ce36c7c9a55'),
(12582, 528, 'seassioning_mix', ''),
(12583, 528, '_seassioning_mix', 'field_63ce375dc9a58'),
(12584, 528, 'automap_sealing_machine', ''),
(12585, 528, '_automap_sealing_machine', 'field_63e3895236968'),
(12586, 529, '_wp_attached_file', '2023/02/Skype_Picture_2023_02_09T06_33_32_720Z.png'),
(12587, 529, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1941;s:6:\"height\";i:599;s:4:\"file\";s:50:\"2023/02/Skype_Picture_2023_02_09T06_33_32_720Z.png\";s:8:\"filesize\";i:127370;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12588, 530, '_edit_lock', '1675924486:1'),
(12589, 530, '_customize_restore_dismissed', '1'),
(12590, 531, '_wp_attached_file', '2023/02/New-Project-38.png'),
(12591, 531, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:160;s:6:\"height\";i:60;s:4:\"file\";s:26:\"2023/02/New-Project-38.png\";s:8:\"filesize\";i:4752;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12592, 532, '_wp_trash_meta_status', 'publish'),
(12593, 532, '_wp_trash_meta_time', '1675924612'),
(12596, 319, 'extra_image_for_template', ''),
(12597, 319, '_extra_image_for_template', 'field_63e3b52217b09'),
(12598, 319, 'automap_technology', ''),
(12599, 319, '_automap_technology', 'field_63ce36c7c9a55'),
(12600, 319, 'seassioning_mix', ''),
(12601, 319, '_seassioning_mix', 'field_63ce375dc9a58'),
(12602, 319, 'automap_sealing_machine', ''),
(12603, 319, '_automap_sealing_machine', 'field_63e3895236968'),
(12604, 319, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12605, 319, '_instagram_link', 'field_63c92fa403f98'),
(12606, 534, 'company_profile', ''),
(12607, 534, '_company_profile', 'field_63ce36c7c9a55'),
(12608, 534, 'map_technology', ''),
(12609, 534, '_map_technology', 'field_63ce3756c9a56'),
(12610, 534, 'food_additives', ''),
(12611, 534, '_food_additives', 'field_63ce375ac9a57'),
(12612, 534, 'session_mix', ''),
(12613, 534, '_session_mix', 'field_63ce375dc9a58'),
(12614, 534, 'life_chart_by_map_technology', ''),
(12615, 534, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12616, 534, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(12617, 534, '_address', 'field_63c92e1503f94'),
(12618, 534, 'tel_phone_number', '+91 2824 223921'),
(12619, 534, '_tel_phone_number', 'field_63c92e5d03f95'),
(12620, 534, 'mobile_no', '+91 96628 45243'),
(12621, 534, '_mobile_no', 'field_63c92eb703f96'),
(12622, 534, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12623, 534, '_facebook_link', 'field_63c92f8503f97'),
(12624, 534, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12625, 534, '_google_link', 'field_63c92fa403f98'),
(12626, 534, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12627, 534, '_company_description', 'field_63c9309e03f99'),
(12628, 534, 'email', 'info@messagegroup.co.in'),
(12629, 534, '_email', 'field_63c93e1309d31'),
(12630, 534, 'get_started_background', ''),
(12631, 534, '_get_started_background', 'field_63ce497feef6e'),
(12632, 534, 'choose_us_background', ''),
(12633, 534, '_choose_us_background', 'field_63ce539a8b5b1'),
(12634, 534, 'message_group_1', ''),
(12635, 534, '_message_group_1', 'field_63ce69047b0c9'),
(12636, 534, 'message_group_2', ''),
(12637, 534, '_message_group_2', 'field_63ce6a627b0cd'),
(12638, 534, 'message_group_3', ''),
(12639, 534, '_message_group_3', 'field_63ce6a637b0ce'),
(12640, 534, 'message_group_4', ''),
(12641, 534, '_message_group_4', 'field_63ce6a687b0cf'),
(12642, 534, 'expertise_section_image', ''),
(12643, 534, '_expertise_section_image', 'field_63ce860ce9935'),
(12644, 534, 'banner_image', ''),
(12645, 534, '_banner_image', 'field_63d527184f31d'),
(12646, 534, 'banner_title', ''),
(12647, 534, '_banner_title', 'field_63d527614f31e'),
(12648, 534, 'template_image_1', '533'),
(12649, 534, '_template_image_1', 'field_63d529664f31f'),
(12650, 534, 'template_image_2', ''),
(12651, 534, '_template_image_2', 'field_63d529b54f320'),
(12652, 534, 'template_image_3', ''),
(12653, 534, '_template_image_3', 'field_63d529b94f321'),
(12654, 534, 'template_image_4', ''),
(12655, 534, '_template_image_4', 'field_63d529bc4f322'),
(12656, 534, 'extra_image_for_template', ''),
(12657, 534, '_extra_image_for_template', 'field_63e3b52217b09'),
(12658, 534, 'automap_technology', ''),
(12659, 534, '_automap_technology', 'field_63ce36c7c9a55'),
(12660, 534, 'seassioning_mix', ''),
(12661, 534, '_seassioning_mix', 'field_63ce375dc9a58'),
(12662, 534, 'automap_sealing_machine', ''),
(12663, 534, '_automap_sealing_machine', 'field_63e3895236968'),
(12664, 534, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12665, 534, '_instagram_link', 'field_63c92fa403f98'),
(12668, 536, 'company_profile', ''),
(12669, 536, '_company_profile', 'field_63ce36c7c9a55'),
(12670, 536, 'map_technology', ''),
(12671, 536, '_map_technology', 'field_63ce3756c9a56'),
(12672, 536, 'food_additives', ''),
(12673, 536, '_food_additives', 'field_63ce375ac9a57'),
(12674, 536, 'session_mix', ''),
(12675, 536, '_session_mix', 'field_63ce375dc9a58'),
(12676, 536, 'life_chart_by_map_technology', ''),
(12677, 536, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12678, 536, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(12679, 536, '_address', 'field_63c92e1503f94'),
(12680, 536, 'tel_phone_number', '+91 2824 223921'),
(12681, 536, '_tel_phone_number', 'field_63c92e5d03f95'),
(12682, 536, 'mobile_no', '+91 96628 45243'),
(12683, 536, '_mobile_no', 'field_63c92eb703f96'),
(12684, 536, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12685, 536, '_facebook_link', 'field_63c92f8503f97'),
(12686, 536, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12687, 536, '_google_link', 'field_63c92fa403f98'),
(12688, 536, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12689, 536, '_company_description', 'field_63c9309e03f99'),
(12690, 536, 'email', 'info@messagegroup.co.in'),
(12691, 536, '_email', 'field_63c93e1309d31'),
(12692, 536, 'get_started_background', ''),
(12693, 536, '_get_started_background', 'field_63ce497feef6e'),
(12694, 536, 'choose_us_background', ''),
(12695, 536, '_choose_us_background', 'field_63ce539a8b5b1'),
(12696, 536, 'message_group_1', ''),
(12697, 536, '_message_group_1', 'field_63ce69047b0c9'),
(12698, 536, 'message_group_2', ''),
(12699, 536, '_message_group_2', 'field_63ce6a627b0cd'),
(12700, 536, 'message_group_3', ''),
(12701, 536, '_message_group_3', 'field_63ce6a637b0ce'),
(12702, 536, 'message_group_4', ''),
(12703, 536, '_message_group_4', 'field_63ce6a687b0cf'),
(12704, 536, 'expertise_section_image', ''),
(12705, 536, '_expertise_section_image', 'field_63ce860ce9935'),
(12706, 536, 'banner_image', ''),
(12707, 536, '_banner_image', 'field_63d527184f31d'),
(12708, 536, 'banner_title', ''),
(12709, 536, '_banner_title', 'field_63d527614f31e'),
(12710, 536, 'template_image_1', '535'),
(12711, 536, '_template_image_1', 'field_63d529664f31f'),
(12712, 536, 'template_image_2', ''),
(12713, 536, '_template_image_2', 'field_63d529b54f320'),
(12714, 536, 'template_image_3', ''),
(12715, 536, '_template_image_3', 'field_63d529b94f321'),
(12716, 536, 'template_image_4', ''),
(12717, 536, '_template_image_4', 'field_63d529bc4f322'),
(12718, 536, 'extra_image_for_template', ''),
(12719, 536, '_extra_image_for_template', 'field_63e3b52217b09'),
(12720, 536, 'automap_technology', ''),
(12721, 536, '_automap_technology', 'field_63ce36c7c9a55'),
(12722, 536, 'seassioning_mix', ''),
(12723, 536, '_seassioning_mix', 'field_63ce375dc9a58'),
(12724, 536, 'automap_sealing_machine', ''),
(12725, 536, '_automap_sealing_machine', 'field_63e3895236968'),
(12726, 536, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12727, 536, '_instagram_link', 'field_63c92fa403f98'),
(12730, 11, 'extra_image_for_template', ''),
(12731, 11, '_extra_image_for_template', 'field_63e3b52217b09'),
(12732, 538, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(12733, 538, '_address', 'field_63c92e1503f94'),
(12734, 538, 'tel_phone_number', '+91 96628 45243'),
(12735, 538, '_tel_phone_number', 'field_63c92e5d03f95'),
(12736, 538, 'mobile_no', '+91 96628 45243'),
(12737, 538, '_mobile_no', 'field_63c92eb703f96'),
(12738, 538, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12739, 538, '_facebook_link', 'field_63c92f8503f97'),
(12740, 538, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12741, 538, '_google_link', 'field_63c92fa403f98'),
(12742, 538, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12743, 538, '_company_description', 'field_63c9309e03f99'),
(12744, 538, 'slider_image1', '537'),
(12745, 538, '_slider_image1', 'field_63c8c6482244c'),
(12746, 538, 'slider_image2', '518'),
(12747, 538, '_slider_image2', 'field_63c8c68f2244d'),
(12748, 538, 'slider_image3', '516'),
(12749, 538, '_slider_image3', 'field_63c8d1b9959fa'),
(12750, 538, 'slider_title1', 'Seasoning Mix '),
(12751, 538, '_slider_title1', 'field_63c8d1ef959fb'),
(12752, 538, 'slider_title2', 'By Message'),
(12753, 538, '_slider_title2', 'field_63c8d20a959fc'),
(12754, 538, 'slider_title3', 'The miracle of research'),
(12755, 538, '_slider_title3', 'field_63c8d218959fd'),
(12756, 538, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(12757, 538, '_slider_description1', 'field_63c8d237959fe'),
(12758, 538, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(12759, 538, '_slider_description2', 'field_63c8d274959ff'),
(12760, 538, 'slider_description3', 'Food additives and much more...'),
(12761, 538, '_slider_description3', 'field_63c8d28f95a00'),
(12762, 538, 'about_us_title', 'Leading Food Consulting Company'),
(12763, 538, '_about_us_title', 'field_63cbbac505df9'),
(12764, 538, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(12765, 538, '_short_description', 'field_63cbbbe305dfa'),
(12766, 538, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(12767, 538, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(12768, 538, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(12769, 538, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(12770, 538, 'video_background', '242'),
(12771, 538, '_video_background', 'field_63cbc2880b5de'),
(12772, 538, 'client_image_1', '211'),
(12773, 538, '_client_image_1', 'field_63cbcb8e5afcb'),
(12774, 538, 'client_image_2', '210'),
(12775, 538, '_client_image_2', 'field_63cbcbd95afcc'),
(12776, 538, 'client_image_3', '209'),
(12777, 538, '_client_image_3', 'field_63cbcbe55afcd'),
(12778, 538, 'client_image_4', '208'),
(12779, 538, '_client_image_4', 'field_63cbcbe75afce'),
(12780, 538, 'client_image_5', '207'),
(12781, 538, '_client_image_5', 'field_63cbcbeb5afcf'),
(12782, 538, 'client_image_6', '206'),
(12783, 538, '_client_image_6', 'field_63cbcbef5afd0'),
(12784, 538, 'email', 'khyati@messagegroup.co.in'),
(12785, 538, '_email', 'field_63c93e1309d31'),
(12786, 538, 'tag_line1', 'Innovative Food Packaging Machinery'),
(12787, 538, '_tag_line1', 'field_63cbb9903babf'),
(12788, 538, 'tag_line2', 'Food Additives & Seasoning Mix'),
(12789, 538, '_tag_line2', 'field_63cbba1a3bac0'),
(12790, 538, 'tag_line3', 'Rapid Response & Satisfaction'),
(12791, 538, '_tag_line3', 'field_63cbba503bac1'),
(12792, 538, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(12793, 538, '_long_description_about_us_2', 'field_63cdfd562520a'),
(12794, 538, 'industry_we_serve_image_1', '439'),
(12795, 538, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(12796, 538, 'industry_we_serve_image_2', '440'),
(12797, 538, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(12798, 538, 'industry_we_serve_image_3', '435'),
(12799, 538, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(12800, 538, 'industry_we_serve_image_4', '437'),
(12801, 538, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(12802, 538, 'industry_we_serve_image_5', '433'),
(12803, 538, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(12804, 538, 'industry_we_serve_short_description', ''),
(12805, 538, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(12806, 538, 'company_profile', '261'),
(12807, 538, '_company_profile', 'field_63ce36c7c9a55'),
(12808, 538, 'map_technology', '379'),
(12809, 538, '_map_technology', 'field_63ce3756c9a56'),
(12810, 538, 'food_addsive', '262'),
(12811, 538, '_food_addsive', 'field_63ce375ac9a57'),
(12812, 538, 'session_mix', '263'),
(12813, 538, '_session_mix', 'field_63ce375dc9a58'),
(12814, 538, 'life_chart_by_map_technology', '264'),
(12815, 538, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12816, 538, 'food_additives', '262'),
(12817, 538, '_food_additives', 'field_63ce375ac9a57'),
(12818, 538, 'get_started_background', '507'),
(12819, 538, '_get_started_background', 'field_63ce497feef6e'),
(12820, 538, 'choose_us_background', '393'),
(12821, 538, '_choose_us_background', 'field_63ce539a8b5b1'),
(12822, 538, 'message_group_1', '283'),
(12823, 538, '_message_group_1', 'field_63ce69047b0c9'),
(12824, 538, 'message_group_2', '284'),
(12825, 538, '_message_group_2', 'field_63ce6a627b0cd'),
(12826, 538, 'message_group_3', '285'),
(12827, 538, '_message_group_3', 'field_63ce6a637b0ce'),
(12828, 538, 'message_group_4', '286'),
(12829, 538, '_message_group_4', 'field_63ce6a687b0cf'),
(12830, 538, 'expertise_section_image', '359'),
(12831, 538, '_expertise_section_image', 'field_63ce860ce9935'),
(12832, 538, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(12833, 538, '_array_of_feature_section', 'field_63ce89ca26c57'),
(12834, 538, '1st_title__of_slider_1', 'Miss Me'),
(12835, 538, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(12836, 538, '1st_title__of_slider_2', 'AutoMAP'),
(12837, 538, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(12838, 538, '1st_title__of_slider_3', 'Message'),
(12839, 538, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(12840, 538, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12841, 538, '_instagram_link', 'field_63c92fa403f98'),
(12842, 538, 'about_us_page_image_1', ''),
(12843, 538, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(12844, 538, '1st_title_of_slider_1', 'AutoMAP'),
(12845, 538, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(12846, 538, '2nd_title_of_slider_1', 'By Message'),
(12847, 538, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(12848, 538, '1st_title_of_slider_2', 'Packaging Solution'),
(12849, 538, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(12850, 538, '2nd_title_of_slider_2', 'By Message'),
(12851, 538, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(12852, 538, '1st_title_of_slider_3', 'Food Additives'),
(12853, 538, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(12854, 538, '2nd_title_of_slider_3', 'By message'),
(12855, 538, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(12856, 538, 'slider_image4', '474'),
(12857, 538, '_slider_image4', 'field_63e336890d0b2'),
(12858, 538, '1st_title_of_slider_4', 'Miss Me'),
(12859, 538, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(12860, 538, '2nd_title_of_slider_4', 'Seasoning Mix'),
(12861, 538, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(12862, 538, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(12863, 538, '_slider_description4', 'field_63e336c2b48bd'),
(12864, 538, 'about_us_page_image_2', ''),
(12865, 538, '_about_us_page_image_2', 'field_63e34c58952b3'),
(12866, 538, 'automap_technology', '511'),
(12867, 538, '_automap_technology', 'field_63ce36c7c9a55'),
(12868, 538, 'seassioning_mix', ''),
(12869, 538, '_seassioning_mix', 'field_63ce375dc9a58'),
(12870, 538, 'automap_sealing_machine', '511'),
(12871, 538, '_automap_sealing_machine', 'field_63e3895236968'),
(12872, 538, 'extra_image_for_template', ''),
(12873, 538, '_extra_image_for_template', 'field_63e3b52217b09'),
(12876, 315, 'extra_image_for_template', ''),
(12877, 315, '_extra_image_for_template', 'field_63e3b52217b09'),
(12878, 315, 'automap_technology', ''),
(12879, 315, '_automap_technology', 'field_63ce36c7c9a55'),
(12880, 315, 'seassioning_mix', ''),
(12881, 315, '_seassioning_mix', 'field_63ce375dc9a58'),
(12882, 315, 'automap_sealing_machine', ''),
(12883, 315, '_automap_sealing_machine', 'field_63e3895236968'),
(12884, 540, 'company_profile', ''),
(12885, 540, '_company_profile', 'field_63ce36c7c9a55'),
(12886, 540, 'map_technology', ''),
(12887, 540, '_map_technology', 'field_63ce3756c9a56'),
(12888, 540, 'food_additives', ''),
(12889, 540, '_food_additives', 'field_63ce375ac9a57'),
(12890, 540, 'session_mix', ''),
(12891, 540, '_session_mix', 'field_63ce375dc9a58'),
(12892, 540, 'life_chart_by_map_technology', ''),
(12893, 540, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12894, 540, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(12895, 540, '_address', 'field_63c92e1503f94'),
(12896, 540, 'tel_phone_number', '+91 2824 223921'),
(12897, 540, '_tel_phone_number', 'field_63c92e5d03f95'),
(12898, 540, 'mobile_no', '+91 96628 45243'),
(12899, 540, '_mobile_no', 'field_63c92eb703f96'),
(12900, 540, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12901, 540, '_facebook_link', 'field_63c92f8503f97'),
(12902, 540, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12903, 540, '_google_link', 'field_63c92fa403f98'),
(12904, 540, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12905, 540, '_company_description', 'field_63c9309e03f99'),
(12906, 540, 'email', 'info@messagegroup.co.in'),
(12907, 540, '_email', 'field_63c93e1309d31'),
(12908, 540, 'get_started_background', ''),
(12909, 540, '_get_started_background', 'field_63ce497feef6e'),
(12910, 540, 'choose_us_background', ''),
(12911, 540, '_choose_us_background', 'field_63ce539a8b5b1'),
(12912, 540, 'message_group_1', ''),
(12913, 540, '_message_group_1', 'field_63ce69047b0c9'),
(12914, 540, 'message_group_2', ''),
(12915, 540, '_message_group_2', 'field_63ce6a627b0cd'),
(12916, 540, 'message_group_3', ''),
(12917, 540, '_message_group_3', 'field_63ce6a637b0ce'),
(12918, 540, 'message_group_4', ''),
(12919, 540, '_message_group_4', 'field_63ce6a687b0cf'),
(12920, 540, 'expertise_section_image', ''),
(12921, 540, '_expertise_section_image', 'field_63ce860ce9935'),
(12922, 540, 'banner_image', ''),
(12923, 540, '_banner_image', 'field_63d527184f31d'),
(12924, 540, 'banner_title', ''),
(12925, 540, '_banner_title', 'field_63d527614f31e'),
(12926, 540, 'template_image_1', '539'),
(12927, 540, '_template_image_1', 'field_63d529664f31f'),
(12928, 540, 'template_image_2', ''),
(12929, 540, '_template_image_2', 'field_63d529b54f320'),
(12930, 540, 'template_image_3', ''),
(12931, 540, '_template_image_3', 'field_63d529b94f321'),
(12932, 540, 'template_image_4', ''),
(12933, 540, '_template_image_4', 'field_63d529bc4f322'),
(12934, 540, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12935, 540, '_instagram_link', 'field_63c92fa403f98'),
(12936, 540, 'extra_image_for_template', ''),
(12937, 540, '_extra_image_for_template', 'field_63e3b52217b09'),
(12938, 540, 'automap_technology', ''),
(12939, 540, '_automap_technology', 'field_63ce36c7c9a55'),
(12940, 540, 'seassioning_mix', ''),
(12941, 540, '_seassioning_mix', 'field_63ce375dc9a58'),
(12942, 540, 'automap_sealing_machine', ''),
(12943, 540, '_automap_sealing_machine', 'field_63e3895236968'),
(12944, 541, '_wp_attached_file', '2023/02/New-Project-42.png'),
(12945, 541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-42.png\";s:8:\"filesize\";i:101753;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12946, 542, 'company_profile', ''),
(12947, 542, '_company_profile', 'field_63ce36c7c9a55'),
(12948, 542, 'map_technology', ''),
(12949, 542, '_map_technology', 'field_63ce3756c9a56'),
(12950, 542, 'food_additives', ''),
(12951, 542, '_food_additives', 'field_63ce375ac9a57'),
(12952, 542, 'session_mix', ''),
(12953, 542, '_session_mix', 'field_63ce375dc9a58'),
(12954, 542, 'life_chart_by_map_technology', ''),
(12955, 542, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(12956, 542, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(12957, 542, '_address', 'field_63c92e1503f94'),
(12958, 542, 'tel_phone_number', '+91 2824 223921'),
(12959, 542, '_tel_phone_number', 'field_63c92e5d03f95'),
(12960, 542, 'mobile_no', '+91 96628 45243'),
(12961, 542, '_mobile_no', 'field_63c92eb703f96'),
(12962, 542, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(12963, 542, '_facebook_link', 'field_63c92f8503f97'),
(12964, 542, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12965, 542, '_google_link', 'field_63c92fa403f98'),
(12966, 542, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(12967, 542, '_company_description', 'field_63c9309e03f99'),
(12968, 542, 'email', 'info@messagegroup.co.in'),
(12969, 542, '_email', 'field_63c93e1309d31'),
(12970, 542, 'get_started_background', ''),
(12971, 542, '_get_started_background', 'field_63ce497feef6e'),
(12972, 542, 'choose_us_background', ''),
(12973, 542, '_choose_us_background', 'field_63ce539a8b5b1'),
(12974, 542, 'message_group_1', ''),
(12975, 542, '_message_group_1', 'field_63ce69047b0c9'),
(12976, 542, 'message_group_2', ''),
(12977, 542, '_message_group_2', 'field_63ce6a627b0cd'),
(12978, 542, 'message_group_3', ''),
(12979, 542, '_message_group_3', 'field_63ce6a637b0ce'),
(12980, 542, 'message_group_4', ''),
(12981, 542, '_message_group_4', 'field_63ce6a687b0cf'),
(12982, 542, 'expertise_section_image', ''),
(12983, 542, '_expertise_section_image', 'field_63ce860ce9935'),
(12984, 542, 'banner_image', ''),
(12985, 542, '_banner_image', 'field_63d527184f31d'),
(12986, 542, 'banner_title', ''),
(12987, 542, '_banner_title', 'field_63d527614f31e'),
(12988, 542, 'template_image_1', '541'),
(12989, 542, '_template_image_1', 'field_63d529664f31f'),
(12990, 542, 'template_image_2', ''),
(12991, 542, '_template_image_2', 'field_63d529b54f320'),
(12992, 542, 'template_image_3', ''),
(12993, 542, '_template_image_3', 'field_63d529b94f321'),
(12994, 542, 'template_image_4', ''),
(12995, 542, '_template_image_4', 'field_63d529bc4f322'),
(12996, 542, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(12997, 542, '_instagram_link', 'field_63c92fa403f98'),
(12998, 542, 'extra_image_for_template', ''),
(12999, 542, '_extra_image_for_template', 'field_63e3b52217b09'),
(13000, 542, 'automap_technology', ''),
(13001, 542, '_automap_technology', 'field_63ce36c7c9a55'),
(13002, 542, 'seassioning_mix', ''),
(13003, 542, '_seassioning_mix', 'field_63ce375dc9a58'),
(13004, 542, 'automap_sealing_machine', ''),
(13005, 542, '_automap_sealing_machine', 'field_63e3895236968'),
(13006, 310, 'extra_image_for_template', ''),
(13007, 310, '_extra_image_for_template', 'field_63e3b52217b09'),
(13008, 310, 'automap_technology', ''),
(13009, 310, '_automap_technology', 'field_63ce36c7c9a55'),
(13010, 310, 'seassioning_mix', ''),
(13011, 310, '_seassioning_mix', 'field_63ce375dc9a58'),
(13012, 310, 'automap_sealing_machine', ''),
(13013, 310, '_automap_sealing_machine', 'field_63e3895236968'),
(13014, 544, 'company_profile', ''),
(13015, 544, '_company_profile', 'field_63ce36c7c9a55'),
(13016, 544, 'map_technology', ''),
(13017, 544, '_map_technology', 'field_63ce3756c9a56'),
(13018, 544, 'food_additives', ''),
(13019, 544, '_food_additives', 'field_63ce375ac9a57'),
(13020, 544, 'session_mix', ''),
(13021, 544, '_session_mix', 'field_63ce375dc9a58'),
(13022, 544, 'life_chart_by_map_technology', ''),
(13023, 544, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13024, 544, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13025, 544, '_address', 'field_63c92e1503f94'),
(13026, 544, 'tel_phone_number', '+91 2824 223921'),
(13027, 544, '_tel_phone_number', 'field_63c92e5d03f95'),
(13028, 544, 'mobile_no', '+91 96628 45243'),
(13029, 544, '_mobile_no', 'field_63c92eb703f96'),
(13030, 544, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13031, 544, '_facebook_link', 'field_63c92f8503f97'),
(13032, 544, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13033, 544, '_google_link', 'field_63c92fa403f98'),
(13034, 544, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13035, 544, '_company_description', 'field_63c9309e03f99'),
(13036, 544, 'email', 'info@messagegroup.co.in'),
(13037, 544, '_email', 'field_63c93e1309d31'),
(13038, 544, 'get_started_background', ''),
(13039, 544, '_get_started_background', 'field_63ce497feef6e'),
(13040, 544, 'choose_us_background', ''),
(13041, 544, '_choose_us_background', 'field_63ce539a8b5b1'),
(13042, 544, 'message_group_1', ''),
(13043, 544, '_message_group_1', 'field_63ce69047b0c9'),
(13044, 544, 'message_group_2', ''),
(13045, 544, '_message_group_2', 'field_63ce6a627b0cd'),
(13046, 544, 'message_group_3', ''),
(13047, 544, '_message_group_3', 'field_63ce6a637b0ce'),
(13048, 544, 'message_group_4', ''),
(13049, 544, '_message_group_4', 'field_63ce6a687b0cf'),
(13050, 544, 'expertise_section_image', ''),
(13051, 544, '_expertise_section_image', 'field_63ce860ce9935'),
(13052, 544, 'banner_image', ''),
(13053, 544, '_banner_image', 'field_63d527184f31d'),
(13054, 544, 'banner_title', ''),
(13055, 544, '_banner_title', 'field_63d527614f31e'),
(13056, 544, 'template_image_1', ''),
(13057, 544, '_template_image_1', 'field_63d529664f31f'),
(13058, 544, 'template_image_2', ''),
(13059, 544, '_template_image_2', 'field_63d529b54f320'),
(13060, 544, 'template_image_3', ''),
(13061, 544, '_template_image_3', 'field_63d529b94f321'),
(13062, 544, 'template_image_4', ''),
(13063, 544, '_template_image_4', 'field_63d529bc4f322'),
(13064, 544, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13065, 544, '_instagram_link', 'field_63c92fa403f98'),
(13066, 544, 'extra_image_for_template', ''),
(13067, 544, '_extra_image_for_template', 'field_63e3b52217b09'),
(13068, 544, 'automap_technology', ''),
(13069, 544, '_automap_technology', 'field_63ce36c7c9a55'),
(13070, 544, 'seassioning_mix', ''),
(13071, 544, '_seassioning_mix', 'field_63ce375dc9a58'),
(13072, 544, 'automap_sealing_machine', ''),
(13073, 544, '_automap_sealing_machine', 'field_63e3895236968'),
(13074, 546, 'company_profile', ''),
(13075, 546, '_company_profile', 'field_63ce36c7c9a55'),
(13076, 546, 'map_technology', ''),
(13077, 546, '_map_technology', 'field_63ce3756c9a56'),
(13078, 546, 'food_additives', ''),
(13079, 546, '_food_additives', 'field_63ce375ac9a57'),
(13080, 546, 'session_mix', ''),
(13081, 546, '_session_mix', 'field_63ce375dc9a58'),
(13082, 546, 'life_chart_by_map_technology', ''),
(13083, 546, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13084, 546, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13085, 546, '_address', 'field_63c92e1503f94'),
(13086, 546, 'tel_phone_number', '+91 2824 223921'),
(13087, 546, '_tel_phone_number', 'field_63c92e5d03f95'),
(13088, 546, 'mobile_no', '+91 96628 45243'),
(13089, 546, '_mobile_no', 'field_63c92eb703f96'),
(13090, 546, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13091, 546, '_facebook_link', 'field_63c92f8503f97'),
(13092, 546, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13093, 546, '_google_link', 'field_63c92fa403f98'),
(13094, 546, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13095, 546, '_company_description', 'field_63c9309e03f99'),
(13096, 546, 'email', 'info@messagegroup.co.in'),
(13097, 546, '_email', 'field_63c93e1309d31'),
(13098, 546, 'get_started_background', ''),
(13099, 546, '_get_started_background', 'field_63ce497feef6e'),
(13100, 546, 'choose_us_background', ''),
(13101, 546, '_choose_us_background', 'field_63ce539a8b5b1'),
(13102, 546, 'message_group_1', ''),
(13103, 546, '_message_group_1', 'field_63ce69047b0c9'),
(13104, 546, 'message_group_2', ''),
(13105, 546, '_message_group_2', 'field_63ce6a627b0cd'),
(13106, 546, 'message_group_3', ''),
(13107, 546, '_message_group_3', 'field_63ce6a637b0ce'),
(13108, 546, 'message_group_4', ''),
(13109, 546, '_message_group_4', 'field_63ce6a687b0cf'),
(13110, 546, 'expertise_section_image', ''),
(13111, 546, '_expertise_section_image', 'field_63ce860ce9935'),
(13112, 546, 'banner_image', ''),
(13113, 546, '_banner_image', 'field_63d527184f31d'),
(13114, 546, 'banner_title', ''),
(13115, 546, '_banner_title', 'field_63d527614f31e'),
(13116, 546, 'template_image_1', ''),
(13117, 546, '_template_image_1', 'field_63d529664f31f'),
(13118, 546, 'template_image_2', ''),
(13119, 546, '_template_image_2', 'field_63d529b54f320'),
(13120, 546, 'template_image_3', ''),
(13121, 546, '_template_image_3', 'field_63d529b94f321'),
(13122, 546, 'template_image_4', ''),
(13123, 546, '_template_image_4', 'field_63d529bc4f322'),
(13124, 546, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13125, 546, '_instagram_link', 'field_63c92fa403f98'),
(13126, 546, 'extra_image_for_template', ''),
(13127, 546, '_extra_image_for_template', 'field_63e3b52217b09'),
(13128, 546, 'automap_technology', ''),
(13129, 546, '_automap_technology', 'field_63ce36c7c9a55'),
(13130, 546, 'seassioning_mix', ''),
(13131, 546, '_seassioning_mix', 'field_63ce375dc9a58'),
(13132, 546, 'automap_sealing_machine', ''),
(13133, 546, '_automap_sealing_machine', 'field_63e3895236968'),
(13134, 547, 'company_profile', ''),
(13135, 547, '_company_profile', 'field_63ce36c7c9a55'),
(13136, 547, 'map_technology', ''),
(13137, 547, '_map_technology', 'field_63ce3756c9a56'),
(13138, 547, 'food_additives', ''),
(13139, 547, '_food_additives', 'field_63ce375ac9a57'),
(13140, 547, 'session_mix', ''),
(13141, 547, '_session_mix', 'field_63ce375dc9a58'),
(13142, 547, 'life_chart_by_map_technology', ''),
(13143, 547, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13144, 547, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13145, 547, '_address', 'field_63c92e1503f94'),
(13146, 547, 'tel_phone_number', '+91 2824 223921'),
(13147, 547, '_tel_phone_number', 'field_63c92e5d03f95'),
(13148, 547, 'mobile_no', '+91 96628 45243'),
(13149, 547, '_mobile_no', 'field_63c92eb703f96'),
(13150, 547, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13151, 547, '_facebook_link', 'field_63c92f8503f97'),
(13152, 547, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13153, 547, '_google_link', 'field_63c92fa403f98'),
(13154, 547, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13155, 547, '_company_description', 'field_63c9309e03f99'),
(13156, 547, 'email', 'info@messagegroup.co.in'),
(13157, 547, '_email', 'field_63c93e1309d31'),
(13158, 547, 'get_started_background', ''),
(13159, 547, '_get_started_background', 'field_63ce497feef6e'),
(13160, 547, 'choose_us_background', ''),
(13161, 547, '_choose_us_background', 'field_63ce539a8b5b1'),
(13162, 547, 'message_group_1', ''),
(13163, 547, '_message_group_1', 'field_63ce69047b0c9'),
(13164, 547, 'message_group_2', ''),
(13165, 547, '_message_group_2', 'field_63ce6a627b0cd'),
(13166, 547, 'message_group_3', ''),
(13167, 547, '_message_group_3', 'field_63ce6a637b0ce'),
(13168, 547, 'message_group_4', ''),
(13169, 547, '_message_group_4', 'field_63ce6a687b0cf'),
(13170, 547, 'expertise_section_image', ''),
(13171, 547, '_expertise_section_image', 'field_63ce860ce9935'),
(13172, 547, 'banner_image', ''),
(13173, 547, '_banner_image', 'field_63d527184f31d'),
(13174, 547, 'banner_title', ''),
(13175, 547, '_banner_title', 'field_63d527614f31e'),
(13176, 547, 'template_image_1', ''),
(13177, 547, '_template_image_1', 'field_63d529664f31f'),
(13178, 547, 'template_image_2', ''),
(13179, 547, '_template_image_2', 'field_63d529b54f320'),
(13180, 547, 'template_image_3', ''),
(13181, 547, '_template_image_3', 'field_63d529b94f321'),
(13182, 547, 'template_image_4', ''),
(13183, 547, '_template_image_4', 'field_63d529bc4f322'),
(13184, 547, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13185, 547, '_instagram_link', 'field_63c92fa403f98'),
(13186, 547, 'extra_image_for_template', ''),
(13187, 547, '_extra_image_for_template', 'field_63e3b52217b09'),
(13188, 547, 'automap_technology', ''),
(13189, 547, '_automap_technology', 'field_63ce36c7c9a55'),
(13190, 547, 'seassioning_mix', ''),
(13191, 547, '_seassioning_mix', 'field_63ce375dc9a58'),
(13192, 547, 'automap_sealing_machine', ''),
(13193, 547, '_automap_sealing_machine', 'field_63e3895236968'),
(13194, 13, 'extra_image_for_template', ''),
(13195, 13, '_extra_image_for_template', 'field_63e3b52217b09'),
(13196, 13, 'automap_technology', ''),
(13197, 13, '_automap_technology', 'field_63ce36c7c9a55'),
(13198, 13, 'seassioning_mix', ''),
(13199, 13, '_seassioning_mix', 'field_63ce375dc9a58'),
(13200, 13, 'automap_sealing_machine', ''),
(13201, 13, '_automap_sealing_machine', 'field_63e3895236968'),
(13202, 550, 'company_profile', ''),
(13203, 550, '_company_profile', 'field_63ce36c7c9a55'),
(13204, 550, 'map_technology', ''),
(13205, 550, '_map_technology', 'field_63ce3756c9a56'),
(13206, 550, 'food_additives', ''),
(13207, 550, '_food_additives', 'field_63ce375ac9a57'),
(13208, 550, 'session_mix', ''),
(13209, 550, '_session_mix', 'field_63ce375dc9a58'),
(13210, 550, 'life_chart_by_map_technology', ''),
(13211, 550, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13212, 550, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13213, 550, '_address', 'field_63c92e1503f94'),
(13214, 550, 'tel_phone_number', '+91 2824 223921'),
(13215, 550, '_tel_phone_number', 'field_63c92e5d03f95'),
(13216, 550, 'mobile_no', '+91 96628 45243'),
(13217, 550, '_mobile_no', 'field_63c92eb703f96'),
(13218, 550, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13219, 550, '_facebook_link', 'field_63c92f8503f97'),
(13220, 550, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13221, 550, '_google_link', 'field_63c92fa403f98'),
(13222, 550, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13223, 550, '_company_description', 'field_63c9309e03f99'),
(13224, 550, 'email', 'info@messagegroup.co.in'),
(13225, 550, '_email', 'field_63c93e1309d31'),
(13226, 550, 'banner_image', ''),
(13227, 550, '_banner_image', 'field_63d527184f31d'),
(13228, 550, 'banner_title', ''),
(13229, 550, '_banner_title', 'field_63d527614f31e'),
(13230, 550, 'template_image_1', ''),
(13231, 550, '_template_image_1', 'field_63d529664f31f'),
(13232, 550, 'template_image_2', ''),
(13233, 550, '_template_image_2', 'field_63d529b54f320'),
(13234, 550, 'template_image_3', ''),
(13235, 550, '_template_image_3', 'field_63d529b94f321'),
(13236, 550, 'template_image_4', ''),
(13237, 550, '_template_image_4', 'field_63d529bc4f322'),
(13238, 550, 'get_started_background', ''),
(13239, 550, '_get_started_background', 'field_63ce497feef6e'),
(13240, 550, 'choose_us_background', ''),
(13241, 550, '_choose_us_background', 'field_63ce539a8b5b1'),
(13242, 550, 'message_group_1', ''),
(13243, 550, '_message_group_1', 'field_63ce69047b0c9'),
(13244, 550, 'message_group_2', ''),
(13245, 550, '_message_group_2', 'field_63ce6a627b0cd'),
(13246, 550, 'message_group_3', ''),
(13247, 550, '_message_group_3', 'field_63ce6a637b0ce'),
(13248, 550, 'message_group_4', ''),
(13249, 550, '_message_group_4', 'field_63ce6a687b0cf'),
(13250, 550, 'expertise_section_image', ''),
(13251, 550, '_expertise_section_image', 'field_63ce860ce9935'),
(13252, 550, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13253, 550, '_instagram_link', 'field_63c92fa403f98'),
(13254, 550, 'about_us_title', 'Leading Food Consulting Company'),
(13255, 550, '_about_us_title', 'field_63cbbac505df9'),
(13256, 550, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(13257, 550, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(13258, 550, 'video_background', ''),
(13259, 550, '_video_background', 'field_63cbc2880b5de'),
(13260, 550, 'about_us_page_image_1', '494'),
(13261, 550, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(13262, 550, 'about_us_page_image_2', '496'),
(13263, 550, '_about_us_page_image_2', 'field_63e34c58952b3'),
(13264, 550, 'extra_image_for_template', ''),
(13265, 550, '_extra_image_for_template', 'field_63e3b52217b09'),
(13266, 550, 'automap_technology', ''),
(13267, 550, '_automap_technology', 'field_63ce36c7c9a55'),
(13268, 550, 'seassioning_mix', ''),
(13269, 550, '_seassioning_mix', 'field_63ce375dc9a58'),
(13270, 550, 'automap_sealing_machine', ''),
(13271, 550, '_automap_sealing_machine', 'field_63e3895236968'),
(13272, 551, 'company_profile', ''),
(13273, 551, '_company_profile', 'field_63ce36c7c9a55'),
(13274, 551, 'map_technology', ''),
(13275, 551, '_map_technology', 'field_63ce3756c9a56'),
(13276, 551, 'food_additives', ''),
(13277, 551, '_food_additives', 'field_63ce375ac9a57'),
(13278, 551, 'session_mix', ''),
(13279, 551, '_session_mix', 'field_63ce375dc9a58'),
(13280, 551, 'life_chart_by_map_technology', ''),
(13281, 551, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13282, 551, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13283, 551, '_address', 'field_63c92e1503f94'),
(13284, 551, 'tel_phone_number', '+91 2824 223921'),
(13285, 551, '_tel_phone_number', 'field_63c92e5d03f95'),
(13286, 551, 'mobile_no', '+91 96628 45243'),
(13287, 551, '_mobile_no', 'field_63c92eb703f96'),
(13288, 551, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13289, 551, '_facebook_link', 'field_63c92f8503f97'),
(13290, 551, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13291, 551, '_google_link', 'field_63c92fa403f98'),
(13292, 551, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13293, 551, '_company_description', 'field_63c9309e03f99'),
(13294, 551, 'email', 'info@messagegroup.co.in'),
(13295, 551, '_email', 'field_63c93e1309d31'),
(13296, 551, 'get_started_background', ''),
(13297, 551, '_get_started_background', 'field_63ce497feef6e'),
(13298, 551, 'choose_us_background', ''),
(13299, 551, '_choose_us_background', 'field_63ce539a8b5b1'),
(13300, 551, 'message_group_1', ''),
(13301, 551, '_message_group_1', 'field_63ce69047b0c9'),
(13302, 551, 'message_group_2', ''),
(13303, 551, '_message_group_2', 'field_63ce6a627b0cd'),
(13304, 551, 'message_group_3', ''),
(13305, 551, '_message_group_3', 'field_63ce6a637b0ce'),
(13306, 551, 'message_group_4', ''),
(13307, 551, '_message_group_4', 'field_63ce6a687b0cf'),
(13308, 551, 'expertise_section_image', ''),
(13309, 551, '_expertise_section_image', 'field_63ce860ce9935'),
(13310, 551, 'banner_image', ''),
(13311, 551, '_banner_image', 'field_63d527184f31d'),
(13312, 551, 'banner_title', ''),
(13313, 551, '_banner_title', 'field_63d527614f31e'),
(13314, 551, 'template_image_1', ''),
(13315, 551, '_template_image_1', 'field_63d529664f31f'),
(13316, 551, 'template_image_2', ''),
(13317, 551, '_template_image_2', 'field_63d529b54f320'),
(13318, 551, 'template_image_3', ''),
(13319, 551, '_template_image_3', 'field_63d529b94f321'),
(13320, 551, 'template_image_4', ''),
(13321, 551, '_template_image_4', 'field_63d529bc4f322'),
(13322, 551, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13323, 551, '_instagram_link', 'field_63c92fa403f98'),
(13324, 551, 'extra_image_for_template', ''),
(13325, 551, '_extra_image_for_template', 'field_63e3b52217b09'),
(13326, 551, 'automap_technology', ''),
(13327, 551, '_automap_technology', 'field_63ce36c7c9a55'),
(13328, 551, 'seassioning_mix', ''),
(13329, 551, '_seassioning_mix', 'field_63ce375dc9a58'),
(13330, 551, 'automap_sealing_machine', ''),
(13331, 551, '_automap_sealing_machine', 'field_63e3895236968'),
(13338, 556, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(13339, 556, '_address', 'field_63c92e1503f94'),
(13340, 556, 'tel_phone_number', '+91 96628 45243'),
(13341, 556, '_tel_phone_number', 'field_63c92e5d03f95'),
(13342, 556, 'mobile_no', '+91 96628 45243'),
(13343, 556, '_mobile_no', 'field_63c92eb703f96'),
(13344, 556, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13345, 556, '_facebook_link', 'field_63c92f8503f97'),
(13346, 556, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13347, 556, '_google_link', 'field_63c92fa403f98'),
(13348, 556, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13349, 556, '_company_description', 'field_63c9309e03f99'),
(13350, 556, 'slider_image1', '553'),
(13351, 556, '_slider_image1', 'field_63c8c6482244c'),
(13352, 556, 'slider_image2', '554'),
(13353, 556, '_slider_image2', 'field_63c8c68f2244d'),
(13354, 556, 'slider_image3', '516'),
(13355, 556, '_slider_image3', 'field_63c8d1b9959fa'),
(13356, 556, 'slider_title1', 'Seasoning Mix '),
(13357, 556, '_slider_title1', 'field_63c8d1ef959fb'),
(13358, 556, 'slider_title2', 'By Message'),
(13359, 556, '_slider_title2', 'field_63c8d20a959fc'),
(13360, 556, 'slider_title3', 'The miracle of research'),
(13361, 556, '_slider_title3', 'field_63c8d218959fd'),
(13362, 556, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(13363, 556, '_slider_description1', 'field_63c8d237959fe'),
(13364, 556, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(13365, 556, '_slider_description2', 'field_63c8d274959ff'),
(13366, 556, 'slider_description3', 'Food additives and much more...'),
(13367, 556, '_slider_description3', 'field_63c8d28f95a00'),
(13368, 556, 'about_us_title', 'Leading Food Consulting Company'),
(13369, 556, '_about_us_title', 'field_63cbbac505df9'),
(13370, 556, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(13371, 556, '_short_description', 'field_63cbbbe305dfa'),
(13372, 556, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(13373, 556, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(13374, 556, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(13375, 556, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(13376, 556, 'video_background', '242'),
(13377, 556, '_video_background', 'field_63cbc2880b5de'),
(13378, 556, 'client_image_1', '211'),
(13379, 556, '_client_image_1', 'field_63cbcb8e5afcb'),
(13380, 556, 'client_image_2', '210'),
(13381, 556, '_client_image_2', 'field_63cbcbd95afcc'),
(13382, 556, 'client_image_3', '209'),
(13383, 556, '_client_image_3', 'field_63cbcbe55afcd'),
(13384, 556, 'client_image_4', '208'),
(13385, 556, '_client_image_4', 'field_63cbcbe75afce'),
(13386, 556, 'client_image_5', '207'),
(13387, 556, '_client_image_5', 'field_63cbcbeb5afcf'),
(13388, 556, 'client_image_6', '206'),
(13389, 556, '_client_image_6', 'field_63cbcbef5afd0'),
(13390, 556, 'email', 'khyati@messagegroup.co.in'),
(13391, 556, '_email', 'field_63c93e1309d31'),
(13392, 556, 'tag_line1', 'Innovative Food Packaging Machinery'),
(13393, 556, '_tag_line1', 'field_63cbb9903babf'),
(13394, 556, 'tag_line2', 'Food Additives & Seasoning Mix'),
(13395, 556, '_tag_line2', 'field_63cbba1a3bac0'),
(13396, 556, 'tag_line3', 'Rapid Response & Satisfaction'),
(13397, 556, '_tag_line3', 'field_63cbba503bac1'),
(13398, 556, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(13399, 556, '_long_description_about_us_2', 'field_63cdfd562520a'),
(13400, 556, 'industry_we_serve_image_1', '439'),
(13401, 556, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(13402, 556, 'industry_we_serve_image_2', '440'),
(13403, 556, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(13404, 556, 'industry_we_serve_image_3', '435'),
(13405, 556, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(13406, 556, 'industry_we_serve_image_4', '437'),
(13407, 556, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(13408, 556, 'industry_we_serve_image_5', '433'),
(13409, 556, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(13410, 556, 'industry_we_serve_short_description', ''),
(13411, 556, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(13412, 556, 'company_profile', '261'),
(13413, 556, '_company_profile', 'field_63ce36c7c9a55'),
(13414, 556, 'map_technology', '379'),
(13415, 556, '_map_technology', 'field_63ce3756c9a56'),
(13416, 556, 'food_addsive', '262'),
(13417, 556, '_food_addsive', 'field_63ce375ac9a57'),
(13418, 556, 'session_mix', '263'),
(13419, 556, '_session_mix', 'field_63ce375dc9a58'),
(13420, 556, 'life_chart_by_map_technology', '264'),
(13421, 556, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13422, 556, 'food_additives', '262'),
(13423, 556, '_food_additives', 'field_63ce375ac9a57'),
(13424, 556, 'get_started_background', '507'),
(13425, 556, '_get_started_background', 'field_63ce497feef6e'),
(13426, 556, 'choose_us_background', '393'),
(13427, 556, '_choose_us_background', 'field_63ce539a8b5b1'),
(13428, 556, 'message_group_1', '283'),
(13429, 556, '_message_group_1', 'field_63ce69047b0c9'),
(13430, 556, 'message_group_2', '284'),
(13431, 556, '_message_group_2', 'field_63ce6a627b0cd'),
(13432, 556, 'message_group_3', '285'),
(13433, 556, '_message_group_3', 'field_63ce6a637b0ce'),
(13434, 556, 'message_group_4', '286'),
(13435, 556, '_message_group_4', 'field_63ce6a687b0cf'),
(13436, 556, 'expertise_section_image', '359'),
(13437, 556, '_expertise_section_image', 'field_63ce860ce9935'),
(13438, 556, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(13439, 556, '_array_of_feature_section', 'field_63ce89ca26c57'),
(13440, 556, '1st_title__of_slider_1', 'Miss Me'),
(13441, 556, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(13442, 556, '1st_title__of_slider_2', 'AutoMAP'),
(13443, 556, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(13444, 556, '1st_title__of_slider_3', 'Message'),
(13445, 556, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(13446, 556, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13447, 556, '_instagram_link', 'field_63c92fa403f98'),
(13448, 556, 'about_us_page_image_1', ''),
(13449, 556, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(13450, 556, '1st_title_of_slider_1', 'AutoMAP'),
(13451, 556, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(13452, 556, '2nd_title_of_slider_1', 'By Message'),
(13453, 556, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(13454, 556, '1st_title_of_slider_2', 'Packaging Solution'),
(13455, 556, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(13456, 556, '2nd_title_of_slider_2', 'By Message'),
(13457, 556, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(13458, 556, '1st_title_of_slider_3', 'Food Additives'),
(13459, 556, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(13460, 556, '2nd_title_of_slider_3', 'By message'),
(13461, 556, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(13462, 556, 'slider_image4', '555'),
(13463, 556, '_slider_image4', 'field_63e336890d0b2'),
(13464, 556, '1st_title_of_slider_4', 'Miss Me'),
(13465, 556, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(13466, 556, '2nd_title_of_slider_4', 'Seasoning Mix'),
(13467, 556, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(13468, 556, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(13469, 556, '_slider_description4', 'field_63e336c2b48bd'),
(13470, 556, 'about_us_page_image_2', ''),
(13471, 556, '_about_us_page_image_2', 'field_63e34c58952b3'),
(13472, 556, 'automap_technology', '511'),
(13473, 556, '_automap_technology', 'field_63ce36c7c9a55'),
(13474, 556, 'seassioning_mix', ''),
(13475, 556, '_seassioning_mix', 'field_63ce375dc9a58'),
(13476, 556, 'automap_sealing_machine', '511'),
(13477, 556, '_automap_sealing_machine', 'field_63e3895236968'),
(13478, 556, 'extra_image_for_template', ''),
(13479, 556, '_extra_image_for_template', 'field_63e3b52217b09'),
(13482, 558, 'company_profile', ''),
(13483, 558, '_company_profile', 'field_63ce36c7c9a55'),
(13484, 558, 'map_technology', ''),
(13485, 558, '_map_technology', 'field_63ce3756c9a56'),
(13486, 558, 'food_additives', ''),
(13487, 558, '_food_additives', 'field_63ce375ac9a57'),
(13488, 558, 'session_mix', ''),
(13489, 558, '_session_mix', 'field_63ce375dc9a58'),
(13490, 558, 'life_chart_by_map_technology', ''),
(13491, 558, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13492, 558, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13493, 558, '_address', 'field_63c92e1503f94'),
(13494, 558, 'tel_phone_number', '+91 2824 223921'),
(13495, 558, '_tel_phone_number', 'field_63c92e5d03f95'),
(13496, 558, 'mobile_no', '+91 96628 45243'),
(13497, 558, '_mobile_no', 'field_63c92eb703f96'),
(13498, 558, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13499, 558, '_facebook_link', 'field_63c92f8503f97'),
(13500, 558, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13501, 558, '_google_link', 'field_63c92fa403f98'),
(13502, 558, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13503, 558, '_company_description', 'field_63c9309e03f99'),
(13504, 558, 'email', 'info@messagegroup.co.in'),
(13505, 558, '_email', 'field_63c93e1309d31'),
(13506, 558, 'get_started_background', ''),
(13507, 558, '_get_started_background', 'field_63ce497feef6e'),
(13508, 558, 'choose_us_background', ''),
(13509, 558, '_choose_us_background', 'field_63ce539a8b5b1'),
(13510, 558, 'message_group_1', ''),
(13511, 558, '_message_group_1', 'field_63ce69047b0c9'),
(13512, 558, 'message_group_2', ''),
(13513, 558, '_message_group_2', 'field_63ce6a627b0cd'),
(13514, 558, 'message_group_3', ''),
(13515, 558, '_message_group_3', 'field_63ce6a637b0ce'),
(13516, 558, 'message_group_4', ''),
(13517, 558, '_message_group_4', 'field_63ce6a687b0cf'),
(13518, 558, 'expertise_section_image', ''),
(13519, 558, '_expertise_section_image', 'field_63ce860ce9935'),
(13520, 558, 'banner_image', '557'),
(13521, 558, '_banner_image', 'field_63d527184f31d'),
(13522, 558, 'banner_title', ''),
(13523, 558, '_banner_title', 'field_63d527614f31e'),
(13524, 558, 'template_image_1', ''),
(13525, 558, '_template_image_1', 'field_63d529664f31f'),
(13526, 558, 'template_image_2', ''),
(13527, 558, '_template_image_2', 'field_63d529b54f320'),
(13528, 558, 'template_image_3', ''),
(13529, 558, '_template_image_3', 'field_63d529b94f321'),
(13530, 558, 'template_image_4', ''),
(13531, 558, '_template_image_4', 'field_63d529bc4f322'),
(13532, 558, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13533, 558, '_instagram_link', 'field_63c92fa403f98'),
(13534, 558, 'extra_image_for_template', ''),
(13535, 558, '_extra_image_for_template', 'field_63e3b52217b09'),
(13536, 558, 'automap_technology', ''),
(13537, 558, '_automap_technology', 'field_63ce36c7c9a55'),
(13538, 558, 'seassioning_mix', ''),
(13539, 558, '_seassioning_mix', 'field_63ce375dc9a58'),
(13540, 558, 'automap_sealing_machine', ''),
(13541, 558, '_automap_sealing_machine', 'field_63e3895236968'),
(13544, 560, 'company_profile', ''),
(13545, 560, '_company_profile', 'field_63ce36c7c9a55'),
(13546, 560, 'map_technology', ''),
(13547, 560, '_map_technology', 'field_63ce3756c9a56'),
(13548, 560, 'food_additives', ''),
(13549, 560, '_food_additives', 'field_63ce375ac9a57'),
(13550, 560, 'session_mix', ''),
(13551, 560, '_session_mix', 'field_63ce375dc9a58'),
(13552, 560, 'life_chart_by_map_technology', ''),
(13553, 560, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13554, 560, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13555, 560, '_address', 'field_63c92e1503f94'),
(13556, 560, 'tel_phone_number', '+91 2824 223921'),
(13557, 560, '_tel_phone_number', 'field_63c92e5d03f95'),
(13558, 560, 'mobile_no', '+91 96628 45243'),
(13559, 560, '_mobile_no', 'field_63c92eb703f96'),
(13560, 560, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13561, 560, '_facebook_link', 'field_63c92f8503f97'),
(13562, 560, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13563, 560, '_google_link', 'field_63c92fa403f98'),
(13564, 560, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13565, 560, '_company_description', 'field_63c9309e03f99'),
(13566, 560, 'email', 'info@messagegroup.co.in'),
(13567, 560, '_email', 'field_63c93e1309d31'),
(13568, 560, 'get_started_background', ''),
(13569, 560, '_get_started_background', 'field_63ce497feef6e'),
(13570, 560, 'choose_us_background', ''),
(13571, 560, '_choose_us_background', 'field_63ce539a8b5b1'),
(13572, 560, 'message_group_1', ''),
(13573, 560, '_message_group_1', 'field_63ce69047b0c9'),
(13574, 560, 'message_group_2', ''),
(13575, 560, '_message_group_2', 'field_63ce6a627b0cd'),
(13576, 560, 'message_group_3', ''),
(13577, 560, '_message_group_3', 'field_63ce6a637b0ce'),
(13578, 560, 'message_group_4', ''),
(13579, 560, '_message_group_4', 'field_63ce6a687b0cf'),
(13580, 560, 'expertise_section_image', ''),
(13581, 560, '_expertise_section_image', 'field_63ce860ce9935'),
(13582, 560, 'banner_image', '559'),
(13583, 560, '_banner_image', 'field_63d527184f31d'),
(13584, 560, 'banner_title', ''),
(13585, 560, '_banner_title', 'field_63d527614f31e'),
(13586, 560, 'template_image_1', '541'),
(13587, 560, '_template_image_1', 'field_63d529664f31f'),
(13588, 560, 'template_image_2', ''),
(13589, 560, '_template_image_2', 'field_63d529b54f320'),
(13590, 560, 'template_image_3', ''),
(13591, 560, '_template_image_3', 'field_63d529b94f321'),
(13592, 560, 'template_image_4', ''),
(13593, 560, '_template_image_4', 'field_63d529bc4f322'),
(13594, 560, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13595, 560, '_instagram_link', 'field_63c92fa403f98'),
(13596, 560, 'extra_image_for_template', ''),
(13597, 560, '_extra_image_for_template', 'field_63e3b52217b09'),
(13598, 560, 'automap_technology', ''),
(13599, 560, '_automap_technology', 'field_63ce36c7c9a55'),
(13600, 560, 'seassioning_mix', ''),
(13601, 560, '_seassioning_mix', 'field_63ce375dc9a58'),
(13602, 560, 'automap_sealing_machine', ''),
(13603, 560, '_automap_sealing_machine', 'field_63e3895236968'),
(13606, 562, 'company_profile', ''),
(13607, 562, '_company_profile', 'field_63ce36c7c9a55'),
(13608, 562, 'map_technology', ''),
(13609, 562, '_map_technology', 'field_63ce3756c9a56'),
(13610, 562, 'food_additives', ''),
(13611, 562, '_food_additives', 'field_63ce375ac9a57'),
(13612, 562, 'session_mix', ''),
(13613, 562, '_session_mix', 'field_63ce375dc9a58'),
(13614, 562, 'life_chart_by_map_technology', ''),
(13615, 562, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13616, 562, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13617, 562, '_address', 'field_63c92e1503f94'),
(13618, 562, 'tel_phone_number', '+91 2824 223921'),
(13619, 562, '_tel_phone_number', 'field_63c92e5d03f95'),
(13620, 562, 'mobile_no', '+91 96628 45243'),
(13621, 562, '_mobile_no', 'field_63c92eb703f96'),
(13622, 562, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13623, 562, '_facebook_link', 'field_63c92f8503f97'),
(13624, 562, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13625, 562, '_google_link', 'field_63c92fa403f98'),
(13626, 562, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13627, 562, '_company_description', 'field_63c9309e03f99'),
(13628, 562, 'email', 'info@messagegroup.co.in'),
(13629, 562, '_email', 'field_63c93e1309d31'),
(13630, 562, 'get_started_background', ''),
(13631, 562, '_get_started_background', 'field_63ce497feef6e'),
(13632, 562, 'choose_us_background', ''),
(13633, 562, '_choose_us_background', 'field_63ce539a8b5b1'),
(13634, 562, 'message_group_1', ''),
(13635, 562, '_message_group_1', 'field_63ce69047b0c9'),
(13636, 562, 'message_group_2', ''),
(13637, 562, '_message_group_2', 'field_63ce6a627b0cd'),
(13638, 562, 'message_group_3', ''),
(13639, 562, '_message_group_3', 'field_63ce6a637b0ce'),
(13640, 562, 'message_group_4', ''),
(13641, 562, '_message_group_4', 'field_63ce6a687b0cf'),
(13642, 562, 'expertise_section_image', ''),
(13643, 562, '_expertise_section_image', 'field_63ce860ce9935'),
(13644, 562, 'banner_image', '561'),
(13645, 562, '_banner_image', 'field_63d527184f31d'),
(13646, 562, 'banner_title', ''),
(13647, 562, '_banner_title', 'field_63d527614f31e'),
(13648, 562, 'template_image_1', '541'),
(13649, 562, '_template_image_1', 'field_63d529664f31f'),
(13650, 562, 'template_image_2', ''),
(13651, 562, '_template_image_2', 'field_63d529b54f320'),
(13652, 562, 'template_image_3', ''),
(13653, 562, '_template_image_3', 'field_63d529b94f321'),
(13654, 562, 'template_image_4', ''),
(13655, 562, '_template_image_4', 'field_63d529bc4f322'),
(13656, 562, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13657, 562, '_instagram_link', 'field_63c92fa403f98'),
(13658, 562, 'extra_image_for_template', ''),
(13659, 562, '_extra_image_for_template', 'field_63e3b52217b09'),
(13660, 562, 'automap_technology', ''),
(13661, 562, '_automap_technology', 'field_63ce36c7c9a55'),
(13662, 562, 'seassioning_mix', ''),
(13663, 562, '_seassioning_mix', 'field_63ce375dc9a58'),
(13664, 562, 'automap_sealing_machine', ''),
(13665, 562, '_automap_sealing_machine', 'field_63e3895236968'),
(13666, 317, 'extra_image_for_template', ''),
(13667, 317, '_extra_image_for_template', 'field_63e3b52217b09'),
(13668, 317, 'automap_technology', ''),
(13669, 317, '_automap_technology', 'field_63ce36c7c9a55'),
(13670, 317, 'seassioning_mix', ''),
(13671, 317, '_seassioning_mix', 'field_63ce375dc9a58'),
(13672, 317, 'automap_sealing_machine', ''),
(13673, 317, '_automap_sealing_machine', 'field_63e3895236968'),
(13674, 563, 'company_profile', ''),
(13675, 563, '_company_profile', 'field_63ce36c7c9a55'),
(13676, 563, 'map_technology', ''),
(13677, 563, '_map_technology', 'field_63ce3756c9a56'),
(13678, 563, 'food_additives', ''),
(13679, 563, '_food_additives', 'field_63ce375ac9a57'),
(13680, 563, 'session_mix', ''),
(13681, 563, '_session_mix', 'field_63ce375dc9a58'),
(13682, 563, 'life_chart_by_map_technology', ''),
(13683, 563, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13684, 563, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13685, 563, '_address', 'field_63c92e1503f94'),
(13686, 563, 'tel_phone_number', '+91 2824 223921'),
(13687, 563, '_tel_phone_number', 'field_63c92e5d03f95'),
(13688, 563, 'mobile_no', '+91 96628 45243'),
(13689, 563, '_mobile_no', 'field_63c92eb703f96'),
(13690, 563, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13691, 563, '_facebook_link', 'field_63c92f8503f97'),
(13692, 563, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13693, 563, '_google_link', 'field_63c92fa403f98'),
(13694, 563, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13695, 563, '_company_description', 'field_63c9309e03f99'),
(13696, 563, 'email', 'info@messagegroup.co.in'),
(13697, 563, '_email', 'field_63c93e1309d31'),
(13698, 563, 'get_started_background', ''),
(13699, 563, '_get_started_background', 'field_63ce497feef6e'),
(13700, 563, 'choose_us_background', ''),
(13701, 563, '_choose_us_background', 'field_63ce539a8b5b1'),
(13702, 563, 'message_group_1', ''),
(13703, 563, '_message_group_1', 'field_63ce69047b0c9'),
(13704, 563, 'message_group_2', ''),
(13705, 563, '_message_group_2', 'field_63ce6a627b0cd'),
(13706, 563, 'message_group_3', ''),
(13707, 563, '_message_group_3', 'field_63ce6a637b0ce'),
(13708, 563, 'message_group_4', ''),
(13709, 563, '_message_group_4', 'field_63ce6a687b0cf'),
(13710, 563, 'expertise_section_image', ''),
(13711, 563, '_expertise_section_image', 'field_63ce860ce9935'),
(13712, 563, 'banner_image', '559'),
(13713, 563, '_banner_image', 'field_63d527184f31d'),
(13714, 563, 'banner_title', ''),
(13715, 563, '_banner_title', 'field_63d527614f31e'),
(13716, 563, 'template_image_1', ''),
(13717, 563, '_template_image_1', 'field_63d529664f31f'),
(13718, 563, 'template_image_2', ''),
(13719, 563, '_template_image_2', 'field_63d529b54f320'),
(13720, 563, 'template_image_3', ''),
(13721, 563, '_template_image_3', 'field_63d529b94f321'),
(13722, 563, 'template_image_4', ''),
(13723, 563, '_template_image_4', 'field_63d529bc4f322'),
(13724, 563, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13725, 563, '_instagram_link', 'field_63c92fa403f98'),
(13726, 563, 'extra_image_for_template', ''),
(13727, 563, '_extra_image_for_template', 'field_63e3b52217b09'),
(13728, 563, 'automap_technology', ''),
(13729, 563, '_automap_technology', 'field_63ce36c7c9a55'),
(13730, 563, 'seassioning_mix', ''),
(13731, 563, '_seassioning_mix', 'field_63ce375dc9a58'),
(13732, 563, 'automap_sealing_machine', ''),
(13733, 563, '_automap_sealing_machine', 'field_63e3895236968'),
(13734, 564, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13735, 564, '_address', 'field_63c92e1503f94'),
(13736, 564, 'tel_phone_number', '+91 2824 223921'),
(13737, 564, '_tel_phone_number', 'field_63c92e5d03f95'),
(13738, 564, 'mobile_no', '+91 96628 45243'),
(13739, 564, '_mobile_no', 'field_63c92eb703f96'),
(13740, 564, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13741, 564, '_facebook_link', 'field_63c92f8503f97'),
(13742, 564, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13743, 564, '_google_link', 'field_63c92fa403f98'),
(13744, 564, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13745, 564, '_company_description', 'field_63c9309e03f99'),
(13746, 564, 'email', 'info@messagegroup.co.in'),
(13747, 564, '_email', 'field_63c93e1309d31'),
(13748, 564, 'company_profile', ''),
(13749, 564, '_company_profile', 'field_63ce36c7c9a55'),
(13750, 564, 'map_technology', ''),
(13751, 564, '_map_technology', 'field_63ce3756c9a56'),
(13752, 564, 'food_additives', ''),
(13753, 564, '_food_additives', 'field_63ce375ac9a57'),
(13754, 564, 'session_mix', ''),
(13755, 564, '_session_mix', 'field_63ce375dc9a58'),
(13756, 564, 'life_chart_by_map_technology', ''),
(13757, 564, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13758, 564, 'get_started_background', ''),
(13759, 564, '_get_started_background', 'field_63ce497feef6e'),
(13760, 564, 'choose_us_background', ''),
(13761, 564, '_choose_us_background', 'field_63ce539a8b5b1'),
(13762, 564, 'message_group_1', ''),
(13763, 564, '_message_group_1', 'field_63ce69047b0c9'),
(13764, 564, 'message_group_2', ''),
(13765, 564, '_message_group_2', 'field_63ce6a627b0cd'),
(13766, 564, 'message_group_3', ''),
(13767, 564, '_message_group_3', 'field_63ce6a637b0ce'),
(13768, 564, 'message_group_4', ''),
(13769, 564, '_message_group_4', 'field_63ce6a687b0cf'),
(13770, 564, 'expertise_section_image', ''),
(13771, 564, '_expertise_section_image', 'field_63ce860ce9935'),
(13772, 564, 'banner_image', '403'),
(13773, 564, '_banner_image', 'field_63d527184f31d'),
(13774, 564, 'banner_title', ''),
(13775, 564, '_banner_title', 'field_63d527614f31e'),
(13776, 564, 'template_image_1', '359'),
(13777, 564, '_template_image_1', 'field_63d529664f31f'),
(13778, 564, 'template_image_2', '411'),
(13779, 564, '_template_image_2', 'field_63d529b54f320'),
(13780, 564, 'template_image_3', '413'),
(13781, 564, '_template_image_3', 'field_63d529b94f321'),
(13782, 564, 'template_image_4', '520'),
(13783, 564, '_template_image_4', 'field_63d529bc4f322'),
(13784, 564, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13785, 564, '_instagram_link', 'field_63c92fa403f98'),
(13786, 564, 'automap_technology', ''),
(13787, 564, '_automap_technology', 'field_63ce36c7c9a55'),
(13788, 564, 'seassioning_mix', ''),
(13789, 564, '_seassioning_mix', 'field_63ce375dc9a58'),
(13790, 564, 'automap_sealing_machine', ''),
(13791, 564, '_automap_sealing_machine', 'field_63e3895236968'),
(13792, 564, 'extra_image_for_template', '523'),
(13793, 564, '_extra_image_for_template', 'field_63e3b52217b09'),
(13794, 565, '_wp_attached_file', '2023/02/New-Project-43.png'),
(13795, 565, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:530;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2023/02/New-Project-43.png\";s:8:\"filesize\";i:94567;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13796, 566, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(13797, 566, '_address', 'field_63c92e1503f94'),
(13798, 566, 'tel_phone_number', '+91 96628 45243'),
(13799, 566, '_tel_phone_number', 'field_63c92e5d03f95'),
(13800, 566, 'mobile_no', '+91 96628 45243'),
(13801, 566, '_mobile_no', 'field_63c92eb703f96'),
(13802, 566, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13803, 566, '_facebook_link', 'field_63c92f8503f97'),
(13804, 566, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13805, 566, '_google_link', 'field_63c92fa403f98'),
(13806, 566, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13807, 566, '_company_description', 'field_63c9309e03f99'),
(13808, 566, 'slider_image1', '553'),
(13809, 566, '_slider_image1', 'field_63c8c6482244c'),
(13810, 566, 'slider_image2', '554'),
(13811, 566, '_slider_image2', 'field_63c8c68f2244d'),
(13812, 566, 'slider_image3', '516'),
(13813, 566, '_slider_image3', 'field_63c8d1b9959fa'),
(13814, 566, 'slider_title1', 'Seasoning Mix '),
(13815, 566, '_slider_title1', 'field_63c8d1ef959fb'),
(13816, 566, 'slider_title2', 'By Message'),
(13817, 566, '_slider_title2', 'field_63c8d20a959fc'),
(13818, 566, 'slider_title3', 'The miracle of research'),
(13819, 566, '_slider_title3', 'field_63c8d218959fd'),
(13820, 566, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(13821, 566, '_slider_description1', 'field_63c8d237959fe'),
(13822, 566, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(13823, 566, '_slider_description2', 'field_63c8d274959ff'),
(13824, 566, 'slider_description3', 'Food additives and much more...'),
(13825, 566, '_slider_description3', 'field_63c8d28f95a00'),
(13826, 566, 'about_us_title', 'Leading Food Consulting Company'),
(13827, 566, '_about_us_title', 'field_63cbbac505df9'),
(13828, 566, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(13829, 566, '_short_description', 'field_63cbbbe305dfa'),
(13830, 566, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(13831, 566, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(13832, 566, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(13833, 566, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(13834, 566, 'video_background', '242'),
(13835, 566, '_video_background', 'field_63cbc2880b5de'),
(13836, 566, 'client_image_1', '211'),
(13837, 566, '_client_image_1', 'field_63cbcb8e5afcb'),
(13838, 566, 'client_image_2', '210'),
(13839, 566, '_client_image_2', 'field_63cbcbd95afcc'),
(13840, 566, 'client_image_3', '209'),
(13841, 566, '_client_image_3', 'field_63cbcbe55afcd'),
(13842, 566, 'client_image_4', '208'),
(13843, 566, '_client_image_4', 'field_63cbcbe75afce'),
(13844, 566, 'client_image_5', '207'),
(13845, 566, '_client_image_5', 'field_63cbcbeb5afcf'),
(13846, 566, 'client_image_6', '206'),
(13847, 566, '_client_image_6', 'field_63cbcbef5afd0'),
(13848, 566, 'email', 'khyati@messagegroup.co.in'),
(13849, 566, '_email', 'field_63c93e1309d31'),
(13850, 566, 'tag_line1', 'Innovative Food Packaging Machinery'),
(13851, 566, '_tag_line1', 'field_63cbb9903babf'),
(13852, 566, 'tag_line2', 'Food Additives & Seasoning Mix'),
(13853, 566, '_tag_line2', 'field_63cbba1a3bac0'),
(13854, 566, 'tag_line3', 'Rapid Response & Satisfaction'),
(13855, 566, '_tag_line3', 'field_63cbba503bac1'),
(13856, 566, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(13857, 566, '_long_description_about_us_2', 'field_63cdfd562520a'),
(13858, 566, 'industry_we_serve_image_1', '439'),
(13859, 566, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(13860, 566, 'industry_we_serve_image_2', '440'),
(13861, 566, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(13862, 566, 'industry_we_serve_image_3', '435'),
(13863, 566, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(13864, 566, 'industry_we_serve_image_4', '437'),
(13865, 566, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(13866, 566, 'industry_we_serve_image_5', '433'),
(13867, 566, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(13868, 566, 'industry_we_serve_short_description', ''),
(13869, 566, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(13870, 566, 'company_profile', '261'),
(13871, 566, '_company_profile', 'field_63ce36c7c9a55'),
(13872, 566, 'map_technology', '379'),
(13873, 566, '_map_technology', 'field_63ce3756c9a56'),
(13874, 566, 'food_addsive', '262'),
(13875, 566, '_food_addsive', 'field_63ce375ac9a57'),
(13876, 566, 'session_mix', '263'),
(13877, 566, '_session_mix', 'field_63ce375dc9a58'),
(13878, 566, 'life_chart_by_map_technology', '264'),
(13879, 566, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13880, 566, 'food_additives', '262'),
(13881, 566, '_food_additives', 'field_63ce375ac9a57'),
(13882, 566, 'get_started_background', '507'),
(13883, 566, '_get_started_background', 'field_63ce497feef6e'),
(13884, 566, 'choose_us_background', '393'),
(13885, 566, '_choose_us_background', 'field_63ce539a8b5b1'),
(13886, 566, 'message_group_1', '283'),
(13887, 566, '_message_group_1', 'field_63ce69047b0c9'),
(13888, 566, 'message_group_2', '284'),
(13889, 566, '_message_group_2', 'field_63ce6a627b0cd'),
(13890, 566, 'message_group_3', '285'),
(13891, 566, '_message_group_3', 'field_63ce6a637b0ce'),
(13892, 566, 'message_group_4', '286'),
(13893, 566, '_message_group_4', 'field_63ce6a687b0cf'),
(13894, 566, 'expertise_section_image', '565'),
(13895, 566, '_expertise_section_image', 'field_63ce860ce9935'),
(13896, 566, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(13897, 566, '_array_of_feature_section', 'field_63ce89ca26c57'),
(13898, 566, '1st_title__of_slider_1', 'Miss Me'),
(13899, 566, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(13900, 566, '1st_title__of_slider_2', 'AutoMAP'),
(13901, 566, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(13902, 566, '1st_title__of_slider_3', 'Message'),
(13903, 566, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(13904, 566, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13905, 566, '_instagram_link', 'field_63c92fa403f98'),
(13906, 566, 'about_us_page_image_1', ''),
(13907, 566, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(13908, 566, '1st_title_of_slider_1', 'AutoMAP'),
(13909, 566, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(13910, 566, '2nd_title_of_slider_1', 'By Message'),
(13911, 566, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(13912, 566, '1st_title_of_slider_2', 'Packaging Solution'),
(13913, 566, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(13914, 566, '2nd_title_of_slider_2', 'By Message'),
(13915, 566, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(13916, 566, '1st_title_of_slider_3', 'Food Additives'),
(13917, 566, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(13918, 566, '2nd_title_of_slider_3', 'By message'),
(13919, 566, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(13920, 566, 'slider_image4', '555'),
(13921, 566, '_slider_image4', 'field_63e336890d0b2'),
(13922, 566, '1st_title_of_slider_4', 'Miss Me'),
(13923, 566, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(13924, 566, '2nd_title_of_slider_4', 'Seasoning Mix'),
(13925, 566, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(13926, 566, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(13927, 566, '_slider_description4', 'field_63e336c2b48bd'),
(13928, 566, 'about_us_page_image_2', ''),
(13929, 566, '_about_us_page_image_2', 'field_63e34c58952b3'),
(13930, 566, 'automap_technology', '511'),
(13931, 566, '_automap_technology', 'field_63ce36c7c9a55'),
(13932, 566, 'seassioning_mix', ''),
(13933, 566, '_seassioning_mix', 'field_63ce375dc9a58'),
(13934, 566, 'automap_sealing_machine', '511'),
(13935, 566, '_automap_sealing_machine', 'field_63e3895236968'),
(13936, 566, 'extra_image_for_template', ''),
(13937, 566, '_extra_image_for_template', 'field_63e3b52217b09'),
(13938, 568, 'company_profile', ''),
(13939, 568, '_company_profile', 'field_63ce36c7c9a55'),
(13940, 568, 'map_technology', ''),
(13941, 568, '_map_technology', 'field_63ce3756c9a56'),
(13942, 568, 'food_additives', ''),
(13943, 568, '_food_additives', 'field_63ce375ac9a57'),
(13944, 568, 'session_mix', ''),
(13945, 568, '_session_mix', 'field_63ce375dc9a58'),
(13946, 568, 'life_chart_by_map_technology', ''),
(13947, 568, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(13948, 568, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(13949, 568, '_address', 'field_63c92e1503f94'),
(13950, 568, 'tel_phone_number', '+91 2824 223921'),
(13951, 568, '_tel_phone_number', 'field_63c92e5d03f95'),
(13952, 568, 'mobile_no', '+91 96628 45243'),
(13953, 568, '_mobile_no', 'field_63c92eb703f96'),
(13954, 568, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(13955, 568, '_facebook_link', 'field_63c92f8503f97'),
(13956, 568, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13957, 568, '_google_link', 'field_63c92fa403f98'),
(13958, 568, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(13959, 568, '_company_description', 'field_63c9309e03f99'),
(13960, 568, 'email', 'info@messagegroup.co.in'),
(13961, 568, '_email', 'field_63c93e1309d31'),
(13962, 568, 'banner_image', ''),
(13963, 568, '_banner_image', 'field_63d527184f31d'),
(13964, 568, 'banner_title', ''),
(13965, 568, '_banner_title', 'field_63d527614f31e'),
(13966, 568, 'template_image_1', ''),
(13967, 568, '_template_image_1', 'field_63d529664f31f'),
(13968, 568, 'template_image_2', ''),
(13969, 568, '_template_image_2', 'field_63d529b54f320'),
(13970, 568, 'template_image_3', ''),
(13971, 568, '_template_image_3', 'field_63d529b94f321'),
(13972, 568, 'template_image_4', ''),
(13973, 568, '_template_image_4', 'field_63d529bc4f322'),
(13974, 568, 'get_started_background', ''),
(13975, 568, '_get_started_background', 'field_63ce497feef6e'),
(13976, 568, 'choose_us_background', ''),
(13977, 568, '_choose_us_background', 'field_63ce539a8b5b1'),
(13978, 568, 'message_group_1', ''),
(13979, 568, '_message_group_1', 'field_63ce69047b0c9'),
(13980, 568, 'message_group_2', ''),
(13981, 568, '_message_group_2', 'field_63ce6a627b0cd'),
(13982, 568, 'message_group_3', ''),
(13983, 568, '_message_group_3', 'field_63ce6a637b0ce'),
(13984, 568, 'message_group_4', ''),
(13985, 568, '_message_group_4', 'field_63ce6a687b0cf'),
(13986, 568, 'expertise_section_image', ''),
(13987, 568, '_expertise_section_image', 'field_63ce860ce9935'),
(13988, 568, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(13989, 568, '_instagram_link', 'field_63c92fa403f98'),
(13990, 568, 'about_us_title', 'Leading Food Consulting Company'),
(13991, 568, '_about_us_title', 'field_63cbbac505df9'),
(13992, 568, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(13993, 568, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(13994, 568, 'video_background', ''),
(13995, 568, '_video_background', 'field_63cbc2880b5de'),
(13996, 568, 'about_us_page_image_1', '494'),
(13997, 568, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(13998, 568, 'about_us_page_image_2', '496'),
(13999, 568, '_about_us_page_image_2', 'field_63e34c58952b3'),
(14000, 568, 'extra_image_for_template', ''),
(14001, 568, '_extra_image_for_template', 'field_63e3b52217b09'),
(14002, 568, 'automap_technology', ''),
(14003, 568, '_automap_technology', 'field_63ce36c7c9a55'),
(14004, 568, 'seassioning_mix', ''),
(14005, 568, '_seassioning_mix', 'field_63ce375dc9a58'),
(14006, 568, 'automap_sealing_machine', ''),
(14007, 568, '_automap_sealing_machine', 'field_63e3895236968'),
(14010, 248, 'template_image_5', '657'),
(14011, 248, '_template_image_5', 'field_63e5ef8aa4a60'),
(14012, 571, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14013, 571, '_address', 'field_63c92e1503f94'),
(14014, 571, 'tel_phone_number', '+91 2824 223921'),
(14015, 571, '_tel_phone_number', 'field_63c92e5d03f95'),
(14016, 571, 'mobile_no', '+91 96628 45243'),
(14017, 571, '_mobile_no', 'field_63c92eb703f96'),
(14018, 571, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14019, 571, '_facebook_link', 'field_63c92f8503f97'),
(14020, 571, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14021, 571, '_google_link', 'field_63c92fa403f98'),
(14022, 571, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14023, 571, '_company_description', 'field_63c9309e03f99'),
(14024, 571, 'email', 'info@messagegroup.co.in'),
(14025, 571, '_email', 'field_63c93e1309d31'),
(14026, 571, 'company_profile', ''),
(14027, 571, '_company_profile', 'field_63ce36c7c9a55'),
(14028, 571, 'map_technology', ''),
(14029, 571, '_map_technology', 'field_63ce3756c9a56'),
(14030, 571, 'food_additives', ''),
(14031, 571, '_food_additives', 'field_63ce375ac9a57'),
(14032, 571, 'session_mix', ''),
(14033, 571, '_session_mix', 'field_63ce375dc9a58'),
(14034, 571, 'life_chart_by_map_technology', ''),
(14035, 571, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14036, 571, 'get_started_background', ''),
(14037, 571, '_get_started_background', 'field_63ce497feef6e'),
(14038, 571, 'choose_us_background', ''),
(14039, 571, '_choose_us_background', 'field_63ce539a8b5b1'),
(14040, 571, 'message_group_1', ''),
(14041, 571, '_message_group_1', 'field_63ce69047b0c9'),
(14042, 571, 'message_group_2', ''),
(14043, 571, '_message_group_2', 'field_63ce6a627b0cd'),
(14044, 571, 'message_group_3', ''),
(14045, 571, '_message_group_3', 'field_63ce6a637b0ce'),
(14046, 571, 'message_group_4', ''),
(14047, 571, '_message_group_4', 'field_63ce6a687b0cf'),
(14048, 571, 'expertise_section_image', ''),
(14049, 571, '_expertise_section_image', 'field_63ce860ce9935'),
(14050, 571, 'banner_image', '403'),
(14051, 571, '_banner_image', 'field_63d527184f31d'),
(14052, 571, 'banner_title', ''),
(14053, 571, '_banner_title', 'field_63d527614f31e'),
(14054, 571, 'template_image_1', '359'),
(14055, 571, '_template_image_1', 'field_63d529664f31f'),
(14056, 571, 'template_image_2', '411'),
(14057, 571, '_template_image_2', 'field_63d529b54f320'),
(14058, 571, 'template_image_3', '413'),
(14059, 571, '_template_image_3', 'field_63d529b94f321'),
(14060, 571, 'template_image_4', '520'),
(14061, 571, '_template_image_4', 'field_63d529bc4f322'),
(14062, 571, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14063, 571, '_instagram_link', 'field_63c92fa403f98'),
(14064, 571, 'automap_technology', ''),
(14065, 571, '_automap_technology', 'field_63ce36c7c9a55'),
(14066, 571, 'seassioning_mix', ''),
(14067, 571, '_seassioning_mix', 'field_63ce375dc9a58'),
(14068, 571, 'automap_sealing_machine', ''),
(14069, 571, '_automap_sealing_machine', 'field_63e3895236968'),
(14070, 571, 'extra_image_for_template', '523'),
(14071, 571, '_extra_image_for_template', 'field_63e3b52217b09'),
(14072, 571, 'template_image_5', '570'),
(14073, 571, '_template_image_5', 'field_63e5ef8aa4a60'),
(14074, 369, '_wp_old_date', '2023-02-04'),
(14075, 372, '_wp_old_date', '2023-02-04'),
(14076, 371, '_wp_old_date', '2023-02-04'),
(14077, 373, '_wp_old_date', '2023-02-04'),
(14078, 370, '_wp_old_date', '2023-02-04'),
(14081, 310, 'template_image_5', ''),
(14082, 310, '_template_image_5', 'field_63e5ef8aa4a60'),
(14083, 573, 'company_profile', ''),
(14084, 573, '_company_profile', 'field_63ce36c7c9a55'),
(14085, 573, 'map_technology', ''),
(14086, 573, '_map_technology', 'field_63ce3756c9a56'),
(14087, 573, 'food_additives', ''),
(14088, 573, '_food_additives', 'field_63ce375ac9a57'),
(14089, 573, 'session_mix', ''),
(14090, 573, '_session_mix', 'field_63ce375dc9a58'),
(14091, 573, 'life_chart_by_map_technology', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14092, 573, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14093, 573, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14094, 573, '_address', 'field_63c92e1503f94'),
(14095, 573, 'tel_phone_number', '+91 2824 223921'),
(14096, 573, '_tel_phone_number', 'field_63c92e5d03f95'),
(14097, 573, 'mobile_no', '+91 96628 45243'),
(14098, 573, '_mobile_no', 'field_63c92eb703f96'),
(14099, 573, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14100, 573, '_facebook_link', 'field_63c92f8503f97'),
(14101, 573, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14102, 573, '_google_link', 'field_63c92fa403f98'),
(14103, 573, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14104, 573, '_company_description', 'field_63c9309e03f99'),
(14105, 573, 'email', 'info@messagegroup.co.in'),
(14106, 573, '_email', 'field_63c93e1309d31'),
(14107, 573, 'get_started_background', ''),
(14108, 573, '_get_started_background', 'field_63ce497feef6e'),
(14109, 573, 'choose_us_background', ''),
(14110, 573, '_choose_us_background', 'field_63ce539a8b5b1'),
(14111, 573, 'message_group_1', ''),
(14112, 573, '_message_group_1', 'field_63ce69047b0c9'),
(14113, 573, 'message_group_2', ''),
(14114, 573, '_message_group_2', 'field_63ce6a627b0cd'),
(14115, 573, 'message_group_3', ''),
(14116, 573, '_message_group_3', 'field_63ce6a637b0ce'),
(14117, 573, 'message_group_4', ''),
(14118, 573, '_message_group_4', 'field_63ce6a687b0cf'),
(14119, 573, 'expertise_section_image', ''),
(14120, 573, '_expertise_section_image', 'field_63ce860ce9935'),
(14121, 573, 'banner_image', '572'),
(14122, 573, '_banner_image', 'field_63d527184f31d'),
(14123, 573, 'banner_title', ''),
(14124, 573, '_banner_title', 'field_63d527614f31e'),
(14125, 573, 'template_image_1', ''),
(14126, 573, '_template_image_1', 'field_63d529664f31f'),
(14127, 573, 'template_image_2', ''),
(14128, 573, '_template_image_2', 'field_63d529b54f320'),
(14129, 573, 'template_image_3', ''),
(14130, 573, '_template_image_3', 'field_63d529b94f321'),
(14131, 573, 'template_image_4', ''),
(14132, 573, '_template_image_4', 'field_63d529bc4f322'),
(14133, 573, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14134, 573, '_instagram_link', 'field_63c92fa403f98'),
(14135, 573, 'extra_image_for_template', ''),
(14136, 573, '_extra_image_for_template', 'field_63e3b52217b09'),
(14137, 573, 'automap_technology', ''),
(14138, 573, '_automap_technology', 'field_63ce36c7c9a55'),
(14139, 573, 'seassioning_mix', ''),
(14140, 573, '_seassioning_mix', 'field_63ce375dc9a58'),
(14141, 573, 'automap_sealing_machine', ''),
(14142, 573, '_automap_sealing_machine', 'field_63e3895236968'),
(14143, 573, 'template_image_5', ''),
(14144, 573, '_template_image_5', 'field_63e5ef8aa4a60'),
(14147, 315, 'template_image_5', ''),
(14148, 315, '_template_image_5', 'field_63e5ef8aa4a60'),
(14149, 575, 'company_profile', ''),
(14150, 575, '_company_profile', 'field_63ce36c7c9a55'),
(14151, 575, 'map_technology', ''),
(14152, 575, '_map_technology', 'field_63ce3756c9a56'),
(14153, 575, 'food_additives', ''),
(14154, 575, '_food_additives', 'field_63ce375ac9a57'),
(14155, 575, 'session_mix', ''),
(14156, 575, '_session_mix', 'field_63ce375dc9a58'),
(14157, 575, 'life_chart_by_map_technology', ''),
(14158, 575, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14159, 575, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14160, 575, '_address', 'field_63c92e1503f94'),
(14161, 575, 'tel_phone_number', '+91 2824 223921'),
(14162, 575, '_tel_phone_number', 'field_63c92e5d03f95'),
(14163, 575, 'mobile_no', '+91 96628 45243'),
(14164, 575, '_mobile_no', 'field_63c92eb703f96'),
(14165, 575, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14166, 575, '_facebook_link', 'field_63c92f8503f97'),
(14167, 575, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14168, 575, '_google_link', 'field_63c92fa403f98'),
(14169, 575, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14170, 575, '_company_description', 'field_63c9309e03f99'),
(14171, 575, 'email', 'info@messagegroup.co.in'),
(14172, 575, '_email', 'field_63c93e1309d31'),
(14173, 575, 'get_started_background', ''),
(14174, 575, '_get_started_background', 'field_63ce497feef6e'),
(14175, 575, 'choose_us_background', ''),
(14176, 575, '_choose_us_background', 'field_63ce539a8b5b1'),
(14177, 575, 'message_group_1', ''),
(14178, 575, '_message_group_1', 'field_63ce69047b0c9'),
(14179, 575, 'message_group_2', ''),
(14180, 575, '_message_group_2', 'field_63ce6a627b0cd'),
(14181, 575, 'message_group_3', ''),
(14182, 575, '_message_group_3', 'field_63ce6a637b0ce'),
(14183, 575, 'message_group_4', ''),
(14184, 575, '_message_group_4', 'field_63ce6a687b0cf'),
(14185, 575, 'expertise_section_image', ''),
(14186, 575, '_expertise_section_image', 'field_63ce860ce9935'),
(14187, 575, 'banner_image', '574'),
(14188, 575, '_banner_image', 'field_63d527184f31d'),
(14189, 575, 'banner_title', ''),
(14190, 575, '_banner_title', 'field_63d527614f31e'),
(14191, 575, 'template_image_1', '541'),
(14192, 575, '_template_image_1', 'field_63d529664f31f'),
(14193, 575, 'template_image_2', ''),
(14194, 575, '_template_image_2', 'field_63d529b54f320'),
(14195, 575, 'template_image_3', ''),
(14196, 575, '_template_image_3', 'field_63d529b94f321'),
(14197, 575, 'template_image_4', ''),
(14198, 575, '_template_image_4', 'field_63d529bc4f322'),
(14199, 575, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14200, 575, '_instagram_link', 'field_63c92fa403f98'),
(14201, 575, 'extra_image_for_template', ''),
(14202, 575, '_extra_image_for_template', 'field_63e3b52217b09'),
(14203, 575, 'automap_technology', ''),
(14204, 575, '_automap_technology', 'field_63ce36c7c9a55'),
(14205, 575, 'seassioning_mix', ''),
(14206, 575, '_seassioning_mix', 'field_63ce375dc9a58'),
(14207, 575, 'automap_sealing_machine', ''),
(14208, 575, '_automap_sealing_machine', 'field_63e3895236968'),
(14209, 575, 'template_image_5', ''),
(14210, 575, '_template_image_5', 'field_63e5ef8aa4a60'),
(14211, 13, 'template_image_5', ''),
(14212, 13, '_template_image_5', 'field_63e5ef8aa4a60'),
(14213, 577, 'company_profile', ''),
(14214, 577, '_company_profile', 'field_63ce36c7c9a55'),
(14215, 577, 'map_technology', ''),
(14216, 577, '_map_technology', 'field_63ce3756c9a56'),
(14217, 577, 'food_additives', ''),
(14218, 577, '_food_additives', 'field_63ce375ac9a57'),
(14219, 577, 'session_mix', ''),
(14220, 577, '_session_mix', 'field_63ce375dc9a58'),
(14221, 577, 'life_chart_by_map_technology', ''),
(14222, 577, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14223, 577, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14224, 577, '_address', 'field_63c92e1503f94'),
(14225, 577, 'tel_phone_number', '+91 2824 223921'),
(14226, 577, '_tel_phone_number', 'field_63c92e5d03f95'),
(14227, 577, 'mobile_no', '+91 96628 45243'),
(14228, 577, '_mobile_no', 'field_63c92eb703f96'),
(14229, 577, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14230, 577, '_facebook_link', 'field_63c92f8503f97'),
(14231, 577, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14232, 577, '_google_link', 'field_63c92fa403f98'),
(14233, 577, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14234, 577, '_company_description', 'field_63c9309e03f99'),
(14235, 577, 'email', 'info@messagegroup.co.in'),
(14236, 577, '_email', 'field_63c93e1309d31'),
(14237, 577, 'banner_image', ''),
(14238, 577, '_banner_image', 'field_63d527184f31d'),
(14239, 577, 'banner_title', ''),
(14240, 577, '_banner_title', 'field_63d527614f31e'),
(14241, 577, 'template_image_1', ''),
(14242, 577, '_template_image_1', 'field_63d529664f31f'),
(14243, 577, 'template_image_2', ''),
(14244, 577, '_template_image_2', 'field_63d529b54f320'),
(14245, 577, 'template_image_3', ''),
(14246, 577, '_template_image_3', 'field_63d529b94f321'),
(14247, 577, 'template_image_4', ''),
(14248, 577, '_template_image_4', 'field_63d529bc4f322'),
(14249, 577, 'get_started_background', ''),
(14250, 577, '_get_started_background', 'field_63ce497feef6e'),
(14251, 577, 'choose_us_background', ''),
(14252, 577, '_choose_us_background', 'field_63ce539a8b5b1'),
(14253, 577, 'message_group_1', ''),
(14254, 577, '_message_group_1', 'field_63ce69047b0c9'),
(14255, 577, 'message_group_2', ''),
(14256, 577, '_message_group_2', 'field_63ce6a627b0cd'),
(14257, 577, 'message_group_3', ''),
(14258, 577, '_message_group_3', 'field_63ce6a637b0ce'),
(14259, 577, 'message_group_4', ''),
(14260, 577, '_message_group_4', 'field_63ce6a687b0cf'),
(14261, 577, 'expertise_section_image', ''),
(14262, 577, '_expertise_section_image', 'field_63ce860ce9935'),
(14263, 577, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14264, 577, '_instagram_link', 'field_63c92fa403f98'),
(14265, 577, 'about_us_title', 'Leading Food Consulting Company'),
(14266, 577, '_about_us_title', 'field_63cbbac505df9'),
(14267, 577, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(14268, 577, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(14269, 577, 'video_background', ''),
(14270, 577, '_video_background', 'field_63cbc2880b5de'),
(14271, 577, 'about_us_page_image_1', '494'),
(14272, 577, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(14273, 577, 'about_us_page_image_2', '496'),
(14274, 577, '_about_us_page_image_2', 'field_63e34c58952b3'),
(14275, 577, 'extra_image_for_template', ''),
(14276, 577, '_extra_image_for_template', 'field_63e3b52217b09'),
(14277, 577, 'automap_technology', ''),
(14278, 577, '_automap_technology', 'field_63ce36c7c9a55'),
(14279, 577, 'seassioning_mix', ''),
(14280, 577, '_seassioning_mix', 'field_63ce375dc9a58'),
(14281, 577, 'automap_sealing_machine', ''),
(14282, 577, '_automap_sealing_machine', 'field_63e3895236968'),
(14283, 577, 'template_image_5', ''),
(14284, 577, '_template_image_5', 'field_63e5ef8aa4a60'),
(14287, 317, 'template_image_5', ''),
(14288, 317, '_template_image_5', 'field_63e5ef8aa4a60'),
(14289, 579, 'company_profile', ''),
(14290, 579, '_company_profile', 'field_63ce36c7c9a55'),
(14291, 579, 'map_technology', ''),
(14292, 579, '_map_technology', 'field_63ce3756c9a56'),
(14293, 579, 'food_additives', ''),
(14294, 579, '_food_additives', 'field_63ce375ac9a57'),
(14295, 579, 'session_mix', ''),
(14296, 579, '_session_mix', 'field_63ce375dc9a58'),
(14297, 579, 'life_chart_by_map_technology', ''),
(14298, 579, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14299, 579, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14300, 579, '_address', 'field_63c92e1503f94'),
(14301, 579, 'tel_phone_number', '+91 2824 223921'),
(14302, 579, '_tel_phone_number', 'field_63c92e5d03f95'),
(14303, 579, 'mobile_no', '+91 96628 45243'),
(14304, 579, '_mobile_no', 'field_63c92eb703f96'),
(14305, 579, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14306, 579, '_facebook_link', 'field_63c92f8503f97'),
(14307, 579, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14308, 579, '_google_link', 'field_63c92fa403f98'),
(14309, 579, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14310, 579, '_company_description', 'field_63c9309e03f99'),
(14311, 579, 'email', 'info@messagegroup.co.in'),
(14312, 579, '_email', 'field_63c93e1309d31'),
(14313, 579, 'get_started_background', ''),
(14314, 579, '_get_started_background', 'field_63ce497feef6e'),
(14315, 579, 'choose_us_background', ''),
(14316, 579, '_choose_us_background', 'field_63ce539a8b5b1'),
(14317, 579, 'message_group_1', ''),
(14318, 579, '_message_group_1', 'field_63ce69047b0c9'),
(14319, 579, 'message_group_2', ''),
(14320, 579, '_message_group_2', 'field_63ce6a627b0cd'),
(14321, 579, 'message_group_3', ''),
(14322, 579, '_message_group_3', 'field_63ce6a637b0ce'),
(14323, 579, 'message_group_4', ''),
(14324, 579, '_message_group_4', 'field_63ce6a687b0cf'),
(14325, 579, 'expertise_section_image', ''),
(14326, 579, '_expertise_section_image', 'field_63ce860ce9935'),
(14327, 579, 'banner_image', '578'),
(14328, 579, '_banner_image', 'field_63d527184f31d'),
(14329, 579, 'banner_title', ''),
(14330, 579, '_banner_title', 'field_63d527614f31e'),
(14331, 579, 'template_image_1', ''),
(14332, 579, '_template_image_1', 'field_63d529664f31f'),
(14333, 579, 'template_image_2', ''),
(14334, 579, '_template_image_2', 'field_63d529b54f320'),
(14335, 579, 'template_image_3', ''),
(14336, 579, '_template_image_3', 'field_63d529b94f321'),
(14337, 579, 'template_image_4', ''),
(14338, 579, '_template_image_4', 'field_63d529bc4f322'),
(14339, 579, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14340, 579, '_instagram_link', 'field_63c92fa403f98'),
(14341, 579, 'extra_image_for_template', ''),
(14342, 579, '_extra_image_for_template', 'field_63e3b52217b09'),
(14343, 579, 'automap_technology', ''),
(14344, 579, '_automap_technology', 'field_63ce36c7c9a55'),
(14345, 579, 'seassioning_mix', ''),
(14346, 579, '_seassioning_mix', 'field_63ce375dc9a58'),
(14347, 579, 'automap_sealing_machine', ''),
(14348, 579, '_automap_sealing_machine', 'field_63e3895236968'),
(14349, 579, 'template_image_5', ''),
(14350, 579, '_template_image_5', 'field_63e5ef8aa4a60'),
(14351, 580, 'company_profile', ''),
(14352, 580, '_company_profile', 'field_63ce36c7c9a55'),
(14353, 580, 'map_technology', ''),
(14354, 580, '_map_technology', 'field_63ce3756c9a56'),
(14355, 580, 'food_additives', ''),
(14356, 580, '_food_additives', 'field_63ce375ac9a57'),
(14357, 580, 'session_mix', ''),
(14358, 580, '_session_mix', 'field_63ce375dc9a58'),
(14359, 580, 'life_chart_by_map_technology', ''),
(14360, 580, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14361, 580, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14362, 580, '_address', 'field_63c92e1503f94'),
(14363, 580, 'tel_phone_number', '+91 2824 223921'),
(14364, 580, '_tel_phone_number', 'field_63c92e5d03f95'),
(14365, 580, 'mobile_no', '+91 96628 45243'),
(14366, 580, '_mobile_no', 'field_63c92eb703f96'),
(14367, 580, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14368, 580, '_facebook_link', 'field_63c92f8503f97'),
(14369, 580, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14370, 580, '_google_link', 'field_63c92fa403f98'),
(14371, 580, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14372, 580, '_company_description', 'field_63c9309e03f99'),
(14373, 580, 'email', 'info@messagegroup.co.in'),
(14374, 580, '_email', 'field_63c93e1309d31'),
(14375, 580, 'get_started_background', ''),
(14376, 580, '_get_started_background', 'field_63ce497feef6e'),
(14377, 580, 'choose_us_background', ''),
(14378, 580, '_choose_us_background', 'field_63ce539a8b5b1'),
(14379, 580, 'message_group_1', ''),
(14380, 580, '_message_group_1', 'field_63ce69047b0c9'),
(14381, 580, 'message_group_2', ''),
(14382, 580, '_message_group_2', 'field_63ce6a627b0cd'),
(14383, 580, 'message_group_3', ''),
(14384, 580, '_message_group_3', 'field_63ce6a637b0ce'),
(14385, 580, 'message_group_4', ''),
(14386, 580, '_message_group_4', 'field_63ce6a687b0cf'),
(14387, 580, 'expertise_section_image', ''),
(14388, 580, '_expertise_section_image', 'field_63ce860ce9935'),
(14389, 580, 'banner_image', '578'),
(14390, 580, '_banner_image', 'field_63d527184f31d'),
(14391, 580, 'banner_title', ''),
(14392, 580, '_banner_title', 'field_63d527614f31e'),
(14393, 580, 'template_image_1', '541'),
(14394, 580, '_template_image_1', 'field_63d529664f31f'),
(14395, 580, 'template_image_2', ''),
(14396, 580, '_template_image_2', 'field_63d529b54f320'),
(14397, 580, 'template_image_3', ''),
(14398, 580, '_template_image_3', 'field_63d529b94f321'),
(14399, 580, 'template_image_4', ''),
(14400, 580, '_template_image_4', 'field_63d529bc4f322'),
(14401, 580, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14402, 580, '_instagram_link', 'field_63c92fa403f98'),
(14403, 580, 'extra_image_for_template', ''),
(14404, 580, '_extra_image_for_template', 'field_63e3b52217b09'),
(14405, 580, 'automap_technology', ''),
(14406, 580, '_automap_technology', 'field_63ce36c7c9a55'),
(14407, 580, 'seassioning_mix', ''),
(14408, 580, '_seassioning_mix', 'field_63ce375dc9a58'),
(14409, 580, 'automap_sealing_machine', ''),
(14410, 580, '_automap_sealing_machine', 'field_63e3895236968'),
(14411, 580, 'template_image_5', ''),
(14412, 580, '_template_image_5', 'field_63e5ef8aa4a60'),
(14415, 582, 'company_profile', ''),
(14416, 582, '_company_profile', 'field_63ce36c7c9a55'),
(14417, 582, 'map_technology', ''),
(14418, 582, '_map_technology', 'field_63ce3756c9a56'),
(14419, 582, 'food_additives', ''),
(14420, 582, '_food_additives', 'field_63ce375ac9a57'),
(14421, 582, 'session_mix', ''),
(14422, 582, '_session_mix', 'field_63ce375dc9a58'),
(14423, 582, 'life_chart_by_map_technology', ''),
(14424, 582, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14425, 582, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14426, 582, '_address', 'field_63c92e1503f94'),
(14427, 582, 'tel_phone_number', '+91 2824 223921'),
(14428, 582, '_tel_phone_number', 'field_63c92e5d03f95'),
(14429, 582, 'mobile_no', '+91 96628 45243'),
(14430, 582, '_mobile_no', 'field_63c92eb703f96'),
(14431, 582, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14432, 582, '_facebook_link', 'field_63c92f8503f97'),
(14433, 582, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14434, 582, '_google_link', 'field_63c92fa403f98'),
(14435, 582, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14436, 582, '_company_description', 'field_63c9309e03f99'),
(14437, 582, 'email', 'info@messagegroup.co.in'),
(14438, 582, '_email', 'field_63c93e1309d31'),
(14439, 582, 'get_started_background', ''),
(14440, 582, '_get_started_background', 'field_63ce497feef6e'),
(14441, 582, 'choose_us_background', ''),
(14442, 582, '_choose_us_background', 'field_63ce539a8b5b1'),
(14443, 582, 'message_group_1', ''),
(14444, 582, '_message_group_1', 'field_63ce69047b0c9'),
(14445, 582, 'message_group_2', ''),
(14446, 582, '_message_group_2', 'field_63ce6a627b0cd'),
(14447, 582, 'message_group_3', ''),
(14448, 582, '_message_group_3', 'field_63ce6a637b0ce'),
(14449, 582, 'message_group_4', ''),
(14450, 582, '_message_group_4', 'field_63ce6a687b0cf'),
(14451, 582, 'expertise_section_image', ''),
(14452, 582, '_expertise_section_image', 'field_63ce860ce9935'),
(14453, 582, 'banner_image', '581'),
(14454, 582, '_banner_image', 'field_63d527184f31d'),
(14455, 582, 'banner_title', ''),
(14456, 582, '_banner_title', 'field_63d527614f31e'),
(14457, 582, 'template_image_1', '541'),
(14458, 582, '_template_image_1', 'field_63d529664f31f'),
(14459, 582, 'template_image_2', ''),
(14460, 582, '_template_image_2', 'field_63d529b54f320'),
(14461, 582, 'template_image_3', ''),
(14462, 582, '_template_image_3', 'field_63d529b94f321'),
(14463, 582, 'template_image_4', ''),
(14464, 582, '_template_image_4', 'field_63d529bc4f322'),
(14465, 582, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14466, 582, '_instagram_link', 'field_63c92fa403f98'),
(14467, 582, 'extra_image_for_template', ''),
(14468, 582, '_extra_image_for_template', 'field_63e3b52217b09'),
(14469, 582, 'automap_technology', ''),
(14470, 582, '_automap_technology', 'field_63ce36c7c9a55'),
(14471, 582, 'seassioning_mix', ''),
(14472, 582, '_seassioning_mix', 'field_63ce375dc9a58'),
(14473, 582, 'automap_sealing_machine', ''),
(14474, 582, '_automap_sealing_machine', 'field_63e3895236968'),
(14475, 582, 'template_image_5', ''),
(14476, 582, '_template_image_5', 'field_63e5ef8aa4a60'),
(14479, 584, 'company_profile', ''),
(14480, 584, '_company_profile', 'field_63ce36c7c9a55'),
(14481, 584, 'map_technology', ''),
(14482, 584, '_map_technology', 'field_63ce3756c9a56'),
(14483, 584, 'food_additives', ''),
(14484, 584, '_food_additives', 'field_63ce375ac9a57'),
(14485, 584, 'session_mix', ''),
(14486, 584, '_session_mix', 'field_63ce375dc9a58'),
(14487, 584, 'life_chart_by_map_technology', ''),
(14488, 584, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14489, 584, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14490, 584, '_address', 'field_63c92e1503f94'),
(14491, 584, 'tel_phone_number', '+91 2824 223921'),
(14492, 584, '_tel_phone_number', 'field_63c92e5d03f95'),
(14493, 584, 'mobile_no', '+91 96628 45243'),
(14494, 584, '_mobile_no', 'field_63c92eb703f96'),
(14495, 584, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14496, 584, '_facebook_link', 'field_63c92f8503f97'),
(14497, 584, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14498, 584, '_google_link', 'field_63c92fa403f98'),
(14499, 584, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14500, 584, '_company_description', 'field_63c9309e03f99'),
(14501, 584, 'email', 'info@messagegroup.co.in'),
(14502, 584, '_email', 'field_63c93e1309d31'),
(14503, 584, 'get_started_background', ''),
(14504, 584, '_get_started_background', 'field_63ce497feef6e'),
(14505, 584, 'choose_us_background', ''),
(14506, 584, '_choose_us_background', 'field_63ce539a8b5b1'),
(14507, 584, 'message_group_1', ''),
(14508, 584, '_message_group_1', 'field_63ce69047b0c9'),
(14509, 584, 'message_group_2', ''),
(14510, 584, '_message_group_2', 'field_63ce6a627b0cd'),
(14511, 584, 'message_group_3', ''),
(14512, 584, '_message_group_3', 'field_63ce6a637b0ce'),
(14513, 584, 'message_group_4', ''),
(14514, 584, '_message_group_4', 'field_63ce6a687b0cf'),
(14515, 584, 'expertise_section_image', ''),
(14516, 584, '_expertise_section_image', 'field_63ce860ce9935'),
(14517, 584, 'banner_image', '583'),
(14518, 584, '_banner_image', 'field_63d527184f31d'),
(14519, 584, 'banner_title', ''),
(14520, 584, '_banner_title', 'field_63d527614f31e'),
(14521, 584, 'template_image_1', ''),
(14522, 584, '_template_image_1', 'field_63d529664f31f'),
(14523, 584, 'template_image_2', ''),
(14524, 584, '_template_image_2', 'field_63d529b54f320'),
(14525, 584, 'template_image_3', ''),
(14526, 584, '_template_image_3', 'field_63d529b94f321'),
(14527, 584, 'template_image_4', ''),
(14528, 584, '_template_image_4', 'field_63d529bc4f322'),
(14529, 584, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14530, 584, '_instagram_link', 'field_63c92fa403f98'),
(14531, 584, 'extra_image_for_template', ''),
(14532, 584, '_extra_image_for_template', 'field_63e3b52217b09'),
(14533, 584, 'automap_technology', ''),
(14534, 584, '_automap_technology', 'field_63ce36c7c9a55'),
(14535, 584, 'seassioning_mix', ''),
(14536, 584, '_seassioning_mix', 'field_63ce375dc9a58'),
(14537, 584, 'automap_sealing_machine', ''),
(14538, 584, '_automap_sealing_machine', 'field_63e3895236968'),
(14539, 584, 'template_image_5', ''),
(14540, 584, '_template_image_5', 'field_63e5ef8aa4a60'),
(14541, 585, '_edit_last', '1'),
(14542, 585, '_edit_lock', '1676298641:1'),
(14543, 39, 'contact_number', '+91 96628 45243'),
(14544, 39, '_contact_number', 'field_63e61d8efce09'),
(14545, 39, 'mail_id', 'khyati@messagegroup.co.in'),
(14546, 39, '_mail_id', 'field_63e61dc2fce0a'),
(14547, 39, 'template_image_5', ''),
(14548, 39, '_template_image_5', 'field_63e5ef8aa4a60'),
(14549, 39, 'extra_image_for_template', ''),
(14550, 39, '_extra_image_for_template', 'field_63e3b52217b09'),
(14551, 39, 'automap_technology', ''),
(14552, 39, '_automap_technology', 'field_63ce36c7c9a55'),
(14553, 39, 'seassioning_mix', ''),
(14554, 39, '_seassioning_mix', 'field_63ce375dc9a58'),
(14555, 39, 'automap_sealing_machine', ''),
(14556, 39, '_automap_sealing_machine', 'field_63e3895236968'),
(14557, 454, 'contact_number', ''),
(14558, 454, '_contact_number', 'field_63e61d8efce09'),
(14559, 454, 'mail_id', 'khyati@messagegroup.co.in'),
(14560, 454, '_mail_id', 'field_63e61dc2fce0a'),
(14561, 454, 'template_image_5', ''),
(14562, 454, '_template_image_5', 'field_63e5ef8aa4a60'),
(14563, 454, 'extra_image_for_template', ''),
(14564, 454, '_extra_image_for_template', 'field_63e3b52217b09'),
(14565, 454, 'automap_technology', ''),
(14566, 454, '_automap_technology', 'field_63ce36c7c9a55'),
(14567, 454, 'seassioning_mix', ''),
(14568, 454, '_seassioning_mix', 'field_63ce375dc9a58'),
(14569, 454, 'automap_sealing_machine', ''),
(14570, 454, '_automap_sealing_machine', 'field_63e3895236968'),
(14571, 589, 'get_started_background', ''),
(14572, 589, '_get_started_background', 'field_63ce497feef6e'),
(14573, 589, 'choose_us_background', ''),
(14574, 589, '_choose_us_background', 'field_63ce539a8b5b1'),
(14575, 589, 'message_group_1', ''),
(14576, 589, '_message_group_1', 'field_63ce69047b0c9'),
(14577, 589, 'message_group_2', ''),
(14578, 589, '_message_group_2', 'field_63ce6a627b0cd'),
(14579, 589, 'message_group_3', ''),
(14580, 589, '_message_group_3', 'field_63ce6a637b0ce'),
(14581, 589, 'message_group_4', ''),
(14582, 589, '_message_group_4', 'field_63ce6a687b0cf'),
(14583, 589, 'expertise_section_image', ''),
(14584, 589, '_expertise_section_image', 'field_63ce860ce9935'),
(14585, 589, 'company_profile', ''),
(14586, 589, '_company_profile', 'field_63ce36c7c9a55'),
(14587, 589, 'map_technology', ''),
(14588, 589, '_map_technology', 'field_63ce3756c9a56'),
(14589, 589, 'food_additives', ''),
(14590, 589, '_food_additives', 'field_63ce375ac9a57'),
(14591, 589, 'session_mix', ''),
(14592, 589, '_session_mix', 'field_63ce375dc9a58'),
(14593, 589, 'life_chart_by_map_technology', ''),
(14594, 589, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14595, 589, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14596, 589, '_address', 'field_63e61cfffce08'),
(14597, 589, 'tel_phone_number', '+91 96628 45243'),
(14598, 589, '_tel_phone_number', 'field_63c92e5d03f95'),
(14599, 589, 'mobile_no', '+91 96628 45243'),
(14600, 589, '_mobile_no', 'field_63c92eb703f96'),
(14601, 589, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14602, 589, '_facebook_link', 'field_63c92f8503f97'),
(14603, 589, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14604, 589, '_google_link', 'field_63c92fa403f98'),
(14605, 589, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14606, 589, '_company_description', 'field_63c9309e03f99'),
(14607, 589, 'email', 'khyati@messagegroup.co.in'),
(14608, 589, '_email', 'field_63c93e1309d31'),
(14609, 589, 'banner_image', ''),
(14610, 589, '_banner_image', 'field_63d527184f31d'),
(14611, 589, 'banner_title', ''),
(14612, 589, '_banner_title', 'field_63d527614f31e'),
(14613, 589, 'template_image_1', ''),
(14614, 589, '_template_image_1', 'field_63d529664f31f'),
(14615, 589, 'template_image_2', ''),
(14616, 589, '_template_image_2', 'field_63d529b54f320'),
(14617, 589, 'template_image_3', ''),
(14618, 589, '_template_image_3', 'field_63d529b94f321'),
(14619, 589, 'template_image_4', ''),
(14620, 589, '_template_image_4', 'field_63d529bc4f322'),
(14621, 589, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14622, 589, '_instagram_link', 'field_63c92fa403f98'),
(14623, 589, 'contact_number', '+91 96628 45243'),
(14624, 589, '_contact_number', 'field_63e61d8efce09'),
(14625, 589, 'mail_id', 'khyati@messagegroup.co.in'),
(14626, 589, '_mail_id', 'field_63e61dc2fce0a'),
(14627, 589, 'template_image_5', ''),
(14628, 589, '_template_image_5', 'field_63e5ef8aa4a60'),
(14629, 589, 'extra_image_for_template', ''),
(14630, 589, '_extra_image_for_template', 'field_63e3b52217b09'),
(14631, 589, 'automap_technology', ''),
(14632, 589, '_automap_technology', 'field_63ce36c7c9a55'),
(14633, 589, 'seassioning_mix', ''),
(14634, 589, '_seassioning_mix', 'field_63ce375dc9a58'),
(14635, 589, 'automap_sealing_machine', ''),
(14636, 589, '_automap_sealing_machine', 'field_63e3895236968'),
(14637, 167, '_wp_trash_meta_status', 'publish'),
(14638, 167, '_wp_trash_meta_time', '1676026371'),
(14639, 167, '_wp_desired_post_slug', 'group_63c92e148e17f'),
(14640, 169, '_wp_trash_meta_status', 'publish'),
(14641, 169, '_wp_trash_meta_time', '1676026371'),
(14642, 169, '_wp_desired_post_slug', 'field_63c92e5d03f95'),
(14643, 170, '_wp_trash_meta_status', 'publish'),
(14644, 170, '_wp_trash_meta_time', '1676026371'),
(14645, 170, '_wp_desired_post_slug', 'field_63c92eb703f96'),
(14646, 171, '_wp_trash_meta_status', 'publish'),
(14647, 171, '_wp_trash_meta_time', '1676026371'),
(14648, 171, '_wp_desired_post_slug', 'field_63c92f8503f97'),
(14649, 172, '_wp_trash_meta_status', 'publish'),
(14650, 172, '_wp_trash_meta_time', '1676026371'),
(14651, 172, '_wp_desired_post_slug', 'field_63c92fa403f98'),
(14652, 173, '_wp_trash_meta_status', 'publish'),
(14653, 173, '_wp_trash_meta_time', '1676026371'),
(14654, 173, '_wp_desired_post_slug', 'field_63c9309e03f99'),
(14655, 176, '_wp_trash_meta_status', 'publish'),
(14656, 176, '_wp_trash_meta_time', '1676026371'),
(14657, 176, '_wp_desired_post_slug', 'field_63c93e1309d31'),
(14658, 295, '_wp_trash_meta_status', 'publish'),
(14659, 295, '_wp_trash_meta_time', '1676026433'),
(14660, 295, '_wp_desired_post_slug', 'group_63ce82742ab51'),
(14661, 296, '_wp_trash_meta_status', 'publish'),
(14662, 296, '_wp_trash_meta_time', '1676026433'),
(14663, 296, '_wp_desired_post_slug', 'field_63ce8274563a2'),
(14664, 253, '_wp_trash_meta_status', 'publish'),
(14665, 253, '_wp_trash_meta_time', '1676026479'),
(14666, 253, '_wp_desired_post_slug', 'group_63ce36c70868c'),
(14667, 254, '_wp_trash_meta_status', 'publish'),
(14668, 254, '_wp_trash_meta_time', '1676026479'),
(14669, 254, '_wp_desired_post_slug', 'field_63ce36c7c9a55'),
(14670, 255, '_wp_trash_meta_status', 'publish'),
(14671, 255, '_wp_trash_meta_time', '1676026479'),
(14672, 255, '_wp_desired_post_slug', 'field_63ce3756c9a56'),
(14673, 256, '_wp_trash_meta_status', 'publish'),
(14674, 256, '_wp_trash_meta_time', '1676026479'),
(14675, 256, '_wp_desired_post_slug', 'field_63ce375ac9a57'),
(14676, 257, '_wp_trash_meta_status', 'publish'),
(14677, 257, '_wp_trash_meta_time', '1676026479'),
(14678, 257, '_wp_desired_post_slug', 'field_63ce375dc9a58'),
(14679, 258, '_wp_trash_meta_status', 'publish'),
(14680, 258, '_wp_trash_meta_time', '1676026479'),
(14681, 258, '_wp_desired_post_slug', 'field_63ce3761c9a59'),
(14682, 510, '_wp_trash_meta_status', 'publish'),
(14683, 510, '_wp_trash_meta_time', '1676026479'),
(14684, 510, '_wp_desired_post_slug', 'field_63e3895236968'),
(14685, 84, '_wp_trash_meta_status', 'publish'),
(14686, 84, '_wp_trash_meta_time', '1676026537'),
(14687, 84, '_wp_desired_post_slug', 'group_63c8e1f229f09'),
(14688, 85, '_wp_trash_meta_status', 'publish'),
(14689, 85, '_wp_trash_meta_time', '1676026537'),
(14690, 85, '_wp_desired_post_slug', 'field_63c8e1f2d3c56'),
(14691, 151, '_wp_trash_meta_status', 'publish'),
(14692, 151, '_wp_trash_meta_time', '1676026537'),
(14693, 151, '_wp_desired_post_slug', 'field_63c911c40baef'),
(14694, 158, '_wp_trash_meta_status', 'publish'),
(14695, 158, '_wp_trash_meta_time', '1676026537'),
(14696, 158, '_wp_desired_post_slug', 'field_63c91b210b1a3'),
(14697, 593, 'company_profile', ''),
(14698, 593, '_company_profile', 'field_63ce36c7c9a55'),
(14699, 593, 'map_technology', ''),
(14700, 593, '_map_technology', 'field_63ce3756c9a56'),
(14701, 593, 'food_additives', ''),
(14702, 593, '_food_additives', 'field_63ce375ac9a57'),
(14703, 593, 'session_mix', ''),
(14704, 593, '_session_mix', 'field_63ce375dc9a58'),
(14705, 593, 'life_chart_by_map_technology', ''),
(14706, 593, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14707, 593, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14708, 593, '_address', 'field_63c92e1503f94'),
(14709, 593, 'tel_phone_number', '+91 2824 223921'),
(14710, 593, '_tel_phone_number', 'field_63c92e5d03f95'),
(14711, 593, 'mobile_no', '+91 96628 45243'),
(14712, 593, '_mobile_no', 'field_63c92eb703f96'),
(14713, 593, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14714, 593, '_facebook_link', 'field_63c92f8503f97'),
(14715, 593, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14716, 593, '_google_link', 'field_63c92fa403f98'),
(14717, 593, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14718, 593, '_company_description', 'field_63c9309e03f99'),
(14719, 593, 'email', 'info@messagegroup.co.in'),
(14720, 593, '_email', 'field_63c93e1309d31'),
(14721, 593, 'banner_image', ''),
(14722, 593, '_banner_image', 'field_63d527184f31d'),
(14723, 593, 'banner_title', ''),
(14724, 593, '_banner_title', 'field_63d527614f31e'),
(14725, 593, 'template_image_1', ''),
(14726, 593, '_template_image_1', 'field_63d529664f31f'),
(14727, 593, 'template_image_2', ''),
(14728, 593, '_template_image_2', 'field_63d529b54f320'),
(14729, 593, 'template_image_3', ''),
(14730, 593, '_template_image_3', 'field_63d529b94f321'),
(14731, 593, 'template_image_4', ''),
(14732, 593, '_template_image_4', 'field_63d529bc4f322'),
(14733, 593, 'get_started_background', ''),
(14734, 593, '_get_started_background', 'field_63ce497feef6e'),
(14735, 593, 'choose_us_background', ''),
(14736, 593, '_choose_us_background', 'field_63ce539a8b5b1'),
(14737, 593, 'message_group_1', ''),
(14738, 593, '_message_group_1', 'field_63ce69047b0c9'),
(14739, 593, 'message_group_2', ''),
(14740, 593, '_message_group_2', 'field_63ce6a627b0cd'),
(14741, 593, 'message_group_3', ''),
(14742, 593, '_message_group_3', 'field_63ce6a637b0ce'),
(14743, 593, 'message_group_4', ''),
(14744, 593, '_message_group_4', 'field_63ce6a687b0cf'),
(14745, 593, 'expertise_section_image', ''),
(14746, 593, '_expertise_section_image', 'field_63ce860ce9935'),
(14747, 593, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14748, 593, '_instagram_link', 'field_63c92fa403f98'),
(14749, 593, 'about_us_title', 'Leading Food Consulting Company'),
(14750, 593, '_about_us_title', 'field_63cbbac505df9'),
(14751, 593, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(14752, 593, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(14753, 593, 'video_background', ''),
(14754, 593, '_video_background', 'field_63cbc2880b5de'),
(14755, 593, 'about_us_page_image_1', '494'),
(14756, 593, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(14757, 593, 'about_us_page_image_2', '496'),
(14758, 593, '_about_us_page_image_2', 'field_63e34c58952b3'),
(14759, 593, 'extra_image_for_template', ''),
(14760, 593, '_extra_image_for_template', 'field_63e3b52217b09'),
(14761, 593, 'automap_technology', ''),
(14762, 593, '_automap_technology', 'field_63ce36c7c9a55'),
(14763, 593, 'seassioning_mix', ''),
(14764, 593, '_seassioning_mix', 'field_63ce375dc9a58'),
(14765, 593, 'automap_sealing_machine', ''),
(14766, 593, '_automap_sealing_machine', 'field_63e3895236968'),
(14767, 593, 'template_image_5', ''),
(14768, 593, '_template_image_5', 'field_63e5ef8aa4a60'),
(14769, 594, 'company_profile', ''),
(14770, 594, '_company_profile', 'field_63ce36c7c9a55'),
(14771, 594, 'map_technology', ''),
(14772, 594, '_map_technology', 'field_63ce3756c9a56'),
(14773, 594, 'food_additives', ''),
(14774, 594, '_food_additives', 'field_63ce375ac9a57'),
(14775, 594, 'session_mix', ''),
(14776, 594, '_session_mix', 'field_63ce375dc9a58'),
(14777, 594, 'life_chart_by_map_technology', ''),
(14778, 594, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14779, 594, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14780, 594, '_address', 'field_63c92e1503f94'),
(14781, 594, 'tel_phone_number', '+91 2824 223921'),
(14782, 594, '_tel_phone_number', 'field_63c92e5d03f95'),
(14783, 594, 'mobile_no', '+91 96628 45243'),
(14784, 594, '_mobile_no', 'field_63c92eb703f96'),
(14785, 594, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14786, 594, '_facebook_link', 'field_63c92f8503f97'),
(14787, 594, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14788, 594, '_google_link', 'field_63c92fa403f98'),
(14789, 594, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14790, 594, '_company_description', 'field_63c9309e03f99'),
(14791, 594, 'email', 'info@messagegroup.co.in'),
(14792, 594, '_email', 'field_63c93e1309d31'),
(14793, 594, 'banner_image', ''),
(14794, 594, '_banner_image', 'field_63d527184f31d'),
(14795, 594, 'banner_title', ''),
(14796, 594, '_banner_title', 'field_63d527614f31e'),
(14797, 594, 'template_image_1', ''),
(14798, 594, '_template_image_1', 'field_63d529664f31f'),
(14799, 594, 'template_image_2', ''),
(14800, 594, '_template_image_2', 'field_63d529b54f320'),
(14801, 594, 'template_image_3', ''),
(14802, 594, '_template_image_3', 'field_63d529b94f321'),
(14803, 594, 'template_image_4', ''),
(14804, 594, '_template_image_4', 'field_63d529bc4f322'),
(14805, 594, 'get_started_background', ''),
(14806, 594, '_get_started_background', 'field_63ce497feef6e'),
(14807, 594, 'choose_us_background', ''),
(14808, 594, '_choose_us_background', 'field_63ce539a8b5b1'),
(14809, 594, 'message_group_1', ''),
(14810, 594, '_message_group_1', 'field_63ce69047b0c9'),
(14811, 594, 'message_group_2', ''),
(14812, 594, '_message_group_2', 'field_63ce6a627b0cd'),
(14813, 594, 'message_group_3', ''),
(14814, 594, '_message_group_3', 'field_63ce6a637b0ce'),
(14815, 594, 'message_group_4', ''),
(14816, 594, '_message_group_4', 'field_63ce6a687b0cf'),
(14817, 594, 'expertise_section_image', ''),
(14818, 594, '_expertise_section_image', 'field_63ce860ce9935'),
(14819, 594, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14820, 594, '_instagram_link', 'field_63c92fa403f98'),
(14821, 594, 'about_us_title', 'Leading Food Consulting Company'),
(14822, 594, '_about_us_title', 'field_63cbbac505df9'),
(14823, 594, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(14824, 594, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(14825, 594, 'video_background', ''),
(14826, 594, '_video_background', 'field_63cbc2880b5de'),
(14827, 594, 'about_us_page_image_1', '494'),
(14828, 594, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(14829, 594, 'about_us_page_image_2', '496'),
(14830, 594, '_about_us_page_image_2', 'field_63e34c58952b3'),
(14831, 594, 'extra_image_for_template', ''),
(14832, 594, '_extra_image_for_template', 'field_63e3b52217b09'),
(14833, 594, 'automap_technology', ''),
(14834, 594, '_automap_technology', 'field_63ce36c7c9a55'),
(14835, 594, 'seassioning_mix', ''),
(14836, 594, '_seassioning_mix', 'field_63ce375dc9a58'),
(14837, 594, 'automap_sealing_machine', ''),
(14838, 594, '_automap_sealing_machine', 'field_63e3895236968'),
(14839, 594, 'template_image_5', ''),
(14840, 594, '_template_image_5', 'field_63e5ef8aa4a60'),
(14841, 596, 'company_profile', ''),
(14842, 596, '_company_profile', 'field_63ce36c7c9a55'),
(14843, 596, 'map_technology', ''),
(14844, 596, '_map_technology', 'field_63ce3756c9a56'),
(14845, 596, 'food_additives', ''),
(14846, 596, '_food_additives', 'field_63ce375ac9a57'),
(14847, 596, 'session_mix', ''),
(14848, 596, '_session_mix', 'field_63ce375dc9a58'),
(14849, 596, 'life_chart_by_map_technology', ''),
(14850, 596, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14851, 596, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14852, 596, '_address', 'field_63c92e1503f94'),
(14853, 596, 'tel_phone_number', '+91 2824 223921'),
(14854, 596, '_tel_phone_number', 'field_63c92e5d03f95'),
(14855, 596, 'mobile_no', '+91 96628 45243'),
(14856, 596, '_mobile_no', 'field_63c92eb703f96'),
(14857, 596, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14858, 596, '_facebook_link', 'field_63c92f8503f97'),
(14859, 596, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14860, 596, '_google_link', 'field_63c92fa403f98'),
(14861, 596, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14862, 596, '_company_description', 'field_63c9309e03f99'),
(14863, 596, 'email', 'info@messagegroup.co.in'),
(14864, 596, '_email', 'field_63c93e1309d31'),
(14865, 596, 'banner_image', ''),
(14866, 596, '_banner_image', 'field_63d527184f31d'),
(14867, 596, 'banner_title', ''),
(14868, 596, '_banner_title', 'field_63d527614f31e'),
(14869, 596, 'template_image_1', ''),
(14870, 596, '_template_image_1', 'field_63d529664f31f'),
(14871, 596, 'template_image_2', ''),
(14872, 596, '_template_image_2', 'field_63d529b54f320'),
(14873, 596, 'template_image_3', ''),
(14874, 596, '_template_image_3', 'field_63d529b94f321'),
(14875, 596, 'template_image_4', ''),
(14876, 596, '_template_image_4', 'field_63d529bc4f322'),
(14877, 596, 'get_started_background', ''),
(14878, 596, '_get_started_background', 'field_63ce497feef6e'),
(14879, 596, 'choose_us_background', ''),
(14880, 596, '_choose_us_background', 'field_63ce539a8b5b1'),
(14881, 596, 'message_group_1', ''),
(14882, 596, '_message_group_1', 'field_63ce69047b0c9'),
(14883, 596, 'message_group_2', ''),
(14884, 596, '_message_group_2', 'field_63ce6a627b0cd'),
(14885, 596, 'message_group_3', ''),
(14886, 596, '_message_group_3', 'field_63ce6a637b0ce'),
(14887, 596, 'message_group_4', ''),
(14888, 596, '_message_group_4', 'field_63ce6a687b0cf'),
(14889, 596, 'expertise_section_image', ''),
(14890, 596, '_expertise_section_image', 'field_63ce860ce9935'),
(14891, 596, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14892, 596, '_instagram_link', 'field_63c92fa403f98'),
(14893, 596, 'about_us_title', 'Leading Food Consulting Company'),
(14894, 596, '_about_us_title', 'field_63cbbac505df9'),
(14895, 596, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(14896, 596, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(14897, 596, 'video_background', ''),
(14898, 596, '_video_background', 'field_63cbc2880b5de'),
(14899, 596, 'about_us_page_image_1', '494'),
(14900, 596, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(14901, 596, 'about_us_page_image_2', '496'),
(14902, 596, '_about_us_page_image_2', 'field_63e34c58952b3'),
(14903, 596, 'extra_image_for_template', ''),
(14904, 596, '_extra_image_for_template', 'field_63e3b52217b09'),
(14905, 596, 'automap_technology', ''),
(14906, 596, '_automap_technology', 'field_63ce36c7c9a55'),
(14907, 596, 'seassioning_mix', ''),
(14908, 596, '_seassioning_mix', 'field_63ce375dc9a58'),
(14909, 596, 'automap_sealing_machine', ''),
(14910, 596, '_automap_sealing_machine', 'field_63e3895236968'),
(14911, 596, 'template_image_5', ''),
(14912, 596, '_template_image_5', 'field_63e5ef8aa4a60'),
(14913, 597, 'company_profile', ''),
(14914, 597, '_company_profile', 'field_63ce36c7c9a55'),
(14915, 597, 'map_technology', ''),
(14916, 597, '_map_technology', 'field_63ce3756c9a56'),
(14917, 597, 'food_additives', ''),
(14918, 597, '_food_additives', 'field_63ce375ac9a57'),
(14919, 597, 'session_mix', ''),
(14920, 597, '_session_mix', 'field_63ce375dc9a58'),
(14921, 597, 'life_chart_by_map_technology', ''),
(14922, 597, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14923, 597, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14924, 597, '_address', 'field_63c92e1503f94'),
(14925, 597, 'tel_phone_number', '+91 2824 223921'),
(14926, 597, '_tel_phone_number', 'field_63c92e5d03f95'),
(14927, 597, 'mobile_no', '+91 96628 45243'),
(14928, 597, '_mobile_no', 'field_63c92eb703f96'),
(14929, 597, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(14930, 597, '_facebook_link', 'field_63c92f8503f97'),
(14931, 597, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14932, 597, '_google_link', 'field_63c92fa403f98'),
(14933, 597, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(14934, 597, '_company_description', 'field_63c9309e03f99'),
(14935, 597, 'email', 'info@messagegroup.co.in'),
(14936, 597, '_email', 'field_63c93e1309d31'),
(14937, 597, 'banner_image', ''),
(14938, 597, '_banner_image', 'field_63d527184f31d'),
(14939, 597, 'banner_title', ''),
(14940, 597, '_banner_title', 'field_63d527614f31e'),
(14941, 597, 'template_image_1', ''),
(14942, 597, '_template_image_1', 'field_63d529664f31f'),
(14943, 597, 'template_image_2', ''),
(14944, 597, '_template_image_2', 'field_63d529b54f320'),
(14945, 597, 'template_image_3', ''),
(14946, 597, '_template_image_3', 'field_63d529b94f321'),
(14947, 597, 'template_image_4', ''),
(14948, 597, '_template_image_4', 'field_63d529bc4f322'),
(14949, 597, 'get_started_background', ''),
(14950, 597, '_get_started_background', 'field_63ce497feef6e'),
(14951, 597, 'choose_us_background', ''),
(14952, 597, '_choose_us_background', 'field_63ce539a8b5b1'),
(14953, 597, 'message_group_1', ''),
(14954, 597, '_message_group_1', 'field_63ce69047b0c9'),
(14955, 597, 'message_group_2', ''),
(14956, 597, '_message_group_2', 'field_63ce6a627b0cd'),
(14957, 597, 'message_group_3', ''),
(14958, 597, '_message_group_3', 'field_63ce6a637b0ce'),
(14959, 597, 'message_group_4', ''),
(14960, 597, '_message_group_4', 'field_63ce6a687b0cf'),
(14961, 597, 'expertise_section_image', ''),
(14962, 597, '_expertise_section_image', 'field_63ce860ce9935');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14963, 597, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(14964, 597, '_instagram_link', 'field_63c92fa403f98'),
(14965, 597, 'about_us_title', 'Leading Food Consulting Company'),
(14966, 597, '_about_us_title', 'field_63cbbac505df9'),
(14967, 597, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(14968, 597, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(14969, 597, 'video_background', ''),
(14970, 597, '_video_background', 'field_63cbc2880b5de'),
(14971, 597, 'about_us_page_image_1', '494'),
(14972, 597, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(14973, 597, 'about_us_page_image_2', '496'),
(14974, 597, '_about_us_page_image_2', 'field_63e34c58952b3'),
(14975, 597, 'extra_image_for_template', ''),
(14976, 597, '_extra_image_for_template', 'field_63e3b52217b09'),
(14977, 597, 'automap_technology', ''),
(14978, 597, '_automap_technology', 'field_63ce36c7c9a55'),
(14979, 597, 'seassioning_mix', ''),
(14980, 597, '_seassioning_mix', 'field_63ce375dc9a58'),
(14981, 597, 'automap_sealing_machine', ''),
(14982, 597, '_automap_sealing_machine', 'field_63e3895236968'),
(14983, 597, 'template_image_5', ''),
(14984, 597, '_template_image_5', 'field_63e5ef8aa4a60'),
(14985, 598, 'company_profile', ''),
(14986, 598, '_company_profile', 'field_63ce36c7c9a55'),
(14987, 598, 'map_technology', ''),
(14988, 598, '_map_technology', 'field_63ce3756c9a56'),
(14989, 598, 'food_additives', ''),
(14990, 598, '_food_additives', 'field_63ce375ac9a57'),
(14991, 598, 'session_mix', ''),
(14992, 598, '_session_mix', 'field_63ce375dc9a58'),
(14993, 598, 'life_chart_by_map_technology', ''),
(14994, 598, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(14995, 598, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(14996, 598, '_address', 'field_63c92e1503f94'),
(14997, 598, 'tel_phone_number', '+91 2824 223921'),
(14998, 598, '_tel_phone_number', 'field_63c92e5d03f95'),
(14999, 598, 'mobile_no', '+91 96628 45243'),
(15000, 598, '_mobile_no', 'field_63c92eb703f96'),
(15001, 598, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15002, 598, '_facebook_link', 'field_63c92f8503f97'),
(15003, 598, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15004, 598, '_google_link', 'field_63c92fa403f98'),
(15005, 598, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15006, 598, '_company_description', 'field_63c9309e03f99'),
(15007, 598, 'email', 'info@messagegroup.co.in'),
(15008, 598, '_email', 'field_63c93e1309d31'),
(15009, 598, 'banner_image', ''),
(15010, 598, '_banner_image', 'field_63d527184f31d'),
(15011, 598, 'banner_title', ''),
(15012, 598, '_banner_title', 'field_63d527614f31e'),
(15013, 598, 'template_image_1', ''),
(15014, 598, '_template_image_1', 'field_63d529664f31f'),
(15015, 598, 'template_image_2', ''),
(15016, 598, '_template_image_2', 'field_63d529b54f320'),
(15017, 598, 'template_image_3', ''),
(15018, 598, '_template_image_3', 'field_63d529b94f321'),
(15019, 598, 'template_image_4', ''),
(15020, 598, '_template_image_4', 'field_63d529bc4f322'),
(15021, 598, 'get_started_background', ''),
(15022, 598, '_get_started_background', 'field_63ce497feef6e'),
(15023, 598, 'choose_us_background', ''),
(15024, 598, '_choose_us_background', 'field_63ce539a8b5b1'),
(15025, 598, 'message_group_1', ''),
(15026, 598, '_message_group_1', 'field_63ce69047b0c9'),
(15027, 598, 'message_group_2', ''),
(15028, 598, '_message_group_2', 'field_63ce6a627b0cd'),
(15029, 598, 'message_group_3', ''),
(15030, 598, '_message_group_3', 'field_63ce6a637b0ce'),
(15031, 598, 'message_group_4', ''),
(15032, 598, '_message_group_4', 'field_63ce6a687b0cf'),
(15033, 598, 'expertise_section_image', ''),
(15034, 598, '_expertise_section_image', 'field_63ce860ce9935'),
(15035, 598, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15036, 598, '_instagram_link', 'field_63c92fa403f98'),
(15037, 598, 'about_us_title', 'Leading Food Consulting Company'),
(15038, 598, '_about_us_title', 'field_63cbbac505df9'),
(15039, 598, 'video_link_of_about_us', 'https://www.youtube.com/watch?v=8B7OIe83qNY'),
(15040, 598, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(15041, 598, 'video_background', ''),
(15042, 598, '_video_background', 'field_63cbc2880b5de'),
(15043, 598, 'about_us_page_image_1', '494'),
(15044, 598, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(15045, 598, 'about_us_page_image_2', '496'),
(15046, 598, '_about_us_page_image_2', 'field_63e34c58952b3'),
(15047, 598, 'extra_image_for_template', ''),
(15048, 598, '_extra_image_for_template', 'field_63e3b52217b09'),
(15049, 598, 'automap_technology', ''),
(15050, 598, '_automap_technology', 'field_63ce36c7c9a55'),
(15051, 598, 'seassioning_mix', ''),
(15052, 598, '_seassioning_mix', 'field_63ce375dc9a58'),
(15053, 598, 'automap_sealing_machine', ''),
(15054, 598, '_automap_sealing_machine', 'field_63e3895236968'),
(15055, 598, 'template_image_5', ''),
(15056, 598, '_template_image_5', 'field_63e5ef8aa4a60'),
(15061, 11, 'banner_image', ''),
(15062, 11, '_banner_image', 'field_63d527184f31d'),
(15063, 11, 'banner_title', ''),
(15064, 11, '_banner_title', 'field_63d527614f31e'),
(15065, 11, 'template_image_1', ''),
(15066, 11, '_template_image_1', 'field_63d529664f31f'),
(15067, 11, 'template_image_2', ''),
(15068, 11, '_template_image_2', 'field_63d529b54f320'),
(15069, 11, 'template_image_3', ''),
(15070, 11, '_template_image_3', 'field_63d529b94f321'),
(15071, 11, 'template_image_4', ''),
(15072, 11, '_template_image_4', 'field_63d529bc4f322'),
(15073, 11, 'template_image_5', ''),
(15074, 11, '_template_image_5', 'field_63e5ef8aa4a60'),
(15075, 601, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(15076, 601, '_address', 'field_63c92e1503f94'),
(15077, 601, 'tel_phone_number', '+91 96628 45243'),
(15078, 601, '_tel_phone_number', 'field_63c92e5d03f95'),
(15079, 601, 'mobile_no', '+91 96628 45243'),
(15080, 601, '_mobile_no', 'field_63c92eb703f96'),
(15081, 601, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15082, 601, '_facebook_link', 'field_63c92f8503f97'),
(15083, 601, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15084, 601, '_google_link', 'field_63c92fa403f98'),
(15085, 601, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15086, 601, '_company_description', 'field_63c9309e03f99'),
(15087, 601, 'slider_image1', '553'),
(15088, 601, '_slider_image1', 'field_63c8c6482244c'),
(15089, 601, 'slider_image2', '600'),
(15090, 601, '_slider_image2', 'field_63c8c68f2244d'),
(15091, 601, 'slider_image3', '599'),
(15092, 601, '_slider_image3', 'field_63c8d1b9959fa'),
(15093, 601, 'slider_title1', 'Seasoning Mix '),
(15094, 601, '_slider_title1', 'field_63c8d1ef959fb'),
(15095, 601, 'slider_title2', 'By Message'),
(15096, 601, '_slider_title2', 'field_63c8d20a959fc'),
(15097, 601, 'slider_title3', 'The miracle of research'),
(15098, 601, '_slider_title3', 'field_63c8d218959fd'),
(15099, 601, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(15100, 601, '_slider_description1', 'field_63c8d237959fe'),
(15101, 601, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(15102, 601, '_slider_description2', 'field_63c8d274959ff'),
(15103, 601, 'slider_description3', 'Food additives and much more...'),
(15104, 601, '_slider_description3', 'field_63c8d28f95a00'),
(15105, 601, 'about_us_title', 'Leading Food Consulting Company'),
(15106, 601, '_about_us_title', 'field_63cbbac505df9'),
(15107, 601, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(15108, 601, '_short_description', 'field_63cbbbe305dfa'),
(15109, 601, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(15110, 601, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(15111, 601, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(15112, 601, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(15113, 601, 'video_background', '242'),
(15114, 601, '_video_background', 'field_63cbc2880b5de'),
(15115, 601, 'client_image_1', '211'),
(15116, 601, '_client_image_1', 'field_63cbcb8e5afcb'),
(15117, 601, 'client_image_2', '210'),
(15118, 601, '_client_image_2', 'field_63cbcbd95afcc'),
(15119, 601, 'client_image_3', '209'),
(15120, 601, '_client_image_3', 'field_63cbcbe55afcd'),
(15121, 601, 'client_image_4', '208'),
(15122, 601, '_client_image_4', 'field_63cbcbe75afce'),
(15123, 601, 'client_image_5', '207'),
(15124, 601, '_client_image_5', 'field_63cbcbeb5afcf'),
(15125, 601, 'client_image_6', '206'),
(15126, 601, '_client_image_6', 'field_63cbcbef5afd0'),
(15127, 601, 'email', 'khyati@messagegroup.co.in'),
(15128, 601, '_email', 'field_63c93e1309d31'),
(15129, 601, 'tag_line1', 'Innovative Food Packaging Machinery'),
(15130, 601, '_tag_line1', 'field_63cbb9903babf'),
(15131, 601, 'tag_line2', 'Food Additives & Seasoning Mix'),
(15132, 601, '_tag_line2', 'field_63cbba1a3bac0'),
(15133, 601, 'tag_line3', 'Rapid Response & Satisfaction'),
(15134, 601, '_tag_line3', 'field_63cbba503bac1'),
(15135, 601, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(15136, 601, '_long_description_about_us_2', 'field_63cdfd562520a'),
(15137, 601, 'industry_we_serve_image_1', '439'),
(15138, 601, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(15139, 601, 'industry_we_serve_image_2', '440'),
(15140, 601, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(15141, 601, 'industry_we_serve_image_3', '435'),
(15142, 601, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(15143, 601, 'industry_we_serve_image_4', '437'),
(15144, 601, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(15145, 601, 'industry_we_serve_image_5', '433'),
(15146, 601, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(15147, 601, 'industry_we_serve_short_description', ''),
(15148, 601, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(15149, 601, 'company_profile', '261'),
(15150, 601, '_company_profile', 'field_63ce36c7c9a55'),
(15151, 601, 'map_technology', '379'),
(15152, 601, '_map_technology', 'field_63ce3756c9a56'),
(15153, 601, 'food_addsive', '262'),
(15154, 601, '_food_addsive', 'field_63ce375ac9a57'),
(15155, 601, 'session_mix', '263'),
(15156, 601, '_session_mix', 'field_63ce375dc9a58'),
(15157, 601, 'life_chart_by_map_technology', '264'),
(15158, 601, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(15159, 601, 'food_additives', '262'),
(15160, 601, '_food_additives', 'field_63ce375ac9a57'),
(15161, 601, 'get_started_background', '507'),
(15162, 601, '_get_started_background', 'field_63ce497feef6e'),
(15163, 601, 'choose_us_background', '393'),
(15164, 601, '_choose_us_background', 'field_63ce539a8b5b1'),
(15165, 601, 'message_group_1', '283'),
(15166, 601, '_message_group_1', 'field_63ce69047b0c9'),
(15167, 601, 'message_group_2', '284'),
(15168, 601, '_message_group_2', 'field_63ce6a627b0cd'),
(15169, 601, 'message_group_3', '285'),
(15170, 601, '_message_group_3', 'field_63ce6a637b0ce'),
(15171, 601, 'message_group_4', '286'),
(15172, 601, '_message_group_4', 'field_63ce6a687b0cf'),
(15173, 601, 'expertise_section_image', '565'),
(15174, 601, '_expertise_section_image', 'field_63ce860ce9935'),
(15175, 601, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(15176, 601, '_array_of_feature_section', 'field_63ce89ca26c57'),
(15177, 601, '1st_title__of_slider_1', 'Miss Me'),
(15178, 601, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(15179, 601, '1st_title__of_slider_2', 'AutoMAP'),
(15180, 601, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(15181, 601, '1st_title__of_slider_3', 'Message'),
(15182, 601, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(15183, 601, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15184, 601, '_instagram_link', 'field_63c92fa403f98'),
(15185, 601, 'about_us_page_image_1', ''),
(15186, 601, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(15187, 601, '1st_title_of_slider_1', 'AutoMAP'),
(15188, 601, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(15189, 601, '2nd_title_of_slider_1', 'By Message'),
(15190, 601, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(15191, 601, '1st_title_of_slider_2', 'Packaging Solution'),
(15192, 601, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(15193, 601, '2nd_title_of_slider_2', 'By Message'),
(15194, 601, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(15195, 601, '1st_title_of_slider_3', 'Food Additives'),
(15196, 601, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(15197, 601, '2nd_title_of_slider_3', 'By message'),
(15198, 601, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(15199, 601, 'slider_image4', '555'),
(15200, 601, '_slider_image4', 'field_63e336890d0b2'),
(15201, 601, '1st_title_of_slider_4', 'Miss Me'),
(15202, 601, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(15203, 601, '2nd_title_of_slider_4', 'Seasoning Mix'),
(15204, 601, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(15205, 601, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(15206, 601, '_slider_description4', 'field_63e336c2b48bd'),
(15207, 601, 'about_us_page_image_2', ''),
(15208, 601, '_about_us_page_image_2', 'field_63e34c58952b3'),
(15209, 601, 'automap_technology', '511'),
(15210, 601, '_automap_technology', 'field_63ce36c7c9a55'),
(15211, 601, 'seassioning_mix', ''),
(15212, 601, '_seassioning_mix', 'field_63ce375dc9a58'),
(15213, 601, 'automap_sealing_machine', '511'),
(15214, 601, '_automap_sealing_machine', 'field_63e3895236968'),
(15215, 601, 'extra_image_for_template', ''),
(15216, 601, '_extra_image_for_template', 'field_63e3b52217b09'),
(15217, 601, 'banner_image', ''),
(15218, 601, '_banner_image', 'field_63d527184f31d'),
(15219, 601, 'banner_title', ''),
(15220, 601, '_banner_title', 'field_63d527614f31e'),
(15221, 601, 'template_image_1', ''),
(15222, 601, '_template_image_1', 'field_63d529664f31f'),
(15223, 601, 'template_image_2', ''),
(15224, 601, '_template_image_2', 'field_63d529b54f320'),
(15225, 601, 'template_image_3', ''),
(15226, 601, '_template_image_3', 'field_63d529b94f321'),
(15227, 601, 'template_image_4', ''),
(15228, 601, '_template_image_4', 'field_63d529bc4f322'),
(15229, 601, 'template_image_5', ''),
(15230, 601, '_template_image_5', 'field_63e5ef8aa4a60'),
(15233, 603, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(15234, 603, '_address', 'field_63c92e1503f94'),
(15235, 603, 'tel_phone_number', '+91 96628 45243'),
(15236, 603, '_tel_phone_number', 'field_63c92e5d03f95'),
(15237, 603, 'mobile_no', '+91 96628 45243'),
(15238, 603, '_mobile_no', 'field_63c92eb703f96'),
(15239, 603, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15240, 603, '_facebook_link', 'field_63c92f8503f97'),
(15241, 603, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15242, 603, '_google_link', 'field_63c92fa403f98'),
(15243, 603, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15244, 603, '_company_description', 'field_63c9309e03f99'),
(15245, 603, 'slider_image1', '553'),
(15246, 603, '_slider_image1', 'field_63c8c6482244c'),
(15247, 603, 'slider_image2', '602'),
(15248, 603, '_slider_image2', 'field_63c8c68f2244d'),
(15249, 603, 'slider_image3', '599'),
(15250, 603, '_slider_image3', 'field_63c8d1b9959fa'),
(15251, 603, 'slider_title1', 'Seasoning Mix '),
(15252, 603, '_slider_title1', 'field_63c8d1ef959fb'),
(15253, 603, 'slider_title2', 'By Message'),
(15254, 603, '_slider_title2', 'field_63c8d20a959fc'),
(15255, 603, 'slider_title3', 'The miracle of research'),
(15256, 603, '_slider_title3', 'field_63c8d218959fd'),
(15257, 603, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(15258, 603, '_slider_description1', 'field_63c8d237959fe'),
(15259, 603, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(15260, 603, '_slider_description2', 'field_63c8d274959ff'),
(15261, 603, 'slider_description3', 'Food additives and much more...'),
(15262, 603, '_slider_description3', 'field_63c8d28f95a00'),
(15263, 603, 'about_us_title', 'Leading Food Consulting Company'),
(15264, 603, '_about_us_title', 'field_63cbbac505df9'),
(15265, 603, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(15266, 603, '_short_description', 'field_63cbbbe305dfa'),
(15267, 603, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(15268, 603, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(15269, 603, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(15270, 603, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(15271, 603, 'video_background', '242'),
(15272, 603, '_video_background', 'field_63cbc2880b5de'),
(15273, 603, 'client_image_1', '211'),
(15274, 603, '_client_image_1', 'field_63cbcb8e5afcb'),
(15275, 603, 'client_image_2', '210'),
(15276, 603, '_client_image_2', 'field_63cbcbd95afcc'),
(15277, 603, 'client_image_3', '209'),
(15278, 603, '_client_image_3', 'field_63cbcbe55afcd'),
(15279, 603, 'client_image_4', '208'),
(15280, 603, '_client_image_4', 'field_63cbcbe75afce'),
(15281, 603, 'client_image_5', '207'),
(15282, 603, '_client_image_5', 'field_63cbcbeb5afcf'),
(15283, 603, 'client_image_6', '206'),
(15284, 603, '_client_image_6', 'field_63cbcbef5afd0'),
(15285, 603, 'email', 'khyati@messagegroup.co.in'),
(15286, 603, '_email', 'field_63c93e1309d31'),
(15287, 603, 'tag_line1', 'Innovative Food Packaging Machinery'),
(15288, 603, '_tag_line1', 'field_63cbb9903babf'),
(15289, 603, 'tag_line2', 'Food Additives & Seasoning Mix'),
(15290, 603, '_tag_line2', 'field_63cbba1a3bac0'),
(15291, 603, 'tag_line3', 'Rapid Response & Satisfaction'),
(15292, 603, '_tag_line3', 'field_63cbba503bac1'),
(15293, 603, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(15294, 603, '_long_description_about_us_2', 'field_63cdfd562520a'),
(15295, 603, 'industry_we_serve_image_1', '439'),
(15296, 603, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(15297, 603, 'industry_we_serve_image_2', '440'),
(15298, 603, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(15299, 603, 'industry_we_serve_image_3', '435'),
(15300, 603, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(15301, 603, 'industry_we_serve_image_4', '437'),
(15302, 603, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(15303, 603, 'industry_we_serve_image_5', '433'),
(15304, 603, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(15305, 603, 'industry_we_serve_short_description', ''),
(15306, 603, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(15307, 603, 'company_profile', '261'),
(15308, 603, '_company_profile', 'field_63ce36c7c9a55'),
(15309, 603, 'map_technology', '379'),
(15310, 603, '_map_technology', 'field_63ce3756c9a56'),
(15311, 603, 'food_addsive', '262'),
(15312, 603, '_food_addsive', 'field_63ce375ac9a57'),
(15313, 603, 'session_mix', '263'),
(15314, 603, '_session_mix', 'field_63ce375dc9a58'),
(15315, 603, 'life_chart_by_map_technology', '264'),
(15316, 603, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(15317, 603, 'food_additives', '262'),
(15318, 603, '_food_additives', 'field_63ce375ac9a57'),
(15319, 603, 'get_started_background', '507'),
(15320, 603, '_get_started_background', 'field_63ce497feef6e'),
(15321, 603, 'choose_us_background', '393'),
(15322, 603, '_choose_us_background', 'field_63ce539a8b5b1'),
(15323, 603, 'message_group_1', '283'),
(15324, 603, '_message_group_1', 'field_63ce69047b0c9'),
(15325, 603, 'message_group_2', '284'),
(15326, 603, '_message_group_2', 'field_63ce6a627b0cd'),
(15327, 603, 'message_group_3', '285'),
(15328, 603, '_message_group_3', 'field_63ce6a637b0ce'),
(15329, 603, 'message_group_4', '286'),
(15330, 603, '_message_group_4', 'field_63ce6a687b0cf'),
(15331, 603, 'expertise_section_image', '565'),
(15332, 603, '_expertise_section_image', 'field_63ce860ce9935'),
(15333, 603, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(15334, 603, '_array_of_feature_section', 'field_63ce89ca26c57'),
(15335, 603, '1st_title__of_slider_1', 'Miss Me'),
(15336, 603, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(15337, 603, '1st_title__of_slider_2', 'AutoMAP'),
(15338, 603, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(15339, 603, '1st_title__of_slider_3', 'Message'),
(15340, 603, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(15341, 603, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15342, 603, '_instagram_link', 'field_63c92fa403f98'),
(15343, 603, 'about_us_page_image_1', ''),
(15344, 603, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(15345, 603, '1st_title_of_slider_1', 'AutoMAP'),
(15346, 603, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(15347, 603, '2nd_title_of_slider_1', 'By Message'),
(15348, 603, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(15349, 603, '1st_title_of_slider_2', 'Packaging Solution'),
(15350, 603, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(15351, 603, '2nd_title_of_slider_2', 'By Message'),
(15352, 603, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(15353, 603, '1st_title_of_slider_3', 'Food Additives'),
(15354, 603, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(15355, 603, '2nd_title_of_slider_3', 'By message'),
(15356, 603, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(15357, 603, 'slider_image4', '555'),
(15358, 603, '_slider_image4', 'field_63e336890d0b2'),
(15359, 603, '1st_title_of_slider_4', 'Miss Me'),
(15360, 603, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(15361, 603, '2nd_title_of_slider_4', 'Seasoning Mix'),
(15362, 603, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(15363, 603, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(15364, 603, '_slider_description4', 'field_63e336c2b48bd'),
(15365, 603, 'about_us_page_image_2', ''),
(15366, 603, '_about_us_page_image_2', 'field_63e34c58952b3'),
(15367, 603, 'automap_technology', '511'),
(15368, 603, '_automap_technology', 'field_63ce36c7c9a55'),
(15369, 603, 'seassioning_mix', ''),
(15370, 603, '_seassioning_mix', 'field_63ce375dc9a58'),
(15371, 603, 'automap_sealing_machine', '511'),
(15372, 603, '_automap_sealing_machine', 'field_63e3895236968'),
(15373, 603, 'extra_image_for_template', ''),
(15374, 603, '_extra_image_for_template', 'field_63e3b52217b09'),
(15375, 603, 'banner_image', ''),
(15376, 603, '_banner_image', 'field_63d527184f31d'),
(15377, 603, 'banner_title', ''),
(15378, 603, '_banner_title', 'field_63d527614f31e'),
(15379, 603, 'template_image_1', ''),
(15380, 603, '_template_image_1', 'field_63d529664f31f'),
(15381, 603, 'template_image_2', ''),
(15382, 603, '_template_image_2', 'field_63d529b54f320'),
(15383, 603, 'template_image_3', ''),
(15384, 603, '_template_image_3', 'field_63d529b94f321'),
(15385, 603, 'template_image_4', ''),
(15386, 603, '_template_image_4', 'field_63d529bc4f322'),
(15387, 603, 'template_image_5', ''),
(15388, 603, '_template_image_5', 'field_63e5ef8aa4a60'),
(15393, 606, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(15394, 606, '_address', 'field_63c92e1503f94'),
(15395, 606, 'tel_phone_number', '+91 96628 45243'),
(15396, 606, '_tel_phone_number', 'field_63c92e5d03f95'),
(15397, 606, 'mobile_no', '+91 96628 45243'),
(15398, 606, '_mobile_no', 'field_63c92eb703f96'),
(15399, 606, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15400, 606, '_facebook_link', 'field_63c92f8503f97'),
(15401, 606, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15402, 606, '_google_link', 'field_63c92fa403f98'),
(15403, 606, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15404, 606, '_company_description', 'field_63c9309e03f99'),
(15405, 606, 'slider_image1', '604'),
(15406, 606, '_slider_image1', 'field_63c8c6482244c'),
(15407, 606, 'slider_image2', '605'),
(15408, 606, '_slider_image2', 'field_63c8c68f2244d'),
(15409, 606, 'slider_image3', '599'),
(15410, 606, '_slider_image3', 'field_63c8d1b9959fa'),
(15411, 606, 'slider_title1', 'Seasoning Mix '),
(15412, 606, '_slider_title1', 'field_63c8d1ef959fb'),
(15413, 606, 'slider_title2', 'By Message'),
(15414, 606, '_slider_title2', 'field_63c8d20a959fc'),
(15415, 606, 'slider_title3', 'The miracle of research'),
(15416, 606, '_slider_title3', 'field_63c8d218959fd'),
(15417, 606, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(15418, 606, '_slider_description1', 'field_63c8d237959fe'),
(15419, 606, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(15420, 606, '_slider_description2', 'field_63c8d274959ff'),
(15421, 606, 'slider_description3', 'Food additives and much more...'),
(15422, 606, '_slider_description3', 'field_63c8d28f95a00'),
(15423, 606, 'about_us_title', 'Leading Food Consulting Company'),
(15424, 606, '_about_us_title', 'field_63cbbac505df9'),
(15425, 606, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(15426, 606, '_short_description', 'field_63cbbbe305dfa'),
(15427, 606, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(15428, 606, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(15429, 606, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(15430, 606, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(15431, 606, 'video_background', '242'),
(15432, 606, '_video_background', 'field_63cbc2880b5de'),
(15433, 606, 'client_image_1', '211'),
(15434, 606, '_client_image_1', 'field_63cbcb8e5afcb'),
(15435, 606, 'client_image_2', '210'),
(15436, 606, '_client_image_2', 'field_63cbcbd95afcc'),
(15437, 606, 'client_image_3', '209'),
(15438, 606, '_client_image_3', 'field_63cbcbe55afcd'),
(15439, 606, 'client_image_4', '208'),
(15440, 606, '_client_image_4', 'field_63cbcbe75afce'),
(15441, 606, 'client_image_5', '207'),
(15442, 606, '_client_image_5', 'field_63cbcbeb5afcf'),
(15443, 606, 'client_image_6', '206'),
(15444, 606, '_client_image_6', 'field_63cbcbef5afd0'),
(15445, 606, 'email', 'khyati@messagegroup.co.in'),
(15446, 606, '_email', 'field_63c93e1309d31'),
(15447, 606, 'tag_line1', 'Innovative Food Packaging Machinery'),
(15448, 606, '_tag_line1', 'field_63cbb9903babf'),
(15449, 606, 'tag_line2', 'Food Additives & Seasoning Mix'),
(15450, 606, '_tag_line2', 'field_63cbba1a3bac0'),
(15451, 606, 'tag_line3', 'Rapid Response & Satisfaction'),
(15452, 606, '_tag_line3', 'field_63cbba503bac1'),
(15453, 606, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(15454, 606, '_long_description_about_us_2', 'field_63cdfd562520a'),
(15455, 606, 'industry_we_serve_image_1', '439'),
(15456, 606, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(15457, 606, 'industry_we_serve_image_2', '440'),
(15458, 606, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(15459, 606, 'industry_we_serve_image_3', '435'),
(15460, 606, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(15461, 606, 'industry_we_serve_image_4', '437'),
(15462, 606, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(15463, 606, 'industry_we_serve_image_5', '433'),
(15464, 606, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(15465, 606, 'industry_we_serve_short_description', ''),
(15466, 606, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(15467, 606, 'company_profile', '261'),
(15468, 606, '_company_profile', 'field_63ce36c7c9a55'),
(15469, 606, 'map_technology', '379'),
(15470, 606, '_map_technology', 'field_63ce3756c9a56'),
(15471, 606, 'food_addsive', '262'),
(15472, 606, '_food_addsive', 'field_63ce375ac9a57'),
(15473, 606, 'session_mix', '263'),
(15474, 606, '_session_mix', 'field_63ce375dc9a58'),
(15475, 606, 'life_chart_by_map_technology', '264'),
(15476, 606, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(15477, 606, 'food_additives', '262'),
(15478, 606, '_food_additives', 'field_63ce375ac9a57'),
(15479, 606, 'get_started_background', '507'),
(15480, 606, '_get_started_background', 'field_63ce497feef6e'),
(15481, 606, 'choose_us_background', '393'),
(15482, 606, '_choose_us_background', 'field_63ce539a8b5b1'),
(15483, 606, 'message_group_1', '283'),
(15484, 606, '_message_group_1', 'field_63ce69047b0c9'),
(15485, 606, 'message_group_2', '284'),
(15486, 606, '_message_group_2', 'field_63ce6a627b0cd'),
(15487, 606, 'message_group_3', '285'),
(15488, 606, '_message_group_3', 'field_63ce6a637b0ce'),
(15489, 606, 'message_group_4', '286'),
(15490, 606, '_message_group_4', 'field_63ce6a687b0cf'),
(15491, 606, 'expertise_section_image', '565'),
(15492, 606, '_expertise_section_image', 'field_63ce860ce9935'),
(15493, 606, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(15494, 606, '_array_of_feature_section', 'field_63ce89ca26c57'),
(15495, 606, '1st_title__of_slider_1', 'Miss Me'),
(15496, 606, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(15497, 606, '1st_title__of_slider_2', 'AutoMAP'),
(15498, 606, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(15499, 606, '1st_title__of_slider_3', 'Message'),
(15500, 606, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(15501, 606, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15502, 606, '_instagram_link', 'field_63c92fa403f98'),
(15503, 606, 'about_us_page_image_1', ''),
(15504, 606, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(15505, 606, '1st_title_of_slider_1', 'AutoMAP'),
(15506, 606, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(15507, 606, '2nd_title_of_slider_1', 'By Message'),
(15508, 606, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(15509, 606, '1st_title_of_slider_2', 'Packaging Solution'),
(15510, 606, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(15511, 606, '2nd_title_of_slider_2', 'By Message'),
(15512, 606, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(15513, 606, '1st_title_of_slider_3', 'Food Additives'),
(15514, 606, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(15515, 606, '2nd_title_of_slider_3', 'By message'),
(15516, 606, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(15517, 606, 'slider_image4', '555'),
(15518, 606, '_slider_image4', 'field_63e336890d0b2'),
(15519, 606, '1st_title_of_slider_4', 'Miss Me'),
(15520, 606, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(15521, 606, '2nd_title_of_slider_4', 'Seasoning Mix'),
(15522, 606, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(15523, 606, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(15524, 606, '_slider_description4', 'field_63e336c2b48bd'),
(15525, 606, 'about_us_page_image_2', ''),
(15526, 606, '_about_us_page_image_2', 'field_63e34c58952b3'),
(15527, 606, 'automap_technology', '511'),
(15528, 606, '_automap_technology', 'field_63ce36c7c9a55'),
(15529, 606, 'seassioning_mix', ''),
(15530, 606, '_seassioning_mix', 'field_63ce375dc9a58'),
(15531, 606, 'automap_sealing_machine', '511'),
(15532, 606, '_automap_sealing_machine', 'field_63e3895236968'),
(15533, 606, 'extra_image_for_template', ''),
(15534, 606, '_extra_image_for_template', 'field_63e3b52217b09'),
(15535, 606, 'banner_image', ''),
(15536, 606, '_banner_image', 'field_63d527184f31d'),
(15537, 606, 'banner_title', ''),
(15538, 606, '_banner_title', 'field_63d527614f31e'),
(15539, 606, 'template_image_1', ''),
(15540, 606, '_template_image_1', 'field_63d529664f31f'),
(15541, 606, 'template_image_2', ''),
(15542, 606, '_template_image_2', 'field_63d529b54f320'),
(15543, 606, 'template_image_3', ''),
(15544, 606, '_template_image_3', 'field_63d529b94f321'),
(15545, 606, 'template_image_4', ''),
(15546, 606, '_template_image_4', 'field_63d529bc4f322'),
(15547, 606, 'template_image_5', ''),
(15548, 606, '_template_image_5', 'field_63e5ef8aa4a60'),
(15551, 608, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(15552, 608, '_address', 'field_63c92e1503f94'),
(15553, 608, 'tel_phone_number', '+91 96628 45243'),
(15554, 608, '_tel_phone_number', 'field_63c92e5d03f95'),
(15555, 608, 'mobile_no', '+91 96628 45243'),
(15556, 608, '_mobile_no', 'field_63c92eb703f96'),
(15557, 608, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15558, 608, '_facebook_link', 'field_63c92f8503f97'),
(15559, 608, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15560, 608, '_google_link', 'field_63c92fa403f98'),
(15561, 608, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15562, 608, '_company_description', 'field_63c9309e03f99'),
(15563, 608, 'slider_image1', '604'),
(15564, 608, '_slider_image1', 'field_63c8c6482244c'),
(15565, 608, 'slider_image2', '607'),
(15566, 608, '_slider_image2', 'field_63c8c68f2244d'),
(15567, 608, 'slider_image3', '599'),
(15568, 608, '_slider_image3', 'field_63c8d1b9959fa'),
(15569, 608, 'slider_title1', 'Seasoning Mix '),
(15570, 608, '_slider_title1', 'field_63c8d1ef959fb'),
(15571, 608, 'slider_title2', 'By Message'),
(15572, 608, '_slider_title2', 'field_63c8d20a959fc'),
(15573, 608, 'slider_title3', 'The miracle of research'),
(15574, 608, '_slider_title3', 'field_63c8d218959fd'),
(15575, 608, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(15576, 608, '_slider_description1', 'field_63c8d237959fe'),
(15577, 608, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(15578, 608, '_slider_description2', 'field_63c8d274959ff'),
(15579, 608, 'slider_description3', 'Food additives and much more...'),
(15580, 608, '_slider_description3', 'field_63c8d28f95a00'),
(15581, 608, 'about_us_title', 'Leading Food Consulting Company'),
(15582, 608, '_about_us_title', 'field_63cbbac505df9'),
(15583, 608, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(15584, 608, '_short_description', 'field_63cbbbe305dfa'),
(15585, 608, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(15586, 608, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(15587, 608, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(15588, 608, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(15589, 608, 'video_background', '242'),
(15590, 608, '_video_background', 'field_63cbc2880b5de'),
(15591, 608, 'client_image_1', '211'),
(15592, 608, '_client_image_1', 'field_63cbcb8e5afcb'),
(15593, 608, 'client_image_2', '210'),
(15594, 608, '_client_image_2', 'field_63cbcbd95afcc'),
(15595, 608, 'client_image_3', '209'),
(15596, 608, '_client_image_3', 'field_63cbcbe55afcd'),
(15597, 608, 'client_image_4', '208'),
(15598, 608, '_client_image_4', 'field_63cbcbe75afce'),
(15599, 608, 'client_image_5', '207'),
(15600, 608, '_client_image_5', 'field_63cbcbeb5afcf'),
(15601, 608, 'client_image_6', '206'),
(15602, 608, '_client_image_6', 'field_63cbcbef5afd0'),
(15603, 608, 'email', 'khyati@messagegroup.co.in'),
(15604, 608, '_email', 'field_63c93e1309d31'),
(15605, 608, 'tag_line1', 'Innovative Food Packaging Machinery'),
(15606, 608, '_tag_line1', 'field_63cbb9903babf'),
(15607, 608, 'tag_line2', 'Food Additives & Seasoning Mix'),
(15608, 608, '_tag_line2', 'field_63cbba1a3bac0'),
(15609, 608, 'tag_line3', 'Rapid Response & Satisfaction'),
(15610, 608, '_tag_line3', 'field_63cbba503bac1'),
(15611, 608, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(15612, 608, '_long_description_about_us_2', 'field_63cdfd562520a'),
(15613, 608, 'industry_we_serve_image_1', '439'),
(15614, 608, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(15615, 608, 'industry_we_serve_image_2', '440'),
(15616, 608, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(15617, 608, 'industry_we_serve_image_3', '435'),
(15618, 608, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(15619, 608, 'industry_we_serve_image_4', '437'),
(15620, 608, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(15621, 608, 'industry_we_serve_image_5', '433'),
(15622, 608, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(15623, 608, 'industry_we_serve_short_description', ''),
(15624, 608, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(15625, 608, 'company_profile', '261'),
(15626, 608, '_company_profile', 'field_63ce36c7c9a55'),
(15627, 608, 'map_technology', '379'),
(15628, 608, '_map_technology', 'field_63ce3756c9a56'),
(15629, 608, 'food_addsive', '262'),
(15630, 608, '_food_addsive', 'field_63ce375ac9a57'),
(15631, 608, 'session_mix', '263'),
(15632, 608, '_session_mix', 'field_63ce375dc9a58'),
(15633, 608, 'life_chart_by_map_technology', '264'),
(15634, 608, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(15635, 608, 'food_additives', '262'),
(15636, 608, '_food_additives', 'field_63ce375ac9a57'),
(15637, 608, 'get_started_background', '507'),
(15638, 608, '_get_started_background', 'field_63ce497feef6e'),
(15639, 608, 'choose_us_background', '393'),
(15640, 608, '_choose_us_background', 'field_63ce539a8b5b1'),
(15641, 608, 'message_group_1', '283'),
(15642, 608, '_message_group_1', 'field_63ce69047b0c9'),
(15643, 608, 'message_group_2', '284'),
(15644, 608, '_message_group_2', 'field_63ce6a627b0cd'),
(15645, 608, 'message_group_3', '285'),
(15646, 608, '_message_group_3', 'field_63ce6a637b0ce'),
(15647, 608, 'message_group_4', '286'),
(15648, 608, '_message_group_4', 'field_63ce6a687b0cf'),
(15649, 608, 'expertise_section_image', '565'),
(15650, 608, '_expertise_section_image', 'field_63ce860ce9935'),
(15651, 608, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(15652, 608, '_array_of_feature_section', 'field_63ce89ca26c57'),
(15653, 608, '1st_title__of_slider_1', 'Miss Me'),
(15654, 608, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(15655, 608, '1st_title__of_slider_2', 'AutoMAP'),
(15656, 608, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(15657, 608, '1st_title__of_slider_3', 'Message'),
(15658, 608, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(15659, 608, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15660, 608, '_instagram_link', 'field_63c92fa403f98'),
(15661, 608, 'about_us_page_image_1', ''),
(15662, 608, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(15663, 608, '1st_title_of_slider_1', 'AutoMAP'),
(15664, 608, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(15665, 608, '2nd_title_of_slider_1', 'By Message'),
(15666, 608, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(15667, 608, '1st_title_of_slider_2', 'Packaging Solution'),
(15668, 608, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(15669, 608, '2nd_title_of_slider_2', 'By Message'),
(15670, 608, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(15671, 608, '1st_title_of_slider_3', 'Food Additives'),
(15672, 608, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(15673, 608, '2nd_title_of_slider_3', 'By message'),
(15674, 608, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(15675, 608, 'slider_image4', '555'),
(15676, 608, '_slider_image4', 'field_63e336890d0b2'),
(15677, 608, '1st_title_of_slider_4', 'Miss Me'),
(15678, 608, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(15679, 608, '2nd_title_of_slider_4', 'Seasoning Mix'),
(15680, 608, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(15681, 608, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(15682, 608, '_slider_description4', 'field_63e336c2b48bd'),
(15683, 608, 'about_us_page_image_2', ''),
(15684, 608, '_about_us_page_image_2', 'field_63e34c58952b3'),
(15685, 608, 'automap_technology', '511'),
(15686, 608, '_automap_technology', 'field_63ce36c7c9a55'),
(15687, 608, 'seassioning_mix', ''),
(15688, 608, '_seassioning_mix', 'field_63ce375dc9a58'),
(15689, 608, 'automap_sealing_machine', '511'),
(15690, 608, '_automap_sealing_machine', 'field_63e3895236968'),
(15691, 608, 'extra_image_for_template', ''),
(15692, 608, '_extra_image_for_template', 'field_63e3b52217b09'),
(15693, 608, 'banner_image', ''),
(15694, 608, '_banner_image', 'field_63d527184f31d'),
(15695, 608, 'banner_title', ''),
(15696, 608, '_banner_title', 'field_63d527614f31e'),
(15697, 608, 'template_image_1', ''),
(15698, 608, '_template_image_1', 'field_63d529664f31f'),
(15699, 608, 'template_image_2', ''),
(15700, 608, '_template_image_2', 'field_63d529b54f320'),
(15701, 608, 'template_image_3', ''),
(15702, 608, '_template_image_3', 'field_63d529b94f321'),
(15703, 608, 'template_image_4', ''),
(15704, 608, '_template_image_4', 'field_63d529bc4f322'),
(15705, 608, 'template_image_5', ''),
(15706, 608, '_template_image_5', 'field_63e5ef8aa4a60'),
(15707, 609, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(15708, 609, '_address', 'field_63c92e1503f94'),
(15709, 609, 'tel_phone_number', '+91 96628 45243'),
(15710, 609, '_tel_phone_number', 'field_63c92e5d03f95'),
(15711, 609, 'mobile_no', '+91 96628 45243'),
(15712, 609, '_mobile_no', 'field_63c92eb703f96'),
(15713, 609, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15714, 609, '_facebook_link', 'field_63c92f8503f97'),
(15715, 609, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15716, 609, '_google_link', 'field_63c92fa403f98'),
(15717, 609, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15718, 609, '_company_description', 'field_63c9309e03f99'),
(15719, 609, 'slider_image1', '604'),
(15720, 609, '_slider_image1', 'field_63c8c6482244c'),
(15721, 609, 'slider_image2', '605'),
(15722, 609, '_slider_image2', 'field_63c8c68f2244d'),
(15723, 609, 'slider_image3', '599'),
(15724, 609, '_slider_image3', 'field_63c8d1b9959fa'),
(15725, 609, 'slider_title1', 'Seasoning Mix '),
(15726, 609, '_slider_title1', 'field_63c8d1ef959fb'),
(15727, 609, 'slider_title2', 'By Message'),
(15728, 609, '_slider_title2', 'field_63c8d20a959fc'),
(15729, 609, 'slider_title3', 'The miracle of research'),
(15730, 609, '_slider_title3', 'field_63c8d218959fd'),
(15731, 609, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(15732, 609, '_slider_description1', 'field_63c8d237959fe'),
(15733, 609, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(15734, 609, '_slider_description2', 'field_63c8d274959ff'),
(15735, 609, 'slider_description3', 'Food additives and much more...'),
(15736, 609, '_slider_description3', 'field_63c8d28f95a00'),
(15737, 609, 'about_us_title', 'Leading Food Consulting Company'),
(15738, 609, '_about_us_title', 'field_63cbbac505df9'),
(15739, 609, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(15740, 609, '_short_description', 'field_63cbbbe305dfa'),
(15741, 609, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(15742, 609, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(15743, 609, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(15744, 609, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(15745, 609, 'video_background', '242'),
(15746, 609, '_video_background', 'field_63cbc2880b5de'),
(15747, 609, 'client_image_1', '211'),
(15748, 609, '_client_image_1', 'field_63cbcb8e5afcb'),
(15749, 609, 'client_image_2', '210'),
(15750, 609, '_client_image_2', 'field_63cbcbd95afcc'),
(15751, 609, 'client_image_3', '209'),
(15752, 609, '_client_image_3', 'field_63cbcbe55afcd'),
(15753, 609, 'client_image_4', '208'),
(15754, 609, '_client_image_4', 'field_63cbcbe75afce'),
(15755, 609, 'client_image_5', '207'),
(15756, 609, '_client_image_5', 'field_63cbcbeb5afcf'),
(15757, 609, 'client_image_6', '206'),
(15758, 609, '_client_image_6', 'field_63cbcbef5afd0'),
(15759, 609, 'email', 'khyati@messagegroup.co.in'),
(15760, 609, '_email', 'field_63c93e1309d31'),
(15761, 609, 'tag_line1', 'Innovative Food Packaging Machinery'),
(15762, 609, '_tag_line1', 'field_63cbb9903babf'),
(15763, 609, 'tag_line2', 'Food Additives & Seasoning Mix'),
(15764, 609, '_tag_line2', 'field_63cbba1a3bac0'),
(15765, 609, 'tag_line3', 'Rapid Response & Satisfaction'),
(15766, 609, '_tag_line3', 'field_63cbba503bac1'),
(15767, 609, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(15768, 609, '_long_description_about_us_2', 'field_63cdfd562520a'),
(15769, 609, 'industry_we_serve_image_1', '439'),
(15770, 609, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(15771, 609, 'industry_we_serve_image_2', '440'),
(15772, 609, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(15773, 609, 'industry_we_serve_image_3', '435'),
(15774, 609, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(15775, 609, 'industry_we_serve_image_4', '437'),
(15776, 609, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(15777, 609, 'industry_we_serve_image_5', '433'),
(15778, 609, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(15779, 609, 'industry_we_serve_short_description', ''),
(15780, 609, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(15781, 609, 'company_profile', '261'),
(15782, 609, '_company_profile', 'field_63ce36c7c9a55'),
(15783, 609, 'map_technology', '379');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15784, 609, '_map_technology', 'field_63ce3756c9a56'),
(15785, 609, 'food_addsive', '262'),
(15786, 609, '_food_addsive', 'field_63ce375ac9a57'),
(15787, 609, 'session_mix', '263'),
(15788, 609, '_session_mix', 'field_63ce375dc9a58'),
(15789, 609, 'life_chart_by_map_technology', '264'),
(15790, 609, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(15791, 609, 'food_additives', '262'),
(15792, 609, '_food_additives', 'field_63ce375ac9a57'),
(15793, 609, 'get_started_background', '507'),
(15794, 609, '_get_started_background', 'field_63ce497feef6e'),
(15795, 609, 'choose_us_background', '393'),
(15796, 609, '_choose_us_background', 'field_63ce539a8b5b1'),
(15797, 609, 'message_group_1', '283'),
(15798, 609, '_message_group_1', 'field_63ce69047b0c9'),
(15799, 609, 'message_group_2', '284'),
(15800, 609, '_message_group_2', 'field_63ce6a627b0cd'),
(15801, 609, 'message_group_3', '285'),
(15802, 609, '_message_group_3', 'field_63ce6a637b0ce'),
(15803, 609, 'message_group_4', '286'),
(15804, 609, '_message_group_4', 'field_63ce6a687b0cf'),
(15805, 609, 'expertise_section_image', '565'),
(15806, 609, '_expertise_section_image', 'field_63ce860ce9935'),
(15807, 609, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(15808, 609, '_array_of_feature_section', 'field_63ce89ca26c57'),
(15809, 609, '1st_title__of_slider_1', 'Miss Me'),
(15810, 609, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(15811, 609, '1st_title__of_slider_2', 'AutoMAP'),
(15812, 609, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(15813, 609, '1st_title__of_slider_3', 'Message'),
(15814, 609, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(15815, 609, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15816, 609, '_instagram_link', 'field_63c92fa403f98'),
(15817, 609, 'about_us_page_image_1', ''),
(15818, 609, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(15819, 609, '1st_title_of_slider_1', 'AutoMAP'),
(15820, 609, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(15821, 609, '2nd_title_of_slider_1', 'By Message'),
(15822, 609, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(15823, 609, '1st_title_of_slider_2', 'Packaging Solution'),
(15824, 609, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(15825, 609, '2nd_title_of_slider_2', 'By Message'),
(15826, 609, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(15827, 609, '1st_title_of_slider_3', 'Food Additives'),
(15828, 609, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(15829, 609, '2nd_title_of_slider_3', 'By message'),
(15830, 609, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(15831, 609, 'slider_image4', '555'),
(15832, 609, '_slider_image4', 'field_63e336890d0b2'),
(15833, 609, '1st_title_of_slider_4', 'Miss Me'),
(15834, 609, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(15835, 609, '2nd_title_of_slider_4', 'Seasoning Mix'),
(15836, 609, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(15837, 609, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(15838, 609, '_slider_description4', 'field_63e336c2b48bd'),
(15839, 609, 'about_us_page_image_2', ''),
(15840, 609, '_about_us_page_image_2', 'field_63e34c58952b3'),
(15841, 609, 'automap_technology', '511'),
(15842, 609, '_automap_technology', 'field_63ce36c7c9a55'),
(15843, 609, 'seassioning_mix', ''),
(15844, 609, '_seassioning_mix', 'field_63ce375dc9a58'),
(15845, 609, 'automap_sealing_machine', '511'),
(15846, 609, '_automap_sealing_machine', 'field_63e3895236968'),
(15847, 609, 'extra_image_for_template', ''),
(15848, 609, '_extra_image_for_template', 'field_63e3b52217b09'),
(15849, 609, 'banner_image', ''),
(15850, 609, '_banner_image', 'field_63d527184f31d'),
(15851, 609, 'banner_title', ''),
(15852, 609, '_banner_title', 'field_63d527614f31e'),
(15853, 609, 'template_image_1', ''),
(15854, 609, '_template_image_1', 'field_63d529664f31f'),
(15855, 609, 'template_image_2', ''),
(15856, 609, '_template_image_2', 'field_63d529b54f320'),
(15857, 609, 'template_image_3', ''),
(15858, 609, '_template_image_3', 'field_63d529b94f321'),
(15859, 609, 'template_image_4', ''),
(15860, 609, '_template_image_4', 'field_63d529bc4f322'),
(15861, 609, 'template_image_5', ''),
(15862, 609, '_template_image_5', 'field_63e5ef8aa4a60'),
(15863, 611, '_edit_lock', '1676102118:1'),
(15864, 612, '_edit_lock', '1676102009:1'),
(15865, 613, '_edit_lock', '1676102015:1'),
(15866, 614, '_edit_lock', '1676102071:1'),
(15867, 615, '_edit_lock', '1676102907:1'),
(15868, 616, '_wp_attached_file', '2023/02/Final-Ras-malai.png'),
(15869, 616, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1688;s:6:\"height\";i:1250;s:4:\"file\";s:27:\"2023/02/Final-Ras-malai.png\";s:8:\"filesize\";i:1226703;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15870, 617, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(15871, 617, '_address', 'field_63c92e1503f94'),
(15872, 617, 'tel_phone_number', '+91 2824 223921'),
(15873, 617, '_tel_phone_number', 'field_63c92e5d03f95'),
(15874, 617, 'mobile_no', '+91 96628 45243'),
(15875, 617, '_mobile_no', 'field_63c92eb703f96'),
(15876, 617, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15877, 617, '_facebook_link', 'field_63c92f8503f97'),
(15878, 617, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15879, 617, '_google_link', 'field_63c92fa403f98'),
(15880, 617, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15881, 617, '_company_description', 'field_63c9309e03f99'),
(15882, 617, 'email', 'info@messagegroup.co.in'),
(15883, 617, '_email', 'field_63c93e1309d31'),
(15884, 617, 'company_profile', ''),
(15885, 617, '_company_profile', 'field_63ce36c7c9a55'),
(15886, 617, 'map_technology', ''),
(15887, 617, '_map_technology', 'field_63ce3756c9a56'),
(15888, 617, 'food_additives', ''),
(15889, 617, '_food_additives', 'field_63ce375ac9a57'),
(15890, 617, 'session_mix', ''),
(15891, 617, '_session_mix', 'field_63ce375dc9a58'),
(15892, 617, 'life_chart_by_map_technology', ''),
(15893, 617, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(15894, 617, 'get_started_background', ''),
(15895, 617, '_get_started_background', 'field_63ce497feef6e'),
(15896, 617, 'choose_us_background', ''),
(15897, 617, '_choose_us_background', 'field_63ce539a8b5b1'),
(15898, 617, 'message_group_1', ''),
(15899, 617, '_message_group_1', 'field_63ce69047b0c9'),
(15900, 617, 'message_group_2', ''),
(15901, 617, '_message_group_2', 'field_63ce6a627b0cd'),
(15902, 617, 'message_group_3', ''),
(15903, 617, '_message_group_3', 'field_63ce6a637b0ce'),
(15904, 617, 'message_group_4', ''),
(15905, 617, '_message_group_4', 'field_63ce6a687b0cf'),
(15906, 617, 'expertise_section_image', ''),
(15907, 617, '_expertise_section_image', 'field_63ce860ce9935'),
(15908, 617, 'banner_image', '403'),
(15909, 617, '_banner_image', 'field_63d527184f31d'),
(15910, 617, 'banner_title', ''),
(15911, 617, '_banner_title', 'field_63d527614f31e'),
(15912, 617, 'template_image_1', '359'),
(15913, 617, '_template_image_1', 'field_63d529664f31f'),
(15914, 617, 'template_image_2', '411'),
(15915, 617, '_template_image_2', 'field_63d529b54f320'),
(15916, 617, 'template_image_3', '413'),
(15917, 617, '_template_image_3', 'field_63d529b94f321'),
(15918, 617, 'template_image_4', '616'),
(15919, 617, '_template_image_4', 'field_63d529bc4f322'),
(15920, 617, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15921, 617, '_instagram_link', 'field_63c92fa403f98'),
(15922, 617, 'automap_technology', ''),
(15923, 617, '_automap_technology', 'field_63ce36c7c9a55'),
(15924, 617, 'seassioning_mix', ''),
(15925, 617, '_seassioning_mix', 'field_63ce375dc9a58'),
(15926, 617, 'automap_sealing_machine', ''),
(15927, 617, '_automap_sealing_machine', 'field_63e3895236968'),
(15928, 617, 'extra_image_for_template', '523'),
(15929, 617, '_extra_image_for_template', 'field_63e3b52217b09'),
(15930, 617, 'template_image_5', '570'),
(15931, 617, '_template_image_5', 'field_63e5ef8aa4a60'),
(15934, 619, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(15935, 619, '_address', 'field_63c92e1503f94'),
(15936, 619, 'tel_phone_number', '+91 2824 223921'),
(15937, 619, '_tel_phone_number', 'field_63c92e5d03f95'),
(15938, 619, 'mobile_no', '+91 96628 45243'),
(15939, 619, '_mobile_no', 'field_63c92eb703f96'),
(15940, 619, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(15941, 619, '_facebook_link', 'field_63c92f8503f97'),
(15942, 619, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15943, 619, '_google_link', 'field_63c92fa403f98'),
(15944, 619, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(15945, 619, '_company_description', 'field_63c9309e03f99'),
(15946, 619, 'email', 'info@messagegroup.co.in'),
(15947, 619, '_email', 'field_63c93e1309d31'),
(15948, 619, 'company_profile', ''),
(15949, 619, '_company_profile', 'field_63ce36c7c9a55'),
(15950, 619, 'map_technology', ''),
(15951, 619, '_map_technology', 'field_63ce3756c9a56'),
(15952, 619, 'food_additives', ''),
(15953, 619, '_food_additives', 'field_63ce375ac9a57'),
(15954, 619, 'session_mix', ''),
(15955, 619, '_session_mix', 'field_63ce375dc9a58'),
(15956, 619, 'life_chart_by_map_technology', ''),
(15957, 619, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(15958, 619, 'get_started_background', ''),
(15959, 619, '_get_started_background', 'field_63ce497feef6e'),
(15960, 619, 'choose_us_background', ''),
(15961, 619, '_choose_us_background', 'field_63ce539a8b5b1'),
(15962, 619, 'message_group_1', ''),
(15963, 619, '_message_group_1', 'field_63ce69047b0c9'),
(15964, 619, 'message_group_2', ''),
(15965, 619, '_message_group_2', 'field_63ce6a627b0cd'),
(15966, 619, 'message_group_3', ''),
(15967, 619, '_message_group_3', 'field_63ce6a637b0ce'),
(15968, 619, 'message_group_4', ''),
(15969, 619, '_message_group_4', 'field_63ce6a687b0cf'),
(15970, 619, 'expertise_section_image', ''),
(15971, 619, '_expertise_section_image', 'field_63ce860ce9935'),
(15972, 619, 'banner_image', '403'),
(15973, 619, '_banner_image', 'field_63d527184f31d'),
(15974, 619, 'banner_title', ''),
(15975, 619, '_banner_title', 'field_63d527614f31e'),
(15976, 619, 'template_image_1', '359'),
(15977, 619, '_template_image_1', 'field_63d529664f31f'),
(15978, 619, 'template_image_2', '411'),
(15979, 619, '_template_image_2', 'field_63d529b54f320'),
(15980, 619, 'template_image_3', '413'),
(15981, 619, '_template_image_3', 'field_63d529b94f321'),
(15982, 619, 'template_image_4', '616'),
(15983, 619, '_template_image_4', 'field_63d529bc4f322'),
(15984, 619, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(15985, 619, '_instagram_link', 'field_63c92fa403f98'),
(15986, 619, 'automap_technology', ''),
(15987, 619, '_automap_technology', 'field_63ce36c7c9a55'),
(15988, 619, 'seassioning_mix', ''),
(15989, 619, '_seassioning_mix', 'field_63ce375dc9a58'),
(15990, 619, 'automap_sealing_machine', ''),
(15991, 619, '_automap_sealing_machine', 'field_63e3895236968'),
(15992, 619, 'extra_image_for_template', '523'),
(15993, 619, '_extra_image_for_template', 'field_63e3b52217b09'),
(15994, 619, 'template_image_5', '618'),
(15995, 619, '_template_image_5', 'field_63e5ef8aa4a60'),
(16000, 622, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16001, 622, '_address', 'field_63c92e1503f94'),
(16002, 622, 'tel_phone_number', '+91 2824 223921'),
(16003, 622, '_tel_phone_number', 'field_63c92e5d03f95'),
(16004, 622, 'mobile_no', '+91 96628 45243'),
(16005, 622, '_mobile_no', 'field_63c92eb703f96'),
(16006, 622, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16007, 622, '_facebook_link', 'field_63c92f8503f97'),
(16008, 622, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16009, 622, '_google_link', 'field_63c92fa403f98'),
(16010, 622, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16011, 622, '_company_description', 'field_63c9309e03f99'),
(16012, 622, 'email', 'info@messagegroup.co.in'),
(16013, 622, '_email', 'field_63c93e1309d31'),
(16014, 622, 'company_profile', ''),
(16015, 622, '_company_profile', 'field_63ce36c7c9a55'),
(16016, 622, 'map_technology', ''),
(16017, 622, '_map_technology', 'field_63ce3756c9a56'),
(16018, 622, 'food_additives', ''),
(16019, 622, '_food_additives', 'field_63ce375ac9a57'),
(16020, 622, 'session_mix', ''),
(16021, 622, '_session_mix', 'field_63ce375dc9a58'),
(16022, 622, 'life_chart_by_map_technology', ''),
(16023, 622, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16024, 622, 'get_started_background', ''),
(16025, 622, '_get_started_background', 'field_63ce497feef6e'),
(16026, 622, 'choose_us_background', ''),
(16027, 622, '_choose_us_background', 'field_63ce539a8b5b1'),
(16028, 622, 'message_group_1', ''),
(16029, 622, '_message_group_1', 'field_63ce69047b0c9'),
(16030, 622, 'message_group_2', ''),
(16031, 622, '_message_group_2', 'field_63ce6a627b0cd'),
(16032, 622, 'message_group_3', ''),
(16033, 622, '_message_group_3', 'field_63ce6a637b0ce'),
(16034, 622, 'message_group_4', ''),
(16035, 622, '_message_group_4', 'field_63ce6a687b0cf'),
(16036, 622, 'expertise_section_image', ''),
(16037, 622, '_expertise_section_image', 'field_63ce860ce9935'),
(16038, 622, 'banner_image', '403'),
(16039, 622, '_banner_image', 'field_63d527184f31d'),
(16040, 622, 'banner_title', ''),
(16041, 622, '_banner_title', 'field_63d527614f31e'),
(16042, 622, 'template_image_1', '359'),
(16043, 622, '_template_image_1', 'field_63d529664f31f'),
(16044, 622, 'template_image_2', '411'),
(16045, 622, '_template_image_2', 'field_63d529b54f320'),
(16046, 622, 'template_image_3', '413'),
(16047, 622, '_template_image_3', 'field_63d529b94f321'),
(16048, 622, 'template_image_4', '621'),
(16049, 622, '_template_image_4', 'field_63d529bc4f322'),
(16050, 622, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16051, 622, '_instagram_link', 'field_63c92fa403f98'),
(16052, 622, 'automap_technology', ''),
(16053, 622, '_automap_technology', 'field_63ce36c7c9a55'),
(16054, 622, 'seassioning_mix', ''),
(16055, 622, '_seassioning_mix', 'field_63ce375dc9a58'),
(16056, 622, 'automap_sealing_machine', ''),
(16057, 622, '_automap_sealing_machine', 'field_63e3895236968'),
(16058, 622, 'extra_image_for_template', '523'),
(16059, 622, '_extra_image_for_template', 'field_63e3b52217b09'),
(16060, 622, 'template_image_5', '620'),
(16061, 622, '_template_image_5', 'field_63e5ef8aa4a60'),
(16062, 623, 'company_profile', ''),
(16063, 623, '_company_profile', 'field_63ce36c7c9a55'),
(16064, 623, 'map_technology', ''),
(16065, 623, '_map_technology', 'field_63ce3756c9a56'),
(16066, 623, 'food_additives', ''),
(16067, 623, '_food_additives', 'field_63ce375ac9a57'),
(16068, 623, 'session_mix', ''),
(16069, 623, '_session_mix', 'field_63ce375dc9a58'),
(16070, 623, 'life_chart_by_map_technology', ''),
(16071, 623, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16072, 623, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16073, 623, '_address', 'field_63c92e1503f94'),
(16074, 623, 'tel_phone_number', '+91 2824 223921'),
(16075, 623, '_tel_phone_number', 'field_63c92e5d03f95'),
(16076, 623, 'mobile_no', '+91 96628 45243'),
(16077, 623, '_mobile_no', 'field_63c92eb703f96'),
(16078, 623, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16079, 623, '_facebook_link', 'field_63c92f8503f97'),
(16080, 623, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16081, 623, '_google_link', 'field_63c92fa403f98'),
(16082, 623, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16083, 623, '_company_description', 'field_63c9309e03f99'),
(16084, 623, 'email', 'info@messagegroup.co.in'),
(16085, 623, '_email', 'field_63c93e1309d31'),
(16086, 623, 'get_started_background', ''),
(16087, 623, '_get_started_background', 'field_63ce497feef6e'),
(16088, 623, 'choose_us_background', ''),
(16089, 623, '_choose_us_background', 'field_63ce539a8b5b1'),
(16090, 623, 'message_group_1', ''),
(16091, 623, '_message_group_1', 'field_63ce69047b0c9'),
(16092, 623, 'message_group_2', ''),
(16093, 623, '_message_group_2', 'field_63ce6a627b0cd'),
(16094, 623, 'message_group_3', ''),
(16095, 623, '_message_group_3', 'field_63ce6a637b0ce'),
(16096, 623, 'message_group_4', ''),
(16097, 623, '_message_group_4', 'field_63ce6a687b0cf'),
(16098, 623, 'expertise_section_image', ''),
(16099, 623, '_expertise_section_image', 'field_63ce860ce9935'),
(16100, 623, 'banner_image', '572'),
(16101, 623, '_banner_image', 'field_63d527184f31d'),
(16102, 623, 'banner_title', ''),
(16103, 623, '_banner_title', 'field_63d527614f31e'),
(16104, 623, 'template_image_1', ''),
(16105, 623, '_template_image_1', 'field_63d529664f31f'),
(16106, 623, 'template_image_2', ''),
(16107, 623, '_template_image_2', 'field_63d529b54f320'),
(16108, 623, 'template_image_3', ''),
(16109, 623, '_template_image_3', 'field_63d529b94f321'),
(16110, 623, 'template_image_4', ''),
(16111, 623, '_template_image_4', 'field_63d529bc4f322'),
(16112, 623, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16113, 623, '_instagram_link', 'field_63c92fa403f98'),
(16114, 623, 'extra_image_for_template', ''),
(16115, 623, '_extra_image_for_template', 'field_63e3b52217b09'),
(16116, 623, 'automap_technology', ''),
(16117, 623, '_automap_technology', 'field_63ce36c7c9a55'),
(16118, 623, 'seassioning_mix', ''),
(16119, 623, '_seassioning_mix', 'field_63ce375dc9a58'),
(16120, 623, 'automap_sealing_machine', ''),
(16121, 623, '_automap_sealing_machine', 'field_63e3895236968'),
(16122, 623, 'template_image_5', ''),
(16123, 623, '_template_image_5', 'field_63e5ef8aa4a60'),
(16124, 624, 'company_profile', ''),
(16125, 624, '_company_profile', 'field_63ce36c7c9a55'),
(16126, 624, 'map_technology', ''),
(16127, 624, '_map_technology', 'field_63ce3756c9a56'),
(16128, 624, 'food_additives', ''),
(16129, 624, '_food_additives', 'field_63ce375ac9a57'),
(16130, 624, 'session_mix', ''),
(16131, 624, '_session_mix', 'field_63ce375dc9a58'),
(16132, 624, 'life_chart_by_map_technology', ''),
(16133, 624, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16134, 624, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16135, 624, '_address', 'field_63c92e1503f94'),
(16136, 624, 'tel_phone_number', '+91 2824 223921'),
(16137, 624, '_tel_phone_number', 'field_63c92e5d03f95'),
(16138, 624, 'mobile_no', '+91 96628 45243'),
(16139, 624, '_mobile_no', 'field_63c92eb703f96'),
(16140, 624, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16141, 624, '_facebook_link', 'field_63c92f8503f97'),
(16142, 624, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16143, 624, '_google_link', 'field_63c92fa403f98'),
(16144, 624, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16145, 624, '_company_description', 'field_63c9309e03f99'),
(16146, 624, 'email', 'info@messagegroup.co.in'),
(16147, 624, '_email', 'field_63c93e1309d31'),
(16148, 624, 'get_started_background', ''),
(16149, 624, '_get_started_background', 'field_63ce497feef6e'),
(16150, 624, 'choose_us_background', ''),
(16151, 624, '_choose_us_background', 'field_63ce539a8b5b1'),
(16152, 624, 'message_group_1', ''),
(16153, 624, '_message_group_1', 'field_63ce69047b0c9'),
(16154, 624, 'message_group_2', ''),
(16155, 624, '_message_group_2', 'field_63ce6a627b0cd'),
(16156, 624, 'message_group_3', ''),
(16157, 624, '_message_group_3', 'field_63ce6a637b0ce'),
(16158, 624, 'message_group_4', ''),
(16159, 624, '_message_group_4', 'field_63ce6a687b0cf'),
(16160, 624, 'expertise_section_image', ''),
(16161, 624, '_expertise_section_image', 'field_63ce860ce9935'),
(16162, 624, 'banner_image', '559'),
(16163, 624, '_banner_image', 'field_63d527184f31d'),
(16164, 624, 'banner_title', ''),
(16165, 624, '_banner_title', 'field_63d527614f31e'),
(16166, 624, 'template_image_1', ''),
(16167, 624, '_template_image_1', 'field_63d529664f31f'),
(16168, 624, 'template_image_2', ''),
(16169, 624, '_template_image_2', 'field_63d529b54f320'),
(16170, 624, 'template_image_3', ''),
(16171, 624, '_template_image_3', 'field_63d529b94f321'),
(16172, 624, 'template_image_4', ''),
(16173, 624, '_template_image_4', 'field_63d529bc4f322'),
(16174, 624, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16175, 624, '_instagram_link', 'field_63c92fa403f98'),
(16176, 624, 'extra_image_for_template', ''),
(16177, 624, '_extra_image_for_template', 'field_63e3b52217b09'),
(16178, 624, 'automap_technology', ''),
(16179, 624, '_automap_technology', 'field_63ce36c7c9a55'),
(16180, 624, 'seassioning_mix', ''),
(16181, 624, '_seassioning_mix', 'field_63ce375dc9a58'),
(16182, 624, 'automap_sealing_machine', ''),
(16183, 624, '_automap_sealing_machine', 'field_63e3895236968'),
(16184, 624, 'template_image_5', ''),
(16185, 624, '_template_image_5', 'field_63e5ef8aa4a60'),
(16188, 626, 'company_profile', ''),
(16189, 626, '_company_profile', 'field_63ce36c7c9a55'),
(16190, 626, 'map_technology', ''),
(16191, 626, '_map_technology', 'field_63ce3756c9a56'),
(16192, 626, 'food_additives', ''),
(16193, 626, '_food_additives', 'field_63ce375ac9a57'),
(16194, 626, 'session_mix', ''),
(16195, 626, '_session_mix', 'field_63ce375dc9a58'),
(16196, 626, 'life_chart_by_map_technology', ''),
(16197, 626, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16198, 626, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16199, 626, '_address', 'field_63c92e1503f94'),
(16200, 626, 'tel_phone_number', '+91 2824 223921'),
(16201, 626, '_tel_phone_number', 'field_63c92e5d03f95'),
(16202, 626, 'mobile_no', '+91 96628 45243'),
(16203, 626, '_mobile_no', 'field_63c92eb703f96'),
(16204, 626, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16205, 626, '_facebook_link', 'field_63c92f8503f97'),
(16206, 626, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16207, 626, '_google_link', 'field_63c92fa403f98'),
(16208, 626, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16209, 626, '_company_description', 'field_63c9309e03f99'),
(16210, 626, 'email', 'info@messagegroup.co.in'),
(16211, 626, '_email', 'field_63c93e1309d31'),
(16212, 626, 'get_started_background', ''),
(16213, 626, '_get_started_background', 'field_63ce497feef6e'),
(16214, 626, 'choose_us_background', ''),
(16215, 626, '_choose_us_background', 'field_63ce539a8b5b1'),
(16216, 626, 'message_group_1', ''),
(16217, 626, '_message_group_1', 'field_63ce69047b0c9'),
(16218, 626, 'message_group_2', ''),
(16219, 626, '_message_group_2', 'field_63ce6a627b0cd'),
(16220, 626, 'message_group_3', ''),
(16221, 626, '_message_group_3', 'field_63ce6a637b0ce'),
(16222, 626, 'message_group_4', ''),
(16223, 626, '_message_group_4', 'field_63ce6a687b0cf'),
(16224, 626, 'expertise_section_image', ''),
(16225, 626, '_expertise_section_image', 'field_63ce860ce9935'),
(16226, 626, 'banner_image', '625'),
(16227, 626, '_banner_image', 'field_63d527184f31d'),
(16228, 626, 'banner_title', ''),
(16229, 626, '_banner_title', 'field_63d527614f31e'),
(16230, 626, 'template_image_1', ''),
(16231, 626, '_template_image_1', 'field_63d529664f31f'),
(16232, 626, 'template_image_2', ''),
(16233, 626, '_template_image_2', 'field_63d529b54f320'),
(16234, 626, 'template_image_3', ''),
(16235, 626, '_template_image_3', 'field_63d529b94f321'),
(16236, 626, 'template_image_4', ''),
(16237, 626, '_template_image_4', 'field_63d529bc4f322'),
(16238, 626, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16239, 626, '_instagram_link', 'field_63c92fa403f98'),
(16240, 626, 'extra_image_for_template', ''),
(16241, 626, '_extra_image_for_template', 'field_63e3b52217b09'),
(16242, 626, 'automap_technology', ''),
(16243, 626, '_automap_technology', 'field_63ce36c7c9a55'),
(16244, 626, 'seassioning_mix', ''),
(16245, 626, '_seassioning_mix', 'field_63ce375dc9a58'),
(16246, 626, 'automap_sealing_machine', ''),
(16247, 626, '_automap_sealing_machine', 'field_63e3895236968'),
(16248, 626, 'template_image_5', ''),
(16249, 626, '_template_image_5', 'field_63e5ef8aa4a60'),
(16250, 627, 'company_profile', ''),
(16251, 627, '_company_profile', 'field_63ce36c7c9a55'),
(16252, 627, 'map_technology', ''),
(16253, 627, '_map_technology', 'field_63ce3756c9a56'),
(16254, 627, 'food_additives', ''),
(16255, 627, '_food_additives', 'field_63ce375ac9a57'),
(16256, 627, 'session_mix', ''),
(16257, 627, '_session_mix', 'field_63ce375dc9a58'),
(16258, 627, 'life_chart_by_map_technology', ''),
(16259, 627, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16260, 627, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16261, 627, '_address', 'field_63c92e1503f94'),
(16262, 627, 'tel_phone_number', '+91 2824 223921'),
(16263, 627, '_tel_phone_number', 'field_63c92e5d03f95'),
(16264, 627, 'mobile_no', '+91 96628 45243'),
(16265, 627, '_mobile_no', 'field_63c92eb703f96'),
(16266, 627, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16267, 627, '_facebook_link', 'field_63c92f8503f97'),
(16268, 627, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16269, 627, '_google_link', 'field_63c92fa403f98'),
(16270, 627, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16271, 627, '_company_description', 'field_63c9309e03f99'),
(16272, 627, 'email', 'info@messagegroup.co.in'),
(16273, 627, '_email', 'field_63c93e1309d31'),
(16274, 627, 'get_started_background', ''),
(16275, 627, '_get_started_background', 'field_63ce497feef6e'),
(16276, 627, 'choose_us_background', ''),
(16277, 627, '_choose_us_background', 'field_63ce539a8b5b1'),
(16278, 627, 'message_group_1', ''),
(16279, 627, '_message_group_1', 'field_63ce69047b0c9'),
(16280, 627, 'message_group_2', ''),
(16281, 627, '_message_group_2', 'field_63ce6a627b0cd'),
(16282, 627, 'message_group_3', ''),
(16283, 627, '_message_group_3', 'field_63ce6a637b0ce'),
(16284, 627, 'message_group_4', ''),
(16285, 627, '_message_group_4', 'field_63ce6a687b0cf'),
(16286, 627, 'expertise_section_image', ''),
(16287, 627, '_expertise_section_image', 'field_63ce860ce9935'),
(16288, 627, 'banner_image', '572'),
(16289, 627, '_banner_image', 'field_63d527184f31d'),
(16290, 627, 'banner_title', ''),
(16291, 627, '_banner_title', 'field_63d527614f31e'),
(16292, 627, 'template_image_1', ''),
(16293, 627, '_template_image_1', 'field_63d529664f31f'),
(16294, 627, 'template_image_2', ''),
(16295, 627, '_template_image_2', 'field_63d529b54f320'),
(16296, 627, 'template_image_3', ''),
(16297, 627, '_template_image_3', 'field_63d529b94f321'),
(16298, 627, 'template_image_4', ''),
(16299, 627, '_template_image_4', 'field_63d529bc4f322'),
(16300, 627, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16301, 627, '_instagram_link', 'field_63c92fa403f98'),
(16302, 627, 'extra_image_for_template', ''),
(16303, 627, '_extra_image_for_template', 'field_63e3b52217b09'),
(16304, 627, 'automap_technology', ''),
(16305, 627, '_automap_technology', 'field_63ce36c7c9a55'),
(16306, 627, 'seassioning_mix', ''),
(16307, 627, '_seassioning_mix', 'field_63ce375dc9a58'),
(16308, 627, 'automap_sealing_machine', ''),
(16309, 627, '_automap_sealing_machine', 'field_63e3895236968'),
(16310, 627, 'template_image_5', ''),
(16311, 627, '_template_image_5', 'field_63e5ef8aa4a60'),
(16312, 628, 'company_profile', ''),
(16313, 628, '_company_profile', 'field_63ce36c7c9a55'),
(16314, 628, 'map_technology', ''),
(16315, 628, '_map_technology', 'field_63ce3756c9a56'),
(16316, 628, 'food_additives', ''),
(16317, 628, '_food_additives', 'field_63ce375ac9a57'),
(16318, 628, 'session_mix', ''),
(16319, 628, '_session_mix', 'field_63ce375dc9a58'),
(16320, 628, 'life_chart_by_map_technology', ''),
(16321, 628, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16322, 628, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16323, 628, '_address', 'field_63c92e1503f94'),
(16324, 628, 'tel_phone_number', '+91 2824 223921'),
(16325, 628, '_tel_phone_number', 'field_63c92e5d03f95'),
(16326, 628, 'mobile_no', '+91 96628 45243'),
(16327, 628, '_mobile_no', 'field_63c92eb703f96'),
(16328, 628, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16329, 628, '_facebook_link', 'field_63c92f8503f97'),
(16330, 628, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16331, 628, '_google_link', 'field_63c92fa403f98'),
(16332, 628, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16333, 628, '_company_description', 'field_63c9309e03f99'),
(16334, 628, 'email', 'info@messagegroup.co.in'),
(16335, 628, '_email', 'field_63c93e1309d31'),
(16336, 628, 'get_started_background', ''),
(16337, 628, '_get_started_background', 'field_63ce497feef6e'),
(16338, 628, 'choose_us_background', ''),
(16339, 628, '_choose_us_background', 'field_63ce539a8b5b1'),
(16340, 628, 'message_group_1', ''),
(16341, 628, '_message_group_1', 'field_63ce69047b0c9'),
(16342, 628, 'message_group_2', ''),
(16343, 628, '_message_group_2', 'field_63ce6a627b0cd'),
(16344, 628, 'message_group_3', ''),
(16345, 628, '_message_group_3', 'field_63ce6a637b0ce'),
(16346, 628, 'message_group_4', ''),
(16347, 628, '_message_group_4', 'field_63ce6a687b0cf'),
(16348, 628, 'expertise_section_image', ''),
(16349, 628, '_expertise_section_image', 'field_63ce860ce9935'),
(16350, 628, 'banner_image', '572'),
(16351, 628, '_banner_image', 'field_63d527184f31d'),
(16352, 628, 'banner_title', ''),
(16353, 628, '_banner_title', 'field_63d527614f31e'),
(16354, 628, 'template_image_1', ''),
(16355, 628, '_template_image_1', 'field_63d529664f31f'),
(16356, 628, 'template_image_2', ''),
(16357, 628, '_template_image_2', 'field_63d529b54f320'),
(16358, 628, 'template_image_3', ''),
(16359, 628, '_template_image_3', 'field_63d529b94f321'),
(16360, 628, 'template_image_4', ''),
(16361, 628, '_template_image_4', 'field_63d529bc4f322'),
(16362, 628, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16363, 628, '_instagram_link', 'field_63c92fa403f98'),
(16364, 628, 'extra_image_for_template', ''),
(16365, 628, '_extra_image_for_template', 'field_63e3b52217b09'),
(16366, 628, 'automap_technology', ''),
(16367, 628, '_automap_technology', 'field_63ce36c7c9a55'),
(16368, 628, 'seassioning_mix', ''),
(16369, 628, '_seassioning_mix', 'field_63ce375dc9a58'),
(16370, 628, 'automap_sealing_machine', ''),
(16371, 628, '_automap_sealing_machine', 'field_63e3895236968'),
(16372, 628, 'template_image_5', ''),
(16373, 628, '_template_image_5', 'field_63e5ef8aa4a60'),
(16374, 629, '_wp_attached_file', '2023/02/Message-Group-web-slide-1.png'),
(16375, 629, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2023/02/Message-Group-web-slide-1.png\";s:8:\"filesize\";i:189552;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16376, 630, 'company_profile', ''),
(16377, 630, '_company_profile', 'field_63ce36c7c9a55'),
(16378, 630, 'map_technology', ''),
(16379, 630, '_map_technology', 'field_63ce3756c9a56'),
(16380, 630, 'food_additives', ''),
(16381, 630, '_food_additives', 'field_63ce375ac9a57'),
(16382, 630, 'session_mix', ''),
(16383, 630, '_session_mix', 'field_63ce375dc9a58'),
(16384, 630, 'life_chart_by_map_technology', ''),
(16385, 630, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16386, 630, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16387, 630, '_address', 'field_63c92e1503f94'),
(16388, 630, 'tel_phone_number', '+91 2824 223921'),
(16389, 630, '_tel_phone_number', 'field_63c92e5d03f95'),
(16390, 630, 'mobile_no', '+91 96628 45243'),
(16391, 630, '_mobile_no', 'field_63c92eb703f96'),
(16392, 630, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16393, 630, '_facebook_link', 'field_63c92f8503f97'),
(16394, 630, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16395, 630, '_google_link', 'field_63c92fa403f98'),
(16396, 630, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16397, 630, '_company_description', 'field_63c9309e03f99'),
(16398, 630, 'email', 'info@messagegroup.co.in'),
(16399, 630, '_email', 'field_63c93e1309d31'),
(16400, 630, 'get_started_background', ''),
(16401, 630, '_get_started_background', 'field_63ce497feef6e'),
(16402, 630, 'choose_us_background', ''),
(16403, 630, '_choose_us_background', 'field_63ce539a8b5b1'),
(16404, 630, 'message_group_1', ''),
(16405, 630, '_message_group_1', 'field_63ce69047b0c9'),
(16406, 630, 'message_group_2', ''),
(16407, 630, '_message_group_2', 'field_63ce6a627b0cd'),
(16408, 630, 'message_group_3', ''),
(16409, 630, '_message_group_3', 'field_63ce6a637b0ce'),
(16410, 630, 'message_group_4', ''),
(16411, 630, '_message_group_4', 'field_63ce6a687b0cf'),
(16412, 630, 'expertise_section_image', ''),
(16413, 630, '_expertise_section_image', 'field_63ce860ce9935'),
(16414, 630, 'banner_image', '629'),
(16415, 630, '_banner_image', 'field_63d527184f31d'),
(16416, 630, 'banner_title', ''),
(16417, 630, '_banner_title', 'field_63d527614f31e'),
(16418, 630, 'template_image_1', ''),
(16419, 630, '_template_image_1', 'field_63d529664f31f'),
(16420, 630, 'template_image_2', ''),
(16421, 630, '_template_image_2', 'field_63d529b54f320'),
(16422, 630, 'template_image_3', ''),
(16423, 630, '_template_image_3', 'field_63d529b94f321'),
(16424, 630, 'template_image_4', ''),
(16425, 630, '_template_image_4', 'field_63d529bc4f322'),
(16426, 630, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16427, 630, '_instagram_link', 'field_63c92fa403f98'),
(16428, 630, 'extra_image_for_template', ''),
(16429, 630, '_extra_image_for_template', 'field_63e3b52217b09'),
(16430, 630, 'automap_technology', ''),
(16431, 630, '_automap_technology', 'field_63ce36c7c9a55'),
(16432, 630, 'seassioning_mix', ''),
(16433, 630, '_seassioning_mix', 'field_63ce375dc9a58'),
(16434, 630, 'automap_sealing_machine', ''),
(16435, 630, '_automap_sealing_machine', 'field_63e3895236968'),
(16436, 630, 'template_image_5', ''),
(16437, 630, '_template_image_5', 'field_63e5ef8aa4a60'),
(16440, 632, 'company_profile', ''),
(16441, 632, '_company_profile', 'field_63ce36c7c9a55'),
(16442, 632, 'map_technology', ''),
(16443, 632, '_map_technology', 'field_63ce3756c9a56'),
(16444, 632, 'food_additives', ''),
(16445, 632, '_food_additives', 'field_63ce375ac9a57'),
(16446, 632, 'session_mix', ''),
(16447, 632, '_session_mix', 'field_63ce375dc9a58'),
(16448, 632, 'life_chart_by_map_technology', ''),
(16449, 632, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16450, 632, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16451, 632, '_address', 'field_63c92e1503f94'),
(16452, 632, 'tel_phone_number', '+91 2824 223921'),
(16453, 632, '_tel_phone_number', 'field_63c92e5d03f95'),
(16454, 632, 'mobile_no', '+91 96628 45243'),
(16455, 632, '_mobile_no', 'field_63c92eb703f96'),
(16456, 632, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16457, 632, '_facebook_link', 'field_63c92f8503f97'),
(16458, 632, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16459, 632, '_google_link', 'field_63c92fa403f98'),
(16460, 632, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16461, 632, '_company_description', 'field_63c9309e03f99'),
(16462, 632, 'email', 'info@messagegroup.co.in'),
(16463, 632, '_email', 'field_63c93e1309d31'),
(16464, 632, 'get_started_background', ''),
(16465, 632, '_get_started_background', 'field_63ce497feef6e'),
(16466, 632, 'choose_us_background', ''),
(16467, 632, '_choose_us_background', 'field_63ce539a8b5b1'),
(16468, 632, 'message_group_1', ''),
(16469, 632, '_message_group_1', 'field_63ce69047b0c9'),
(16470, 632, 'message_group_2', ''),
(16471, 632, '_message_group_2', 'field_63ce6a627b0cd'),
(16472, 632, 'message_group_3', ''),
(16473, 632, '_message_group_3', 'field_63ce6a637b0ce'),
(16474, 632, 'message_group_4', ''),
(16475, 632, '_message_group_4', 'field_63ce6a687b0cf'),
(16476, 632, 'expertise_section_image', ''),
(16477, 632, '_expertise_section_image', 'field_63ce860ce9935'),
(16478, 632, 'banner_image', '631'),
(16479, 632, '_banner_image', 'field_63d527184f31d'),
(16480, 632, 'banner_title', ''),
(16481, 632, '_banner_title', 'field_63d527614f31e'),
(16482, 632, 'template_image_1', '541'),
(16483, 632, '_template_image_1', 'field_63d529664f31f'),
(16484, 632, 'template_image_2', ''),
(16485, 632, '_template_image_2', 'field_63d529b54f320'),
(16486, 632, 'template_image_3', ''),
(16487, 632, '_template_image_3', 'field_63d529b94f321'),
(16488, 632, 'template_image_4', ''),
(16489, 632, '_template_image_4', 'field_63d529bc4f322'),
(16490, 632, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16491, 632, '_instagram_link', 'field_63c92fa403f98'),
(16492, 632, 'extra_image_for_template', ''),
(16493, 632, '_extra_image_for_template', 'field_63e3b52217b09'),
(16494, 632, 'automap_technology', ''),
(16495, 632, '_automap_technology', 'field_63ce36c7c9a55'),
(16496, 632, 'seassioning_mix', ''),
(16497, 632, '_seassioning_mix', 'field_63ce375dc9a58'),
(16498, 632, 'automap_sealing_machine', ''),
(16499, 632, '_automap_sealing_machine', 'field_63e3895236968'),
(16500, 632, 'template_image_5', ''),
(16501, 632, '_template_image_5', 'field_63e5ef8aa4a60'),
(16504, 634, 'company_profile', ''),
(16505, 634, '_company_profile', 'field_63ce36c7c9a55'),
(16506, 634, 'map_technology', ''),
(16507, 634, '_map_technology', 'field_63ce3756c9a56'),
(16508, 634, 'food_additives', ''),
(16509, 634, '_food_additives', 'field_63ce375ac9a57'),
(16510, 634, 'session_mix', ''),
(16511, 634, '_session_mix', 'field_63ce375dc9a58'),
(16512, 634, 'life_chart_by_map_technology', ''),
(16513, 634, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16514, 634, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16515, 634, '_address', 'field_63c92e1503f94'),
(16516, 634, 'tel_phone_number', '+91 2824 223921'),
(16517, 634, '_tel_phone_number', 'field_63c92e5d03f95'),
(16518, 634, 'mobile_no', '+91 96628 45243'),
(16519, 634, '_mobile_no', 'field_63c92eb703f96'),
(16520, 634, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16521, 634, '_facebook_link', 'field_63c92f8503f97'),
(16522, 634, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16523, 634, '_google_link', 'field_63c92fa403f98'),
(16524, 634, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16525, 634, '_company_description', 'field_63c9309e03f99'),
(16526, 634, 'email', 'info@messagegroup.co.in'),
(16527, 634, '_email', 'field_63c93e1309d31'),
(16528, 634, 'get_started_background', ''),
(16529, 634, '_get_started_background', 'field_63ce497feef6e'),
(16530, 634, 'choose_us_background', ''),
(16531, 634, '_choose_us_background', 'field_63ce539a8b5b1'),
(16532, 634, 'message_group_1', ''),
(16533, 634, '_message_group_1', 'field_63ce69047b0c9'),
(16534, 634, 'message_group_2', ''),
(16535, 634, '_message_group_2', 'field_63ce6a627b0cd'),
(16536, 634, 'message_group_3', ''),
(16537, 634, '_message_group_3', 'field_63ce6a637b0ce'),
(16538, 634, 'message_group_4', ''),
(16539, 634, '_message_group_4', 'field_63ce6a687b0cf'),
(16540, 634, 'expertise_section_image', ''),
(16541, 634, '_expertise_section_image', 'field_63ce860ce9935'),
(16542, 634, 'banner_image', '633'),
(16543, 634, '_banner_image', 'field_63d527184f31d'),
(16544, 634, 'banner_title', ''),
(16545, 634, '_banner_title', 'field_63d527614f31e'),
(16546, 634, 'template_image_1', '541'),
(16547, 634, '_template_image_1', 'field_63d529664f31f'),
(16548, 634, 'template_image_2', ''),
(16549, 634, '_template_image_2', 'field_63d529b54f320'),
(16550, 634, 'template_image_3', ''),
(16551, 634, '_template_image_3', 'field_63d529b94f321'),
(16552, 634, 'template_image_4', ''),
(16553, 634, '_template_image_4', 'field_63d529bc4f322'),
(16554, 634, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16555, 634, '_instagram_link', 'field_63c92fa403f98'),
(16556, 634, 'extra_image_for_template', ''),
(16557, 634, '_extra_image_for_template', 'field_63e3b52217b09'),
(16558, 634, 'automap_technology', ''),
(16559, 634, '_automap_technology', 'field_63ce36c7c9a55'),
(16560, 634, 'seassioning_mix', ''),
(16561, 634, '_seassioning_mix', 'field_63ce375dc9a58'),
(16562, 634, 'automap_sealing_machine', ''),
(16563, 634, '_automap_sealing_machine', 'field_63e3895236968'),
(16564, 634, 'template_image_5', ''),
(16565, 634, '_template_image_5', 'field_63e5ef8aa4a60'),
(16566, 635, '_wp_attached_file', '2023/02/Message-Group-web-slide-2-1.png'),
(16567, 635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2023/02/Message-Group-web-slide-2-1.png\";s:8:\"filesize\";i:28759;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16568, 636, 'company_profile', ''),
(16569, 636, '_company_profile', 'field_63ce36c7c9a55'),
(16570, 636, 'map_technology', ''),
(16571, 636, '_map_technology', 'field_63ce3756c9a56'),
(16572, 636, 'food_additives', ''),
(16573, 636, '_food_additives', 'field_63ce375ac9a57'),
(16574, 636, 'session_mix', ''),
(16575, 636, '_session_mix', 'field_63ce375dc9a58'),
(16576, 636, 'life_chart_by_map_technology', ''),
(16577, 636, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16578, 636, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16579, 636, '_address', 'field_63c92e1503f94'),
(16580, 636, 'tel_phone_number', '+91 2824 223921'),
(16581, 636, '_tel_phone_number', 'field_63c92e5d03f95'),
(16582, 636, 'mobile_no', '+91 96628 45243'),
(16583, 636, '_mobile_no', 'field_63c92eb703f96'),
(16584, 636, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16585, 636, '_facebook_link', 'field_63c92f8503f97'),
(16586, 636, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16587, 636, '_google_link', 'field_63c92fa403f98'),
(16588, 636, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16589, 636, '_company_description', 'field_63c9309e03f99'),
(16590, 636, 'email', 'info@messagegroup.co.in'),
(16591, 636, '_email', 'field_63c93e1309d31'),
(16592, 636, 'get_started_background', ''),
(16593, 636, '_get_started_background', 'field_63ce497feef6e'),
(16594, 636, 'choose_us_background', ''),
(16595, 636, '_choose_us_background', 'field_63ce539a8b5b1'),
(16596, 636, 'message_group_1', ''),
(16597, 636, '_message_group_1', 'field_63ce69047b0c9'),
(16598, 636, 'message_group_2', ''),
(16599, 636, '_message_group_2', 'field_63ce6a627b0cd'),
(16600, 636, 'message_group_3', ''),
(16601, 636, '_message_group_3', 'field_63ce6a637b0ce'),
(16602, 636, 'message_group_4', ''),
(16603, 636, '_message_group_4', 'field_63ce6a687b0cf'),
(16604, 636, 'expertise_section_image', ''),
(16605, 636, '_expertise_section_image', 'field_63ce860ce9935'),
(16606, 636, 'banner_image', '635'),
(16607, 636, '_banner_image', 'field_63d527184f31d'),
(16608, 636, 'banner_title', ''),
(16609, 636, '_banner_title', 'field_63d527614f31e'),
(16610, 636, 'template_image_1', ''),
(16611, 636, '_template_image_1', 'field_63d529664f31f'),
(16612, 636, 'template_image_2', ''),
(16613, 636, '_template_image_2', 'field_63d529b54f320'),
(16614, 636, 'template_image_3', ''),
(16615, 636, '_template_image_3', 'field_63d529b94f321'),
(16616, 636, 'template_image_4', ''),
(16617, 636, '_template_image_4', 'field_63d529bc4f322'),
(16618, 636, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16619, 636, '_instagram_link', 'field_63c92fa403f98'),
(16620, 636, 'extra_image_for_template', ''),
(16621, 636, '_extra_image_for_template', 'field_63e3b52217b09'),
(16622, 636, 'automap_technology', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(16623, 636, '_automap_technology', 'field_63ce36c7c9a55'),
(16624, 636, 'seassioning_mix', ''),
(16625, 636, '_seassioning_mix', 'field_63ce375dc9a58'),
(16626, 636, 'automap_sealing_machine', ''),
(16627, 636, '_automap_sealing_machine', 'field_63e3895236968'),
(16628, 636, 'template_image_5', ''),
(16629, 636, '_template_image_5', 'field_63e5ef8aa4a60'),
(16630, 637, '_wp_attached_file', '2023/02/Message-Group-web-slide-3.png'),
(16631, 637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2023/02/Message-Group-web-slide-3.png\";s:8:\"filesize\";i:281615;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16632, 638, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16633, 638, '_address', 'field_63c92e1503f94'),
(16634, 638, 'tel_phone_number', '+91 2824 223921'),
(16635, 638, '_tel_phone_number', 'field_63c92e5d03f95'),
(16636, 638, 'mobile_no', '+91 96628 45243'),
(16637, 638, '_mobile_no', 'field_63c92eb703f96'),
(16638, 638, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16639, 638, '_facebook_link', 'field_63c92f8503f97'),
(16640, 638, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16641, 638, '_google_link', 'field_63c92fa403f98'),
(16642, 638, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16643, 638, '_company_description', 'field_63c9309e03f99'),
(16644, 638, 'email', 'info@messagegroup.co.in'),
(16645, 638, '_email', 'field_63c93e1309d31'),
(16646, 638, 'company_profile', ''),
(16647, 638, '_company_profile', 'field_63ce36c7c9a55'),
(16648, 638, 'map_technology', ''),
(16649, 638, '_map_technology', 'field_63ce3756c9a56'),
(16650, 638, 'food_additives', ''),
(16651, 638, '_food_additives', 'field_63ce375ac9a57'),
(16652, 638, 'session_mix', ''),
(16653, 638, '_session_mix', 'field_63ce375dc9a58'),
(16654, 638, 'life_chart_by_map_technology', ''),
(16655, 638, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16656, 638, 'get_started_background', ''),
(16657, 638, '_get_started_background', 'field_63ce497feef6e'),
(16658, 638, 'choose_us_background', ''),
(16659, 638, '_choose_us_background', 'field_63ce539a8b5b1'),
(16660, 638, 'message_group_1', ''),
(16661, 638, '_message_group_1', 'field_63ce69047b0c9'),
(16662, 638, 'message_group_2', ''),
(16663, 638, '_message_group_2', 'field_63ce6a627b0cd'),
(16664, 638, 'message_group_3', ''),
(16665, 638, '_message_group_3', 'field_63ce6a637b0ce'),
(16666, 638, 'message_group_4', ''),
(16667, 638, '_message_group_4', 'field_63ce6a687b0cf'),
(16668, 638, 'expertise_section_image', ''),
(16669, 638, '_expertise_section_image', 'field_63ce860ce9935'),
(16670, 638, 'banner_image', '637'),
(16671, 638, '_banner_image', 'field_63d527184f31d'),
(16672, 638, 'banner_title', ''),
(16673, 638, '_banner_title', 'field_63d527614f31e'),
(16674, 638, 'template_image_1', '359'),
(16675, 638, '_template_image_1', 'field_63d529664f31f'),
(16676, 638, 'template_image_2', '411'),
(16677, 638, '_template_image_2', 'field_63d529b54f320'),
(16678, 638, 'template_image_3', '413'),
(16679, 638, '_template_image_3', 'field_63d529b94f321'),
(16680, 638, 'template_image_4', '621'),
(16681, 638, '_template_image_4', 'field_63d529bc4f322'),
(16682, 638, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16683, 638, '_instagram_link', 'field_63c92fa403f98'),
(16684, 638, 'automap_technology', ''),
(16685, 638, '_automap_technology', 'field_63ce36c7c9a55'),
(16686, 638, 'seassioning_mix', ''),
(16687, 638, '_seassioning_mix', 'field_63ce375dc9a58'),
(16688, 638, 'automap_sealing_machine', ''),
(16689, 638, '_automap_sealing_machine', 'field_63e3895236968'),
(16690, 638, 'extra_image_for_template', '523'),
(16691, 638, '_extra_image_for_template', 'field_63e3b52217b09'),
(16692, 638, 'template_image_5', '620'),
(16693, 638, '_template_image_5', 'field_63e5ef8aa4a60'),
(16694, 639, '_wp_attached_file', '2023/02/Message-Group-web-slide-1-3.png'),
(16695, 639, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2023/02/Message-Group-web-slide-1-3.png\";s:8:\"filesize\";i:237310;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16696, 640, 'company_profile', ''),
(16697, 640, '_company_profile', 'field_63ce36c7c9a55'),
(16698, 640, 'map_technology', ''),
(16699, 640, '_map_technology', 'field_63ce3756c9a56'),
(16700, 640, 'food_additives', ''),
(16701, 640, '_food_additives', 'field_63ce375ac9a57'),
(16702, 640, 'session_mix', ''),
(16703, 640, '_session_mix', 'field_63ce375dc9a58'),
(16704, 640, 'life_chart_by_map_technology', ''),
(16705, 640, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16706, 640, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(16707, 640, '_address', 'field_63c92e1503f94'),
(16708, 640, 'tel_phone_number', '+91 2824 223921'),
(16709, 640, '_tel_phone_number', 'field_63c92e5d03f95'),
(16710, 640, 'mobile_no', '+91 96628 45243'),
(16711, 640, '_mobile_no', 'field_63c92eb703f96'),
(16712, 640, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16713, 640, '_facebook_link', 'field_63c92f8503f97'),
(16714, 640, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16715, 640, '_google_link', 'field_63c92fa403f98'),
(16716, 640, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16717, 640, '_company_description', 'field_63c9309e03f99'),
(16718, 640, 'email', 'info@messagegroup.co.in'),
(16719, 640, '_email', 'field_63c93e1309d31'),
(16720, 640, 'get_started_background', ''),
(16721, 640, '_get_started_background', 'field_63ce497feef6e'),
(16722, 640, 'choose_us_background', ''),
(16723, 640, '_choose_us_background', 'field_63ce539a8b5b1'),
(16724, 640, 'message_group_1', ''),
(16725, 640, '_message_group_1', 'field_63ce69047b0c9'),
(16726, 640, 'message_group_2', ''),
(16727, 640, '_message_group_2', 'field_63ce6a627b0cd'),
(16728, 640, 'message_group_3', ''),
(16729, 640, '_message_group_3', 'field_63ce6a637b0ce'),
(16730, 640, 'message_group_4', ''),
(16731, 640, '_message_group_4', 'field_63ce6a687b0cf'),
(16732, 640, 'expertise_section_image', ''),
(16733, 640, '_expertise_section_image', 'field_63ce860ce9935'),
(16734, 640, 'banner_image', '639'),
(16735, 640, '_banner_image', 'field_63d527184f31d'),
(16736, 640, 'banner_title', ''),
(16737, 640, '_banner_title', 'field_63d527614f31e'),
(16738, 640, 'template_image_1', '541'),
(16739, 640, '_template_image_1', 'field_63d529664f31f'),
(16740, 640, 'template_image_2', ''),
(16741, 640, '_template_image_2', 'field_63d529b54f320'),
(16742, 640, 'template_image_3', ''),
(16743, 640, '_template_image_3', 'field_63d529b94f321'),
(16744, 640, 'template_image_4', ''),
(16745, 640, '_template_image_4', 'field_63d529bc4f322'),
(16746, 640, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16747, 640, '_instagram_link', 'field_63c92fa403f98'),
(16748, 640, 'extra_image_for_template', ''),
(16749, 640, '_extra_image_for_template', 'field_63e3b52217b09'),
(16750, 640, 'automap_technology', ''),
(16751, 640, '_automap_technology', 'field_63ce36c7c9a55'),
(16752, 640, 'seassioning_mix', ''),
(16753, 640, '_seassioning_mix', 'field_63ce375dc9a58'),
(16754, 640, 'automap_sealing_machine', ''),
(16755, 640, '_automap_sealing_machine', 'field_63e3895236968'),
(16756, 640, 'template_image_5', ''),
(16757, 640, '_template_image_5', 'field_63e5ef8aa4a60'),
(16758, 641, '_wp_attached_file', '2023/02/Message-Group-web-slide-4-1320x620-1.png'),
(16759, 641, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1320;s:6:\"height\";i:620;s:4:\"file\";s:48:\"2023/02/Message-Group-web-slide-4-1320x620-1.png\";s:8:\"filesize\";i:498015;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16764, 644, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(16765, 644, '_address', 'field_63c92e1503f94'),
(16766, 644, 'tel_phone_number', '+91 96628 45243'),
(16767, 644, '_tel_phone_number', 'field_63c92e5d03f95'),
(16768, 644, 'mobile_no', '+91 96628 45243'),
(16769, 644, '_mobile_no', 'field_63c92eb703f96'),
(16770, 644, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16771, 644, '_facebook_link', 'field_63c92f8503f97'),
(16772, 644, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16773, 644, '_google_link', 'field_63c92fa403f98'),
(16774, 644, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16775, 644, '_company_description', 'field_63c9309e03f99'),
(16776, 644, 'slider_image1', '641'),
(16777, 644, '_slider_image1', 'field_63c8c6482244c'),
(16778, 644, 'slider_image2', '642'),
(16779, 644, '_slider_image2', 'field_63c8c68f2244d'),
(16780, 644, 'slider_image3', '599'),
(16781, 644, '_slider_image3', 'field_63c8d1b9959fa'),
(16782, 644, 'slider_title1', 'Seasoning Mix '),
(16783, 644, '_slider_title1', 'field_63c8d1ef959fb'),
(16784, 644, 'slider_title2', 'By Message'),
(16785, 644, '_slider_title2', 'field_63c8d20a959fc'),
(16786, 644, 'slider_title3', 'The miracle of research'),
(16787, 644, '_slider_title3', 'field_63c8d218959fd'),
(16788, 644, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(16789, 644, '_slider_description1', 'field_63c8d237959fe'),
(16790, 644, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(16791, 644, '_slider_description2', 'field_63c8d274959ff'),
(16792, 644, 'slider_description3', 'Food additives and much more...'),
(16793, 644, '_slider_description3', 'field_63c8d28f95a00'),
(16794, 644, 'about_us_title', 'Leading Food Consulting Company'),
(16795, 644, '_about_us_title', 'field_63cbbac505df9'),
(16796, 644, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(16797, 644, '_short_description', 'field_63cbbbe305dfa'),
(16798, 644, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(16799, 644, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(16800, 644, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(16801, 644, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(16802, 644, 'video_background', '242'),
(16803, 644, '_video_background', 'field_63cbc2880b5de'),
(16804, 644, 'client_image_1', '211'),
(16805, 644, '_client_image_1', 'field_63cbcb8e5afcb'),
(16806, 644, 'client_image_2', '210'),
(16807, 644, '_client_image_2', 'field_63cbcbd95afcc'),
(16808, 644, 'client_image_3', '209'),
(16809, 644, '_client_image_3', 'field_63cbcbe55afcd'),
(16810, 644, 'client_image_4', '208'),
(16811, 644, '_client_image_4', 'field_63cbcbe75afce'),
(16812, 644, 'client_image_5', '207'),
(16813, 644, '_client_image_5', 'field_63cbcbeb5afcf'),
(16814, 644, 'client_image_6', '206'),
(16815, 644, '_client_image_6', 'field_63cbcbef5afd0'),
(16816, 644, 'email', 'khyati@messagegroup.co.in'),
(16817, 644, '_email', 'field_63c93e1309d31'),
(16818, 644, 'tag_line1', 'Innovative Food Packaging Machinery'),
(16819, 644, '_tag_line1', 'field_63cbb9903babf'),
(16820, 644, 'tag_line2', 'Food Additives & Seasoning Mix'),
(16821, 644, '_tag_line2', 'field_63cbba1a3bac0'),
(16822, 644, 'tag_line3', 'Rapid Response & Satisfaction'),
(16823, 644, '_tag_line3', 'field_63cbba503bac1'),
(16824, 644, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(16825, 644, '_long_description_about_us_2', 'field_63cdfd562520a'),
(16826, 644, 'industry_we_serve_image_1', '439'),
(16827, 644, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(16828, 644, 'industry_we_serve_image_2', '440'),
(16829, 644, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(16830, 644, 'industry_we_serve_image_3', '435'),
(16831, 644, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(16832, 644, 'industry_we_serve_image_4', '437'),
(16833, 644, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(16834, 644, 'industry_we_serve_image_5', '433'),
(16835, 644, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(16836, 644, 'industry_we_serve_short_description', ''),
(16837, 644, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(16838, 644, 'company_profile', '261'),
(16839, 644, '_company_profile', 'field_63ce36c7c9a55'),
(16840, 644, 'map_technology', '379'),
(16841, 644, '_map_technology', 'field_63ce3756c9a56'),
(16842, 644, 'food_addsive', '262'),
(16843, 644, '_food_addsive', 'field_63ce375ac9a57'),
(16844, 644, 'session_mix', '263'),
(16845, 644, '_session_mix', 'field_63ce375dc9a58'),
(16846, 644, 'life_chart_by_map_technology', '264'),
(16847, 644, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16848, 644, 'food_additives', '262'),
(16849, 644, '_food_additives', 'field_63ce375ac9a57'),
(16850, 644, 'get_started_background', '507'),
(16851, 644, '_get_started_background', 'field_63ce497feef6e'),
(16852, 644, 'choose_us_background', '393'),
(16853, 644, '_choose_us_background', 'field_63ce539a8b5b1'),
(16854, 644, 'message_group_1', '283'),
(16855, 644, '_message_group_1', 'field_63ce69047b0c9'),
(16856, 644, 'message_group_2', '284'),
(16857, 644, '_message_group_2', 'field_63ce6a627b0cd'),
(16858, 644, 'message_group_3', '285'),
(16859, 644, '_message_group_3', 'field_63ce6a637b0ce'),
(16860, 644, 'message_group_4', '286'),
(16861, 644, '_message_group_4', 'field_63ce6a687b0cf'),
(16862, 644, 'expertise_section_image', '565'),
(16863, 644, '_expertise_section_image', 'field_63ce860ce9935'),
(16864, 644, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(16865, 644, '_array_of_feature_section', 'field_63ce89ca26c57'),
(16866, 644, '1st_title__of_slider_1', 'Miss Me'),
(16867, 644, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(16868, 644, '1st_title__of_slider_2', 'AutoMAP'),
(16869, 644, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(16870, 644, '1st_title__of_slider_3', 'Message'),
(16871, 644, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(16872, 644, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16873, 644, '_instagram_link', 'field_63c92fa403f98'),
(16874, 644, 'about_us_page_image_1', ''),
(16875, 644, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(16876, 644, '1st_title_of_slider_1', 'AutoMAP'),
(16877, 644, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(16878, 644, '2nd_title_of_slider_1', 'By Message'),
(16879, 644, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(16880, 644, '1st_title_of_slider_2', 'Packaging Solution'),
(16881, 644, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(16882, 644, '2nd_title_of_slider_2', 'By Message'),
(16883, 644, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(16884, 644, '1st_title_of_slider_3', 'Food Additives'),
(16885, 644, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(16886, 644, '2nd_title_of_slider_3', 'By message'),
(16887, 644, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(16888, 644, 'slider_image4', '643'),
(16889, 644, '_slider_image4', 'field_63e336890d0b2'),
(16890, 644, '1st_title_of_slider_4', 'Miss Me'),
(16891, 644, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(16892, 644, '2nd_title_of_slider_4', 'Seasoning Mix'),
(16893, 644, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(16894, 644, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(16895, 644, '_slider_description4', 'field_63e336c2b48bd'),
(16896, 644, 'about_us_page_image_2', ''),
(16897, 644, '_about_us_page_image_2', 'field_63e34c58952b3'),
(16898, 644, 'automap_technology', '511'),
(16899, 644, '_automap_technology', 'field_63ce36c7c9a55'),
(16900, 644, 'seassioning_mix', ''),
(16901, 644, '_seassioning_mix', 'field_63ce375dc9a58'),
(16902, 644, 'automap_sealing_machine', '511'),
(16903, 644, '_automap_sealing_machine', 'field_63e3895236968'),
(16904, 644, 'extra_image_for_template', ''),
(16905, 644, '_extra_image_for_template', 'field_63e3b52217b09'),
(16906, 644, 'banner_image', ''),
(16907, 644, '_banner_image', 'field_63d527184f31d'),
(16908, 644, 'banner_title', ''),
(16909, 644, '_banner_title', 'field_63d527614f31e'),
(16910, 644, 'template_image_1', ''),
(16911, 644, '_template_image_1', 'field_63d529664f31f'),
(16912, 644, 'template_image_2', ''),
(16913, 644, '_template_image_2', 'field_63d529b54f320'),
(16914, 644, 'template_image_3', ''),
(16915, 644, '_template_image_3', 'field_63d529b94f321'),
(16916, 644, 'template_image_4', ''),
(16917, 644, '_template_image_4', 'field_63d529bc4f322'),
(16918, 644, 'template_image_5', ''),
(16919, 644, '_template_image_5', 'field_63e5ef8aa4a60'),
(16920, 645, '_wp_attached_file', '2023/02/2-1.png'),
(16921, 645, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/02/2-1.png\";s:8:\"filesize\";i:63843;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16922, 319, 'template_image_5', ''),
(16923, 319, '_template_image_5', 'field_63e5ef8aa4a60'),
(16924, 646, 'company_profile', ''),
(16925, 646, '_company_profile', 'field_63ce36c7c9a55'),
(16926, 646, 'map_technology', ''),
(16927, 646, '_map_technology', 'field_63ce3756c9a56'),
(16928, 646, 'food_additives', ''),
(16929, 646, '_food_additives', 'field_63ce375ac9a57'),
(16930, 646, 'session_mix', ''),
(16931, 646, '_session_mix', 'field_63ce375dc9a58'),
(16932, 646, 'life_chart_by_map_technology', ''),
(16933, 646, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(16934, 646, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(16935, 646, '_address', 'field_63c92e1503f94'),
(16936, 646, 'tel_phone_number', '+91 2824 223921'),
(16937, 646, '_tel_phone_number', 'field_63c92e5d03f95'),
(16938, 646, 'mobile_no', '+91 96628 45243'),
(16939, 646, '_mobile_no', 'field_63c92eb703f96'),
(16940, 646, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16941, 646, '_facebook_link', 'field_63c92f8503f97'),
(16942, 646, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16943, 646, '_google_link', 'field_63c92fa403f98'),
(16944, 646, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16945, 646, '_company_description', 'field_63c9309e03f99'),
(16946, 646, 'email', 'info@messagegroup.co.in'),
(16947, 646, '_email', 'field_63c93e1309d31'),
(16948, 646, 'get_started_background', ''),
(16949, 646, '_get_started_background', 'field_63ce497feef6e'),
(16950, 646, 'choose_us_background', ''),
(16951, 646, '_choose_us_background', 'field_63ce539a8b5b1'),
(16952, 646, 'message_group_1', ''),
(16953, 646, '_message_group_1', 'field_63ce69047b0c9'),
(16954, 646, 'message_group_2', ''),
(16955, 646, '_message_group_2', 'field_63ce6a627b0cd'),
(16956, 646, 'message_group_3', ''),
(16957, 646, '_message_group_3', 'field_63ce6a637b0ce'),
(16958, 646, 'message_group_4', ''),
(16959, 646, '_message_group_4', 'field_63ce6a687b0cf'),
(16960, 646, 'expertise_section_image', ''),
(16961, 646, '_expertise_section_image', 'field_63ce860ce9935'),
(16962, 646, 'banner_image', ''),
(16963, 646, '_banner_image', 'field_63d527184f31d'),
(16964, 646, 'banner_title', ''),
(16965, 646, '_banner_title', 'field_63d527614f31e'),
(16966, 646, 'template_image_1', '645'),
(16967, 646, '_template_image_1', 'field_63d529664f31f'),
(16968, 646, 'template_image_2', ''),
(16969, 646, '_template_image_2', 'field_63d529b54f320'),
(16970, 646, 'template_image_3', ''),
(16971, 646, '_template_image_3', 'field_63d529b94f321'),
(16972, 646, 'template_image_4', ''),
(16973, 646, '_template_image_4', 'field_63d529bc4f322'),
(16974, 646, 'extra_image_for_template', ''),
(16975, 646, '_extra_image_for_template', 'field_63e3b52217b09'),
(16976, 646, 'automap_technology', ''),
(16977, 646, '_automap_technology', 'field_63ce36c7c9a55'),
(16978, 646, 'seassioning_mix', ''),
(16979, 646, '_seassioning_mix', 'field_63ce375dc9a58'),
(16980, 646, 'automap_sealing_machine', ''),
(16981, 646, '_automap_sealing_machine', 'field_63e3895236968'),
(16982, 646, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16983, 646, '_instagram_link', 'field_63c92fa403f98'),
(16984, 646, 'template_image_5', ''),
(16985, 646, '_template_image_5', 'field_63e5ef8aa4a60'),
(16988, 648, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(16989, 648, '_address', 'field_63c92e1503f94'),
(16990, 648, 'tel_phone_number', '+91 96628 45243'),
(16991, 648, '_tel_phone_number', 'field_63c92e5d03f95'),
(16992, 648, 'mobile_no', '+91 96628 45243'),
(16993, 648, '_mobile_no', 'field_63c92eb703f96'),
(16994, 648, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(16995, 648, '_facebook_link', 'field_63c92f8503f97'),
(16996, 648, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(16997, 648, '_google_link', 'field_63c92fa403f98'),
(16998, 648, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(16999, 648, '_company_description', 'field_63c9309e03f99'),
(17000, 648, 'slider_image1', '641'),
(17001, 648, '_slider_image1', 'field_63c8c6482244c'),
(17002, 648, 'slider_image2', '647'),
(17003, 648, '_slider_image2', 'field_63c8c68f2244d'),
(17004, 648, 'slider_image3', '599'),
(17005, 648, '_slider_image3', 'field_63c8d1b9959fa'),
(17006, 648, 'slider_title1', 'Seasoning Mix '),
(17007, 648, '_slider_title1', 'field_63c8d1ef959fb'),
(17008, 648, 'slider_title2', 'By Message'),
(17009, 648, '_slider_title2', 'field_63c8d20a959fc'),
(17010, 648, 'slider_title3', 'The miracle of research'),
(17011, 648, '_slider_title3', 'field_63c8d218959fd'),
(17012, 648, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(17013, 648, '_slider_description1', 'field_63c8d237959fe'),
(17014, 648, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(17015, 648, '_slider_description2', 'field_63c8d274959ff'),
(17016, 648, 'slider_description3', 'Food additives and much more...'),
(17017, 648, '_slider_description3', 'field_63c8d28f95a00'),
(17018, 648, 'about_us_title', 'Leading Food Consulting Company'),
(17019, 648, '_about_us_title', 'field_63cbbac505df9'),
(17020, 648, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(17021, 648, '_short_description', 'field_63cbbbe305dfa'),
(17022, 648, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(17023, 648, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(17024, 648, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(17025, 648, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(17026, 648, 'video_background', '242'),
(17027, 648, '_video_background', 'field_63cbc2880b5de'),
(17028, 648, 'client_image_1', '211'),
(17029, 648, '_client_image_1', 'field_63cbcb8e5afcb'),
(17030, 648, 'client_image_2', '210'),
(17031, 648, '_client_image_2', 'field_63cbcbd95afcc'),
(17032, 648, 'client_image_3', '209'),
(17033, 648, '_client_image_3', 'field_63cbcbe55afcd'),
(17034, 648, 'client_image_4', '208'),
(17035, 648, '_client_image_4', 'field_63cbcbe75afce'),
(17036, 648, 'client_image_5', '207'),
(17037, 648, '_client_image_5', 'field_63cbcbeb5afcf'),
(17038, 648, 'client_image_6', '206'),
(17039, 648, '_client_image_6', 'field_63cbcbef5afd0'),
(17040, 648, 'email', 'khyati@messagegroup.co.in'),
(17041, 648, '_email', 'field_63c93e1309d31'),
(17042, 648, 'tag_line1', 'Innovative Food Packaging Machinery'),
(17043, 648, '_tag_line1', 'field_63cbb9903babf'),
(17044, 648, 'tag_line2', 'Food Additives & Seasoning Mix'),
(17045, 648, '_tag_line2', 'field_63cbba1a3bac0'),
(17046, 648, 'tag_line3', 'Rapid Response & Satisfaction'),
(17047, 648, '_tag_line3', 'field_63cbba503bac1'),
(17048, 648, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(17049, 648, '_long_description_about_us_2', 'field_63cdfd562520a'),
(17050, 648, 'industry_we_serve_image_1', '439'),
(17051, 648, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(17052, 648, 'industry_we_serve_image_2', '440'),
(17053, 648, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(17054, 648, 'industry_we_serve_image_3', '435'),
(17055, 648, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(17056, 648, 'industry_we_serve_image_4', '437'),
(17057, 648, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(17058, 648, 'industry_we_serve_image_5', '433'),
(17059, 648, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(17060, 648, 'industry_we_serve_short_description', ''),
(17061, 648, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(17062, 648, 'company_profile', '261'),
(17063, 648, '_company_profile', 'field_63ce36c7c9a55'),
(17064, 648, 'map_technology', '379'),
(17065, 648, '_map_technology', 'field_63ce3756c9a56'),
(17066, 648, 'food_addsive', '262'),
(17067, 648, '_food_addsive', 'field_63ce375ac9a57'),
(17068, 648, 'session_mix', '263'),
(17069, 648, '_session_mix', 'field_63ce375dc9a58'),
(17070, 648, 'life_chart_by_map_technology', '264'),
(17071, 648, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17072, 648, 'food_additives', '262'),
(17073, 648, '_food_additives', 'field_63ce375ac9a57'),
(17074, 648, 'get_started_background', '507'),
(17075, 648, '_get_started_background', 'field_63ce497feef6e'),
(17076, 648, 'choose_us_background', '393'),
(17077, 648, '_choose_us_background', 'field_63ce539a8b5b1'),
(17078, 648, 'message_group_1', '283'),
(17079, 648, '_message_group_1', 'field_63ce69047b0c9'),
(17080, 648, 'message_group_2', '284'),
(17081, 648, '_message_group_2', 'field_63ce6a627b0cd'),
(17082, 648, 'message_group_3', '285'),
(17083, 648, '_message_group_3', 'field_63ce6a637b0ce'),
(17084, 648, 'message_group_4', '286'),
(17085, 648, '_message_group_4', 'field_63ce6a687b0cf'),
(17086, 648, 'expertise_section_image', '565'),
(17087, 648, '_expertise_section_image', 'field_63ce860ce9935'),
(17088, 648, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(17089, 648, '_array_of_feature_section', 'field_63ce89ca26c57'),
(17090, 648, '1st_title__of_slider_1', 'Miss Me'),
(17091, 648, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(17092, 648, '1st_title__of_slider_2', 'AutoMAP'),
(17093, 648, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(17094, 648, '1st_title__of_slider_3', 'Message'),
(17095, 648, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(17096, 648, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17097, 648, '_instagram_link', 'field_63c92fa403f98'),
(17098, 648, 'about_us_page_image_1', ''),
(17099, 648, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(17100, 648, '1st_title_of_slider_1', 'AutoMAP'),
(17101, 648, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(17102, 648, '2nd_title_of_slider_1', 'By Message'),
(17103, 648, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(17104, 648, '1st_title_of_slider_2', 'Packaging Solution'),
(17105, 648, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(17106, 648, '2nd_title_of_slider_2', 'By Message'),
(17107, 648, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(17108, 648, '1st_title_of_slider_3', 'Food Additives'),
(17109, 648, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(17110, 648, '2nd_title_of_slider_3', 'By message'),
(17111, 648, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(17112, 648, 'slider_image4', '643'),
(17113, 648, '_slider_image4', 'field_63e336890d0b2'),
(17114, 648, '1st_title_of_slider_4', 'Miss Me'),
(17115, 648, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(17116, 648, '2nd_title_of_slider_4', 'Seasoning Mix'),
(17117, 648, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(17118, 648, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(17119, 648, '_slider_description4', 'field_63e336c2b48bd'),
(17120, 648, 'about_us_page_image_2', ''),
(17121, 648, '_about_us_page_image_2', 'field_63e34c58952b3'),
(17122, 648, 'automap_technology', '511'),
(17123, 648, '_automap_technology', 'field_63ce36c7c9a55'),
(17124, 648, 'seassioning_mix', ''),
(17125, 648, '_seassioning_mix', 'field_63ce375dc9a58'),
(17126, 648, 'automap_sealing_machine', '511'),
(17127, 648, '_automap_sealing_machine', 'field_63e3895236968'),
(17128, 648, 'extra_image_for_template', ''),
(17129, 648, '_extra_image_for_template', 'field_63e3b52217b09'),
(17130, 648, 'banner_image', ''),
(17131, 648, '_banner_image', 'field_63d527184f31d'),
(17132, 648, 'banner_title', ''),
(17133, 648, '_banner_title', 'field_63d527614f31e'),
(17134, 648, 'template_image_1', ''),
(17135, 648, '_template_image_1', 'field_63d529664f31f'),
(17136, 648, 'template_image_2', ''),
(17137, 648, '_template_image_2', 'field_63d529b54f320'),
(17138, 648, 'template_image_3', ''),
(17139, 648, '_template_image_3', 'field_63d529b94f321'),
(17140, 648, 'template_image_4', ''),
(17141, 648, '_template_image_4', 'field_63d529bc4f322'),
(17142, 648, 'template_image_5', ''),
(17143, 648, '_template_image_5', 'field_63e5ef8aa4a60'),
(17146, 650, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(17147, 650, '_address', 'field_63c92e1503f94'),
(17148, 650, 'tel_phone_number', '+91 96628 45243'),
(17149, 650, '_tel_phone_number', 'field_63c92e5d03f95'),
(17150, 650, 'mobile_no', '+91 96628 45243'),
(17151, 650, '_mobile_no', 'field_63c92eb703f96'),
(17152, 650, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17153, 650, '_facebook_link', 'field_63c92f8503f97'),
(17154, 650, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17155, 650, '_google_link', 'field_63c92fa403f98'),
(17156, 650, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17157, 650, '_company_description', 'field_63c9309e03f99'),
(17158, 650, 'slider_image1', '641'),
(17159, 650, '_slider_image1', 'field_63c8c6482244c'),
(17160, 650, 'slider_image2', '647'),
(17161, 650, '_slider_image2', 'field_63c8c68f2244d'),
(17162, 650, 'slider_image3', '649'),
(17163, 650, '_slider_image3', 'field_63c8d1b9959fa'),
(17164, 650, 'slider_title1', 'Seasoning Mix '),
(17165, 650, '_slider_title1', 'field_63c8d1ef959fb'),
(17166, 650, 'slider_title2', 'By Message'),
(17167, 650, '_slider_title2', 'field_63c8d20a959fc'),
(17168, 650, 'slider_title3', 'The miracle of research'),
(17169, 650, '_slider_title3', 'field_63c8d218959fd'),
(17170, 650, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(17171, 650, '_slider_description1', 'field_63c8d237959fe'),
(17172, 650, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(17173, 650, '_slider_description2', 'field_63c8d274959ff'),
(17174, 650, 'slider_description3', 'Food additives and much more...'),
(17175, 650, '_slider_description3', 'field_63c8d28f95a00'),
(17176, 650, 'about_us_title', 'Leading Food Consulting Company'),
(17177, 650, '_about_us_title', 'field_63cbbac505df9'),
(17178, 650, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(17179, 650, '_short_description', 'field_63cbbbe305dfa'),
(17180, 650, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(17181, 650, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(17182, 650, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(17183, 650, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(17184, 650, 'video_background', '242'),
(17185, 650, '_video_background', 'field_63cbc2880b5de'),
(17186, 650, 'client_image_1', '211'),
(17187, 650, '_client_image_1', 'field_63cbcb8e5afcb'),
(17188, 650, 'client_image_2', '210'),
(17189, 650, '_client_image_2', 'field_63cbcbd95afcc'),
(17190, 650, 'client_image_3', '209'),
(17191, 650, '_client_image_3', 'field_63cbcbe55afcd'),
(17192, 650, 'client_image_4', '208'),
(17193, 650, '_client_image_4', 'field_63cbcbe75afce'),
(17194, 650, 'client_image_5', '207'),
(17195, 650, '_client_image_5', 'field_63cbcbeb5afcf'),
(17196, 650, 'client_image_6', '206'),
(17197, 650, '_client_image_6', 'field_63cbcbef5afd0'),
(17198, 650, 'email', 'khyati@messagegroup.co.in'),
(17199, 650, '_email', 'field_63c93e1309d31'),
(17200, 650, 'tag_line1', 'Innovative Food Packaging Machinery'),
(17201, 650, '_tag_line1', 'field_63cbb9903babf'),
(17202, 650, 'tag_line2', 'Food Additives & Seasoning Mix'),
(17203, 650, '_tag_line2', 'field_63cbba1a3bac0'),
(17204, 650, 'tag_line3', 'Rapid Response & Satisfaction'),
(17205, 650, '_tag_line3', 'field_63cbba503bac1'),
(17206, 650, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(17207, 650, '_long_description_about_us_2', 'field_63cdfd562520a'),
(17208, 650, 'industry_we_serve_image_1', '439'),
(17209, 650, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(17210, 650, 'industry_we_serve_image_2', '440'),
(17211, 650, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(17212, 650, 'industry_we_serve_image_3', '435'),
(17213, 650, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(17214, 650, 'industry_we_serve_image_4', '437'),
(17215, 650, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(17216, 650, 'industry_we_serve_image_5', '433'),
(17217, 650, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(17218, 650, 'industry_we_serve_short_description', ''),
(17219, 650, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(17220, 650, 'company_profile', '261'),
(17221, 650, '_company_profile', 'field_63ce36c7c9a55'),
(17222, 650, 'map_technology', '379'),
(17223, 650, '_map_technology', 'field_63ce3756c9a56'),
(17224, 650, 'food_addsive', '262'),
(17225, 650, '_food_addsive', 'field_63ce375ac9a57'),
(17226, 650, 'session_mix', '263'),
(17227, 650, '_session_mix', 'field_63ce375dc9a58'),
(17228, 650, 'life_chart_by_map_technology', '264'),
(17229, 650, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17230, 650, 'food_additives', '262'),
(17231, 650, '_food_additives', 'field_63ce375ac9a57'),
(17232, 650, 'get_started_background', '507'),
(17233, 650, '_get_started_background', 'field_63ce497feef6e'),
(17234, 650, 'choose_us_background', '393'),
(17235, 650, '_choose_us_background', 'field_63ce539a8b5b1'),
(17236, 650, 'message_group_1', '283'),
(17237, 650, '_message_group_1', 'field_63ce69047b0c9'),
(17238, 650, 'message_group_2', '284'),
(17239, 650, '_message_group_2', 'field_63ce6a627b0cd'),
(17240, 650, 'message_group_3', '285'),
(17241, 650, '_message_group_3', 'field_63ce6a637b0ce'),
(17242, 650, 'message_group_4', '286'),
(17243, 650, '_message_group_4', 'field_63ce6a687b0cf'),
(17244, 650, 'expertise_section_image', '565'),
(17245, 650, '_expertise_section_image', 'field_63ce860ce9935'),
(17246, 650, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(17247, 650, '_array_of_feature_section', 'field_63ce89ca26c57'),
(17248, 650, '1st_title__of_slider_1', 'Miss Me'),
(17249, 650, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(17250, 650, '1st_title__of_slider_2', 'AutoMAP'),
(17251, 650, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(17252, 650, '1st_title__of_slider_3', 'Message'),
(17253, 650, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(17254, 650, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17255, 650, '_instagram_link', 'field_63c92fa403f98'),
(17256, 650, 'about_us_page_image_1', ''),
(17257, 650, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(17258, 650, '1st_title_of_slider_1', 'AutoMAP'),
(17259, 650, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(17260, 650, '2nd_title_of_slider_1', 'By Message'),
(17261, 650, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(17262, 650, '1st_title_of_slider_2', 'Packaging Solution'),
(17263, 650, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(17264, 650, '2nd_title_of_slider_2', 'By Message'),
(17265, 650, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(17266, 650, '1st_title_of_slider_3', 'Food Additives'),
(17267, 650, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(17268, 650, '2nd_title_of_slider_3', 'By message'),
(17269, 650, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(17270, 650, 'slider_image4', '643'),
(17271, 650, '_slider_image4', 'field_63e336890d0b2'),
(17272, 650, '1st_title_of_slider_4', 'Miss Me'),
(17273, 650, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(17274, 650, '2nd_title_of_slider_4', 'Seasoning Mix'),
(17275, 650, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(17276, 650, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(17277, 650, '_slider_description4', 'field_63e336c2b48bd'),
(17278, 650, 'about_us_page_image_2', ''),
(17279, 650, '_about_us_page_image_2', 'field_63e34c58952b3'),
(17280, 650, 'automap_technology', '511'),
(17281, 650, '_automap_technology', 'field_63ce36c7c9a55'),
(17282, 650, 'seassioning_mix', ''),
(17283, 650, '_seassioning_mix', 'field_63ce375dc9a58'),
(17284, 650, 'automap_sealing_machine', '511'),
(17285, 650, '_automap_sealing_machine', 'field_63e3895236968'),
(17286, 650, 'extra_image_for_template', ''),
(17287, 650, '_extra_image_for_template', 'field_63e3b52217b09'),
(17288, 650, 'banner_image', ''),
(17289, 650, '_banner_image', 'field_63d527184f31d'),
(17290, 650, 'banner_title', ''),
(17291, 650, '_banner_title', 'field_63d527614f31e'),
(17292, 650, 'template_image_1', ''),
(17293, 650, '_template_image_1', 'field_63d529664f31f'),
(17294, 650, 'template_image_2', ''),
(17295, 650, '_template_image_2', 'field_63d529b54f320'),
(17296, 650, 'template_image_3', ''),
(17297, 650, '_template_image_3', 'field_63d529b94f321'),
(17298, 650, 'template_image_4', ''),
(17299, 650, '_template_image_4', 'field_63d529bc4f322'),
(17300, 650, 'template_image_5', ''),
(17301, 650, '_template_image_5', 'field_63e5ef8aa4a60'),
(17302, 651, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(17303, 651, '_address', 'field_63c92e1503f94'),
(17304, 651, 'tel_phone_number', '+91 2824 223921'),
(17305, 651, '_tel_phone_number', 'field_63c92e5d03f95'),
(17306, 651, 'mobile_no', '+91 96628 45243'),
(17307, 651, '_mobile_no', 'field_63c92eb703f96'),
(17308, 651, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17309, 651, '_facebook_link', 'field_63c92f8503f97'),
(17310, 651, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17311, 651, '_google_link', 'field_63c92fa403f98'),
(17312, 651, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17313, 651, '_company_description', 'field_63c9309e03f99'),
(17314, 651, 'email', 'info@messagegroup.co.in'),
(17315, 651, '_email', 'field_63c93e1309d31'),
(17316, 651, 'company_profile', ''),
(17317, 651, '_company_profile', 'field_63ce36c7c9a55'),
(17318, 651, 'map_technology', ''),
(17319, 651, '_map_technology', 'field_63ce3756c9a56'),
(17320, 651, 'food_additives', ''),
(17321, 651, '_food_additives', 'field_63ce375ac9a57'),
(17322, 651, 'session_mix', ''),
(17323, 651, '_session_mix', 'field_63ce375dc9a58'),
(17324, 651, 'life_chart_by_map_technology', ''),
(17325, 651, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17326, 651, 'get_started_background', ''),
(17327, 651, '_get_started_background', 'field_63ce497feef6e'),
(17328, 651, 'choose_us_background', ''),
(17329, 651, '_choose_us_background', 'field_63ce539a8b5b1'),
(17330, 651, 'message_group_1', ''),
(17331, 651, '_message_group_1', 'field_63ce69047b0c9'),
(17332, 651, 'message_group_2', ''),
(17333, 651, '_message_group_2', 'field_63ce6a627b0cd'),
(17334, 651, 'message_group_3', ''),
(17335, 651, '_message_group_3', 'field_63ce6a637b0ce'),
(17336, 651, 'message_group_4', ''),
(17337, 651, '_message_group_4', 'field_63ce6a687b0cf'),
(17338, 651, 'expertise_section_image', ''),
(17339, 651, '_expertise_section_image', 'field_63ce860ce9935'),
(17340, 651, 'banner_image', '637'),
(17341, 651, '_banner_image', 'field_63d527184f31d'),
(17342, 651, 'banner_title', ''),
(17343, 651, '_banner_title', 'field_63d527614f31e'),
(17344, 651, 'template_image_1', '359'),
(17345, 651, '_template_image_1', 'field_63d529664f31f'),
(17346, 651, 'template_image_2', '411'),
(17347, 651, '_template_image_2', 'field_63d529b54f320'),
(17348, 651, 'template_image_3', '413'),
(17349, 651, '_template_image_3', 'field_63d529b94f321'),
(17350, 651, 'template_image_4', '616'),
(17351, 651, '_template_image_4', 'field_63d529bc4f322'),
(17352, 651, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17353, 651, '_instagram_link', 'field_63c92fa403f98'),
(17354, 651, 'automap_technology', ''),
(17355, 651, '_automap_technology', 'field_63ce36c7c9a55'),
(17356, 651, 'seassioning_mix', ''),
(17357, 651, '_seassioning_mix', 'field_63ce375dc9a58'),
(17358, 651, 'automap_sealing_machine', ''),
(17359, 651, '_automap_sealing_machine', 'field_63e3895236968'),
(17360, 651, 'extra_image_for_template', '523'),
(17361, 651, '_extra_image_for_template', 'field_63e3b52217b09'),
(17362, 651, 'template_image_5', '620'),
(17363, 651, '_template_image_5', 'field_63e5ef8aa4a60'),
(17364, 525, '_wp_trash_meta_status', 'publish'),
(17365, 525, '_wp_trash_meta_time', '1676282278'),
(17366, 525, '_wp_desired_post_slug', 'turn-pdf'),
(17367, 652, '_wp_attached_file', '2023/02/New-Project-51.png'),
(17368, 652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-51.png\";s:8:\"filesize\";i:134326;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17369, 244, 'template_image_5', ''),
(17370, 244, '_template_image_5', 'field_63e5ef8aa4a60'),
(17371, 653, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(17372, 653, '_address', 'field_63c92e1503f94'),
(17373, 653, 'tel_phone_number', '+91 2824 223921'),
(17374, 653, '_tel_phone_number', 'field_63c92e5d03f95'),
(17375, 653, 'mobile_no', '+91 96628 45243'),
(17376, 653, '_mobile_no', 'field_63c92eb703f96'),
(17377, 653, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17378, 653, '_facebook_link', 'field_63c92f8503f97'),
(17379, 653, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17380, 653, '_google_link', 'field_63c92fa403f98'),
(17381, 653, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17382, 653, '_company_description', 'field_63c9309e03f99'),
(17383, 653, 'email', 'info@messagegroup.co.in'),
(17384, 653, '_email', 'field_63c93e1309d31'),
(17385, 653, 'company_profile', ''),
(17386, 653, '_company_profile', 'field_63ce36c7c9a55'),
(17387, 653, 'map_technology', ''),
(17388, 653, '_map_technology', 'field_63ce3756c9a56'),
(17389, 653, 'food_additives', ''),
(17390, 653, '_food_additives', 'field_63ce375ac9a57'),
(17391, 653, 'session_mix', ''),
(17392, 653, '_session_mix', 'field_63ce375dc9a58'),
(17393, 653, 'life_chart_by_map_technology', ''),
(17394, 653, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17395, 653, 'get_started_background', ''),
(17396, 653, '_get_started_background', 'field_63ce497feef6e'),
(17397, 653, 'choose_us_background', ''),
(17398, 653, '_choose_us_background', 'field_63ce539a8b5b1'),
(17399, 653, 'message_group_1', ''),
(17400, 653, '_message_group_1', 'field_63ce69047b0c9'),
(17401, 653, 'message_group_2', ''),
(17402, 653, '_message_group_2', 'field_63ce6a627b0cd'),
(17403, 653, 'message_group_3', ''),
(17404, 653, '_message_group_3', 'field_63ce6a637b0ce'),
(17405, 653, 'message_group_4', ''),
(17406, 653, '_message_group_4', 'field_63ce6a687b0cf'),
(17407, 653, 'expertise_section_image', ''),
(17408, 653, '_expertise_section_image', 'field_63ce860ce9935'),
(17409, 653, 'banner_image', '442'),
(17410, 653, '_banner_image', 'field_63d527184f31d'),
(17411, 653, 'banner_title', ''),
(17412, 653, '_banner_title', 'field_63d527614f31e'),
(17413, 653, 'template_image_1', '527'),
(17414, 653, '_template_image_1', 'field_63d529664f31f'),
(17415, 653, 'template_image_2', '652');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(17416, 653, '_template_image_2', 'field_63d529b54f320'),
(17417, 653, 'template_image_3', '418'),
(17418, 653, '_template_image_3', 'field_63d529b94f321'),
(17419, 653, 'template_image_4', '420'),
(17420, 653, '_template_image_4', 'field_63d529bc4f322'),
(17421, 653, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17422, 653, '_instagram_link', 'field_63c92fa403f98'),
(17423, 653, 'extra_image_for_template', ''),
(17424, 653, '_extra_image_for_template', 'field_63e3b52217b09'),
(17425, 653, 'automap_technology', ''),
(17426, 653, '_automap_technology', 'field_63ce36c7c9a55'),
(17427, 653, 'seassioning_mix', ''),
(17428, 653, '_seassioning_mix', 'field_63ce375dc9a58'),
(17429, 653, 'automap_sealing_machine', ''),
(17430, 653, '_automap_sealing_machine', 'field_63e3895236968'),
(17431, 653, 'template_image_5', ''),
(17432, 653, '_template_image_5', 'field_63e5ef8aa4a60'),
(17433, 654, '_wp_attached_file', '2023/02/New-Project-52.png'),
(17434, 654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-52.png\";s:8:\"filesize\";i:232281;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17435, 246, 'template_image_5', ''),
(17436, 246, '_template_image_5', 'field_63e5ef8aa4a60'),
(17437, 246, 'extra_image_for_template', ''),
(17438, 246, '_extra_image_for_template', 'field_63e3b52217b09'),
(17439, 655, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(17440, 655, '_address', 'field_63c92e1503f94'),
(17441, 655, 'tel_phone_number', '+91 2824 223921'),
(17442, 655, '_tel_phone_number', 'field_63c92e5d03f95'),
(17443, 655, 'mobile_no', '+91 96628 45243'),
(17444, 655, '_mobile_no', 'field_63c92eb703f96'),
(17445, 655, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17446, 655, '_facebook_link', 'field_63c92f8503f97'),
(17447, 655, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17448, 655, '_google_link', 'field_63c92fa403f98'),
(17449, 655, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17450, 655, '_company_description', 'field_63c9309e03f99'),
(17451, 655, 'email', 'info@messagegroup.co.in'),
(17452, 655, '_email', 'field_63c93e1309d31'),
(17453, 655, 'company_profile', ''),
(17454, 655, '_company_profile', 'field_63ce36c7c9a55'),
(17455, 655, 'map_technology', ''),
(17456, 655, '_map_technology', 'field_63ce3756c9a56'),
(17457, 655, 'food_additives', ''),
(17458, 655, '_food_additives', 'field_63ce375ac9a57'),
(17459, 655, 'session_mix', ''),
(17460, 655, '_session_mix', 'field_63ce375dc9a58'),
(17461, 655, 'life_chart_by_map_technology', ''),
(17462, 655, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17463, 655, 'get_started_background', ''),
(17464, 655, '_get_started_background', 'field_63ce497feef6e'),
(17465, 655, 'choose_us_background', ''),
(17466, 655, '_choose_us_background', 'field_63ce539a8b5b1'),
(17467, 655, 'message_group_1', ''),
(17468, 655, '_message_group_1', 'field_63ce69047b0c9'),
(17469, 655, 'message_group_2', ''),
(17470, 655, '_message_group_2', 'field_63ce6a627b0cd'),
(17471, 655, 'message_group_3', ''),
(17472, 655, '_message_group_3', 'field_63ce6a637b0ce'),
(17473, 655, 'message_group_4', ''),
(17474, 655, '_message_group_4', 'field_63ce6a687b0cf'),
(17475, 655, 'expertise_section_image', ''),
(17476, 655, '_expertise_section_image', 'field_63ce860ce9935'),
(17477, 655, 'banner_image', ''),
(17478, 655, '_banner_image', 'field_63d527184f31d'),
(17479, 655, 'banner_title', ''),
(17480, 655, '_banner_title', 'field_63d527614f31e'),
(17481, 655, 'template_image_1', '425'),
(17482, 655, '_template_image_1', 'field_63d529664f31f'),
(17483, 655, 'template_image_2', '501'),
(17484, 655, '_template_image_2', 'field_63d529b54f320'),
(17485, 655, 'template_image_3', '654'),
(17486, 655, '_template_image_3', 'field_63d529b94f321'),
(17487, 655, 'template_image_4', '431'),
(17488, 655, '_template_image_4', 'field_63d529bc4f322'),
(17489, 655, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17490, 655, '_instagram_link', 'field_63c92fa403f98'),
(17491, 655, 'template_image_5', ''),
(17492, 655, '_template_image_5', 'field_63e5ef8aa4a60'),
(17493, 655, 'extra_image_for_template', ''),
(17494, 655, '_extra_image_for_template', 'field_63e3b52217b09'),
(17495, 656, 'company_profile', ''),
(17496, 656, '_company_profile', 'field_63ce36c7c9a55'),
(17497, 656, 'map_technology', ''),
(17498, 656, '_map_technology', 'field_63ce3756c9a56'),
(17499, 656, 'food_additives', ''),
(17500, 656, '_food_additives', 'field_63ce375ac9a57'),
(17501, 656, 'session_mix', ''),
(17502, 656, '_session_mix', 'field_63ce375dc9a58'),
(17503, 656, 'life_chart_by_map_technology', ''),
(17504, 656, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17505, 656, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(17506, 656, '_address', 'field_63c92e1503f94'),
(17507, 656, 'tel_phone_number', '+91 2824 223921'),
(17508, 656, '_tel_phone_number', 'field_63c92e5d03f95'),
(17509, 656, 'mobile_no', '+91 96628 45243'),
(17510, 656, '_mobile_no', 'field_63c92eb703f96'),
(17511, 656, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17512, 656, '_facebook_link', 'field_63c92f8503f97'),
(17513, 656, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17514, 656, '_google_link', 'field_63c92fa403f98'),
(17515, 656, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17516, 656, '_company_description', 'field_63c9309e03f99'),
(17517, 656, 'email', 'info@messagegroup.co.in'),
(17518, 656, '_email', 'field_63c93e1309d31'),
(17519, 656, 'get_started_background', ''),
(17520, 656, '_get_started_background', 'field_63ce497feef6e'),
(17521, 656, 'choose_us_background', ''),
(17522, 656, '_choose_us_background', 'field_63ce539a8b5b1'),
(17523, 656, 'message_group_1', ''),
(17524, 656, '_message_group_1', 'field_63ce69047b0c9'),
(17525, 656, 'message_group_2', ''),
(17526, 656, '_message_group_2', 'field_63ce6a627b0cd'),
(17527, 656, 'message_group_3', ''),
(17528, 656, '_message_group_3', 'field_63ce6a637b0ce'),
(17529, 656, 'message_group_4', ''),
(17530, 656, '_message_group_4', 'field_63ce6a687b0cf'),
(17531, 656, 'expertise_section_image', ''),
(17532, 656, '_expertise_section_image', 'field_63ce860ce9935'),
(17533, 656, 'banner_image', '635'),
(17534, 656, '_banner_image', 'field_63d527184f31d'),
(17535, 656, 'banner_title', ''),
(17536, 656, '_banner_title', 'field_63d527614f31e'),
(17537, 656, 'template_image_1', ''),
(17538, 656, '_template_image_1', 'field_63d529664f31f'),
(17539, 656, 'template_image_2', ''),
(17540, 656, '_template_image_2', 'field_63d529b54f320'),
(17541, 656, 'template_image_3', ''),
(17542, 656, '_template_image_3', 'field_63d529b94f321'),
(17543, 656, 'template_image_4', ''),
(17544, 656, '_template_image_4', 'field_63d529bc4f322'),
(17545, 656, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17546, 656, '_instagram_link', 'field_63c92fa403f98'),
(17547, 656, 'extra_image_for_template', ''),
(17548, 656, '_extra_image_for_template', 'field_63e3b52217b09'),
(17549, 656, 'automap_technology', ''),
(17550, 656, '_automap_technology', 'field_63ce36c7c9a55'),
(17551, 656, 'seassioning_mix', ''),
(17552, 656, '_seassioning_mix', 'field_63ce375dc9a58'),
(17553, 656, 'automap_sealing_machine', ''),
(17554, 656, '_automap_sealing_machine', 'field_63e3895236968'),
(17555, 656, 'template_image_5', ''),
(17556, 656, '_template_image_5', 'field_63e5ef8aa4a60'),
(17557, 657, '_wp_attached_file', '2023/02/New-Project-53.png'),
(17558, 657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-53.png\";s:8:\"filesize\";i:320587;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17559, 658, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(17560, 658, '_address', 'field_63c92e1503f94'),
(17561, 658, 'tel_phone_number', '+91 2824 223921'),
(17562, 658, '_tel_phone_number', 'field_63c92e5d03f95'),
(17563, 658, 'mobile_no', '+91 96628 45243'),
(17564, 658, '_mobile_no', 'field_63c92eb703f96'),
(17565, 658, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17566, 658, '_facebook_link', 'field_63c92f8503f97'),
(17567, 658, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17568, 658, '_google_link', 'field_63c92fa403f98'),
(17569, 658, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17570, 658, '_company_description', 'field_63c9309e03f99'),
(17571, 658, 'email', 'info@messagegroup.co.in'),
(17572, 658, '_email', 'field_63c93e1309d31'),
(17573, 658, 'company_profile', ''),
(17574, 658, '_company_profile', 'field_63ce36c7c9a55'),
(17575, 658, 'map_technology', ''),
(17576, 658, '_map_technology', 'field_63ce3756c9a56'),
(17577, 658, 'food_additives', ''),
(17578, 658, '_food_additives', 'field_63ce375ac9a57'),
(17579, 658, 'session_mix', ''),
(17580, 658, '_session_mix', 'field_63ce375dc9a58'),
(17581, 658, 'life_chart_by_map_technology', ''),
(17582, 658, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17583, 658, 'get_started_background', ''),
(17584, 658, '_get_started_background', 'field_63ce497feef6e'),
(17585, 658, 'choose_us_background', ''),
(17586, 658, '_choose_us_background', 'field_63ce539a8b5b1'),
(17587, 658, 'message_group_1', ''),
(17588, 658, '_message_group_1', 'field_63ce69047b0c9'),
(17589, 658, 'message_group_2', ''),
(17590, 658, '_message_group_2', 'field_63ce6a627b0cd'),
(17591, 658, 'message_group_3', ''),
(17592, 658, '_message_group_3', 'field_63ce6a637b0ce'),
(17593, 658, 'message_group_4', ''),
(17594, 658, '_message_group_4', 'field_63ce6a687b0cf'),
(17595, 658, 'expertise_section_image', ''),
(17596, 658, '_expertise_section_image', 'field_63ce860ce9935'),
(17597, 658, 'banner_image', '637'),
(17598, 658, '_banner_image', 'field_63d527184f31d'),
(17599, 658, 'banner_title', ''),
(17600, 658, '_banner_title', 'field_63d527614f31e'),
(17601, 658, 'template_image_1', '359'),
(17602, 658, '_template_image_1', 'field_63d529664f31f'),
(17603, 658, 'template_image_2', '411'),
(17604, 658, '_template_image_2', 'field_63d529b54f320'),
(17605, 658, 'template_image_3', '413'),
(17606, 658, '_template_image_3', 'field_63d529b94f321'),
(17607, 658, 'template_image_4', '616'),
(17608, 658, '_template_image_4', 'field_63d529bc4f322'),
(17609, 658, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17610, 658, '_instagram_link', 'field_63c92fa403f98'),
(17611, 658, 'automap_technology', ''),
(17612, 658, '_automap_technology', 'field_63ce36c7c9a55'),
(17613, 658, 'seassioning_mix', ''),
(17614, 658, '_seassioning_mix', 'field_63ce375dc9a58'),
(17615, 658, 'automap_sealing_machine', ''),
(17616, 658, '_automap_sealing_machine', 'field_63e3895236968'),
(17617, 658, 'extra_image_for_template', '523'),
(17618, 658, '_extra_image_for_template', 'field_63e3b52217b09'),
(17619, 658, 'template_image_5', '657'),
(17620, 658, '_template_image_5', 'field_63e5ef8aa4a60'),
(17623, 660, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(17624, 660, '_address', 'field_63c92e1503f94'),
(17625, 660, 'tel_phone_number', '+91 2824 223921'),
(17626, 660, '_tel_phone_number', 'field_63c92e5d03f95'),
(17627, 660, 'mobile_no', '+91 96628 45243'),
(17628, 660, '_mobile_no', 'field_63c92eb703f96'),
(17629, 660, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17630, 660, '_facebook_link', 'field_63c92f8503f97'),
(17631, 660, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17632, 660, '_google_link', 'field_63c92fa403f98'),
(17633, 660, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17634, 660, '_company_description', 'field_63c9309e03f99'),
(17635, 660, 'email', 'info@messagegroup.co.in'),
(17636, 660, '_email', 'field_63c93e1309d31'),
(17637, 660, 'company_profile', ''),
(17638, 660, '_company_profile', 'field_63ce36c7c9a55'),
(17639, 660, 'map_technology', ''),
(17640, 660, '_map_technology', 'field_63ce3756c9a56'),
(17641, 660, 'food_additives', ''),
(17642, 660, '_food_additives', 'field_63ce375ac9a57'),
(17643, 660, 'session_mix', ''),
(17644, 660, '_session_mix', 'field_63ce375dc9a58'),
(17645, 660, 'life_chart_by_map_technology', ''),
(17646, 660, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17647, 660, 'get_started_background', ''),
(17648, 660, '_get_started_background', 'field_63ce497feef6e'),
(17649, 660, 'choose_us_background', ''),
(17650, 660, '_choose_us_background', 'field_63ce539a8b5b1'),
(17651, 660, 'message_group_1', ''),
(17652, 660, '_message_group_1', 'field_63ce69047b0c9'),
(17653, 660, 'message_group_2', ''),
(17654, 660, '_message_group_2', 'field_63ce6a627b0cd'),
(17655, 660, 'message_group_3', ''),
(17656, 660, '_message_group_3', 'field_63ce6a637b0ce'),
(17657, 660, 'message_group_4', ''),
(17658, 660, '_message_group_4', 'field_63ce6a687b0cf'),
(17659, 660, 'expertise_section_image', ''),
(17660, 660, '_expertise_section_image', 'field_63ce860ce9935'),
(17661, 660, 'banner_image', '637'),
(17662, 660, '_banner_image', 'field_63d527184f31d'),
(17663, 660, 'banner_title', ''),
(17664, 660, '_banner_title', 'field_63d527614f31e'),
(17665, 660, 'template_image_1', '359'),
(17666, 660, '_template_image_1', 'field_63d529664f31f'),
(17667, 660, 'template_image_2', '411'),
(17668, 660, '_template_image_2', 'field_63d529b54f320'),
(17669, 660, 'template_image_3', '413'),
(17670, 660, '_template_image_3', 'field_63d529b94f321'),
(17671, 660, 'template_image_4', '616'),
(17672, 660, '_template_image_4', 'field_63d529bc4f322'),
(17673, 660, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17674, 660, '_instagram_link', 'field_63c92fa403f98'),
(17675, 660, 'automap_technology', ''),
(17676, 660, '_automap_technology', 'field_63ce36c7c9a55'),
(17677, 660, 'seassioning_mix', ''),
(17678, 660, '_seassioning_mix', 'field_63ce375dc9a58'),
(17679, 660, 'automap_sealing_machine', ''),
(17680, 660, '_automap_sealing_machine', 'field_63e3895236968'),
(17681, 660, 'extra_image_for_template', '659'),
(17682, 660, '_extra_image_for_template', 'field_63e3b52217b09'),
(17683, 660, 'template_image_5', '657'),
(17684, 660, '_template_image_5', 'field_63e5ef8aa4a60'),
(17685, 661, '_wp_attached_file', '2023/02/Message-Group-web-slide-05-4.png'),
(17686, 661, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:915;s:4:\"file\";s:40:\"2023/02/Message-Group-web-slide-05-4.png\";s:8:\"filesize\";i:340828;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17687, 662, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(17688, 662, '_address', 'field_63c92e1503f94'),
(17689, 662, 'tel_phone_number', '+91 96628 45243'),
(17690, 662, '_tel_phone_number', 'field_63c92e5d03f95'),
(17691, 662, 'mobile_no', '+91 96628 45243'),
(17692, 662, '_mobile_no', 'field_63c92eb703f96'),
(17693, 662, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17694, 662, '_facebook_link', 'field_63c92f8503f97'),
(17695, 662, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17696, 662, '_google_link', 'field_63c92fa403f98'),
(17697, 662, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17698, 662, '_company_description', 'field_63c9309e03f99'),
(17699, 662, 'slider_image1', '641'),
(17700, 662, '_slider_image1', 'field_63c8c6482244c'),
(17701, 662, 'slider_image2', '661'),
(17702, 662, '_slider_image2', 'field_63c8c68f2244d'),
(17703, 662, 'slider_image3', '649'),
(17704, 662, '_slider_image3', 'field_63c8d1b9959fa'),
(17705, 662, 'slider_title1', 'Seasoning Mix '),
(17706, 662, '_slider_title1', 'field_63c8d1ef959fb'),
(17707, 662, 'slider_title2', 'By Message'),
(17708, 662, '_slider_title2', 'field_63c8d20a959fc'),
(17709, 662, 'slider_title3', 'The miracle of research'),
(17710, 662, '_slider_title3', 'field_63c8d218959fd'),
(17711, 662, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(17712, 662, '_slider_description1', 'field_63c8d237959fe'),
(17713, 662, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(17714, 662, '_slider_description2', 'field_63c8d274959ff'),
(17715, 662, 'slider_description3', 'Food additives and much more...'),
(17716, 662, '_slider_description3', 'field_63c8d28f95a00'),
(17717, 662, 'about_us_title', 'Leading Food Consulting Company'),
(17718, 662, '_about_us_title', 'field_63cbbac505df9'),
(17719, 662, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(17720, 662, '_short_description', 'field_63cbbbe305dfa'),
(17721, 662, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(17722, 662, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(17723, 662, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(17724, 662, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(17725, 662, 'video_background', '242'),
(17726, 662, '_video_background', 'field_63cbc2880b5de'),
(17727, 662, 'client_image_1', '211'),
(17728, 662, '_client_image_1', 'field_63cbcb8e5afcb'),
(17729, 662, 'client_image_2', '210'),
(17730, 662, '_client_image_2', 'field_63cbcbd95afcc'),
(17731, 662, 'client_image_3', '209'),
(17732, 662, '_client_image_3', 'field_63cbcbe55afcd'),
(17733, 662, 'client_image_4', '208'),
(17734, 662, '_client_image_4', 'field_63cbcbe75afce'),
(17735, 662, 'client_image_5', '207'),
(17736, 662, '_client_image_5', 'field_63cbcbeb5afcf'),
(17737, 662, 'client_image_6', '206'),
(17738, 662, '_client_image_6', 'field_63cbcbef5afd0'),
(17739, 662, 'email', 'khyati@messagegroup.co.in'),
(17740, 662, '_email', 'field_63c93e1309d31'),
(17741, 662, 'tag_line1', 'Innovative Food Packaging Machinery'),
(17742, 662, '_tag_line1', 'field_63cbb9903babf'),
(17743, 662, 'tag_line2', 'Food Additives & Seasoning Mix'),
(17744, 662, '_tag_line2', 'field_63cbba1a3bac0'),
(17745, 662, 'tag_line3', 'Rapid Response & Satisfaction'),
(17746, 662, '_tag_line3', 'field_63cbba503bac1'),
(17747, 662, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(17748, 662, '_long_description_about_us_2', 'field_63cdfd562520a'),
(17749, 662, 'industry_we_serve_image_1', '439'),
(17750, 662, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(17751, 662, 'industry_we_serve_image_2', '440'),
(17752, 662, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(17753, 662, 'industry_we_serve_image_3', '435'),
(17754, 662, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(17755, 662, 'industry_we_serve_image_4', '437'),
(17756, 662, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(17757, 662, 'industry_we_serve_image_5', '433'),
(17758, 662, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(17759, 662, 'industry_we_serve_short_description', ''),
(17760, 662, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(17761, 662, 'company_profile', '261'),
(17762, 662, '_company_profile', 'field_63ce36c7c9a55'),
(17763, 662, 'map_technology', '379'),
(17764, 662, '_map_technology', 'field_63ce3756c9a56'),
(17765, 662, 'food_addsive', '262'),
(17766, 662, '_food_addsive', 'field_63ce375ac9a57'),
(17767, 662, 'session_mix', '263'),
(17768, 662, '_session_mix', 'field_63ce375dc9a58'),
(17769, 662, 'life_chart_by_map_technology', '264'),
(17770, 662, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17771, 662, 'food_additives', '262'),
(17772, 662, '_food_additives', 'field_63ce375ac9a57'),
(17773, 662, 'get_started_background', '507'),
(17774, 662, '_get_started_background', 'field_63ce497feef6e'),
(17775, 662, 'choose_us_background', '393'),
(17776, 662, '_choose_us_background', 'field_63ce539a8b5b1'),
(17777, 662, 'message_group_1', '283'),
(17778, 662, '_message_group_1', 'field_63ce69047b0c9'),
(17779, 662, 'message_group_2', '284'),
(17780, 662, '_message_group_2', 'field_63ce6a627b0cd'),
(17781, 662, 'message_group_3', '285'),
(17782, 662, '_message_group_3', 'field_63ce6a637b0ce'),
(17783, 662, 'message_group_4', '286'),
(17784, 662, '_message_group_4', 'field_63ce6a687b0cf'),
(17785, 662, 'expertise_section_image', '565'),
(17786, 662, '_expertise_section_image', 'field_63ce860ce9935'),
(17787, 662, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(17788, 662, '_array_of_feature_section', 'field_63ce89ca26c57'),
(17789, 662, '1st_title__of_slider_1', 'Miss Me'),
(17790, 662, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(17791, 662, '1st_title__of_slider_2', 'AutoMAP'),
(17792, 662, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(17793, 662, '1st_title__of_slider_3', 'Message'),
(17794, 662, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(17795, 662, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17796, 662, '_instagram_link', 'field_63c92fa403f98'),
(17797, 662, 'about_us_page_image_1', ''),
(17798, 662, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(17799, 662, '1st_title_of_slider_1', 'AutoMAP'),
(17800, 662, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(17801, 662, '2nd_title_of_slider_1', 'By Message'),
(17802, 662, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(17803, 662, '1st_title_of_slider_2', 'Packaging Solution'),
(17804, 662, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(17805, 662, '2nd_title_of_slider_2', 'By Message'),
(17806, 662, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(17807, 662, '1st_title_of_slider_3', 'Food Additives'),
(17808, 662, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(17809, 662, '2nd_title_of_slider_3', 'By message'),
(17810, 662, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(17811, 662, 'slider_image4', '643'),
(17812, 662, '_slider_image4', 'field_63e336890d0b2'),
(17813, 662, '1st_title_of_slider_4', 'Miss Me'),
(17814, 662, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(17815, 662, '2nd_title_of_slider_4', 'Seasoning Mix'),
(17816, 662, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(17817, 662, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(17818, 662, '_slider_description4', 'field_63e336c2b48bd'),
(17819, 662, 'about_us_page_image_2', ''),
(17820, 662, '_about_us_page_image_2', 'field_63e34c58952b3'),
(17821, 662, 'automap_technology', '511'),
(17822, 662, '_automap_technology', 'field_63ce36c7c9a55'),
(17823, 662, 'seassioning_mix', ''),
(17824, 662, '_seassioning_mix', 'field_63ce375dc9a58'),
(17825, 662, 'automap_sealing_machine', '511'),
(17826, 662, '_automap_sealing_machine', 'field_63e3895236968'),
(17827, 662, 'extra_image_for_template', ''),
(17828, 662, '_extra_image_for_template', 'field_63e3b52217b09'),
(17829, 662, 'banner_image', ''),
(17830, 662, '_banner_image', 'field_63d527184f31d'),
(17831, 662, 'banner_title', ''),
(17832, 662, '_banner_title', 'field_63d527614f31e'),
(17833, 662, 'template_image_1', ''),
(17834, 662, '_template_image_1', 'field_63d529664f31f'),
(17835, 662, 'template_image_2', ''),
(17836, 662, '_template_image_2', 'field_63d529b54f320'),
(17837, 662, 'template_image_3', ''),
(17838, 662, '_template_image_3', 'field_63d529b94f321'),
(17839, 662, 'template_image_4', ''),
(17840, 662, '_template_image_4', 'field_63d529bc4f322'),
(17841, 662, 'template_image_5', ''),
(17842, 662, '_template_image_5', 'field_63e5ef8aa4a60'),
(17843, 663, '_wp_attached_file', '2023/02/Message-Group-web-slide-03-3.png'),
(17844, 663, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:915;s:4:\"file\";s:40:\"2023/02/Message-Group-web-slide-03-3.png\";s:8:\"filesize\";i:951278;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17845, 664, '_wp_attached_file', '2023/02/Miss-Me-5_11zon.jpg'),
(17846, 664, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:6000;s:6:\"height\";i:2859;s:4:\"file\";s:27:\"2023/02/Miss-Me-5_11zon.jpg\";s:8:\"filesize\";i:359540;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17847, 665, 'address', 'Message Food Services,</br>\r\nHeera Panna Complex,</br>\r\nPost Office Road,</br>\r\nDhoraji - 360410.'),
(17848, 665, '_address', 'field_63c92e1503f94'),
(17849, 665, 'tel_phone_number', '+91 96628 45243'),
(17850, 665, '_tel_phone_number', 'field_63c92e5d03f95'),
(17851, 665, 'mobile_no', '+91 96628 45243'),
(17852, 665, '_mobile_no', 'field_63c92eb703f96'),
(17853, 665, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(17854, 665, '_facebook_link', 'field_63c92f8503f97'),
(17855, 665, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17856, 665, '_google_link', 'field_63c92fa403f98'),
(17857, 665, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(17858, 665, '_company_description', 'field_63c9309e03f99'),
(17859, 665, 'slider_image1', '641'),
(17860, 665, '_slider_image1', 'field_63c8c6482244c'),
(17861, 665, 'slider_image2', '661'),
(17862, 665, '_slider_image2', 'field_63c8c68f2244d'),
(17863, 665, 'slider_image3', '663'),
(17864, 665, '_slider_image3', 'field_63c8d1b9959fa'),
(17865, 665, 'slider_title1', 'Seasoning Mix '),
(17866, 665, '_slider_title1', 'field_63c8d1ef959fb'),
(17867, 665, 'slider_title2', 'By Message'),
(17868, 665, '_slider_title2', 'field_63c8d20a959fc'),
(17869, 665, 'slider_title3', 'The miracle of research'),
(17870, 665, '_slider_title3', 'field_63c8d218959fd'),
(17871, 665, 'slider_description1', 'Packaging Solution for Sweet Industry'),
(17872, 665, '_slider_description1', 'field_63c8d237959fe'),
(17873, 665, 'slider_description2', 'Packaging Solution for Sweet Industry'),
(17874, 665, '_slider_description2', 'field_63c8d274959ff'),
(17875, 665, 'slider_description3', 'Food additives and much more...'),
(17876, 665, '_slider_description3', 'field_63c8d28f95a00'),
(17877, 665, 'about_us_title', 'Leading Food Consulting Company'),
(17878, 665, '_about_us_title', 'field_63cbbac505df9'),
(17879, 665, 'short_description', 'By joining us, you can uplift your food products’ quality by getting long shelf life, relief from problems like bad smell, fungus, dryness & color variation etc.'),
(17880, 665, '_short_description', 'field_63cbbbe305dfa'),
(17881, 665, 'long_description_of_about_us', 'Message Food Services is a new Research & Development Center in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food.'),
(17882, 665, '_long_description_of_about_us', 'field_63cbbc6b05dfb'),
(17883, 665, 'video_link_of_about_us', 'https://www.youtube.com/shorts/J8EtnEwoIvA'),
(17884, 665, '_video_link_of_about_us', 'field_63cbbd6c0b5dd'),
(17885, 665, 'video_background', '242'),
(17886, 665, '_video_background', 'field_63cbc2880b5de'),
(17887, 665, 'client_image_1', '211'),
(17888, 665, '_client_image_1', 'field_63cbcb8e5afcb'),
(17889, 665, 'client_image_2', '210'),
(17890, 665, '_client_image_2', 'field_63cbcbd95afcc'),
(17891, 665, 'client_image_3', '209'),
(17892, 665, '_client_image_3', 'field_63cbcbe55afcd'),
(17893, 665, 'client_image_4', '208'),
(17894, 665, '_client_image_4', 'field_63cbcbe75afce'),
(17895, 665, 'client_image_5', '207'),
(17896, 665, '_client_image_5', 'field_63cbcbeb5afcf'),
(17897, 665, 'client_image_6', '206'),
(17898, 665, '_client_image_6', 'field_63cbcbef5afd0'),
(17899, 665, 'email', 'khyati@messagegroup.co.in'),
(17900, 665, '_email', 'field_63c93e1309d31'),
(17901, 665, 'tag_line1', 'Innovative Food Packaging Machinery'),
(17902, 665, '_tag_line1', 'field_63cbb9903babf'),
(17903, 665, 'tag_line2', 'Food Additives & Seasoning Mix'),
(17904, 665, '_tag_line2', 'field_63cbba1a3bac0'),
(17905, 665, 'tag_line3', 'Rapid Response & Satisfaction'),
(17906, 665, '_tag_line3', 'field_63cbba503bac1'),
(17907, 665, 'long_description_about_us_2', 'This development has become possible as a result of innovative technologies developed for mechanized production of India\'s ethnic food sector by us..'),
(17908, 665, '_long_description_about_us_2', 'field_63cdfd562520a'),
(17909, 665, 'industry_we_serve_image_1', '439'),
(17910, 665, '_industry_we_serve_image_1', 'field_63ce01ee346b7'),
(17911, 665, 'industry_we_serve_image_2', '440'),
(17912, 665, '_industry_we_serve_image_2', 'field_63ce026c346bb'),
(17913, 665, 'industry_we_serve_image_3', '435'),
(17914, 665, '_industry_we_serve_image_3', 'field_63ce0284346bc'),
(17915, 665, 'industry_we_serve_image_4', '437'),
(17916, 665, '_industry_we_serve_image_4', 'field_63ce0287346bd'),
(17917, 665, 'industry_we_serve_image_5', '433'),
(17918, 665, '_industry_we_serve_image_5', 'field_63ce0289346be'),
(17919, 665, 'industry_we_serve_short_description', ''),
(17920, 665, '_industry_we_serve_short_description', 'field_63ce028d346bf'),
(17921, 665, 'company_profile', '261'),
(17922, 665, '_company_profile', 'field_63ce36c7c9a55'),
(17923, 665, 'map_technology', '379'),
(17924, 665, '_map_technology', 'field_63ce3756c9a56'),
(17925, 665, 'food_addsive', '262'),
(17926, 665, '_food_addsive', 'field_63ce375ac9a57'),
(17927, 665, 'session_mix', '263'),
(17928, 665, '_session_mix', 'field_63ce375dc9a58'),
(17929, 665, 'life_chart_by_map_technology', '264'),
(17930, 665, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(17931, 665, 'food_additives', '262'),
(17932, 665, '_food_additives', 'field_63ce375ac9a57'),
(17933, 665, 'get_started_background', '507'),
(17934, 665, '_get_started_background', 'field_63ce497feef6e'),
(17935, 665, 'choose_us_background', '393'),
(17936, 665, '_choose_us_background', 'field_63ce539a8b5b1'),
(17937, 665, 'message_group_1', '283'),
(17938, 665, '_message_group_1', 'field_63ce69047b0c9'),
(17939, 665, 'message_group_2', '284'),
(17940, 665, '_message_group_2', 'field_63ce6a627b0cd'),
(17941, 665, 'message_group_3', '285'),
(17942, 665, '_message_group_3', 'field_63ce6a637b0ce'),
(17943, 665, 'message_group_4', '286'),
(17944, 665, '_message_group_4', 'field_63ce6a687b0cf'),
(17945, 665, 'expertise_section_image', '565'),
(17946, 665, '_expertise_section_image', 'field_63ce860ce9935'),
(17947, 665, 'array_of_feature_section', '[\r\n    {\r\n        \"icon\": \"icon-6\",\r\n        \"tagLine\": \"Innovative Food Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-7\",\r\n        \"tagLine\": \"Value-Packed Machinery\"\r\n    },\r\n    {\r\n        \"icon\": \"icon-8\",\r\n        \"tagLine\": \"Rapid Response, Satisfaction\"\r\n    }\r\n]'),
(17948, 665, '_array_of_feature_section', 'field_63ce89ca26c57'),
(17949, 665, '1st_title__of_slider_1', 'Miss Me'),
(17950, 665, '_1st_title__of_slider_1', 'field_63d8bcd8a0d33'),
(17951, 665, '1st_title__of_slider_2', 'AutoMAP'),
(17952, 665, '_1st_title__of_slider_2', 'field_63d8bd80a45e5'),
(17953, 665, '1st_title__of_slider_3', 'Message'),
(17954, 665, '_1st_title__of_slider_3', 'field_63d8bd95a45e6'),
(17955, 665, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(17956, 665, '_instagram_link', 'field_63c92fa403f98'),
(17957, 665, 'about_us_page_image_1', ''),
(17958, 665, '_about_us_page_image_1', 'field_63de0e4dd9af0'),
(17959, 665, '1st_title_of_slider_1', 'AutoMAP'),
(17960, 665, '_1st_title_of_slider_1', 'field_63d8bcd8a0d33'),
(17961, 665, '2nd_title_of_slider_1', 'By Message'),
(17962, 665, '_2nd_title_of_slider_1', 'field_63c8d1ef959fb'),
(17963, 665, '1st_title_of_slider_2', 'Packaging Solution'),
(17964, 665, '_1st_title_of_slider_2', 'field_63d8bd80a45e5'),
(17965, 665, '2nd_title_of_slider_2', 'By Message'),
(17966, 665, '_2nd_title_of_slider_2', 'field_63c8d20a959fc'),
(17967, 665, '1st_title_of_slider_3', 'Food Additives'),
(17968, 665, '_1st_title_of_slider_3', 'field_63d8bd95a45e6'),
(17969, 665, '2nd_title_of_slider_3', 'By message'),
(17970, 665, '_2nd_title_of_slider_3', 'field_63c8d218959fd'),
(17971, 665, 'slider_image4', '664'),
(17972, 665, '_slider_image4', 'field_63e336890d0b2'),
(17973, 665, '1st_title_of_slider_4', 'Miss Me'),
(17974, 665, '_1st_title_of_slider_4', 'field_63e336d0b48be'),
(17975, 665, '2nd_title_of_slider_4', 'Seasoning Mix'),
(17976, 665, '_2nd_title_of_slider_4', 'field_63e336a81b1f4'),
(17977, 665, 'slider_description4', ' Customise Seasoning As Per Your Taste'),
(17978, 665, '_slider_description4', 'field_63e336c2b48bd'),
(17979, 665, 'about_us_page_image_2', ''),
(17980, 665, '_about_us_page_image_2', 'field_63e34c58952b3'),
(17981, 665, 'automap_technology', '511'),
(17982, 665, '_automap_technology', 'field_63ce36c7c9a55'),
(17983, 665, 'seassioning_mix', ''),
(17984, 665, '_seassioning_mix', 'field_63ce375dc9a58'),
(17985, 665, 'automap_sealing_machine', '511'),
(17986, 665, '_automap_sealing_machine', 'field_63e3895236968'),
(17987, 665, 'extra_image_for_template', ''),
(17988, 665, '_extra_image_for_template', 'field_63e3b52217b09'),
(17989, 665, 'banner_image', ''),
(17990, 665, '_banner_image', 'field_63d527184f31d'),
(17991, 665, 'banner_title', ''),
(17992, 665, '_banner_title', 'field_63d527614f31e'),
(17993, 665, 'template_image_1', ''),
(17994, 665, '_template_image_1', 'field_63d529664f31f'),
(17995, 665, 'template_image_2', ''),
(17996, 665, '_template_image_2', 'field_63d529b54f320'),
(17997, 665, 'template_image_3', ''),
(17998, 665, '_template_image_3', 'field_63d529b94f321'),
(17999, 665, 'template_image_4', ''),
(18000, 665, '_template_image_4', 'field_63d529bc4f322'),
(18001, 665, 'template_image_5', ''),
(18002, 665, '_template_image_5', 'field_63e5ef8aa4a60'),
(18007, 668, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(18008, 668, '_address', 'field_63c92e1503f94'),
(18009, 668, 'tel_phone_number', '+91 2824 223921'),
(18010, 668, '_tel_phone_number', 'field_63c92e5d03f95'),
(18011, 668, 'mobile_no', '+91 96628 45243'),
(18012, 668, '_mobile_no', 'field_63c92eb703f96'),
(18013, 668, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(18014, 668, '_facebook_link', 'field_63c92f8503f97'),
(18015, 668, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18016, 668, '_google_link', 'field_63c92fa403f98'),
(18017, 668, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(18018, 668, '_company_description', 'field_63c9309e03f99'),
(18019, 668, 'email', 'info@messagegroup.co.in'),
(18020, 668, '_email', 'field_63c93e1309d31'),
(18021, 668, 'company_profile', ''),
(18022, 668, '_company_profile', 'field_63ce36c7c9a55'),
(18023, 668, 'map_technology', ''),
(18024, 668, '_map_technology', 'field_63ce3756c9a56'),
(18025, 668, 'food_additives', ''),
(18026, 668, '_food_additives', 'field_63ce375ac9a57'),
(18027, 668, 'session_mix', ''),
(18028, 668, '_session_mix', 'field_63ce375dc9a58'),
(18029, 668, 'life_chart_by_map_technology', ''),
(18030, 668, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(18031, 668, 'get_started_background', ''),
(18032, 668, '_get_started_background', 'field_63ce497feef6e'),
(18033, 668, 'choose_us_background', ''),
(18034, 668, '_choose_us_background', 'field_63ce539a8b5b1'),
(18035, 668, 'message_group_1', ''),
(18036, 668, '_message_group_1', 'field_63ce69047b0c9'),
(18037, 668, 'message_group_2', ''),
(18038, 668, '_message_group_2', 'field_63ce6a627b0cd'),
(18039, 668, 'message_group_3', ''),
(18040, 668, '_message_group_3', 'field_63ce6a637b0ce'),
(18041, 668, 'message_group_4', ''),
(18042, 668, '_message_group_4', 'field_63ce6a687b0cf'),
(18043, 668, 'expertise_section_image', ''),
(18044, 668, '_expertise_section_image', 'field_63ce860ce9935'),
(18045, 668, 'banner_image', '442'),
(18046, 668, '_banner_image', 'field_63d527184f31d'),
(18047, 668, 'banner_title', ''),
(18048, 668, '_banner_title', 'field_63d527614f31e'),
(18049, 668, 'template_image_1', '527'),
(18050, 668, '_template_image_1', 'field_63d529664f31f'),
(18051, 668, 'template_image_2', '667'),
(18052, 668, '_template_image_2', 'field_63d529b54f320'),
(18053, 668, 'template_image_3', '666'),
(18054, 668, '_template_image_3', 'field_63d529b94f321'),
(18055, 668, 'template_image_4', '420'),
(18056, 668, '_template_image_4', 'field_63d529bc4f322'),
(18057, 668, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18058, 668, '_instagram_link', 'field_63c92fa403f98'),
(18059, 668, 'extra_image_for_template', ''),
(18060, 668, '_extra_image_for_template', 'field_63e3b52217b09'),
(18061, 668, 'automap_technology', ''),
(18062, 668, '_automap_technology', 'field_63ce36c7c9a55'),
(18063, 668, 'seassioning_mix', ''),
(18064, 668, '_seassioning_mix', 'field_63ce375dc9a58'),
(18065, 668, 'automap_sealing_machine', ''),
(18066, 668, '_automap_sealing_machine', 'field_63e3895236968'),
(18067, 668, 'template_image_5', ''),
(18068, 668, '_template_image_5', 'field_63e5ef8aa4a60'),
(18069, 669, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(18070, 669, '_address', 'field_63c92e1503f94'),
(18071, 669, 'tel_phone_number', '+91 2824 223921'),
(18072, 669, '_tel_phone_number', 'field_63c92e5d03f95'),
(18073, 669, 'mobile_no', '+91 96628 45243'),
(18074, 669, '_mobile_no', 'field_63c92eb703f96'),
(18075, 669, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(18076, 669, '_facebook_link', 'field_63c92f8503f97'),
(18077, 669, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18078, 669, '_google_link', 'field_63c92fa403f98'),
(18079, 669, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(18080, 669, '_company_description', 'field_63c9309e03f99'),
(18081, 669, 'email', 'info@messagegroup.co.in'),
(18082, 669, '_email', 'field_63c93e1309d31'),
(18083, 669, 'company_profile', ''),
(18084, 669, '_company_profile', 'field_63ce36c7c9a55'),
(18085, 669, 'map_technology', ''),
(18086, 669, '_map_technology', 'field_63ce3756c9a56'),
(18087, 669, 'food_additives', ''),
(18088, 669, '_food_additives', 'field_63ce375ac9a57'),
(18089, 669, 'session_mix', ''),
(18090, 669, '_session_mix', 'field_63ce375dc9a58'),
(18091, 669, 'life_chart_by_map_technology', ''),
(18092, 669, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(18093, 669, 'get_started_background', ''),
(18094, 669, '_get_started_background', 'field_63ce497feef6e'),
(18095, 669, 'choose_us_background', ''),
(18096, 669, '_choose_us_background', 'field_63ce539a8b5b1'),
(18097, 669, 'message_group_1', ''),
(18098, 669, '_message_group_1', 'field_63ce69047b0c9'),
(18099, 669, 'message_group_2', ''),
(18100, 669, '_message_group_2', 'field_63ce6a627b0cd'),
(18101, 669, 'message_group_3', ''),
(18102, 669, '_message_group_3', 'field_63ce6a637b0ce'),
(18103, 669, 'message_group_4', ''),
(18104, 669, '_message_group_4', 'field_63ce6a687b0cf'),
(18105, 669, 'expertise_section_image', ''),
(18106, 669, '_expertise_section_image', 'field_63ce860ce9935'),
(18107, 669, 'banner_image', '442'),
(18108, 669, '_banner_image', 'field_63d527184f31d'),
(18109, 669, 'banner_title', ''),
(18110, 669, '_banner_title', 'field_63d527614f31e'),
(18111, 669, 'template_image_1', '527'),
(18112, 669, '_template_image_1', 'field_63d529664f31f'),
(18113, 669, 'template_image_2', '652'),
(18114, 669, '_template_image_2', 'field_63d529b54f320'),
(18115, 669, 'template_image_3', '667'),
(18116, 669, '_template_image_3', 'field_63d529b94f321'),
(18117, 669, 'template_image_4', '420'),
(18118, 669, '_template_image_4', 'field_63d529bc4f322'),
(18119, 669, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18120, 669, '_instagram_link', 'field_63c92fa403f98'),
(18121, 669, 'extra_image_for_template', ''),
(18122, 669, '_extra_image_for_template', 'field_63e3b52217b09'),
(18123, 669, 'automap_technology', ''),
(18124, 669, '_automap_technology', 'field_63ce36c7c9a55'),
(18125, 669, 'seassioning_mix', ''),
(18126, 669, '_seassioning_mix', 'field_63ce375dc9a58'),
(18127, 669, 'automap_sealing_machine', ''),
(18128, 669, '_automap_sealing_machine', 'field_63e3895236968'),
(18129, 669, 'template_image_5', ''),
(18130, 669, '_template_image_5', 'field_63e5ef8aa4a60'),
(18131, 670, '_wp_attached_file', '2023/02/New-Project-54.png'),
(18132, 670, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2023/02/New-Project-54.png\";s:8:\"filesize\";i:189621;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18133, 671, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(18134, 671, '_address', 'field_63c92e1503f94'),
(18135, 671, 'tel_phone_number', '+91 2824 223921'),
(18136, 671, '_tel_phone_number', 'field_63c92e5d03f95'),
(18137, 671, 'mobile_no', '+91 96628 45243'),
(18138, 671, '_mobile_no', 'field_63c92eb703f96'),
(18139, 671, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(18140, 671, '_facebook_link', 'field_63c92f8503f97'),
(18141, 671, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18142, 671, '_google_link', 'field_63c92fa403f98'),
(18143, 671, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(18144, 671, '_company_description', 'field_63c9309e03f99'),
(18145, 671, 'email', 'info@messagegroup.co.in'),
(18146, 671, '_email', 'field_63c93e1309d31'),
(18147, 671, 'company_profile', ''),
(18148, 671, '_company_profile', 'field_63ce36c7c9a55'),
(18149, 671, 'map_technology', ''),
(18150, 671, '_map_technology', 'field_63ce3756c9a56'),
(18151, 671, 'food_additives', ''),
(18152, 671, '_food_additives', 'field_63ce375ac9a57'),
(18153, 671, 'session_mix', ''),
(18154, 671, '_session_mix', 'field_63ce375dc9a58'),
(18155, 671, 'life_chart_by_map_technology', ''),
(18156, 671, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(18157, 671, 'get_started_background', ''),
(18158, 671, '_get_started_background', 'field_63ce497feef6e'),
(18159, 671, 'choose_us_background', ''),
(18160, 671, '_choose_us_background', 'field_63ce539a8b5b1'),
(18161, 671, 'message_group_1', ''),
(18162, 671, '_message_group_1', 'field_63ce69047b0c9'),
(18163, 671, 'message_group_2', ''),
(18164, 671, '_message_group_2', 'field_63ce6a627b0cd'),
(18165, 671, 'message_group_3', ''),
(18166, 671, '_message_group_3', 'field_63ce6a637b0ce'),
(18167, 671, 'message_group_4', ''),
(18168, 671, '_message_group_4', 'field_63ce6a687b0cf'),
(18169, 671, 'expertise_section_image', ''),
(18170, 671, '_expertise_section_image', 'field_63ce860ce9935'),
(18171, 671, 'banner_image', '442'),
(18172, 671, '_banner_image', 'field_63d527184f31d'),
(18173, 671, 'banner_title', ''),
(18174, 671, '_banner_title', 'field_63d527614f31e'),
(18175, 671, 'template_image_1', '527'),
(18176, 671, '_template_image_1', 'field_63d529664f31f'),
(18177, 671, 'template_image_2', '652'),
(18178, 671, '_template_image_2', 'field_63d529b54f320'),
(18179, 671, 'template_image_3', '670'),
(18180, 671, '_template_image_3', 'field_63d529b94f321'),
(18181, 671, 'template_image_4', '420'),
(18182, 671, '_template_image_4', 'field_63d529bc4f322'),
(18183, 671, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18184, 671, '_instagram_link', 'field_63c92fa403f98'),
(18185, 671, 'extra_image_for_template', ''),
(18186, 671, '_extra_image_for_template', 'field_63e3b52217b09'),
(18187, 671, 'automap_technology', ''),
(18188, 671, '_automap_technology', 'field_63ce36c7c9a55'),
(18189, 671, 'seassioning_mix', ''),
(18190, 671, '_seassioning_mix', 'field_63ce375dc9a58'),
(18191, 671, 'automap_sealing_machine', ''),
(18192, 671, '_automap_sealing_machine', 'field_63e3895236968'),
(18193, 671, 'template_image_5', ''),
(18194, 671, '_template_image_5', 'field_63e5ef8aa4a60'),
(18195, 672, '_edit_last', '1'),
(18196, 672, '_edit_lock', '1676298808:1'),
(18199, 68, '_edit_lock', '1676445579:1'),
(18209, 680, '_wp_attached_file', '2023/02/Samosa-1.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(18210, 680, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1688;s:6:\"height\";i:1250;s:4:\"file\";s:20:\"2023/02/Samosa-1.png\";s:8:\"filesize\";i:117379;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18211, 681, 'address', 'Message Food Services, </br>\r\nHeera Panna Complex,</br>\r\n Post Office Road,</br>\r\nDhoraji - 360410.'),
(18212, 681, '_address', 'field_63c92e1503f94'),
(18213, 681, 'tel_phone_number', '+91 2824 223921'),
(18214, 681, '_tel_phone_number', 'field_63c92e5d03f95'),
(18215, 681, 'mobile_no', '+91 96628 45243'),
(18216, 681, '_mobile_no', 'field_63c92eb703f96'),
(18217, 681, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(18218, 681, '_facebook_link', 'field_63c92f8503f97'),
(18219, 681, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18220, 681, '_google_link', 'field_63c92fa403f98'),
(18221, 681, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(18222, 681, '_company_description', 'field_63c9309e03f99'),
(18223, 681, 'email', 'info@messagegroup.co.in'),
(18224, 681, '_email', 'field_63c93e1309d31'),
(18225, 681, 'company_profile', ''),
(18226, 681, '_company_profile', 'field_63ce36c7c9a55'),
(18227, 681, 'map_technology', ''),
(18228, 681, '_map_technology', 'field_63ce3756c9a56'),
(18229, 681, 'food_additives', ''),
(18230, 681, '_food_additives', 'field_63ce375ac9a57'),
(18231, 681, 'session_mix', ''),
(18232, 681, '_session_mix', 'field_63ce375dc9a58'),
(18233, 681, 'life_chart_by_map_technology', ''),
(18234, 681, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(18235, 681, 'get_started_background', ''),
(18236, 681, '_get_started_background', 'field_63ce497feef6e'),
(18237, 681, 'choose_us_background', ''),
(18238, 681, '_choose_us_background', 'field_63ce539a8b5b1'),
(18239, 681, 'message_group_1', ''),
(18240, 681, '_message_group_1', 'field_63ce69047b0c9'),
(18241, 681, 'message_group_2', ''),
(18242, 681, '_message_group_2', 'field_63ce6a627b0cd'),
(18243, 681, 'message_group_3', ''),
(18244, 681, '_message_group_3', 'field_63ce6a637b0ce'),
(18245, 681, 'message_group_4', ''),
(18246, 681, '_message_group_4', 'field_63ce6a687b0cf'),
(18247, 681, 'expertise_section_image', ''),
(18248, 681, '_expertise_section_image', 'field_63ce860ce9935'),
(18249, 681, 'banner_image', '637'),
(18250, 681, '_banner_image', 'field_63d527184f31d'),
(18251, 681, 'banner_title', ''),
(18252, 681, '_banner_title', 'field_63d527614f31e'),
(18253, 681, 'template_image_1', '359'),
(18254, 681, '_template_image_1', 'field_63d529664f31f'),
(18255, 681, 'template_image_2', '411'),
(18256, 681, '_template_image_2', 'field_63d529b54f320'),
(18257, 681, 'template_image_3', '413'),
(18258, 681, '_template_image_3', 'field_63d529b94f321'),
(18259, 681, 'template_image_4', '616'),
(18260, 681, '_template_image_4', 'field_63d529bc4f322'),
(18261, 681, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18262, 681, '_instagram_link', 'field_63c92fa403f98'),
(18263, 681, 'automap_technology', ''),
(18264, 681, '_automap_technology', 'field_63ce36c7c9a55'),
(18265, 681, 'seassioning_mix', ''),
(18266, 681, '_seassioning_mix', 'field_63ce375dc9a58'),
(18267, 681, 'automap_sealing_machine', ''),
(18268, 681, '_automap_sealing_machine', 'field_63e3895236968'),
(18269, 681, 'extra_image_for_template', '680'),
(18270, 681, '_extra_image_for_template', 'field_63e3b52217b09'),
(18271, 681, 'template_image_5', '657'),
(18272, 681, '_template_image_5', 'field_63e5ef8aa4a60'),
(18273, 682, '_edit_last', '1'),
(18274, 682, 'banner_image', ''),
(18275, 682, '_banner_image', 'field_63d527184f31d'),
(18276, 682, 'banner_title', ''),
(18277, 682, '_banner_title', 'field_63d527614f31e'),
(18278, 682, 'template_image_1', ''),
(18279, 682, '_template_image_1', 'field_63d529664f31f'),
(18280, 682, 'template_image_2', ''),
(18281, 682, '_template_image_2', 'field_63d529b54f320'),
(18282, 682, 'template_image_3', ''),
(18283, 682, '_template_image_3', 'field_63d529b94f321'),
(18284, 682, 'template_image_4', ''),
(18285, 682, '_template_image_4', 'field_63d529bc4f322'),
(18286, 682, 'template_image_5', ''),
(18287, 682, '_template_image_5', 'field_63e5ef8aa4a60'),
(18288, 682, '_edit_lock', '1676462808:1'),
(18289, 684, '_wp_attached_file', '2023/02/thermoFormingMachine.webp'),
(18290, 684, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2023/02/thermoFormingMachine.webp\";s:8:\"filesize\";i:102990;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18291, 685, 'company_profile', ''),
(18292, 685, '_company_profile', 'field_63ce36c7c9a55'),
(18293, 685, 'map_technology', ''),
(18294, 685, '_map_technology', 'field_63ce3756c9a56'),
(18295, 685, 'food_additives', ''),
(18296, 685, '_food_additives', 'field_63ce375ac9a57'),
(18297, 685, 'session_mix', ''),
(18298, 685, '_session_mix', 'field_63ce375dc9a58'),
(18299, 685, 'life_chart_by_map_technology', ''),
(18300, 685, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(18301, 685, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(18302, 685, '_address', 'field_63c92e1503f94'),
(18303, 685, 'tel_phone_number', '+91 2824 223921'),
(18304, 685, '_tel_phone_number', 'field_63c92e5d03f95'),
(18305, 685, 'mobile_no', '+91 96628 45243'),
(18306, 685, '_mobile_no', 'field_63c92eb703f96'),
(18307, 685, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(18308, 685, '_facebook_link', 'field_63c92f8503f97'),
(18309, 685, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18310, 685, '_google_link', 'field_63c92fa403f98'),
(18311, 685, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(18312, 685, '_company_description', 'field_63c9309e03f99'),
(18313, 685, 'email', 'info@messagegroup.co.in'),
(18314, 685, '_email', 'field_63c93e1309d31'),
(18315, 685, 'get_started_background', ''),
(18316, 685, '_get_started_background', 'field_63ce497feef6e'),
(18317, 685, 'choose_us_background', ''),
(18318, 685, '_choose_us_background', 'field_63ce539a8b5b1'),
(18319, 685, 'message_group_1', ''),
(18320, 685, '_message_group_1', 'field_63ce69047b0c9'),
(18321, 685, 'message_group_2', ''),
(18322, 685, '_message_group_2', 'field_63ce6a627b0cd'),
(18323, 685, 'message_group_3', ''),
(18324, 685, '_message_group_3', 'field_63ce6a637b0ce'),
(18325, 685, 'message_group_4', ''),
(18326, 685, '_message_group_4', 'field_63ce6a687b0cf'),
(18327, 685, 'expertise_section_image', ''),
(18328, 685, '_expertise_section_image', 'field_63ce860ce9935'),
(18329, 685, 'banner_image', '684'),
(18330, 685, '_banner_image', 'field_63d527184f31d'),
(18331, 685, 'banner_title', ''),
(18332, 685, '_banner_title', 'field_63d527614f31e'),
(18333, 685, 'template_image_1', '645'),
(18334, 685, '_template_image_1', 'field_63d529664f31f'),
(18335, 685, 'template_image_2', ''),
(18336, 685, '_template_image_2', 'field_63d529b54f320'),
(18337, 685, 'template_image_3', ''),
(18338, 685, '_template_image_3', 'field_63d529b94f321'),
(18339, 685, 'template_image_4', ''),
(18340, 685, '_template_image_4', 'field_63d529bc4f322'),
(18341, 685, 'extra_image_for_template', ''),
(18342, 685, '_extra_image_for_template', 'field_63e3b52217b09'),
(18343, 685, 'automap_technology', ''),
(18344, 685, '_automap_technology', 'field_63ce36c7c9a55'),
(18345, 685, 'seassioning_mix', ''),
(18346, 685, '_seassioning_mix', 'field_63ce375dc9a58'),
(18347, 685, 'automap_sealing_machine', ''),
(18348, 685, '_automap_sealing_machine', 'field_63e3895236968'),
(18349, 685, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18350, 685, '_instagram_link', 'field_63c92fa403f98'),
(18351, 685, 'template_image_5', ''),
(18352, 685, '_template_image_5', 'field_63e5ef8aa4a60'),
(18353, 686, '_wp_attached_file', '2023/02/turnkeyBanner.webp'),
(18354, 686, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2023/02/turnkeyBanner.webp\";s:8:\"filesize\";i:99462;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18355, 687, 'address', 'Message Food Services. Heera Panna Complex, Post Office Road. Dhoraji - 360410'),
(18356, 687, '_address', 'field_63c92e1503f94'),
(18357, 687, 'tel_phone_number', '+91 2824 223921'),
(18358, 687, '_tel_phone_number', 'field_63c92e5d03f95'),
(18359, 687, 'mobile_no', '+91 96628 45243'),
(18360, 687, '_mobile_no', 'field_63c92eb703f96'),
(18361, 687, 'facebook_link', 'https://www.facebook.com/Messagefoodservices/'),
(18362, 687, '_facebook_link', 'field_63c92f8503f97'),
(18363, 687, 'google_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18364, 687, '_google_link', 'field_63c92fa403f98'),
(18365, 687, 'company_description', 'The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.'),
(18366, 687, '_company_description', 'field_63c9309e03f99'),
(18367, 687, 'email', 'info@messagegroup.co.in'),
(18368, 687, '_email', 'field_63c93e1309d31'),
(18369, 687, 'company_profile', ''),
(18370, 687, '_company_profile', 'field_63ce36c7c9a55'),
(18371, 687, 'map_technology', ''),
(18372, 687, '_map_technology', 'field_63ce3756c9a56'),
(18373, 687, 'food_additives', ''),
(18374, 687, '_food_additives', 'field_63ce375ac9a57'),
(18375, 687, 'session_mix', ''),
(18376, 687, '_session_mix', 'field_63ce375dc9a58'),
(18377, 687, 'life_chart_by_map_technology', ''),
(18378, 687, '_life_chart_by_map_technology', 'field_63ce3761c9a59'),
(18379, 687, 'get_started_background', ''),
(18380, 687, '_get_started_background', 'field_63ce497feef6e'),
(18381, 687, 'choose_us_background', ''),
(18382, 687, '_choose_us_background', 'field_63ce539a8b5b1'),
(18383, 687, 'message_group_1', ''),
(18384, 687, '_message_group_1', 'field_63ce69047b0c9'),
(18385, 687, 'message_group_2', ''),
(18386, 687, '_message_group_2', 'field_63ce6a627b0cd'),
(18387, 687, 'message_group_3', ''),
(18388, 687, '_message_group_3', 'field_63ce6a637b0ce'),
(18389, 687, 'message_group_4', ''),
(18390, 687, '_message_group_4', 'field_63ce6a687b0cf'),
(18391, 687, 'expertise_section_image', ''),
(18392, 687, '_expertise_section_image', 'field_63ce860ce9935'),
(18393, 687, 'banner_image', '686'),
(18394, 687, '_banner_image', 'field_63d527184f31d'),
(18395, 687, 'banner_title', ''),
(18396, 687, '_banner_title', 'field_63d527614f31e'),
(18397, 687, 'template_image_1', '425'),
(18398, 687, '_template_image_1', 'field_63d529664f31f'),
(18399, 687, 'template_image_2', '501'),
(18400, 687, '_template_image_2', 'field_63d529b54f320'),
(18401, 687, 'template_image_3', '654'),
(18402, 687, '_template_image_3', 'field_63d529b94f321'),
(18403, 687, 'template_image_4', '431'),
(18404, 687, '_template_image_4', 'field_63d529bc4f322'),
(18405, 687, 'instagram_link', 'https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976'),
(18406, 687, '_instagram_link', 'field_63c92fa403f98'),
(18407, 687, 'template_image_5', ''),
(18408, 687, '_template_image_5', 'field_63e5ef8aa4a60'),
(18409, 687, 'extra_image_for_template', ''),
(18410, 687, '_extra_image_for_template', 'field_63e3b52217b09');

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

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2023-01-17 07:37:38', '2023-01-17 07:37:38', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 0, 'http://localhost/wp/?p=1', 0, 'post', '', 1),
(11, 1, '2023-01-18 10:01:06', '2023-01-18 10:01:06', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-02-13 11:42:53', '2023-02-13 11:42:53', '', 0, 'http://localhost/wp/?page_id=11', 0, 'page', '', 0),
(12, 1, '2023-01-18 10:01:06', '2023-01-18 10:01:06', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-18 10:01:06', '2023-01-18 10:01:06', '', 11, 'http://localhost/wp/?p=12', 0, 'revision', '', 0),
(13, 1, '2023-01-18 10:01:50', '2023-01-18 10:01:50', '<!-- wp:html -->\nMessage Group is a Research & Development Centre in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India’s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanised production of India’s ethnic food sector by us.</br></br>Message Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Programs. Message Group has been working in Indian Food Industry since 2003.</br></br>Message Group is India’s First Company to Introduce Preservation & Packaging Concept for lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel and  Restaurant.	</br></br>Presently, Message Group is the only company who is dealing in AutoMAP, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology. Out of 8 Technologies 4 were Developed & Patented by Message Group with their own Research.</br></br>India is the only country, having the largest variety of Dairy, Sweets, Namkeens and Agriculture products in the world. It has different specialties and different types of items in each and every states, cities and regions. But besides being delicious, the Indian Dairy, Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many problems like food being unhygienic due to unawareness and lack of knowledge of the maker and as it is rightly said that half knowledge or lack of knowledge of/about anything is very dangerous.</br></br>Recently, we developed a Revolutionary Technology called AutoMAP, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in colour & texture of Food and lots of other issues due to changes in storage temperature.</br></br>After “COVID”, and with a very small investment, AutoMAP, Chilled MAP and Porosity Frozen Technology can help to capture a New Market. We have already proven the Shelf Life for all kinds of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can pay highest Quality of Food without Wastage.\n<!-- /wp:html -->', 'About Us', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2023-02-10 13:18:46', '2023-02-10 13:18:46', '', 0, 'http://localhost/wp/?page_id=13', 0, 'page', '', 0),
(14, 1, '2023-01-18 10:01:50', '2023-01-18 10:01:50', '', 'About', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-01-18 10:01:50', '2023-01-18 10:01:50', '', 13, 'http://localhost/wp/?p=14', 0, 'revision', '', 0),
(16, 1, '2023-01-18 10:03:41', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 10:03:41', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=16', 1, 'nav_menu_item', '', 0),
(18, 1, '2023-02-04 08:24:43', '2023-01-18 10:05:09', ' ', '', '', 'publish', 'closed', 'closed', '', '18', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://localhost/wp/?p=18', 1, 'nav_menu_item', '', 0),
(21, 1, '2023-01-18 11:21:09', '2023-01-18 11:21:09', '', 'Home1', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-18 11:21:09', '2023-01-18 11:21:09', '', 11, 'http://localhost/wp/?p=21', 0, 'revision', '', 0),
(22, 1, '2023-01-18 11:21:36', '2023-01-18 11:21:36', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-18 11:21:36', '2023-01-18 11:21:36', '', 11, 'http://localhost/wp/?p=22', 0, 'revision', '', 0),
(24, 1, '2023-01-18 14:01:11', '0000-00-00 00:00:00', '', 'home2', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 14:01:11', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=24', 1, 'nav_menu_item', '', 0),
(25, 1, '2023-01-18 14:01:36', '0000-00-00 00:00:00', '', 'home3', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 14:01:36', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=25', 1, 'nav_menu_item', '', 0),
(26, 1, '2023-01-18 14:01:59', '0000-00-00 00:00:00', '', 'home21', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 14:01:59', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=26', 1, 'nav_menu_item', '', 0),
(27, 1, '2023-01-18 14:02:09', '0000-00-00 00:00:00', '', 'home22', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 14:02:09', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=27', 1, 'nav_menu_item', '', 0),
(28, 1, '2023-01-18 14:02:25', '0000-00-00 00:00:00', '', 'home31', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 14:02:25', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=28', 1, 'nav_menu_item', '', 0),
(31, 1, '2023-01-18 15:27:06', '2023-01-18 15:27:06', '', 'message', '', 'inherit', 'open', 'closed', '', 'message', '', '', '2023-01-19 04:50:18', '2023-01-19 04:50:18', '', 69, 'http://localhost/wp/wp-content/uploads/2023/01/message.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2023-01-18 15:27:58', '2023-01-18 15:27:58', '{\n    \"atrixCustom::custom_logo\": {\n        \"value\": 31,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-01-18 15:27:58\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b374b54b-b5f7-4b98-badb-34165eb776a3', '', '', '2023-01-18 15:27:58', '2023-01-18 15:27:58', '', 0, 'http://localhost/wp/2023/01/18/b374b54b-b5f7-4b98-badb-34165eb776a3/', 0, 'customize_changeset', '', 0),
(33, 1, '2023-01-18 15:29:40', '2023-01-18 15:29:40', '', 'Portfolio', '', 'trash', 'closed', 'closed', '', 'portfolio__trashed', '', '', '2023-01-30 11:40:58', '2023-01-30 11:40:58', '', 0, 'http://localhost/wp/?page_id=33', 0, 'page', '', 0),
(34, 1, '2023-01-18 15:29:40', '2023-01-18 15:29:40', '', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2023-01-18 15:29:40', '2023-01-18 15:29:40', '', 33, 'http://localhost/wp/?p=34', 0, 'revision', '', 0),
(39, 1, '2023-01-18 15:31:11', '2023-01-18 15:31:11', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2023-02-10 10:40:21', '2023-02-10 10:40:21', '', 0, 'http://localhost/wp/?page_id=39', 0, 'page', '', 0),
(40, 1, '2023-01-18 15:31:11', '2023-01-18 15:31:11', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-01-18 15:31:11', '2023-01-18 15:31:11', '', 39, 'http://localhost/wp/?p=40', 0, 'revision', '', 0),
(41, 1, '2023-02-04 08:24:43', '2023-01-18 15:33:04', ' ', '', '', 'publish', 'closed', 'closed', '', '41', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://localhost/wp/?p=41', 12, 'nav_menu_item', '', 0),
(45, 1, '2023-01-18 15:31:47', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 15:31:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=45', 1, 'nav_menu_item', '', 0),
(46, 1, '2023-01-18 15:31:47', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-18 15:31:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/wp/?p=46', 1, 'nav_menu_item', '', 0),
(47, 1, '2023-02-04 08:24:43', '2023-01-18 15:33:04', ' ', '', '', 'publish', 'closed', 'closed', '', '47', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://localhost/wp/?p=47', 2, 'nav_menu_item', '', 0),
(64, 1, '2023-01-19 04:27:53', '2023-01-19 04:27:53', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Main home page slider data', 'main-home-page-slider-data', 'publish', 'closed', 'closed', '', 'group_63c8c647b6137', '', '', '2023-02-08 06:06:22', '2023-02-08 06:06:22', '', 0, 'http://localhost/wp/?post_type=acf-field-group&#038;p=64', 0, 'acf-field-group', '', 0),
(65, 1, '2023-01-19 04:27:53', '2023-01-19 04:27:53', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Slider Image1', 'slider_image1', 'publish', 'closed', 'closed', '', 'field_63c8c6482244c', '', '', '2023-01-19 04:27:53', '2023-01-19 04:27:53', '', 64, 'http://localhost/wp/?post_type=acf-field&p=65', 0, 'acf-field', '', 0),
(66, 1, '2023-01-19 04:27:53', '2023-01-19 04:27:53', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'slider image2', 'slider_image2', 'publish', 'closed', 'closed', '', 'field_63c8c68f2244d', '', '', '2023-02-08 05:42:30', '2023-02-08 05:42:30', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=66', 4, 'acf-field', '', 0),
(68, 1, '2023-01-19 04:46:49', '2023-01-19 04:46:49', '', 'AOU- Quality Assurance', '', 'inherit', 'open', 'closed', '', 'aou-quality-assurance', '', '', '2023-01-19 04:46:49', '2023-01-19 04:46:49', '', 0, 'http://localhost/wp/wp-content/uploads/2023/01/AOU-Quality-Assurance.png', 0, 'attachment', 'image/png', 0),
(69, 1, '2023-01-19 04:50:17', '2023-01-19 04:50:17', '', 'slider', '', 'trash', 'open', 'open', '', 'slider__trashed', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 0, 'http://localhost/wp/?p=69', 0, 'post', '', 0),
(70, 1, '2023-01-19 04:50:17', '2023-01-19 04:50:17', '', 'slider', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-01-19 04:50:17', '2023-01-19 04:50:17', '', 69, 'http://localhost/wp/?p=70', 0, 'revision', '', 0),
(71, 1, '2023-01-19 04:50:18', '2023-01-19 04:50:18', '', 'slider', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-01-19 04:50:18', '2023-01-19 04:50:18', '', 69, 'http://localhost/wp/?p=71', 0, 'revision', '', 0),
(72, 1, '2023-01-19 05:18:17', '2023-01-19 05:18:17', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'slider Image3', 'slider_image3', 'publish', 'closed', 'closed', '', 'field_63c8d1b9959fa', '', '', '2023-02-08 05:54:52', '2023-02-08 05:54:52', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=72', 8, 'acf-field', '', 0),
(73, 1, '2023-01-19 05:18:17', '2023-01-19 05:18:17', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:7:\"Title 1\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '2nd title of slider 1', '2nd_title_of_slider_1', 'publish', 'closed', 'closed', '', 'field_63c8d1ef959fb', '', '', '2023-02-08 05:58:07', '2023-02-08 05:58:07', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=73', 2, 'acf-field', '', 0),
(74, 1, '2023-01-19 05:18:17', '2023-01-19 05:18:17', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:7:\"Title 2\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '2nd title of slider 2', '2nd_title_of_slider_2', 'publish', 'closed', 'closed', '', 'field_63c8d20a959fc', '', '', '2023-02-08 05:58:07', '2023-02-08 05:58:07', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=74', 6, 'acf-field', '', 0),
(75, 1, '2023-01-19 05:18:17', '2023-01-19 05:18:17', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:7:\"Title 3\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '2nd title of slider 3', '2nd_title_of_slider_3', 'publish', 'closed', 'closed', '', 'field_63c8d218959fd', '', '', '2023-02-08 05:58:07', '2023-02-08 05:58:07', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=75', 10, 'acf-field', '', 0),
(76, 1, '2023-01-19 05:18:17', '2023-01-19 05:18:17', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:41:\"This is the description of slider title 1\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'slider description1', 'slider_description1', 'publish', 'closed', 'closed', '', 'field_63c8d237959fe', '', '', '2023-02-08 05:54:52', '2023-02-08 05:54:52', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=76', 3, 'acf-field', '', 0),
(77, 1, '2023-01-19 05:18:17', '2023-01-19 05:18:17', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:41:\"This is the description of slider title 2\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'slider description2', 'slider_description2', 'publish', 'closed', 'closed', '', 'field_63c8d274959ff', '', '', '2023-02-08 05:54:52', '2023-02-08 05:54:52', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=77', 7, 'acf-field', '', 0),
(78, 1, '2023-01-19 05:18:17', '2023-01-19 05:18:17', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:41:\"This is the description of slider title 3\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'slider description3', 'slider_description3', 'publish', 'closed', 'closed', '', 'field_63c8d28f95a00', '', '', '2023-02-08 05:54:52', '2023-02-08 05:54:52', '', 64, 'http://localhost/wp/?post_type=acf-field&#038;p=78', 11, 'acf-field', '', 0),
(79, 1, '2023-01-19 05:22:23', '2023-01-19 05:22:23', '', 'elena-leya-vesMzw6ADMA-unsplash', '', 'inherit', 'open', 'closed', '', 'elena-leya-vesmzw6adma-unsplash', '', '', '2023-01-19 05:22:23', '2023-01-19 05:22:23', '', 69, 'http://localhost/wp/wp-content/uploads/2023/01/elena-leya-vesMzw6ADMA-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(80, 1, '2023-01-19 05:22:45', '2023-01-19 05:22:45', '', 'slider', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-01-19 05:22:45', '2023-01-19 05:22:45', '', 69, 'http://localhost/wp/?p=80', 0, 'revision', '', 0),
(81, 1, '2023-01-19 05:25:24', '2023-01-19 05:25:24', '', 'slider', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2023-01-19 05:25:24', '2023-01-19 05:25:24', '', 69, 'http://localhost/wp/?p=81', 0, 'revision', '', 0),
(82, 1, '2023-01-19 06:23:25', '2023-01-19 06:23:25', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Complete Milk Pasteurization and Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Complete Milk UHT Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Yoghurt Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ice Cream Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sweet Condensed Milk Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ghee Processing Plant with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paneer Processing Plant with better yield and 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cheese Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Khoa Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dahi and Butter milk Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lassi and Shrikhand Processing Plant with 4 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Kaju Katli Processing Line with 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ladoo Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Milk based Sweets Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Various Halwa Processing Line with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Any other tailor made Turnkey Project in Dairy and Sweets Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Dairy & Sweets Processing', '', 'trash', 'open', 'open', '', 'dairy-sweets-processing__trashed', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 0, 'http://localhost/wp/?p=82', 0, 'post', '', 0),
(83, 1, '2023-01-19 06:23:25', '2023-01-19 06:23:25', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Complete Milk Pasteurization and Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Complete Milk UHT Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Yoghurt Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ice Cream Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sweet Condensed Milk Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ghee Processing Plant with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paneer Processing Plant with better yield and 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cheese Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Khoa Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dahi and Butter milk Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lassi and Shrikhand Processing Plant with 4 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Kaju Katli Processing Line with 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ladoo Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Milk based Sweets Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Various Halwa Processing Line with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Any other tailor made Turnkey Project in Dairy and Sweets Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Dairy & Sweets Processing', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2023-01-19 06:23:25', '2023-01-19 06:23:25', '', 82, 'http://localhost/wp/?p=83', 0, 'revision', '', 0),
(84, 1, '2023-01-19 06:24:36', '2023-01-19 06:24:36', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Post Image', 'post-image', 'trash', 'closed', 'closed', '', 'group_63c8e1f229f09__trashed', '', '', '2023-02-10 10:55:37', '2023-02-10 10:55:37', '', 0, 'http://localhost/wp/?post_type=acf-field-group&#038;p=84', 0, 'acf-field-group', '', 0),
(85, 1, '2023-01-19 06:24:36', '2023-01-19 06:24:36', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Post banner image', 'post_banner_image', 'trash', 'closed', 'closed', '', 'field_63c8e1f2d3c56__trashed', '', '', '2023-02-10 10:55:37', '2023-02-10 10:55:37', '', 84, 'http://localhost/wp/?post_type=acf-field&#038;p=85', 0, 'acf-field', '', 0),
(87, 1, '2023-01-19 06:32:25', '2023-01-19 06:32:25', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Complete Milk Pasteurization and Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Complete Milk UHT Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Yoghurt Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ice Cream Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sweet Condensed Milk Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ghee Processing Plant with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paneer Processing Plant with better yield and 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cheese Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Khoa Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dahi and Butter milk Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lassi and Shrikhand Processing Plant with 4 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Kaju Katli Processing Line with 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ladoo Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Milk based Sweets Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Various Halwa Processing Line with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Any other tailor made Turnkey Project in Dairy and Sweets Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Dairy & Sweets Processing', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2023-01-19 06:32:25', '2023-01-19 06:32:25', '', 82, 'http://localhost/wp/?p=87', 0, 'revision', '', 0),
(88, 1, '2023-01-19 06:35:25', '2023-01-19 06:35:25', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Fully Automatic Potato Chips Line with 50 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Potato French Fries Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Frymes and Kurkure Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Puff and Extruded Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automatic Banana Chips Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Continues and Batch type Frying System for multiple Namkeen Products.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>More than 100 variants in Chips, Snacks, Namkeen, Frymes, Kurkure, Puff and Extruded Snacks.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thermic Processing Line for frying.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Micro Filtration Processing Plant with online Oil Neutralizing Technology.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Roasted Snack Processing Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automation in Traditional Snacks like Samosa, Kachori and Pettish.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Better Crunchiness and Crispiness with extended shelf life in Samosa and Kachori.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Chips, Snacks & Namkeen', '', 'trash', 'open', 'open', '', 'chips-snacks-namkeen__trashed', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 0, 'http://localhost/wp/?p=88', 0, 'post', '', 0),
(89, 1, '2023-01-19 06:35:13', '2023-01-19 06:35:13', '', 'namkeen1', '', 'inherit', 'open', 'closed', '', 'namkeen1', '', '', '2023-01-19 06:35:13', '2023-01-19 06:35:13', '', 88, 'http://localhost/wp/wp-content/uploads/2023/01/namkeen1.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 1, '2023-01-19 06:35:25', '2023-01-19 06:35:25', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Fully Automatic Potato Chips Line with 50 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Potato French Fries Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Frymes and Kurkure Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Puff and Extruded Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automatic Banana Chips Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Continues and Batch type Frying System for multiple Namkeen Products.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>More than 100 variants in Chips, Snacks, Namkeen, Frymes, Kurkure, Puff and Extruded Snacks.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thermic Processing Line for frying.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Micro Filtration Processing Plant with online Oil Neutralizing Technology.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Roasted Snack Processing Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automation in Traditional Snacks like Samosa, Kachori and Pettish.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Better Crunchiness and Crispiness with extended shelf life in Samosa and Kachori.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Chips, Snacks & Namkeen', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-01-19 06:35:25', '2023-01-19 06:35:25', '', 88, 'http://localhost/wp/?p=90', 0, 'revision', '', 0),
(91, 1, '2023-01-19 06:35:26', '2023-01-19 06:35:26', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Fully Automatic Potato Chips Line with 50 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Potato French Fries Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Frymes and Kurkure Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Puff and Extruded Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automatic Banana Chips Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Continues and Batch type Frying System for multiple Namkeen Products.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>More than 100 variants in Chips, Snacks, Namkeen, Frymes, Kurkure, Puff and Extruded Snacks.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thermic Processing Line for frying.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Micro Filtration Processing Plant with online Oil Neutralizing Technology.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Roasted Snack Processing Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automation in Traditional Snacks like Samosa, Kachori and Pettish.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Better Crunchiness and Crispiness with extended shelf life in Samosa and Kachori.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Chips, Snacks & Namkeen', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-01-19 06:35:26', '2023-01-19 06:35:26', '', 88, 'http://localhost/wp/?p=91', 0, 'revision', '', 0),
(92, 1, '2023-01-19 06:39:09', '2023-01-19 06:39:09', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Processing and Packaging of Indian Curries and Pulav with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Cheese and Cheese Slice up to 6 months.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Dairy Products like Paneer, Kunda, Rabdi, Kheer, Rasogolla and Gulab Jamun for 6 months at ambient temperature.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Processing, Preservation and Packaging of Traditional and Punjabi Dishes (Sabji).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Cut Vegetables with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Boiled Vegetables and Cereals with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fresh Peeled Garlic and Garlic – Ginger Paste Preservation up to 6 months.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Ready To Eat Food', '', 'trash', 'open', 'open', '', 'ready-to-eat-food__trashed', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 0, 'http://localhost/wp/?p=92', 0, 'post', '', 0),
(94, 1, '2023-01-19 06:39:09', '2023-01-19 06:39:09', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Processing and Packaging of Indian Curries and Pulav with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Cheese and Cheese Slice up to 6 months.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Dairy Products like Paneer, Kunda, Rabdi, Kheer, Rasogolla and Gulab Jamun for 6 months at ambient temperature.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Processing, Preservation and Packaging of Traditional and Punjabi Dishes (Sabji).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Cut Vegetables with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Boiled Vegetables and Cereals with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fresh Peeled Garlic and Garlic – Ginger Paste Preservation up to 6 months.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Ready To Eat Food', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2023-01-19 06:39:09', '2023-01-19 06:39:09', '', 92, 'http://localhost/wp/?p=94', 0, 'revision', '', 0),
(95, 1, '2023-01-19 06:39:10', '2023-01-19 06:39:10', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Processing and Packaging of Indian Curries and Pulav with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Cheese and Cheese Slice up to 6 months.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Dairy Products like Paneer, Kunda, Rabdi, Kheer, Rasogolla and Gulab Jamun for 6 months at ambient temperature.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Processing, Preservation and Packaging of Traditional and Punjabi Dishes (Sabji).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Cut Vegetables with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Boiled Vegetables and Cereals with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fresh Peeled Garlic and Garlic – Ginger Paste Preservation up to 6 months.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Ready To Eat Food', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2023-01-19 06:39:10', '2023-01-19 06:39:10', '', 92, 'http://localhost/wp/?p=95', 0, 'revision', '', 0),
(96, 1, '2023-01-19 06:45:14', '2023-01-19 06:45:14', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Semi and Fully Automatic Bread, Buns and Bread Roll Lines.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cake and Pastry Processing Line with Extended Shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cookies Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Biscuit Line with Wafer and Cream Biscuit Variants.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Rusk and Khari Processing Line with 10 variant of taste for each.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Puff Processing with improved Crunchiness and Crispiness with extended shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cream Roll Production Line.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Bakery Processing', '', 'trash', 'open', 'open', '', 'bakery-processing__trashed', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 0, 'http://localhost/wp/?p=96', 0, 'post', '', 0),
(97, 1, '2023-01-19 06:45:02', '2023-01-19 06:45:02', '', 'mohamed-hassouna-N4gtuEZ5gWc-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'mohamed-hassouna-n4gtuez5gwc-unsplash-1', '', '', '2023-01-19 06:45:02', '2023-01-19 06:45:02', '', 96, 'http://localhost/wp/wp-content/uploads/2023/01/mohamed-hassouna-N4gtuEZ5gWc-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2023-01-19 06:45:14', '2023-01-19 06:45:14', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Semi and Fully Automatic Bread, Buns and Bread Roll Lines.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cake and Pastry Processing Line with Extended Shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cookies Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Biscuit Line with Wafer and Cream Biscuit Variants.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Rusk and Khari Processing Line with 10 variant of taste for each.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Puff Processing with improved Crunchiness and Crispiness with extended shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cream Roll Production Line.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Bakery Processing', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2023-01-19 06:45:14', '2023-01-19 06:45:14', '', 96, 'http://localhost/wp/?p=98', 0, 'revision', '', 0),
(99, 1, '2023-01-19 06:45:14', '2023-01-19 06:45:14', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Semi and Fully Automatic Bread, Buns and Bread Roll Lines.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cake and Pastry Processing Line with Extended Shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cookies Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Biscuit Line with Wafer and Cream Biscuit Variants.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Rusk and Khari Processing Line with 10 variant of taste for each.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Puff Processing with improved Crunchiness and Crispiness with extended shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cream Roll Production Line.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Bakery Processing', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2023-01-19 06:45:14', '2023-01-19 06:45:14', '', 96, 'http://localhost/wp/?p=99', 0, 'revision', '', 0),
(100, 1, '2023-01-19 06:47:48', '2023-01-19 06:47:48', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Papad, Dry Dosa, Khakara and Thepla Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agro Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tetra Pack for Fruit Juices.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Spices, Masala and Seasoning Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Meat and Poultry Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tomato Ketchup Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Frozen Foods.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Long Life Flours.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Chocolate and Confectionary Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pickles Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soya Milk and Milk Product Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Shelf Stable Roti and Parathas Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Package Drinking water Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Beverages Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Coconut water and Neera Preservation and Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instant Noodles and Pasta Processing Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Miscellaneous', '', 'trash', 'open', 'open', '', 'miscellaneous__trashed', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 0, 'http://localhost/wp/?p=100', 0, 'post', '', 0),
(101, 1, '2023-01-19 06:47:27', '2023-01-19 06:47:27', '', 'download', '', 'inherit', 'open', 'closed', '', 'download', '', '', '2023-01-19 06:47:27', '2023-01-19 06:47:27', '', 100, 'http://localhost/wp/wp-content/uploads/2023/01/download.jpeg', 0, 'attachment', 'image/jpeg', 0),
(102, 1, '2023-01-19 06:47:48', '2023-01-19 06:47:48', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Papad, Dry Dosa, Khakara and Thepla Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agro Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tetra Pack for Fruit Juices.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Spices, Masala and Seasoning Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Meat and Poultry Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tomato Ketchup Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Frozen Foods.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Long Life Flours.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Chocolate and Confectionary Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pickles Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soya Milk and Milk Product Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Shelf Stable Roti and Parathas Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Package Drinking water Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Beverages Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Coconut water and Neera Preservation and Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instant Noodles and Pasta Processing Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Miscellaneous', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2023-01-19 06:47:48', '2023-01-19 06:47:48', '', 100, 'http://localhost/wp/?p=102', 0, 'revision', '', 0),
(103, 1, '2023-01-19 06:47:48', '2023-01-19 06:47:48', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Papad, Dry Dosa, Khakara and Thepla Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agro Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tetra Pack for Fruit Juices.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Spices, Masala and Seasoning Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Meat and Poultry Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tomato Ketchup Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Frozen Foods.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Long Life Flours.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Chocolate and Confectionary Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pickles Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soya Milk and Milk Product Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Shelf Stable Roti and Parathas Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Package Drinking water Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Beverages Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Coconut water and Neera Preservation and Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instant Noodles and Pasta Processing Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Miscellaneous', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2023-01-19 06:47:48', '2023-01-19 06:47:48', '', 100, 'http://localhost/wp/?p=103', 0, 'revision', '', 0),
(104, 1, '2023-01-19 07:04:53', '2023-01-19 07:04:53', '<!-- wp:paragraph -->\n<p>We offer various flavors for Potato chips to enhance the taste. Like Masala – E – Magic, Spanish Tomato, Cream N’ Onion, Magic Chat, Juicy Tomato, Cheese Garlic Bread, Smoky Barbeque, Pizzaa, Chat Masala, &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Chips', '', 'trash', 'open', 'open', '', 'chips__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=104', 0, 'post', '', 0),
(106, 1, '2023-01-19 07:04:53', '2023-01-19 07:04:53', '<!-- wp:paragraph -->\n<p>We offer various flavors for Potato chips to enhance the taste. Like Masala – E – Magic, Spanish Tomato, Cream N’ Onion, Magic Chat, Juicy Tomato, Cheese Garlic Bread, Smoky Barbeque, Pizzaa, Chat Masala, &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Chips', '', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2023-01-19 07:04:53', '2023-01-19 07:04:53', '', 104, 'http://localhost/wp/?p=106', 0, 'revision', '', 0),
(107, 1, '2023-01-19 07:04:53', '2023-01-19 07:04:53', '<!-- wp:paragraph -->\n<p>We offer various flavors for Potato chips to enhance the taste. Like Masala – E – Magic, Spanish Tomato, Cream N’ Onion, Magic Chat, Juicy Tomato, Cheese Garlic Bread, Smoky Barbeque, Pizzaa, Chat Masala, &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Chips', '', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2023-01-19 07:04:53', '2023-01-19 07:04:53', '', 104, 'http://localhost/wp/?p=107', 0, 'revision', '', 0),
(108, 1, '2023-01-19 07:12:59', '2023-01-19 07:12:59', '<!-- wp:paragraph -->\n<p>We offer various flavours for Fryums to enhance the taste. Like Masala Chatpata, Spanish Tomato, Chilly Lemon, Chilly Tomato, Biryani Masala, Masala Onion, Masala Garlic, Chinese Pasta, Noodle Masala, Manchurian, Schezwan, Pizza, &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Fryums', '', 'trash', 'open', 'open', '', 'fryums__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=108', 0, 'post', '', 0),
(109, 1, '2023-01-19 07:12:59', '2023-01-19 07:12:59', '<!-- wp:paragraph -->\n<p>We offer various flavours for Fryums to enhance the taste. Like Masala Chatpata, Spanish Tomato, Chilly Lemon, Chilly Tomato, Biryani Masala, Masala Onion, Masala Garlic, Chinese Pasta, Noodle Masala, Manchurian, Schezwan, Pizza, &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Fryums', '', 'inherit', 'closed', 'closed', '', '108-revision-v1', '', '', '2023-01-19 07:12:59', '2023-01-19 07:12:59', '', 108, 'http://localhost/wp/?p=109', 0, 'revision', '', 0),
(110, 1, '2023-01-19 07:12:59', '2023-01-19 07:12:59', '<!-- wp:paragraph -->\n<p>We offer various flavours for Fryums to enhance the taste. Like Masala Chatpata, Spanish Tomato, Chilly Lemon, Chilly Tomato, Biryani Masala, Masala Onion, Masala Garlic, Chinese Pasta, Noodle Masala, Manchurian, Schezwan, Pizza, &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Fryums', '', 'inherit', 'closed', 'closed', '', '108-revision-v1', '', '', '2023-01-19 07:12:59', '2023-01-19 07:12:59', '', 108, 'http://localhost/wp/?p=110', 0, 'revision', '', 0),
(111, 1, '2023-01-19 07:19:08', '2023-01-19 07:19:08', '<!-- wp:paragraph -->\n<p>We offer various flavors for Puff Snacks to enhance the taste. Like Cheese, Cheese Garlic Bread, Pizza, Yummy Masala, Cheese N’ Onion, Butter Masti &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Puff Snacks', '', 'trash', 'open', 'open', '', 'puff-snacks__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=111', 0, 'post', '', 0),
(112, 1, '2023-01-19 07:19:08', '2023-01-19 07:19:08', '<!-- wp:paragraph -->\n<p>We offer various flavors for Puff Snacks to enhance the taste. Like Cheese, Cheese Garlic Bread, Pizza, Yummy Masala, Cheese N’ Onion, Butter Masti &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Puff Snacks', '', 'inherit', 'closed', 'closed', '', '111-revision-v1', '', '', '2023-01-19 07:19:08', '2023-01-19 07:19:08', '', 111, 'http://localhost/wp/?p=112', 0, 'revision', '', 0),
(113, 1, '2023-01-19 07:19:08', '2023-01-19 07:19:08', '<!-- wp:paragraph -->\n<p>We offer various flavors for Puff Snacks to enhance the taste. Like Cheese, Cheese Garlic Bread, Pizza, Yummy Masala, Cheese N’ Onion, Butter Masti &amp; many more…</p>\n<!-- /wp:paragraph -->', 'Puff Snacks', '', 'inherit', 'closed', 'closed', '', '111-revision-v1', '', '', '2023-01-19 07:19:08', '2023-01-19 07:19:08', '', 111, 'http://localhost/wp/?p=113', 0, 'revision', '', 0),
(114, 1, '2023-01-19 07:20:43', '2023-01-19 07:20:43', '', 'Extruded Snacks', '', 'trash', 'open', 'open', '', 'extruded-snacks__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=114', 0, 'post', '', 0),
(115, 1, '2023-01-19 07:20:43', '2023-01-19 07:20:43', '', 'Extruded Snacks', '', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2023-01-19 07:20:43', '2023-01-19 07:20:43', '', 114, 'http://localhost/wp/?p=115', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(116, 1, '2023-01-19 07:20:43', '2023-01-19 07:20:43', '', 'Extruded Snacks', '', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2023-01-19 07:20:43', '2023-01-19 07:20:43', '', 114, 'http://localhost/wp/?p=116', 0, 'revision', '', 0),
(117, 1, '2023-01-19 07:21:05', '2023-01-19 07:21:05', '', 'Much More', '', 'trash', 'open', 'open', '', 'much-more__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=117', 0, 'post', '', 0),
(118, 1, '2023-01-19 07:21:05', '2023-01-19 07:21:05', '', 'Much More', '', 'inherit', 'closed', 'closed', '', '117-revision-v1', '', '', '2023-01-19 07:21:05', '2023-01-19 07:21:05', '', 117, 'http://localhost/wp/?p=118', 0, 'revision', '', 0),
(119, 1, '2023-01-19 07:21:05', '2023-01-19 07:21:05', '', 'Much More', '', 'inherit', 'closed', 'closed', '', '117-revision-v1', '', '', '2023-01-19 07:21:05', '2023-01-19 07:21:05', '', 117, 'http://localhost/wp/?p=119', 0, 'revision', '', 0),
(120, 1, '2023-01-19 07:21:28', '2023-01-19 07:21:28', '', 'Mithai Pro', '', 'trash', 'open', 'open', '', 'mithai-pro__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=120', 0, 'post', '', 0),
(121, 1, '2023-01-19 07:21:28', '2023-01-19 07:21:28', '', 'Mithai Pro', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2023-01-19 07:21:28', '2023-01-19 07:21:28', '', 120, 'http://localhost/wp/?p=121', 0, 'revision', '', 0),
(122, 1, '2023-01-19 07:21:28', '2023-01-19 07:21:28', '', 'Mithai Pro', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2023-01-19 07:21:28', '2023-01-19 07:21:28', '', 120, 'http://localhost/wp/?p=122', 0, 'revision', '', 0),
(123, 1, '2023-01-19 07:21:58', '2023-01-19 07:21:58', '', 'MaxiFry Habbit', '', 'trash', 'open', 'open', '', 'maxifry-habbit__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=123', 0, 'post', '', 0),
(124, 1, '2023-01-19 07:21:58', '2023-01-19 07:21:58', '', 'MaxiFry Habbit', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-01-19 07:21:58', '2023-01-19 07:21:58', '', 123, 'http://localhost/wp/?p=124', 0, 'revision', '', 0),
(125, 1, '2023-01-19 07:21:59', '2023-01-19 07:21:59', '', 'MaxiFry Habbit', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-01-19 07:21:59', '2023-01-19 07:21:59', '', 123, 'http://localhost/wp/?p=125', 0, 'revision', '', 0),
(126, 1, '2023-01-19 07:22:21', '2023-01-19 07:22:21', '', 'MaxiFry Crunchex', '', 'trash', 'open', 'open', '', 'maxifry-crunchex__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=126', 0, 'post', '', 0),
(127, 1, '2023-01-19 07:22:21', '2023-01-19 07:22:21', '', 'MaxiFry Crunchex', '', 'inherit', 'closed', 'closed', '', '126-revision-v1', '', '', '2023-01-19 07:22:21', '2023-01-19 07:22:21', '', 126, 'http://localhost/wp/?p=127', 0, 'revision', '', 0),
(128, 1, '2023-01-19 07:22:21', '2023-01-19 07:22:21', '', 'MaxiFry Crunchex', '', 'inherit', 'closed', 'closed', '', '126-revision-v1', '', '', '2023-01-19 07:22:21', '2023-01-19 07:22:21', '', 126, 'http://localhost/wp/?p=128', 0, 'revision', '', 0),
(129, 1, '2023-01-19 07:22:52', '2023-01-19 07:22:52', '', 'Pudding Pro', '', 'trash', 'open', 'open', '', 'pudding-pro__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=129', 0, 'post', '', 0),
(130, 1, '2023-01-19 07:22:52', '2023-01-19 07:22:52', '', 'Pudding Pro', '', 'inherit', 'closed', 'closed', '', '129-revision-v1', '', '', '2023-01-19 07:22:52', '2023-01-19 07:22:52', '', 129, 'http://localhost/wp/?p=130', 0, 'revision', '', 0),
(131, 1, '2023-01-19 07:22:52', '2023-01-19 07:22:52', '', 'Pudding Pro', '', 'inherit', 'closed', 'closed', '', '129-revision-v1', '', '', '2023-01-19 07:22:52', '2023-01-19 07:22:52', '', 129, 'http://localhost/wp/?p=131', 0, 'revision', '', 0),
(132, 1, '2023-01-19 07:23:24', '2023-01-19 07:23:24', '', 'Benagali Boost', '', 'trash', 'open', 'open', '', 'benagali-boost__trashed', '', '', '2023-01-28 12:27:00', '2023-01-28 12:27:00', '', 0, 'http://localhost/wp/?p=132', 0, 'post', '', 0),
(133, 1, '2023-01-19 07:23:24', '2023-01-19 07:23:24', '', 'Benagali Boost', '', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2023-01-19 07:23:24', '2023-01-19 07:23:24', '', 132, 'http://localhost/wp/?p=133', 0, 'revision', '', 0),
(134, 1, '2023-01-19 07:23:25', '2023-01-19 07:23:25', '', 'Benagali Boost', '', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2023-01-19 07:23:25', '2023-01-19 07:23:25', '', 132, 'http://localhost/wp/?p=134', 0, 'revision', '', 0),
(151, 1, '2023-01-19 09:48:07', '2023-01-19 09:48:07', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'post Description', 'post_description', 'trash', 'closed', 'closed', '', 'field_63c911c40baef__trashed', '', '', '2023-02-10 10:55:37', '2023-02-10 10:55:37', '', 84, 'http://localhost/wp/?post_type=acf-field&#038;p=151', 1, 'acf-field', '', 0),
(152, 1, '2023-01-19 09:48:45', '2023-01-19 09:48:45', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Complete Milk Pasteurization and Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Complete Milk UHT Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Yoghurt Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ice Cream Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sweet Condensed Milk Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ghee Processing Plant with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paneer Processing Plant with better yield and 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cheese Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Khoa Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dahi and Butter milk Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lassi and Shrikhand Processing Plant with 4 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Kaju Katli Processing Line with 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ladoo Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Milk based Sweets Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Various Halwa Processing Line with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Any other tailor made Turnkey Project in Dairy and Sweets Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Dairy & Sweets Processing', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2023-01-19 09:48:45', '2023-01-19 09:48:45', '', 82, 'http://localhost/wp/?p=152', 0, 'revision', '', 0),
(153, 1, '2023-01-19 09:48:50', '2023-01-19 09:48:50', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Complete Milk Pasteurization and Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Complete Milk UHT Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Yoghurt Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ice Cream Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sweet Condensed Milk Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ghee Processing Plant with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paneer Processing Plant with better yield and 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cheese Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Khoa Processing Plant with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dahi and Butter milk Processing Plant.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lassi and Shrikhand Processing Plant with 4 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Kaju Katli Processing Line with 3 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi Automatic Rasogolla and Gulab Jamun Processing Line with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ladoo Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Milk based Sweets Processing Line with 2 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Various Halwa Processing Line with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Any other tailor made Turnkey Project in Dairy and Sweets Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Dairy & Sweets Processing', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2023-01-19 09:48:50', '2023-01-19 09:48:50', '', 82, 'http://localhost/wp/?p=153', 0, 'revision', '', 0),
(154, 1, '2023-01-19 10:14:04', '2023-01-19 10:14:04', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Fully Automatic Potato Chips Line with 50 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Potato French Fries Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Frymes and Kurkure Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully Automatic Puff and Extruded Line with 25 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automatic Banana Chips Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Continues and Batch type Frying System for multiple Namkeen Products.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>More than 100 variants in Chips, Snacks, Namkeen, Frymes, Kurkure, Puff and Extruded Snacks.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thermic Processing Line for frying.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Micro Filtration Processing Plant with online Oil Neutralizing Technology.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Roasted Snack Processing Line with 10 variants of taste.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automation in Traditional Snacks like Samosa, Kachori and Pettish.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Better Crunchiness and Crispiness with extended shelf life in Samosa and Kachori.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Chips, Snacks & Namkeen', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-01-19 10:14:04', '2023-01-19 10:14:04', '', 88, 'http://localhost/wp/?p=154', 0, 'revision', '', 0),
(155, 1, '2023-01-19 10:18:53', '2023-01-19 10:18:53', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Processing and Packaging of Indian Curries and Pulav with 12 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Cheese and Cheese Slice up to 6 months.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preservation and Packaging of Dairy Products like Paneer, Kunda, Rabdi, Kheer, Rasogolla and Gulab Jamun for 6 months at ambient temperature.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Processing, Preservation and Packaging of Traditional and Punjabi Dishes (Sabji).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Cut Vegetables with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Packaging of Fresh Boiled Vegetables and Cereals with 6 months shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fresh Peeled Garlic and Garlic – Ginger Paste Preservation up to 6 months.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Ready To Eat Food', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2023-01-19 10:18:53', '2023-01-19 10:18:53', '', 92, 'http://localhost/wp/?p=155', 0, 'revision', '', 0),
(156, 1, '2023-01-19 10:20:50', '2023-01-19 10:20:50', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Semi and Fully Automatic Bread, Buns and Bread Roll Lines.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cake and Pastry Processing Line with Extended Shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cookies Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Biscuit Line with Wafer and Cream Biscuit Variants.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Rusk and Khari Processing Line with 10 variant of taste for each.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Puff Processing with improved Crunchiness and Crispiness with extended shelf life.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Semi and Fully Automatic Cream Roll Production Line.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Bakery Processing', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2023-01-19 10:20:50', '2023-01-19 10:20:50', '', 96, 'http://localhost/wp/?p=156', 0, 'revision', '', 0),
(157, 1, '2023-01-19 10:25:38', '2023-01-19 10:25:38', '<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Papad, Dry Dosa, Khakara and Thepla Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agro Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tetra Pack for Fruit Juices.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Spices, Masala and Seasoning Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Meat and Poultry Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tomato Ketchup Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Frozen Foods.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Long Life Flours.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Chocolate and Confectionary Processing Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pickles Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soya Milk and Milk Product Sector.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Shelf Stable Roti and Parathas Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Package Drinking water Processing Line.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Beverages Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Coconut water and Neera Preservation and Processing.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instant Noodles and Pasta Processing Sector.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Miscellaneous', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2023-01-19 10:25:38', '2023-01-19 10:25:38', '', 100, 'http://localhost/wp/?p=157', 0, 'revision', '', 0),
(158, 1, '2023-01-19 10:29:30', '2023-01-19 10:29:30', 'a:7:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"link\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";}', 'Categories Link', 'categories_link', 'trash', 'closed', 'closed', '', 'field_63c91b210b1a3__trashed', '', '', '2023-02-10 10:55:37', '2023-02-10 10:55:37', '', 84, 'http://localhost/wp/?post_type=acf-field&#038;p=158', 2, 'acf-field', '', 0),
(167, 1, '2023-01-19 12:00:49', '2023-01-19 12:00:49', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Company information', 'company-information', 'trash', 'closed', 'closed', '', 'group_63c92e148e17f__trashed', '', '', '2023-02-10 10:52:51', '2023-02-10 10:52:51', '', 0, 'http://localhost/wp/?post_type=acf-field-group&#038;p=167', 0, 'acf-field-group', '', 0),
(169, 1, '2023-01-19 12:00:49', '2023-01-19 12:00:49', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:15:\"+91 2824 223921\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'tel-phone number', 'tel_phone_number', 'trash', 'closed', 'closed', '', 'field_63c92e5d03f95__trashed', '', '', '2023-02-10 10:52:51', '2023-02-10 10:52:51', '', 167, 'http://localhost/wp/?post_type=acf-field&#038;p=169', 0, 'acf-field', '', 0),
(170, 1, '2023-01-19 12:00:49', '2023-01-19 12:00:49', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:15:\"+91 96628 45243\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Mobile No.', 'mobile_no', 'trash', 'closed', 'closed', '', 'field_63c92eb703f96__trashed', '', '', '2023-02-10 10:52:51', '2023-02-10 10:52:51', '', 167, 'http://localhost/wp/?post_type=acf-field&#038;p=170', 1, 'acf-field', '', 0),
(171, 1, '2023-01-19 12:00:49', '2023-01-19 12:00:49', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:45:\"https://www.facebook.com/Messagefoodservices/\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'facebook link', 'facebook_link', 'trash', 'closed', 'closed', '', 'field_63c92f8503f97__trashed', '', '', '2023-02-10 10:52:51', '2023-02-10 10:52:51', '', 167, 'http://localhost/wp/?post_type=acf-field&#038;p=171', 2, 'acf-field', '', 0),
(172, 1, '2023-01-19 12:00:49', '2023-01-19 12:00:49', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:173:\"https://accounts.google.com/ServiceLogin?passive=1209600&osid=1&continue=https://plus.google.com/110683495053302762976&followup=https://plus.google.com/110683495053302762976\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Instagram Link', 'instagram_link', 'trash', 'closed', 'closed', '', 'field_63c92fa403f98__trashed', '', '', '2023-02-10 10:52:51', '2023-02-10 10:52:51', '', 167, 'http://localhost/wp/?post_type=acf-field&#038;p=172', 3, 'acf-field', '', 0),
(173, 1, '2023-01-19 12:00:49', '2023-01-19 12:00:49', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:248:\"The plants and lines we offers are equipped with advanced technology and are capable of producing high-quality products with extended shelf-life. Your business is dedicated to providing top-notch solutions to clients in the Dairy and Sweets sector.\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Company description', 'company_description', 'trash', 'closed', 'closed', '', 'field_63c9309e03f99__trashed', '', '', '2023-02-10 10:52:51', '2023-02-10 10:52:51', '', 167, 'http://localhost/wp/?post_type=acf-field&#038;p=173', 4, 'acf-field', '', 0),
(174, 1, '2023-01-19 12:28:28', '2023-01-19 12:28:28', '{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-01-19 12:28:28\"\n    },\n    \"page_on_front\": {\n        \"value\": \"11\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-01-19 12:28:28\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'eee7dac0-cdfb-4a4a-961f-f13388de880f', '', '', '2023-01-19 12:28:28', '2023-01-19 12:28:28', '', 0, 'http://localhost/wp/2023/01/19/eee7dac0-cdfb-4a4a-961f-f13388de880f/', 0, 'customize_changeset', '', 0),
(175, 1, '2023-01-19 12:50:21', '2023-01-19 12:50:21', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-19 12:50:21', '2023-01-19 12:50:21', '', 11, 'http://192.168.0.19/wp/?p=175', 0, 'revision', '', 0),
(176, 1, '2023-01-19 12:57:07', '2023-01-19 12:57:07', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:23:\"info@messagegroup.co.in\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Email', 'email', 'trash', 'closed', 'closed', '', 'field_63c93e1309d31__trashed', '', '', '2023-02-10 10:52:51', '2023-02-10 10:52:51', '', 167, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=176', 5, 'acf-field', '', 0),
(182, 1, '2023-01-21 08:28:42', '2023-01-21 08:28:42', '', 'banner section tag line', '', 'publish', 'closed', 'closed', '', 'banner-section-tag-line', '', '', '2023-01-21 08:28:42', '2023-01-21 08:28:42', '', 0, 'http://192.168.0.19/wp/?post_type=cfs&#038;p=182', 0, 'cfs', '', 0),
(184, 1, '2023-01-21 10:12:38', '2023-01-21 10:12:38', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Tag Lines', 'tag-lines', 'publish', 'closed', 'closed', '', 'group_63cbb99093bf0', '', '', '2023-01-21 13:32:39', '2023-01-21 13:32:39', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=184', 0, 'acf-field-group', '', 0),
(185, 1, '2023-01-21 10:12:38', '2023-01-21 10:12:38', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:25:\"Innovative Food Machinery\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Tag line1', 'tag_line1', 'publish', 'closed', 'closed', '', 'field_63cbb9903babf', '', '', '2023-01-21 10:12:38', '2023-01-21 10:12:38', '', 184, 'http://192.168.0.19/wp/?post_type=acf-field&p=185', 0, 'acf-field', '', 0),
(186, 1, '2023-01-21 10:12:38', '2023-01-21 10:12:38', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:22:\"Value-Packed Machinery\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Tag line2', 'tag_line2', 'publish', 'closed', 'closed', '', 'field_63cbba1a3bac0', '', '', '2023-01-21 10:12:38', '2023-01-21 10:12:38', '', 184, 'http://192.168.0.19/wp/?post_type=acf-field&p=186', 1, 'acf-field', '', 0),
(187, 1, '2023-01-21 10:12:38', '2023-01-21 10:12:38', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:28:\"Rapid Response, Satisfaction\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Tag line3', 'tag_line3', 'publish', 'closed', 'closed', '', 'field_63cbba503bac1', '', '', '2023-01-21 10:12:38', '2023-01-21 10:12:38', '', 184, 'http://192.168.0.19/wp/?post_type=acf-field&p=187', 2, 'acf-field', '', 0),
(188, 1, '2023-01-21 10:24:25', '2023-01-21 10:24:25', 'a:8:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"aboutUs.php\";}}}s:8:\"position\";s:4:\"side\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'about us', 'about-us', 'publish', 'closed', 'closed', '', 'group_63cbbac5695dd', '', '', '2023-02-10 12:11:49', '2023-02-10 12:11:49', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=188', 0, 'acf-field-group', '', 0),
(189, 1, '2023-01-21 10:24:25', '2023-01-21 10:24:25', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:31:\"Leading Food Consulting Company\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'about us title', 'about_us_title', 'publish', 'closed', 'closed', '', 'field_63cbbac505df9', '', '', '2023-01-23 02:33:16', '2023-01-23 02:33:16', '', 188, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=189', 0, 'acf-field', '', 0),
(192, 1, '2023-01-21 11:24:59', '2023-01-21 11:24:59', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:43:\"https://www.youtube.com/watch?v=8B7OIe83qNY\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Video link of about us', 'video_link_of_about_us', 'publish', 'closed', 'closed', '', 'field_63cbbd6c0b5dd', '', '', '2023-02-08 07:16:51', '2023-02-08 07:16:51', '', 188, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=192', 1, 'acf-field', '', 0),
(193, 1, '2023-01-21 11:24:59', '2023-01-21 11:24:59', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Video background', 'video_background', 'publish', 'closed', 'closed', '', 'field_63cbc2880b5de', '', '', '2023-02-08 07:16:51', '2023-02-08 07:16:51', '', 188, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=193', 2, 'acf-field', '', 0),
(194, 1, '2023-01-21 11:27:13', '2023-01-21 11:27:13', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Client we serve', 'client-we-serve', 'publish', 'closed', 'closed', '', 'group_63cbcb8ebbc86', '', '', '2023-01-21 11:27:20', '2023-01-21 11:27:20', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=194', 0, 'acf-field-group', '', 0),
(195, 1, '2023-01-21 11:27:13', '2023-01-21 11:27:13', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Client image 1', 'client_image_1', 'publish', 'closed', 'closed', '', 'field_63cbcb8e5afcb', '', '', '2023-01-21 11:27:13', '2023-01-21 11:27:13', '', 194, 'http://192.168.0.19/wp/?post_type=acf-field&p=195', 0, 'acf-field', '', 0),
(196, 1, '2023-01-21 11:27:13', '2023-01-21 11:27:13', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Client image 2', 'client_image_2', 'publish', 'closed', 'closed', '', 'field_63cbcbd95afcc', '', '', '2023-01-21 11:27:13', '2023-01-21 11:27:13', '', 194, 'http://192.168.0.19/wp/?post_type=acf-field&p=196', 1, 'acf-field', '', 0),
(197, 1, '2023-01-21 11:27:13', '2023-01-21 11:27:13', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Client image 3', 'client_image_3', 'publish', 'closed', 'closed', '', 'field_63cbcbe55afcd', '', '', '2023-01-21 11:27:13', '2023-01-21 11:27:13', '', 194, 'http://192.168.0.19/wp/?post_type=acf-field&p=197', 2, 'acf-field', '', 0),
(198, 1, '2023-01-21 11:27:13', '2023-01-21 11:27:13', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Client image 4', 'client_image_4', 'publish', 'closed', 'closed', '', 'field_63cbcbe75afce', '', '', '2023-01-21 11:27:13', '2023-01-21 11:27:13', '', 194, 'http://192.168.0.19/wp/?post_type=acf-field&p=198', 3, 'acf-field', '', 0),
(199, 1, '2023-01-21 11:27:13', '2023-01-21 11:27:13', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Client image 5', 'client_image_5', 'publish', 'closed', 'closed', '', 'field_63cbcbeb5afcf', '', '', '2023-01-21 11:27:13', '2023-01-21 11:27:13', '', 194, 'http://192.168.0.19/wp/?post_type=acf-field&p=199', 4, 'acf-field', '', 0),
(200, 1, '2023-01-21 11:27:13', '2023-01-21 11:27:13', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Client image 6', 'client_image_6', 'publish', 'closed', 'closed', '', 'field_63cbcbef5afd0', '', '', '2023-01-21 11:27:13', '2023-01-21 11:27:13', '', 194, 'http://192.168.0.19/wp/?post_type=acf-field&p=200', 5, 'acf-field', '', 0),
(201, 1, '2023-01-23 03:18:34', '2023-01-23 03:18:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 03:18:34', '2023-01-23 03:18:34', '', 11, 'http://192.168.0.19/wp/?p=201', 0, 'revision', '', 0),
(203, 1, '2023-01-23 03:23:39', '2023-01-23 03:23:39', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 03:23:39', '2023-01-23 03:23:39', '', 11, 'http://192.168.0.19/wp/?p=203', 0, 'revision', '', 0),
(204, 1, '2023-01-23 03:24:56', '2023-01-23 03:24:56', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 03:24:56', '2023-01-23 03:24:56', '', 11, 'http://192.168.0.19/wp/?p=204', 0, 'revision', '', 0),
(205, 1, '2023-01-23 03:25:27', '2023-01-23 03:25:27', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 03:25:27', '2023-01-23 03:25:27', '', 11, 'http://192.168.0.19/wp/?p=205', 0, 'revision', '', 0),
(206, 1, '2023-01-23 03:27:07', '2023-01-23 03:27:07', '', 'images', '', 'inherit', 'open', 'closed', '', 'images-2', '', '', '2023-01-23 03:27:07', '2023-01-23 03:27:07', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/images.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 1, '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 'download-4', '', 'inherit', 'open', 'closed', '', 'download-4', '', '', '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/download-4.png', 0, 'attachment', 'image/png', 0),
(208, 1, '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 'download-3', '', 'inherit', 'open', 'closed', '', 'download-3', '', '', '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/download-3.png', 0, 'attachment', 'image/png', 0),
(209, 1, '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 'Bhikharam-Chandmal-Bikaner-1', '', 'inherit', 'open', 'closed', '', 'bhikharam-chandmal-bikaner-1', '', '', '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/Bhikharam-Chandmal-Bikaner-1.png', 0, 'attachment', 'image/png', 0),
(210, 1, '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 'Gwalia', '', 'inherit', 'open', 'closed', '', 'gwalia', '', '', '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/Gwalia.png', 0, 'attachment', 'image/png', 0),
(211, 1, '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 'download-6 (1)', '', 'inherit', 'open', 'closed', '', 'download-6-1', '', '', '2023-01-23 03:27:08', '2023-01-23 03:27:08', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/download-6-1.png', 0, 'attachment', 'image/png', 0),
(212, 1, '2023-01-23 03:27:37', '2023-01-23 03:27:37', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 03:27:37', '2023-01-23 03:27:37', '', 11, 'http://192.168.0.19/wp/?p=212', 0, 'revision', '', 0),
(213, 1, '2023-01-23 03:44:53', '2023-01-23 03:44:53', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Industries we serve', 'industries-we-serve', 'publish', 'closed', 'closed', '', 'group_63ce01eea0651', '', '', '2023-01-23 03:57:08', '2023-01-23 03:57:08', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=213', 0, 'acf-field-group', '', 0),
(214, 1, '2023-01-23 03:44:53', '2023-01-23 03:44:53', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Industry we serve image 1', 'industry_we_serve_image_1', 'publish', 'closed', 'closed', '', 'field_63ce01ee346b7', '', '', '2023-01-23 03:44:53', '2023-01-23 03:44:53', '', 213, 'http://192.168.0.19/wp/?post_type=acf-field&p=214', 0, 'acf-field', '', 0),
(215, 1, '2023-01-23 03:44:53', '2023-01-23 03:44:53', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Industry we serve image 2', 'industry_we_serve_image_2', 'publish', 'closed', 'closed', '', 'field_63ce026c346bb', '', '', '2023-01-23 03:44:53', '2023-01-23 03:44:53', '', 213, 'http://192.168.0.19/wp/?post_type=acf-field&p=215', 1, 'acf-field', '', 0),
(216, 1, '2023-01-23 03:44:53', '2023-01-23 03:44:53', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Industry we serve image 3', 'industry_we_serve_image_3', 'publish', 'closed', 'closed', '', 'field_63ce0284346bc', '', '', '2023-01-23 03:44:53', '2023-01-23 03:44:53', '', 213, 'http://192.168.0.19/wp/?post_type=acf-field&p=216', 2, 'acf-field', '', 0),
(217, 1, '2023-01-23 03:44:53', '2023-01-23 03:44:53', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Industry we serve image 4', 'industry_we_serve_image_4', 'publish', 'closed', 'closed', '', 'field_63ce0287346bd', '', '', '2023-01-23 03:44:53', '2023-01-23 03:44:53', '', 213, 'http://192.168.0.19/wp/?post_type=acf-field&p=217', 3, 'acf-field', '', 0),
(218, 1, '2023-01-23 03:44:53', '2023-01-23 03:44:53', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Industry we serve image 5', 'industry_we_serve_image_5', 'publish', 'closed', 'closed', '', 'field_63ce0289346be', '', '', '2023-01-23 03:44:53', '2023-01-23 03:44:53', '', 213, 'http://192.168.0.19/wp/?post_type=acf-field&p=218', 4, 'acf-field', '', 0),
(219, 1, '2023-01-23 03:44:53', '2023-01-23 03:44:53', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Industry we serve short description', 'industry_we_serve_short_description', 'publish', 'closed', 'closed', '', 'field_63ce028d346bf', '', '', '2023-01-23 03:44:53', '2023-01-23 03:44:53', '', 213, 'http://192.168.0.19/wp/?post_type=acf-field&p=219', 5, 'acf-field', '', 0),
(221, 1, '2023-01-23 03:57:06', '2023-01-23 03:57:06', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 03:57:06', '2023-01-23 03:57:06', '', 11, 'http://192.168.0.19/wp/?p=221', 0, 'revision', '', 0),
(224, 1, '2023-01-23 04:15:41', '2023-01-23 04:15:41', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 04:15:41', '2023-01-23 04:15:41', '', 11, 'http://192.168.0.19/wp/?p=224', 0, 'revision', '', 0),
(228, 1, '2023-01-23 04:19:57', '2023-01-23 04:19:57', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 04:19:57', '2023-01-23 04:19:57', '', 11, 'http://192.168.0.19/wp/?p=228', 0, 'revision', '', 0),
(230, 1, '2023-01-23 05:30:05', '2023-01-23 05:30:05', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 05:30:05', '2023-01-23 05:30:05', '', 11, 'http://192.168.0.19/wp/?p=230', 0, 'revision', '', 0),
(232, 1, '2023-01-23 05:51:35', '2023-01-23 05:51:35', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 05:51:35', '2023-01-23 05:51:35', '', 11, 'http://192.168.0.19/wp/?p=232', 0, 'revision', '', 0),
(234, 1, '2023-01-23 05:58:50', '2023-01-23 05:58:50', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 05:58:50', '2023-01-23 05:58:50', '', 11, 'http://192.168.0.19/wp/?p=234', 0, 'revision', '', 0),
(236, 1, '2023-01-23 06:02:18', '2023-01-23 06:02:18', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 06:02:18', '2023-01-23 06:02:18', '', 11, 'http://192.168.0.19/wp/?p=236', 0, 'revision', '', 0),
(238, 1, '2023-01-23 06:04:04', '2023-01-23 06:04:04', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 06:04:04', '2023-01-23 06:04:04', '', 11, 'http://192.168.0.19/wp/?p=238', 0, 'revision', '', 0),
(240, 1, '2023-01-23 06:09:10', '2023-01-23 06:09:10', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 06:09:10', '2023-01-23 06:09:10', '', 11, 'http://192.168.0.19/wp/?p=240', 0, 'revision', '', 0),
(241, 1, '2023-01-23 06:09:43', '2023-01-23 06:09:43', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 06:09:43', '2023-01-23 06:09:43', '', 11, 'http://192.168.0.19/wp/?p=241', 0, 'revision', '', 0),
(242, 1, '2023-01-23 06:10:49', '2023-01-23 06:10:49', '', 'sddefault (2)', '', 'inherit', 'open', 'closed', '', 'sddefault-2', '', '', '2023-01-23 06:10:49', '2023-01-23 06:10:49', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/sddefault-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(243, 1, '2023-01-23 06:10:55', '2023-01-23 06:10:55', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 06:10:55', '2023-01-23 06:10:55', '', 11, 'http://192.168.0.19/wp/?p=243', 0, 'revision', '', 0),
(244, 1, '2023-01-23 06:49:40', '2023-01-23 06:49:40', '', 'Seasoning Mix', '', 'publish', 'closed', 'closed', '', 'seasoning-mix', '', '', '2023-02-15 10:35:18', '2023-02-15 10:35:18', '', 0, 'http://192.168.0.19/wp/?page_id=244', 3, 'page', '', 0),
(245, 1, '2023-01-23 06:49:40', '2023-01-23 06:49:40', '', 'Session Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-01-23 06:49:40', '2023-01-23 06:49:40', '', 244, 'http://192.168.0.19/wp/?p=245', 0, 'revision', '', 0),
(246, 1, '2023-01-23 06:50:29', '2023-01-23 06:50:29', '', 'Turnkey Projects', '', 'publish', 'closed', 'closed', '', 'turnkey-projects', '', '', '2023-02-15 13:18:01', '2023-02-15 13:18:01', '', 0, 'http://192.168.0.19/wp/?page_id=246', 4, 'page', '', 0),
(247, 1, '2023-01-23 06:50:29', '2023-01-23 06:50:29', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-01-23 06:50:29', '2023-01-23 06:50:29', '', 246, 'http://192.168.0.19/wp/?p=247', 0, 'revision', '', 0),
(248, 1, '2023-01-23 06:51:01', '2023-01-23 06:51:01', '', 'Food Additives', '', 'publish', 'closed', 'closed', '', 'food-additives', '', '', '2023-02-15 10:45:48', '2023-02-15 10:45:48', '', 0, 'http://192.168.0.19/wp/?page_id=248', 1, 'page', '', 0),
(249, 1, '2023-01-23 06:51:01', '2023-01-23 06:51:01', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-01-23 06:51:01', '2023-01-23 06:51:01', '', 248, 'http://192.168.0.19/wp/?p=249', 0, 'revision', '', 0),
(250, 1, '2023-02-04 08:24:43', '2023-01-23 06:54:54', ' ', '', '', 'publish', 'closed', 'closed', '', '250', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=250', 4, 'nav_menu_item', '', 0),
(251, 1, '2023-02-04 08:24:43', '2023-01-23 06:54:54', ' ', '', '', 'publish', 'closed', 'closed', '', '251', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=251', 7, 'nav_menu_item', '', 0),
(252, 1, '2023-02-04 08:24:43', '2023-01-23 06:54:54', ' ', '', '', 'publish', 'closed', 'closed', '', '252', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=252', 6, 'nav_menu_item', '', 0),
(253, 1, '2023-01-23 07:33:14', '2023-01-23 07:33:14', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'pdf files', 'pdf-files', 'trash', 'closed', 'closed', '', 'group_63ce36c70868c__trashed', '', '', '2023-02-10 10:54:39', '2023-02-10 10:54:39', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=253', 0, 'acf-field-group', '', 0),
(254, 1, '2023-01-23 07:33:14', '2023-01-23 07:33:14', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'AutoMAP Technology', 'automap_technology', 'trash', 'closed', 'closed', '', 'field_63ce36c7c9a55__trashed', '', '', '2023-02-10 10:54:39', '2023-02-10 10:54:39', '', 253, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=254', 0, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(255, 1, '2023-01-23 07:33:14', '2023-01-23 07:33:14', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'MAP technology', 'map_technology', 'trash', 'closed', 'closed', '', 'field_63ce3756c9a56__trashed', '', '', '2023-02-10 10:54:39', '2023-02-10 10:54:39', '', 253, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=255', 1, 'acf-field', '', 0),
(256, 1, '2023-01-23 07:33:14', '2023-01-23 07:33:14', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Food additives', 'food_additives', 'trash', 'closed', 'closed', '', 'field_63ce375ac9a57__trashed', '', '', '2023-02-10 10:54:39', '2023-02-10 10:54:39', '', 253, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=256', 2, 'acf-field', '', 0),
(257, 1, '2023-01-23 07:33:14', '2023-01-23 07:33:14', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Seassioning mix', 'seassioning_mix', 'trash', 'closed', 'closed', '', 'field_63ce375dc9a58__trashed', '', '', '2023-02-10 10:54:39', '2023-02-10 10:54:39', '', 253, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=257', 3, 'acf-field', '', 0),
(258, 1, '2023-01-23 07:33:14', '2023-01-23 07:33:14', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Life chart by MAP technology', 'life_chart_by_map_technology', 'trash', 'closed', 'closed', '', 'field_63ce3761c9a59__trashed', '', '', '2023-02-10 10:54:39', '2023-02-10 10:54:39', '', 253, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=258', 4, 'acf-field', '', 0),
(265, 1, '2023-01-23 07:47:04', '2023-01-23 07:47:04', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 07:47:04', '2023-01-23 07:47:04', '', 11, 'http://192.168.0.19/wp/?p=265', 0, 'revision', '', 0),
(266, 1, '2023-01-23 07:55:56', '2023-01-23 07:55:56', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 07:55:56', '2023-01-23 07:55:56', '', 11, 'http://192.168.0.19/wp/?p=266', 0, 'revision', '', 0),
(267, 1, '2023-01-23 07:56:03', '2023-01-23 07:56:03', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 07:56:03', '2023-01-23 07:56:03', '', 11, 'http://192.168.0.19/wp/?p=267', 0, 'revision', '', 0),
(268, 1, '2023-01-23 08:01:58', '2023-01-23 08:01:58', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 08:01:58', '2023-01-23 08:01:58', '', 11, 'http://192.168.0.19/wp/?p=268', 0, 'revision', '', 0),
(269, 1, '2023-01-23 08:14:33', '2023-01-23 08:14:33', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 08:14:33', '2023-01-23 08:14:33', '', 11, 'http://192.168.0.19/wp/?p=269', 0, 'revision', '', 0),
(270, 1, '2023-01-23 09:02:34', '2023-01-23 09:02:34', 'a:8:{s:8:\"location\";a:3:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"aboutUs.php\";}}i:2;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"13\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Extra images', 'extra-images', 'publish', 'closed', 'closed', '', 'group_63ce497f16d88', '', '', '2023-02-08 14:44:24', '2023-02-08 14:44:24', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=270', 0, 'acf-field-group', '', 0),
(271, 1, '2023-01-23 09:02:34', '2023-01-23 09:02:34', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Get started background', 'get_started_background', 'publish', 'closed', 'closed', '', 'field_63ce497feef6e', '', '', '2023-01-23 09:02:34', '2023-01-23 09:02:34', '', 270, 'http://192.168.0.19/wp/?post_type=acf-field&p=271', 0, 'acf-field', '', 0),
(273, 1, '2023-01-23 09:27:22', '2023-01-23 09:27:22', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 09:27:22', '2023-01-23 09:27:22', '', 11, 'http://192.168.0.19/wp/?p=273', 0, 'revision', '', 0),
(274, 1, '2023-01-23 09:30:33', '2023-01-23 09:30:33', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Choose us background', 'choose_us_background', 'publish', 'closed', 'closed', '', 'field_63ce539a8b5b1', '', '', '2023-01-23 09:30:33', '2023-01-23 09:30:33', '', 270, 'http://192.168.0.19/wp/?post_type=acf-field&p=274', 1, 'acf-field', '', 0),
(276, 1, '2023-01-23 10:25:43', '2023-01-23 10:25:43', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 10:25:43', '2023-01-23 10:25:43', '', 11, 'http://192.168.0.19/wp/?p=276', 0, 'revision', '', 0),
(277, 1, '2023-01-23 10:25:46', '2023-01-23 10:25:46', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 10:25:46', '2023-01-23 10:25:46', '', 11, 'http://192.168.0.19/wp/?p=277', 0, 'revision', '', 0),
(283, 1, '2023-01-23 11:08:23', '2023-01-23 11:08:23', '', 'client1', '', 'inherit', 'open', 'closed', '', 'client1', '', '', '2023-01-23 11:08:23', '2023-01-23 11:08:23', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/client1.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2023-01-23 11:10:04', '2023-01-23 11:10:04', '', 'client2', '', 'inherit', 'open', 'closed', '', 'client2', '', '', '2023-01-23 11:10:04', '2023-01-23 11:10:04', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/client2.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 1, '2023-01-23 11:10:18', '2023-01-23 11:10:18', '', 'client3', '', 'inherit', 'open', 'closed', '', 'client3', '', '', '2023-01-23 11:10:18', '2023-01-23 11:10:18', '', 11, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/client3.jpg', 0, 'attachment', 'image/jpeg', 0),
(287, 1, '2023-01-23 11:10:40', '2023-01-23 11:10:40', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 11:10:40', '2023-01-23 11:10:40', '', 11, 'http://192.168.0.19/wp/?p=287', 0, 'revision', '', 0),
(295, 1, '2023-01-23 12:50:56', '2023-01-23 12:50:56', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'feature line', 'feature-line', 'trash', 'closed', 'closed', '', 'group_63ce82742ab51__trashed', '', '', '2023-02-10 10:53:53', '2023-02-10 10:53:53', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=295', 0, 'acf-field-group', '', 0),
(296, 1, '2023-01-23 12:50:55', '2023-01-23 12:50:55', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '', '', 'trash', 'closed', 'closed', '', 'field_63ce8274563a2__trashed', '', '', '2023-02-10 10:53:53', '2023-02-10 10:53:53', '', 295, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=296', 0, 'acf-field', '', 0),
(297, 1, '2023-01-23 13:05:46', '2023-01-23 13:05:46', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Expertise section image', 'expertise_section_image', 'publish', 'closed', 'closed', '', 'field_63ce860ce9935', '', '', '2023-02-08 14:43:15', '2023-02-08 14:43:15', '', 270, 'http://192.168.0.19/wp/?post_type=acf-field&#038;p=297', 2, 'acf-field', '', 0),
(299, 1, '2023-01-23 13:09:41', '2023-01-23 13:09:41', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 13:09:41', '2023-01-23 13:09:41', '', 11, 'http://192.168.0.19/wp/?p=299', 0, 'revision', '', 0),
(302, 1, '2023-01-23 13:26:02', '2023-01-23 13:26:02', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 13:26:02', '2023-01-23 13:26:02', '', 11, 'http://192.168.0.19/wp/?p=302', 0, 'revision', '', 0),
(303, 1, '2023-01-23 13:26:26', '2023-01-23 13:26:26', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-23 13:26:26', '2023-01-23 13:26:26', '', 11, 'http://192.168.0.19/wp/?p=303', 0, 'revision', '', 0),
(304, 1, '2023-01-24 06:46:26', '2023-01-24 06:46:26', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-24 06:46:26', '2023-01-24 06:46:26', '', 11, 'http://192.168.0.19/wp/?p=304', 0, 'revision', '', 0),
(305, 1, '2023-01-24 11:10:06', '2023-01-24 11:10:06', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-24 11:10:06', '2023-01-24 11:10:06', '', 11, 'http://192.168.0.19/wp/?p=305', 0, 'revision', '', 0),
(306, 1, '2023-01-24 11:16:40', '2023-01-24 11:16:40', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-24 11:16:40', '2023-01-24 11:16:40', '', 11, 'http://192.168.0.19/wp/?p=306', 0, 'revision', '', 0),
(307, 1, '2023-01-24 11:17:26', '2023-01-24 11:17:26', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-24 11:17:26', '2023-01-24 11:17:26', '', 11, 'http://192.168.0.19/wp/?p=307', 0, 'revision', '', 0),
(308, 1, '2023-01-24 11:21:01', '2023-01-24 11:21:01', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-24 11:21:01', '2023-01-24 11:21:01', '', 11, 'http://192.168.0.19/wp/?p=308', 0, 'revision', '', 0),
(309, 1, '2023-01-25 06:34:46', '2023-01-25 06:34:46', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-25 06:34:46', '2023-01-25 06:34:46', '', 11, 'http://192.168.0.19/wp/?p=309', 0, 'revision', '', 0),
(310, 1, '2023-01-25 06:35:45', '2023-01-25 06:35:45', '<!-- wp:html -->\nPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N<sub>2</sub> and CO<sub>2</sub> combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.01% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'publish', 'closed', 'closed', '', 'automap', '', '', '2023-02-13 10:46:24', '2023-02-13 10:46:24', '', 0, 'http://192.168.0.19/wp/?page_id=310', 2, 'page', '', 0),
(311, 1, '2023-01-25 06:35:45', '2023-01-25 06:35:45', '', 'Auto MAP', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-01-25 06:35:45', '2023-01-25 06:35:45', '', 310, 'http://192.168.0.19/wp/?p=311', 0, 'revision', '', 0),
(312, 1, '2023-02-04 08:24:43', '2023-01-25 06:38:21', ' ', '', '', 'publish', 'closed', 'closed', '', '312', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=312', 5, 'nav_menu_item', '', 0),
(313, 1, '2023-01-25 06:39:20', '2023-01-25 06:39:20', '', 'Packaging Solution', '', 'trash', 'closed', 'closed', '', 'packaging-solution__trashed', '', '', '2023-01-30 11:42:43', '2023-01-30 11:42:43', '', 0, 'http://192.168.0.19/wp/?page_id=313', 0, 'page', '', 0),
(314, 1, '2023-01-25 06:39:20', '2023-01-25 06:39:20', '', 'Packaging Solution', '', 'inherit', 'closed', 'closed', '', '313-revision-v1', '', '', '2023-01-25 06:39:20', '2023-01-25 06:39:20', '', 313, 'http://192.168.0.19/wp/?p=314', 0, 'revision', '', 0),
(315, 1, '2023-01-25 06:40:43', '2023-01-25 06:40:43', '', 'AutoMAP Sealer', '', 'publish', 'closed', 'closed', '', 'sealer', '', '', '2023-02-11 13:32:06', '2023-02-11 13:32:06', '', 0, 'http://192.168.0.19/wp/?page_id=315', 1, 'page', '', 0),
(316, 1, '2023-01-25 06:40:43', '2023-01-25 06:40:43', '', 'Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-01-25 06:40:43', '2023-01-25 06:40:43', '', 315, 'http://192.168.0.19/wp/?p=316', 0, 'revision', '', 0),
(317, 1, '2023-01-25 06:41:22', '2023-01-25 06:41:22', '', 'Table Top Tray sealer', '', 'publish', 'closed', 'closed', '', 'table-top-tray-sealer', '', '', '2023-02-11 12:43:36', '2023-02-11 12:43:36', '', 0, 'http://192.168.0.19/wp/?page_id=317', 2, 'page', '', 0),
(318, 1, '2023-01-25 06:41:22', '2023-01-25 06:41:22', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-01-25 06:41:22', '2023-01-25 06:41:22', '', 317, 'http://192.168.0.19/wp/?p=318', 0, 'revision', '', 0),
(319, 1, '2023-01-25 06:41:44', '2023-01-25 06:41:44', '', 'Thermoforming Machine', '', 'publish', 'closed', 'closed', '', 'therforming', '', '', '2023-02-15 13:14:31', '2023-02-15 13:14:31', '', 0, 'http://192.168.0.19/wp/?page_id=319', 3, 'page', '', 0),
(320, 1, '2023-01-25 06:41:44', '2023-01-25 06:41:44', '', 'Therforming', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2023-01-25 06:41:44', '2023-01-25 06:41:44', '', 319, 'http://192.168.0.19/wp/?p=320', 0, 'revision', '', 0),
(323, 1, '2023-02-04 08:24:43', '2023-01-25 06:47:44', ' ', '', '', 'publish', 'closed', 'closed', '', '323', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=323', 11, 'nav_menu_item', '', 0),
(324, 1, '2023-02-04 08:24:43', '2023-01-25 06:47:44', ' ', '', '', 'publish', 'closed', 'closed', '', '324', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=324', 10, 'nav_menu_item', '', 0),
(325, 1, '2023-02-04 08:24:43', '2023-01-25 06:47:44', ' ', '', '', 'publish', 'closed', 'closed', '', '325', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=325', 9, 'nav_menu_item', '', 0),
(326, 1, '2023-01-25 08:27:48', '2023-01-25 08:27:48', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-25 08:27:48', '2023-01-25 08:27:48', '', 11, 'http://192.168.0.19/wp/?p=326', 0, 'revision', '', 0),
(328, 1, '2023-01-25 11:51:53', '2023-01-25 11:51:53', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-01-25 11:51:53', '2023-01-25 11:51:53', '', 244, 'http://192.168.0.19/wp/?p=328', 0, 'revision', '', 0),
(330, 1, '2023-01-28 12:25:35', '2023-01-28 12:25:35', '', 'Continuous Tray Sealers', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-01-28 12:25:35', '2023-01-28 12:25:35', '', 315, 'http://192.168.0.19/wp/?p=330', 0, 'revision', '', 0),
(331, 1, '2023-01-28 12:26:22', '2023-01-28 12:26:22', '', 'Therforming Machine', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2023-01-28 12:26:22', '2023-01-28 12:26:22', '', 319, 'http://192.168.0.19/wp/?p=331', 0, 'revision', '', 0),
(332, 1, '2023-01-28 12:27:01', '2023-01-28 12:27:01', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2023-01-28 12:27:01', '2023-01-28 12:27:01', '', 1, 'http://192.168.0.19/wp/?p=332', 0, 'revision', '', 0),
(333, 1, '2023-01-28 13:59:42', '2023-01-28 13:59:42', 'a:8:{s:8:\"location\";a:5:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"default\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:13:\"contantUs.php\";}}i:2;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:11:\"aboutUs.php\";}}i:3;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"front_page\";}}i:4;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:17:\"FoodAdditives.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Template page data', 'template-page-data', 'publish', 'closed', 'closed', '', 'group_63d527183b4f9', '', '', '2023-02-15 11:24:52', '2023-02-15 11:24:52', '', 0, 'http://192.168.0.19/wp/?post_type=acf-field-group&#038;p=333', 0, 'acf-field-group', '', 0),
(334, 1, '2023-01-28 13:59:42', '2023-01-28 13:59:42', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Banner image', 'banner_image', 'publish', 'closed', 'closed', '', 'field_63d527184f31d', '', '', '2023-01-28 13:59:42', '2023-01-28 13:59:42', '', 333, 'http://192.168.0.19/wp/?post_type=acf-field&p=334', 0, 'acf-field', '', 0),
(335, 1, '2023-01-28 13:59:42', '2023-01-28 13:59:42', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Banner title', 'banner_title', 'publish', 'closed', 'closed', '', 'field_63d527614f31e', '', '', '2023-01-28 13:59:42', '2023-01-28 13:59:42', '', 333, 'http://192.168.0.19/wp/?post_type=acf-field&p=335', 1, 'acf-field', '', 0),
(336, 1, '2023-01-28 13:59:42', '2023-01-28 13:59:42', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Template image 1', 'template_image_1', 'publish', 'closed', 'closed', '', 'field_63d529664f31f', '', '', '2023-01-28 13:59:42', '2023-01-28 13:59:42', '', 333, 'http://192.168.0.19/wp/?post_type=acf-field&p=336', 2, 'acf-field', '', 0),
(337, 1, '2023-01-28 13:59:42', '2023-01-28 13:59:42', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Template image 2', 'template_image_2', 'publish', 'closed', 'closed', '', 'field_63d529b54f320', '', '', '2023-01-28 13:59:42', '2023-01-28 13:59:42', '', 333, 'http://192.168.0.19/wp/?post_type=acf-field&p=337', 3, 'acf-field', '', 0),
(338, 1, '2023-01-28 13:59:42', '2023-01-28 13:59:42', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Template image 3', 'template_image_3', 'publish', 'closed', 'closed', '', 'field_63d529b94f321', '', '', '2023-01-28 13:59:42', '2023-01-28 13:59:42', '', 333, 'http://192.168.0.19/wp/?post_type=acf-field&p=338', 4, 'acf-field', '', 0),
(339, 1, '2023-01-28 13:59:42', '2023-01-28 13:59:42', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Template image 4', 'template_image_4', 'publish', 'closed', 'closed', '', 'field_63d529bc4f322', '', '', '2023-01-28 13:59:42', '2023-01-28 13:59:42', '', 333, 'http://192.168.0.19/wp/?post_type=acf-field&p=339', 5, 'acf-field', '', 0),
(341, 1, '2023-01-30 05:51:14', '2023-01-30 05:51:14', '', 'Food Additives...', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-01-30 05:51:14', '2023-01-30 05:51:14', '', 248, 'http://192.168.0.19/wp/?p=341', 0, 'revision', '', 0),
(342, 1, '2023-01-30 05:51:23', '2023-01-30 05:51:23', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-01-30 05:51:23', '2023-01-30 05:51:23', '', 248, 'http://192.168.0.19/wp/?p=342', 0, 'revision', '', 0),
(343, 1, '2023-01-30 06:04:42', '2023-01-30 06:04:42', '{\n    \"atrixCustom::custom_logo\": {\n        \"value\": 344,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-01-30 06:04:36\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd49cff53-abf6-4d25-802a-9049c950059c', '', '', '2023-01-30 06:04:42', '2023-01-30 06:04:42', '', 0, 'http://192.168.0.19/wp/?p=343', 0, 'customize_changeset', '', 0),
(344, 1, '2023-01-30 06:04:21', '2023-01-30 06:04:21', '', 'client1 (1)', '', 'inherit', 'open', 'closed', '', 'client1-1', '', '', '2023-01-30 06:04:21', '2023-01-30 06:04:21', '', 0, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/client1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(345, 1, '2023-01-30 06:36:38', '2023-01-30 06:36:38', '', 'MFS', '', 'inherit', 'open', 'closed', '', 'mfs', '', '', '2023-01-30 06:36:38', '2023-01-30 06:36:38', '', 0, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/MFS.png', 0, 'attachment', 'image/png', 0),
(346, 1, '2023-01-30 06:41:47', '2023-01-30 06:41:47', '{\n    \"atrixCustom::custom_logo\": {\n        \"value\": 348,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-01-30 06:41:43\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f49d87cf-0772-41d4-ab7f-29447b0b30d2', '', '', '2023-01-30 06:41:47', '2023-01-30 06:41:47', '', 0, 'http://192.168.0.19/wp/?p=346', 0, 'customize_changeset', '', 0),
(347, 1, '2023-01-30 06:39:04', '2023-01-30 06:39:04', '', 'Message Future Vision', '', 'inherit', 'open', 'closed', '', 'message-future-vision', '', '', '2023-01-30 06:39:04', '2023-01-30 06:39:04', '', 0, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/Message-Future-Vision.jpg', 0, 'attachment', 'image/jpeg', 0),
(348, 1, '2023-01-30 06:41:15', '2023-01-30 06:41:15', '', 'MFS (1)', '', 'inherit', 'open', 'closed', '', 'mfs-1', '', '', '2023-01-30 06:41:15', '2023-01-30 06:41:15', '', 0, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/MFS-1.png', 0, 'attachment', 'image/png', 0),
(349, 1, '2023-02-04 08:24:43', '2023-01-30 07:38:34', '', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'portfolio', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=349', 3, 'nav_menu_item', '', 0),
(350, 1, '2023-02-04 08:24:43', '2023-01-30 07:44:32', '', 'Packaging Solution', '', 'publish', 'closed', 'closed', '', 'packaging-solution', '', '', '2023-02-04 08:24:43', '2023-02-04 08:24:43', '', 0, 'http://192.168.0.19/wp/?p=350', 8, 'nav_menu_item', '', 0),
(351, 1, '2023-01-30 07:43:54', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-30 07:43:54', '0000-00-00 00:00:00', '', 0, 'http://192.168.0.19/wp/?p=351', 1, 'nav_menu_item', '', 0),
(352, 1, '2023-01-30 07:45:02', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-01-30 07:45:02', '0000-00-00 00:00:00', '', 0, 'http://192.168.0.19/wp/?p=352', 1, 'nav_menu_item', '', 0),
(354, 1, '2023-01-30 11:49:49', '2023-01-30 11:49:49', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-30 11:49:49', '2023-01-30 11:49:49', '', 11, 'http://192.168.0.19/wp/?p=354', 0, 'revision', '', 0),
(355, 1, '2023-01-30 12:22:04', '2023-01-30 12:22:04', '', 'messageLogoEdited (1)', '', 'inherit', 'open', 'closed', '', 'messagelogoedited-1', '', '', '2023-01-30 12:22:04', '2023-01-30 12:22:04', '', 0, 'http://192.168.0.19/wp/wp-content/uploads/2023/01/messageLogoEdited-1.png', 0, 'attachment', 'image/png', 0),
(356, 1, '2023-01-30 12:22:10', '2023-01-30 12:22:10', '{\n    \"atrixCustom::custom_logo\": {\n        \"value\": 355,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-01-30 12:22:10\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '32c2b7fd-42d4-488a-8556-e59bc07fb06c', '', '', '2023-01-30 12:22:10', '2023-01-30 12:22:10', '', 0, 'http://192.168.0.19/wp/2023/01/30/32c2b7fd-42d4-488a-8556-e59bc07fb06c/', 0, 'customize_changeset', '', 0),
(358, 1, '2023-01-30 12:55:16', '2023-01-30 12:55:16', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-30 12:55:16', '2023-01-30 12:55:16', '', 11, 'https://messagegroup.co.in/?p=358', 0, 'revision', '', 0),
(359, 1, '2023-01-30 12:58:58', '2023-01-30 12:58:58', '', 'New Project (1)', '', 'inherit', 'open', 'closed', '', 'new-project-1', '', '', '2023-01-30 12:58:58', '2023-01-30 12:58:58', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/01/New-Project-1.png', 0, 'attachment', 'image/png', 0),
(360, 1, '2023-01-30 12:59:02', '2023-01-30 12:59:02', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-30 12:59:02', '2023-01-30 12:59:02', '', 11, 'https://messagegroup.co.in/?p=360', 0, 'revision', '', 0),
(362, 1, '2023-01-30 13:05:05', '2023-01-30 13:05:05', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-30 13:05:05', '2023-01-30 13:05:05', '', 11, 'https://messagegroup.co.in/?p=362', 0, 'revision', '', 0),
(363, 1, '2023-01-30 13:07:47', '2023-01-30 13:07:47', '', 'New Project (3)', '', 'inherit', 'open', 'closed', '', 'new-project-3', '', '', '2023-01-30 13:07:47', '2023-01-30 13:07:47', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/01/New-Project-3.png', 0, 'attachment', 'image/png', 0),
(364, 1, '2023-01-30 13:07:50', '2023-01-30 13:07:50', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-30 13:07:50', '2023-01-30 13:07:50', '', 11, 'https://messagegroup.co.in/?p=364', 0, 'revision', '', 0),
(365, 1, '2023-01-30 13:10:17', '2023-01-30 13:10:17', '', 'New Project (4)', '', 'inherit', 'open', 'closed', '', 'new-project-4', '', '', '2023-01-30 13:10:17', '2023-01-30 13:10:17', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/01/New-Project-4.png', 0, 'attachment', 'image/png', 0),
(368, 1, '2023-01-30 13:19:35', '2023-01-30 13:19:35', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-30 13:19:35', '2023-01-30 13:19:35', '', 11, 'https://messagegroup.co.in/?p=368', 0, 'revision', '', 0),
(369, 1, '2023-02-10 07:30:19', '2023-01-30 13:39:36', '', 'Company', 'about us', 'publish', 'closed', 'closed', '', 'company', '', '', '2023-02-10 07:30:19', '2023-02-10 07:30:19', '', 0, 'https://messagegroup.co.in/?p=369', 1, 'nav_menu_item', '', 0),
(370, 1, '2023-02-10 07:30:19', '2023-01-30 13:39:36', '', 'Contact Us', 'Contact Us', 'publish', 'closed', 'closed', '', 'inquiry', '', '', '2023-02-10 07:30:19', '2023-02-10 07:30:19', '', 0, 'https://messagegroup.co.in/?p=370', 5, 'nav_menu_item', '', 0),
(371, 1, '2023-02-10 07:30:19', '2023-01-30 13:39:36', '', 'Seasoning Mix', '', 'publish', 'closed', 'closed', '', 'seasoning-mix', '', '', '2023-02-10 07:30:19', '2023-02-10 07:30:19', '', 0, 'https://messagegroup.co.in/?p=371', 3, 'nav_menu_item', '', 0),
(372, 1, '2023-02-10 07:30:19', '2023-01-30 13:39:36', '', 'Food Additives', '', 'publish', 'closed', 'closed', '', 'food-additives', '', '', '2023-02-10 07:30:19', '2023-02-10 07:30:19', '', 0, 'https://messagegroup.co.in/?p=372', 2, 'nav_menu_item', '', 0),
(373, 1, '2023-02-10 07:30:19', '2023-01-30 13:39:36', '', 'AutoMAP Technology', '', 'publish', 'closed', 'closed', '', 'auto-map', '', '', '2023-02-10 07:30:19', '2023-02-10 07:30:19', '', 0, 'https://messagegroup.co.in/?p=373', 4, 'nav_menu_item', '', 0),
(375, 1, '2023-01-31 06:25:31', '2023-01-31 06:25:31', '', 'Thermoforming Machine', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2023-01-31 06:25:31', '2023-01-31 06:25:31', '', 319, 'https://messagegroup.co.in/?p=375', 0, 'revision', '', 0),
(377, 1, '2023-01-31 06:35:49', '2023-01-31 06:35:49', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-31 06:35:49', '2023-01-31 06:35:49', '', 11, 'https://messagegroup.co.in/?p=377', 0, 'revision', '', 0),
(380, 1, '2023-01-31 06:56:42', '2023-01-31 06:56:42', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-31 06:56:42', '2023-01-31 06:56:42', '', 11, 'https://messagegroup.co.in/?p=380', 0, 'revision', '', 0),
(381, 1, '2023-01-31 07:02:47', '2023-01-31 07:02:47', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '1st title of slider 1', '1st_title_of_slider_1', 'publish', 'closed', 'closed', '', 'field_63d8bcd8a0d33', '', '', '2023-02-08 06:06:22', '2023-02-08 06:06:22', '', 64, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=381', 1, 'acf-field', '', 0),
(384, 1, '2023-01-31 07:05:14', '2023-01-31 07:05:14', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '1st title  of slider 2', '1st_title_of_slider_2', 'publish', 'closed', 'closed', '', 'field_63d8bd80a45e5', '', '', '2023-02-08 06:06:22', '2023-02-08 06:06:22', '', 64, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=384', 5, 'acf-field', '', 0),
(385, 1, '2023-01-31 07:05:14', '2023-01-31 07:05:14', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '1st title  of slider 3', '1st_title_of_slider_3', 'publish', 'closed', 'closed', '', 'field_63d8bd95a45e6', '', '', '2023-02-08 06:06:22', '2023-02-08 06:06:22', '', 64, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=385', 9, 'acf-field', '', 0),
(386, 1, '2023-01-31 07:05:46', '2023-01-31 07:05:46', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-31 07:05:46', '2023-01-31 07:05:46', '', 11, 'https://messagegroup.co.in/?p=386', 0, 'revision', '', 0),
(387, 1, '2023-01-31 08:17:55', '2023-01-31 08:17:55', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-01-31 08:17:55', '2023-01-31 08:17:55', '', 11, 'https://messagegroup.co.in/?p=387', 0, 'revision', '', 0),
(388, 1, '2023-01-31 09:53:25', '2023-01-31 09:53:25', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-01-31 09:53:25', '2023-01-31 09:53:25', '', 244, 'https://messagegroup.co.in/?p=388', 0, 'revision', '', 0),
(390, 1, '2023-01-31 10:05:23', '2023-01-31 10:05:23', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2023-01-31 10:05:23', '2023-01-31 10:05:23', '', 0, 'https://messagegroup.co.in/wp-content/uploads/2023/01/favicon.png', 0, 'attachment', 'image/png', 0),
(392, 1, '2023-02-01 11:14:31', '2023-02-01 11:14:31', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-01 11:14:31', '2023-02-01 11:14:31', '', 11, 'https://messagegroup.co.in/?p=392', 0, 'revision', '', 0),
(393, 1, '2023-02-01 12:44:29', '2023-02-01 12:44:29', '', 'Seasoning-1 (1)', '', 'inherit', 'open', 'closed', '', 'seasoning-1-1', '', '', '2023-02-01 12:44:29', '2023-02-01 12:44:29', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Seasoning-1-1.png', 0, 'attachment', 'image/png', 0),
(394, 1, '2023-02-01 12:44:39', '2023-02-01 12:44:39', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-01 12:44:39', '2023-02-01 12:44:39', '', 11, 'https://messagegroup.co.in/?p=394', 0, 'revision', '', 0),
(395, 1, '2023-02-02 05:44:52', '2023-02-02 05:44:52', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-02-02 05:44:52', '2023-02-02 05:44:52', '', 39, 'https://messagegroup.co.in/?p=395', 0, 'revision', '', 0),
(396, 1, '2023-02-02 05:45:15', '2023-02-02 05:45:15', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-02-02 05:45:15', '2023-02-02 05:45:15', '', 39, 'https://messagegroup.co.in/?p=396', 0, 'revision', '', 0),
(397, 1, '2023-02-02 05:45:37', '2023-02-02 05:45:37', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-02-02 05:45:37', '2023-02-02 05:45:37', '', 39, 'https://messagegroup.co.in/?p=397', 0, 'revision', '', 0),
(398, 1, '2023-02-02 05:46:41', '2023-02-02 05:46:41', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 05:46:41', '2023-02-02 05:46:41', '', 11, 'https://messagegroup.co.in/?p=398', 0, 'revision', '', 0),
(399, 1, '2023-02-02 05:46:45', '2023-02-02 05:46:45', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 05:46:45', '2023-02-02 05:46:45', '', 11, 'https://messagegroup.co.in/?p=399', 0, 'revision', '', 0),
(400, 1, '2023-02-02 05:47:44', '2023-02-02 05:47:44', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 05:47:44', '2023-02-02 05:47:44', '', 11, 'https://messagegroup.co.in/?p=400', 0, 'revision', '', 0),
(401, 1, '2023-02-02 05:48:49', '2023-02-02 05:48:49', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 05:48:49', '2023-02-02 05:48:49', '', 11, 'https://messagegroup.co.in/?p=401', 0, 'revision', '', 0),
(402, 1, '2023-02-02 05:49:49', '2023-02-02 05:49:49', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-02-02 05:49:49', '2023-02-02 05:49:49', '', 39, 'https://messagegroup.co.in/?p=402', 0, 'revision', '', 0),
(403, 1, '2023-02-02 06:46:24', '2023-02-02 06:46:24', '', 'New Project (1)', '', 'inherit', 'open', 'closed', '', 'new-project-1-3', '', '', '2023-02-02 06:46:24', '2023-02-02 06:46:24', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-1.png', 0, 'attachment', 'image/png', 0),
(404, 1, '2023-02-02 06:46:28', '2023-02-02 06:46:28', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-02 06:46:28', '2023-02-02 06:46:28', '', 248, 'https://messagegroup.co.in/?p=404', 0, 'revision', '', 0),
(406, 1, '2023-02-02 06:53:29', '2023-02-02 06:53:29', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-02 06:53:29', '2023-02-02 06:53:29', '', 248, 'https://messagegroup.co.in/?p=406', 0, 'revision', '', 0),
(408, 1, '2023-02-02 07:03:43', '2023-02-02 07:03:43', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-02 07:03:43', '2023-02-02 07:03:43', '', 248, 'https://messagegroup.co.in/?p=408', 0, 'revision', '', 0),
(410, 1, '2023-02-02 07:15:49', '2023-02-02 07:15:49', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-02 07:15:49', '2023-02-02 07:15:49', '', 248, 'https://messagegroup.co.in/?p=410', 0, 'revision', '', 0),
(411, 1, '2023-02-02 07:17:45', '2023-02-02 07:17:45', '', 'New Project (5)', '', 'inherit', 'open', 'closed', '', 'new-project-5-2', '', '', '2023-02-02 07:17:45', '2023-02-02 07:17:45', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-5.png', 0, 'attachment', 'image/png', 0),
(412, 1, '2023-02-02 07:17:54', '2023-02-02 07:17:54', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-02 07:17:54', '2023-02-02 07:17:54', '', 248, 'https://messagegroup.co.in/?p=412', 0, 'revision', '', 0),
(413, 1, '2023-02-02 07:22:58', '2023-02-02 07:22:58', '', 'New Project (6)', '', 'inherit', 'open', 'closed', '', 'new-project-6-2', '', '', '2023-02-02 07:22:58', '2023-02-02 07:22:58', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-6.png', 0, 'attachment', 'image/png', 0),
(414, 1, '2023-02-02 07:23:01', '2023-02-02 07:23:01', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-02 07:23:01', '2023-02-02 07:23:01', '', 248, 'https://messagegroup.co.in/?p=414', 0, 'revision', '', 0),
(415, 1, '2023-02-02 07:30:58', '2023-02-02 07:30:58', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-02 07:30:58', '2023-02-02 07:30:58', '', 248, 'https://messagegroup.co.in/?p=415', 0, 'revision', '', 0),
(417, 1, '2023-02-02 07:31:35', '2023-02-02 07:31:35', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-02 07:31:35', '2023-02-02 07:31:35', '', 244, 'https://messagegroup.co.in/?p=417', 0, 'revision', '', 0),
(419, 1, '2023-02-02 07:45:05', '2023-02-02 07:45:05', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-02 07:45:05', '2023-02-02 07:45:05', '', 244, 'https://messagegroup.co.in/?p=419', 0, 'revision', '', 0),
(420, 1, '2023-02-02 07:50:41', '2023-02-02 07:50:41', '', 'New Project (9)', '', 'inherit', 'open', 'closed', '', 'new-project-9', '', '', '2023-02-02 07:50:41', '2023-02-02 07:50:41', '', 244, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-9.png', 0, 'attachment', 'image/png', 0),
(421, 1, '2023-02-02 07:50:45', '2023-02-02 07:50:45', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-02 07:50:45', '2023-02-02 07:50:45', '', 244, 'https://messagegroup.co.in/?p=421', 0, 'revision', '', 0),
(423, 1, '2023-02-02 07:53:56', '2023-02-02 07:53:56', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-02 07:53:56', '2023-02-02 07:53:56', '', 244, 'https://messagegroup.co.in/?p=423', 0, 'revision', '', 0),
(424, 1, '2023-02-02 07:54:14', '2023-02-02 07:54:14', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-02 07:54:14', '2023-02-02 07:54:14', '', 244, 'https://messagegroup.co.in/?p=424', 0, 'revision', '', 0),
(425, 1, '2023-02-02 07:57:23', '2023-02-02 07:57:23', '', 'New Project (11)', '', 'inherit', 'open', 'closed', '', 'new-project-11', '', '', '2023-02-02 07:57:23', '2023-02-02 07:57:23', '', 246, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-11.png', 0, 'attachment', 'image/png', 0),
(426, 1, '2023-02-02 07:58:42', '2023-02-02 07:58:42', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-02 07:58:42', '2023-02-02 07:58:42', '', 246, 'https://messagegroup.co.in/?p=426', 0, 'revision', '', 0),
(427, 1, '2023-02-02 08:04:49', '2023-02-02 08:04:49', '', 'New Project (12)', '', 'inherit', 'open', 'closed', '', 'new-project-12', '', '', '2023-02-02 08:04:49', '2023-02-02 08:04:49', '', 246, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-12.png', 0, 'attachment', 'image/png', 0),
(428, 1, '2023-02-02 08:04:53', '2023-02-02 08:04:53', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-02 08:04:53', '2023-02-02 08:04:53', '', 246, 'https://messagegroup.co.in/?p=428', 0, 'revision', '', 0),
(430, 1, '2023-02-02 08:15:45', '2023-02-02 08:15:45', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-02 08:15:45', '2023-02-02 08:15:45', '', 246, 'https://messagegroup.co.in/?p=430', 0, 'revision', '', 0),
(431, 1, '2023-02-02 08:24:39', '2023-02-02 08:24:39', '', 'New Project (14)', '', 'inherit', 'open', 'closed', '', 'new-project-14', '', '', '2023-02-02 08:24:39', '2023-02-02 08:24:39', '', 246, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-14.png', 0, 'attachment', 'image/png', 0),
(432, 1, '2023-02-02 08:24:42', '2023-02-02 08:24:42', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-02 08:24:42', '2023-02-02 08:24:42', '', 246, 'https://messagegroup.co.in/?p=432', 0, 'revision', '', 0),
(433, 1, '2023-02-02 08:44:16', '2023-02-02 08:44:16', '', 'New Project (15)', '', 'inherit', 'open', 'closed', '', 'new-project-15', '', '', '2023-02-02 08:44:16', '2023-02-02 08:44:16', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-15.png', 0, 'attachment', 'image/png', 0),
(434, 1, '2023-02-02 08:44:20', '2023-02-02 08:44:20', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 08:44:20', '2023-02-02 08:44:20', '', 11, 'https://messagegroup.co.in/?p=434', 0, 'revision', '', 0),
(435, 1, '2023-02-02 08:48:25', '2023-02-02 08:48:25', '', 'New Project (16)', '', 'inherit', 'open', 'closed', '', 'new-project-16', '', '', '2023-02-02 08:48:25', '2023-02-02 08:48:25', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-16.png', 0, 'attachment', 'image/png', 0),
(436, 1, '2023-02-02 08:48:29', '2023-02-02 08:48:29', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 08:48:29', '2023-02-02 08:48:29', '', 11, 'https://messagegroup.co.in/?p=436', 0, 'revision', '', 0),
(437, 1, '2023-02-02 08:54:03', '2023-02-02 08:54:03', '', 'New Project (17)', '', 'inherit', 'open', 'closed', '', 'new-project-17', '', '', '2023-02-02 08:54:03', '2023-02-02 08:54:03', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-17.png', 0, 'attachment', 'image/png', 0),
(438, 1, '2023-02-02 08:54:11', '2023-02-02 08:54:11', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 08:54:11', '2023-02-02 08:54:11', '', 11, 'https://messagegroup.co.in/?p=438', 0, 'revision', '', 0),
(439, 1, '2023-02-02 09:05:10', '2023-02-02 09:05:10', '', 'New Project (18)', '', 'inherit', 'open', 'closed', '', 'new-project-18', '', '', '2023-02-02 09:05:10', '2023-02-02 09:05:10', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-18.png', 0, 'attachment', 'image/png', 0),
(440, 1, '2023-02-02 09:07:22', '2023-02-02 09:07:22', '', 'New Project (19)', '', 'inherit', 'open', 'closed', '', 'new-project-19', '', '', '2023-02-02 09:07:22', '2023-02-02 09:07:22', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-19.png', 0, 'attachment', 'image/png', 0),
(441, 1, '2023-02-02 09:07:25', '2023-02-02 09:07:25', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-02 09:07:25', '2023-02-02 09:07:25', '', 11, 'https://messagegroup.co.in/?p=441', 0, 'revision', '', 0),
(442, 1, '2023-02-02 10:23:10', '2023-02-02 10:23:10', '', 'New Project (20)', '', 'inherit', 'open', 'closed', '', 'new-project-20', '', '', '2023-02-02 10:23:10', '2023-02-02 10:23:10', '', 244, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-20.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(443, 1, '2023-02-02 10:23:16', '2023-02-02 10:23:16', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-02 10:23:16', '2023-02-02 10:23:16', '', 244, 'https://messagegroup.co.in/?p=443', 0, 'revision', '', 0),
(444, 1, '2023-02-04 03:25:08', '2023-02-04 03:25:08', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 03:25:08', '2023-02-04 03:25:08', '', 11, 'https://messagegroup.co.in/?p=444', 0, 'revision', '', 0),
(445, 1, '2023-02-04 07:13:59', '2023-02-04 07:13:59', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 07:13:59', '2023-02-04 07:13:59', '', 11, 'https://messagegroup.co.in/?p=445', 0, 'revision', '', 0),
(446, 1, '2023-02-04 07:14:39', '2023-02-04 07:14:39', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 07:14:39', '2023-02-04 07:14:39', '', 11, 'https://messagegroup.co.in/?p=446', 0, 'revision', '', 0),
(447, 1, '2023-02-04 07:19:16', '2023-02-04 07:19:16', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-02-04 07:19:16', '2023-02-04 07:19:16', '', 39, 'https://messagegroup.co.in/?p=447', 0, 'revision', '', 0),
(448, 1, '2023-02-04 07:21:10', '2023-02-04 07:21:10', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-04 07:21:10', '2023-02-04 07:21:10', '', 13, 'https://messagegroup.co.in/?p=448', 0, 'revision', '', 0),
(449, 1, '2023-02-04 07:22:00', '2023-02-04 07:22:00', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 07:22:00', '2023-02-04 07:22:00', '', 11, 'https://messagegroup.co.in/?p=449', 0, 'revision', '', 0),
(450, 1, '2023-02-04 07:23:12', '2023-02-04 07:23:12', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-04 07:23:12', '2023-02-04 07:23:12', '', 13, 'https://messagegroup.co.in/?p=450', 0, 'revision', '', 0),
(451, 1, '2023-02-04 07:23:20', '2023-02-04 07:23:20', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 07:23:20', '2023-02-04 07:23:20', '', 11, 'https://messagegroup.co.in/?p=451', 0, 'revision', '', 0),
(452, 1, '2023-02-04 07:23:27', '2023-02-04 07:23:27', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 07:23:27', '2023-02-04 07:23:27', '', 11, 'https://messagegroup.co.in/?p=452', 0, 'revision', '', 0),
(453, 1, '2023-02-04 07:23:28', '2023-02-04 07:23:28', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 07:23:28', '2023-02-04 07:23:28', '', 11, 'https://messagegroup.co.in/?p=453', 0, 'revision', '', 0),
(454, 1, '2023-02-04 07:25:29', '2023-02-04 07:25:29', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-02-04 07:25:29', '2023-02-04 07:25:29', '', 39, 'https://messagegroup.co.in/?p=454', 0, 'revision', '', 0),
(455, 1, '2023-02-04 07:26:21', '2023-02-04 07:26:21', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-04 07:26:21', '2023-02-04 07:26:21', '', 248, 'https://messagegroup.co.in/?p=455', 0, 'revision', '', 0),
(456, 1, '2023-02-04 07:26:51', '2023-02-04 07:26:51', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-04 07:26:51', '2023-02-04 07:26:51', '', 248, 'https://messagegroup.co.in/?p=456', 0, 'revision', '', 0),
(457, 1, '2023-02-04 07:27:08', '2023-02-04 07:27:08', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-04 07:27:08', '2023-02-04 07:27:08', '', 13, 'https://messagegroup.co.in/?p=457', 0, 'revision', '', 0),
(458, 1, '2023-02-04 07:27:23', '2023-02-04 07:27:23', '', 'Continuous Tray Sealers', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-04 07:27:23', '2023-02-04 07:27:23', '', 315, 'https://messagegroup.co.in/?p=458', 0, 'revision', '', 0),
(459, 1, '2023-02-04 07:27:49', '2023-02-04 07:27:49', '', 'Auto MAP', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-04 07:27:49', '2023-02-04 07:27:49', '', 310, 'https://messagegroup.co.in/?p=459', 0, 'revision', '', 0),
(460, 1, '2023-02-04 07:27:58', '2023-02-04 07:27:58', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-04 07:27:58', '2023-02-04 07:27:58', '', 317, 'https://messagegroup.co.in/?p=460', 0, 'revision', '', 0),
(461, 1, '2023-02-04 07:28:05', '2023-02-04 07:28:05', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-04 07:28:05', '2023-02-04 07:28:05', '', 317, 'https://messagegroup.co.in/?p=461', 0, 'revision', '', 0),
(463, 1, '2023-02-04 07:32:33', '2023-02-04 07:32:33', '', 'AutoMAP Tray Sealers', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-04 07:32:33', '2023-02-04 07:32:33', '', 315, 'https://messagegroup.co.in/?p=463', 0, 'revision', '', 0),
(464, 1, '2023-02-04 07:32:48', '2023-02-04 07:32:48', '', 'AutoMAP Tray Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-04 07:32:48', '2023-02-04 07:32:48', '', 315, 'https://messagegroup.co.in/?p=464', 0, 'revision', '', 0),
(465, 1, '2023-02-04 07:33:41', '2023-02-04 07:33:41', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-04 07:33:41', '2023-02-04 07:33:41', '', 315, 'https://messagegroup.co.in/?p=465', 0, 'revision', '', 0),
(466, 1, '2023-02-04 07:35:04', '2023-02-04 07:35:04', '', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-04 07:35:04', '2023-02-04 07:35:04', '', 310, 'https://messagegroup.co.in/?p=466', 0, 'revision', '', 0),
(467, 1, '2023-02-04 08:11:42', '2023-02-04 08:11:42', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'About us page image 1', 'about_us_page_image_1', 'publish', 'closed', 'closed', '', 'field_63de0e4dd9af0', '', '', '2023-02-08 07:16:51', '2023-02-08 07:16:51', '', 188, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=467', 3, 'acf-field', '', 0),
(469, 1, '2023-02-04 08:14:04', '2023-02-04 08:14:04', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-04 08:14:04', '2023-02-04 08:14:04', '', 244, 'https://messagegroup.co.in/?p=469', 0, 'revision', '', 0),
(471, 1, '2023-02-04 08:18:31', '2023-02-04 08:18:31', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-04 08:18:31', '2023-02-04 08:18:31', '', 244, 'https://messagegroup.co.in/?p=471', 0, 'revision', '', 0),
(473, 1, '2023-02-04 08:47:11', '2023-02-04 08:47:11', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 08:47:11', '2023-02-04 08:47:11', '', 11, 'https://messagegroup.co.in/?p=473', 0, 'revision', '', 0),
(475, 1, '2023-02-04 08:50:13', '2023-02-04 08:50:13', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 08:50:13', '2023-02-04 08:50:13', '', 11, 'https://messagegroup.co.in/?p=475', 0, 'revision', '', 0),
(476, 1, '2023-02-04 08:51:59', '2023-02-04 08:51:59', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-04 08:51:59', '2023-02-04 08:51:59', '', 11, 'https://messagegroup.co.in/?p=476', 0, 'revision', '', 0),
(479, 1, '2023-02-08 05:05:06', '0000-00-00 00:00:00', '', 'test pods', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-02-08 05:05:06', '2023-02-08 05:05:06', '', 0, 'https://messagegroup.co.in/?post_type=test&#038;p=479', 0, 'test', '', 0),
(486, 1, '2023-02-08 05:44:00', '2023-02-08 05:44:00', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'slider Image4', 'slider_image4', 'publish', 'closed', 'closed', '', 'field_63e336890d0b2', '', '', '2023-02-08 05:54:52', '2023-02-08 05:54:52', '', 64, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=486', 12, 'acf-field', '', 0),
(487, 1, '2023-02-08 05:44:17', '2023-02-08 05:44:17', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:7:\"Title 3\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '2nd title of slider 4', '2nd_title_of_slider_4', 'publish', 'closed', 'closed', '', 'field_63e336a81b1f4', '', '', '2023-02-08 05:58:07', '2023-02-08 05:58:07', '', 64, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=487', 14, 'acf-field', '', 0),
(488, 1, '2023-02-08 05:45:13', '2023-02-08 05:45:13', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:41:\"This is the description of slider title 3\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'slider description4', 'slider_description4', 'publish', 'closed', 'closed', '', 'field_63e336c2b48bd', '', '', '2023-02-08 05:54:52', '2023-02-08 05:54:52', '', 64, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=488', 15, 'acf-field', '', 0),
(489, 1, '2023-02-08 05:45:13', '2023-02-08 05:45:13', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', '1st title  of slider 4', '1st_title_of_slider_4', 'publish', 'closed', 'closed', '', 'field_63e336d0b48be', '', '', '2023-02-08 06:06:22', '2023-02-08 06:06:22', '', 64, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=489', 13, 'acf-field', '', 0),
(491, 1, '2023-02-08 06:19:24', '2023-02-08 06:19:24', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 06:19:24', '2023-02-08 06:19:24', '', 11, 'https://messagegroup.co.in/?p=491', 0, 'revision', '', 0),
(492, 1, '2023-02-08 06:22:09', '2023-02-08 06:22:09', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 06:22:09', '2023-02-08 06:22:09', '', 11, 'https://messagegroup.co.in/?p=492', 0, 'revision', '', 0),
(493, 1, '2023-02-08 07:16:51', '2023-02-08 07:16:51', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'About us page image 2', 'about_us_page_image_2', 'publish', 'closed', 'closed', '', 'field_63e34c58952b3', '', '', '2023-02-08 07:16:51', '2023-02-08 07:16:51', '', 188, 'https://messagegroup.co.in/?post_type=acf-field&p=493', 4, 'acf-field', '', 0),
(494, 1, '2023-02-08 07:26:46', '2023-02-08 07:26:46', '', 'New Project (26)', '', 'inherit', 'open', 'closed', '', 'new-project-26', '', '', '2023-02-08 07:26:46', '2023-02-08 07:26:46', '', 13, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-26.png', 0, 'attachment', 'image/png', 0),
(495, 1, '2023-02-08 07:27:55', '2023-02-08 07:27:55', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-08 07:27:55', '2023-02-08 07:27:55', '', 13, 'https://messagegroup.co.in/?p=495', 0, 'revision', '', 0),
(496, 1, '2023-02-08 07:34:12', '2023-02-08 07:34:12', '', 'New Project (27)', '', 'inherit', 'open', 'closed', '', 'new-project-27', '', '', '2023-02-08 07:34:12', '2023-02-08 07:34:12', '', 13, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-27.png', 0, 'attachment', 'image/png', 0),
(497, 1, '2023-02-08 07:34:18', '2023-02-08 07:34:18', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-08 07:34:18', '2023-02-08 07:34:18', '', 13, 'https://messagegroup.co.in/?p=497', 0, 'revision', '', 0),
(500, 1, '2023-02-08 08:29:28', '2023-02-08 08:29:28', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-08 08:29:28', '2023-02-08 08:29:28', '', 246, 'https://messagegroup.co.in/?p=500', 0, 'revision', '', 0),
(501, 1, '2023-02-08 08:55:50', '2023-02-08 08:55:50', '', 'New Project (29)', '', 'inherit', 'open', 'closed', '', 'new-project-29', '', '', '2023-02-08 08:55:50', '2023-02-08 08:55:50', '', 246, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-29.png', 0, 'attachment', 'image/png', 0),
(502, 1, '2023-02-08 08:55:57', '2023-02-08 08:55:57', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-08 08:55:57', '2023-02-08 08:55:57', '', 246, 'https://messagegroup.co.in/?p=502', 0, 'revision', '', 0),
(504, 1, '2023-02-08 09:02:31', '2023-02-08 09:02:31', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-08 09:02:31', '2023-02-08 09:02:31', '', 244, 'https://messagegroup.co.in/?p=504', 0, 'revision', '', 0),
(506, 1, '2023-02-08 09:21:26', '2023-02-08 09:21:26', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-08 09:21:26', '2023-02-08 09:21:26', '', 244, 'https://messagegroup.co.in/?p=506', 0, 'revision', '', 0),
(507, 1, '2023-02-08 10:06:49', '2023-02-08 10:06:49', '', 'New Project (34)', '', 'inherit', 'open', 'closed', '', 'new-project-34', '', '', '2023-02-08 10:06:49', '2023-02-08 10:06:49', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-34.png', 0, 'attachment', 'image/png', 0),
(508, 1, '2023-02-08 10:06:54', '2023-02-08 10:06:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 10:06:54', '2023-02-08 10:06:54', '', 11, 'https://messagegroup.co.in/?p=508', 0, 'revision', '', 0),
(509, 1, '2023-02-08 10:28:08', '2023-02-08 10:28:08', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 10:28:08', '2023-02-08 10:28:08', '', 11, 'https://messagegroup.co.in/?p=509', 0, 'revision', '', 0),
(510, 1, '2023-02-08 11:37:22', '2023-02-08 11:37:22', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'AutoMAP sealing machine', 'automap_sealing_machine', 'trash', 'closed', 'closed', '', 'field_63e3895236968__trashed', '', '', '2023-02-10 10:54:39', '2023-02-10 10:54:39', '', 253, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=510', 5, 'acf-field', '', 0),
(512, 1, '2023-02-08 11:49:32', '2023-02-08 11:49:32', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 11:49:32', '2023-02-08 11:49:32', '', 11, 'https://messagegroup.co.in/?p=512', 0, 'revision', '', 0),
(513, 1, '2023-02-08 11:54:57', '2023-02-08 11:54:57', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 11:54:57', '2023-02-08 11:54:57', '', 11, 'https://messagegroup.co.in/?p=513', 0, 'revision', '', 0),
(514, 1, '2023-02-08 11:55:46', '2023-02-08 11:55:46', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 11:55:46', '2023-02-08 11:55:46', '', 11, 'https://messagegroup.co.in/?p=514', 0, 'revision', '', 0),
(515, 1, '2023-02-08 11:58:26', '2023-02-08 11:58:26', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 11:58:26', '2023-02-08 11:58:26', '', 11, 'https://messagegroup.co.in/?p=515', 0, 'revision', '', 0),
(517, 1, '2023-02-08 12:08:51', '2023-02-08 12:08:51', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 12:08:51', '2023-02-08 12:08:51', '', 11, 'https://messagegroup.co.in/?p=517', 0, 'revision', '', 0),
(519, 1, '2023-02-08 12:36:03', '2023-02-08 12:36:03', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-08 12:36:03', '2023-02-08 12:36:03', '', 11, 'https://messagegroup.co.in/?p=519', 0, 'revision', '', 0),
(521, 1, '2023-02-08 14:03:53', '2023-02-08 14:03:53', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-08 14:03:53', '2023-02-08 14:03:53', '', 248, 'https://messagegroup.co.in/?p=521', 0, 'revision', '', 0),
(522, 1, '2023-02-08 14:44:24', '2023-02-08 14:44:24', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'extra_image_for_template', 'extra_image_for_template', 'publish', 'closed', 'closed', '', 'field_63e3b52217b09', '', '', '2023-02-08 14:44:24', '2023-02-08 14:44:24', '', 270, 'https://messagegroup.co.in/?post_type=acf-field&p=522', 3, 'acf-field', '', 0),
(523, 1, '2023-02-08 14:53:44', '2023-02-08 14:53:44', '', 'New Project (37)', '', 'inherit', 'open', 'closed', '', 'new-project-37', '', '', '2023-02-08 14:53:44', '2023-02-08 14:53:44', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-37.png', 0, 'attachment', 'image/png', 0),
(524, 1, '2023-02-08 14:53:50', '2023-02-08 14:53:50', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-08 14:53:50', '2023-02-08 14:53:50', '', 248, 'https://messagegroup.co.in/?p=524', 0, 'revision', '', 0),
(525, 1, '2023-02-09 04:33:09', '2023-02-09 04:33:09', '', 'Turn pdf', '', 'trash', 'closed', 'closed', '', 'turn-pdf__trashed', '', '', '2023-02-13 09:57:58', '2023-02-13 09:57:58', '', 0, 'https://messagegroup.co.in/?page_id=525', 0, 'page', '', 0),
(526, 1, '2023-02-09 04:33:09', '2023-02-09 04:33:09', '', 'Turn pdf', '', 'inherit', 'closed', 'closed', '', '525-revision-v1', '', '', '2023-02-09 04:33:09', '2023-02-09 04:33:09', '', 525, 'https://messagegroup.co.in/?p=526', 0, 'revision', '', 0),
(527, 1, '2023-02-09 06:28:41', '2023-02-09 06:28:41', '', 'Chips', '', 'inherit', 'open', 'closed', '', 'chips', '', '', '2023-02-09 06:28:41', '2023-02-09 06:28:41', '', 244, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Chips.png', 0, 'attachment', 'image/png', 0),
(528, 1, '2023-02-09 06:28:45', '2023-02-09 06:28:45', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-09 06:28:45', '2023-02-09 06:28:45', '', 244, 'https://messagegroup.co.in/?p=528', 0, 'revision', '', 0),
(529, 1, '2023-02-09 06:34:24', '2023-02-09 06:34:24', '', 'Skype_Picture_2023_02_09T06_33_32_720Z', '', 'inherit', 'open', 'closed', '', 'skype_picture_2023_02_09t06_33_32_720z', '', '', '2023-02-09 06:34:24', '2023-02-09 06:34:24', '', 0, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Skype_Picture_2023_02_09T06_33_32_720Z.png', 0, 'attachment', 'image/png', 0),
(530, 1, '2023-02-09 06:34:46', '0000-00-00 00:00:00', '{\n    \"atrixCustom::custom_logo\": {\n        \"value\": 529,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-02-09 06:34:46\"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'dd4e1735-e779-498d-9f99-27aaaa06d3d4', '', '', '2023-02-09 06:34:46', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?p=530', 0, 'customize_changeset', '', 0),
(531, 1, '2023-02-09 06:36:41', '2023-02-09 06:36:41', '', 'New Project (38)', '', 'inherit', 'open', 'closed', '', 'new-project-38', '', '', '2023-02-09 06:36:41', '2023-02-09 06:36:41', '', 0, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-38.png', 0, 'attachment', 'image/png', 0),
(532, 1, '2023-02-09 06:36:52', '2023-02-09 06:36:52', '{\n    \"atrixCustom::custom_logo\": {\n        \"value\": 531,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-02-09 06:36:52\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '55f7e4ff-f970-4fcd-aad2-0d0bf8aaf7f1', '', '', '2023-02-09 06:36:52', '2023-02-09 06:36:52', '', 0, 'https://messagegroup.co.in/2023/02/09/55f7e4ff-f970-4fcd-aad2-0d0bf8aaf7f1/', 0, 'customize_changeset', '', 0),
(534, 1, '2023-02-09 07:17:05', '2023-02-09 07:17:05', '', 'Thermoforming Machine', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2023-02-09 07:17:05', '2023-02-09 07:17:05', '', 319, 'https://messagegroup.co.in/?p=534', 0, 'revision', '', 0),
(536, 1, '2023-02-09 07:18:43', '2023-02-09 07:18:43', '', 'Thermoforming Machine', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2023-02-09 07:18:43', '2023-02-09 07:18:43', '', 319, 'https://messagegroup.co.in/?p=536', 0, 'revision', '', 0),
(538, 1, '2023-02-09 07:30:39', '2023-02-09 07:30:39', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-09 07:30:39', '2023-02-09 07:30:39', '', 11, 'https://messagegroup.co.in/?p=538', 0, 'revision', '', 0),
(540, 1, '2023-02-09 08:10:18', '2023-02-09 08:10:18', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-09 08:10:18', '2023-02-09 08:10:18', '', 315, 'https://messagegroup.co.in/?p=540', 0, 'revision', '', 0),
(541, 1, '2023-02-09 08:12:26', '2023-02-09 08:12:26', '', 'New Project (42)', '', 'inherit', 'open', 'closed', '', 'new-project-42', '', '', '2023-02-09 08:12:26', '2023-02-09 08:12:26', '', 315, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-42.png', 0, 'attachment', 'image/png', 0),
(542, 1, '2023-02-09 08:12:30', '2023-02-09 08:12:30', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-09 08:12:30', '2023-02-09 08:12:30', '', 315, 'https://messagegroup.co.in/?p=542', 0, 'revision', '', 0),
(544, 1, '2023-02-09 08:54:01', '2023-02-09 08:54:01', '<!-- wp:paragraph -->\n<p>APractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Strong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Material</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>with Best OTR and WTR and the Second Key is the Perfect MAP Machine.&lt;/br&gt;&lt;/br&gt;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, The Perfect MAP Machine requires a Big Capital Investment which is very hard</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>for</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Machine requires Dedicated Space and Skilled Manpower to operate the same.&lt;/br&gt;&lt;/br&gt;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dedicated</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Packaging Technology that can do Vacuum and Flush the Nitrogen &amp; Carbon Dioxide Gas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>inside the High Barrier Containers and put Sachet inside the Container and Seal with</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barrier Top Film. That\'s it.&lt;/br&gt;&lt;/br&gt;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.10% and Nitrogen will</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>be</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shelf Life of major Indian Foods.&lt;/br&gt;&lt;/br&gt;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The biggest plus point with this Technology is that once AutoMAP Sachet is put inside</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>High Barrier Container, it work until the Package open that means it continuously remove</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oxygen and Generate Nitrogen &amp; Carbon Dioxide. So Practically, Major Food Products are</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Equally Safe as Regular MAP.&lt;/br&gt;&lt;/br&gt;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.</p>\n<!-- /wp:paragraph -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-09 08:54:01', '2023-02-09 08:54:01', '', 310, 'https://messagegroup.co.in/?p=544', 0, 'revision', '', 0),
(546, 1, '2023-02-09 08:57:38', '2023-02-09 08:57:38', '<!-- wp:html -->\nAPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\n                                Strong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To\n                                achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging\n                                Material\n                                with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\n                                However, The Perfect MAP Machine requires a Big Capital Investment which is very hard\n                                for\n                                small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP\n                                Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\n                                While AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\n                                Dedicated\n                                Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric\n                                Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas\n                                without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just\n                                tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.10% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-09 08:57:38', '2023-02-09 08:57:38', '', 310, 'https://messagegroup.co.in/?p=546', 0, 'revision', '', 0),
(547, 1, '2023-02-09 08:58:59', '2023-02-09 08:58:59', '<!-- wp:html -->\nAPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To\n                                achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging\n                                Material\n                                with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\n                                However, The Perfect MAP Machine requires a Big Capital Investment which is very hard\n                                for\n                                small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP\n                                Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\n                                While AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\n                                Dedicated\n                                Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric\n                                Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas\n                                without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just\n                                tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.10% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-09 08:58:59', '2023-02-09 08:58:59', '', 310, 'https://messagegroup.co.in/?p=547', 0, 'revision', '', 0),
(550, 1, '2023-02-09 09:05:08', '2023-02-09 09:05:08', '<!-- wp:html -->\nMessage Food Services is a new Research & Development Center in Indian food industry that\n                        promises to strengthen its organized modern sector into a viable and vibrant entity. India\'s\n                        ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This\n                        development has become possible as a result of innovative technologies developed for\n                        mechanized production of India\'s ethnic food sector by us.\n                        </br></br>\n\n                        India is the only country having the largest variety of Dairy, Sweets, Namkeens and\n                        Agriculture products in the world. It has different specialties and different types of items\n                        in each and every state, cities and regions. But besides being delicious, the Indian Dairy,\n                        Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many\n                        problems like food being unhygienic due to unawareness and lack of knowledge of the maker\n                        and as it is rightly said that half knowledge or lack of knowledge of/about anything is very\n                        dangerous.</br></br>\n\n                        Message Group has made the revolution in Indian Food Processing and Packaging Industry through\n                        their continuous Research Program. Message Group has been working in Indian Food Industry since,\n                        2005 and First to Introduce Preservation & Packaging Concept for Lots of Indian Food Segments\n                        including Dairy, Sweets, Bakery, Hotel & Restaurant.</br></br>\n\n                        Presently, Message Group is the Only Company dealing in AutoMap, MIP (Modified Ingredient\n                        Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort\n                        Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology where out of 8\n                        Technology, 4 were Research and Developed by Message with 1 patent.</br></br>\n\n                        Recently, We have developed a Revolutionary AutoMap, Chilled MAP & Porosity Frozen Technology\n                        for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like\n                        reduce salt content, thawing challenges, loss of aroma and change in color and texture and lots\n                        of other issues due to change in storage temperature.</br></br>\n\n                        To overcome such challenges, We have developed a Revolutionary lab scale projection for Small\n                        and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Startups. As of now, everybody is\n                        talking about ”After COVID” so its best time to move on with very small investment in Chilled\n                        MAP and Porosity Frozen Technology and capture a New Market.</br></br>\n\n                        We have already developed the shelf life of all kind of Indian Meals and Food Products up to 3\n                        months in Chilled Conditions without any common challenges. These Technologies can paid highest\n                        Quality Foods.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-09 09:05:08', '2023-02-09 09:05:08', '', 13, 'https://messagegroup.co.in/?p=550', 0, 'revision', '', 0),
(551, 1, '2023-02-09 09:32:12', '2023-02-09 09:32:12', '<!-- wp:html -->\nAPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.10% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-09 09:32:12', '2023-02-09 09:32:12', '', 310, 'https://messagegroup.co.in/?p=551', 0, 'revision', '', 0),
(556, 1, '2023-02-09 14:18:19', '2023-02-09 14:18:19', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-09 14:18:19', '2023-02-09 14:18:19', '', 11, 'https://messagegroup.co.in/?p=556', 0, 'revision', '', 0),
(558, 1, '2023-02-09 14:24:07', '2023-02-09 14:24:07', '<!-- wp:html -->\nAPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.10% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-09 14:24:07', '2023-02-09 14:24:07', '', 310, 'https://messagegroup.co.in/?p=558', 0, 'revision', '', 0),
(560, 1, '2023-02-09 14:35:26', '2023-02-09 14:35:26', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-09 14:35:26', '2023-02-09 14:35:26', '', 315, 'https://messagegroup.co.in/?p=560', 0, 'revision', '', 0),
(562, 1, '2023-02-09 14:36:00', '2023-02-09 14:36:00', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-09 14:36:00', '2023-02-09 14:36:00', '', 315, 'https://messagegroup.co.in/?p=562', 0, 'revision', '', 0),
(563, 1, '2023-02-09 14:36:10', '2023-02-09 14:36:10', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-09 14:36:10', '2023-02-09 14:36:10', '', 317, 'https://messagegroup.co.in/?p=563', 0, 'revision', '', 0),
(564, 1, '2023-02-10 06:18:08', '2023-02-10 06:18:08', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-10 06:18:08', '2023-02-10 06:18:08', '', 248, 'https://messagegroup.co.in/?p=564', 0, 'revision', '', 0),
(565, 1, '2023-02-10 06:21:43', '2023-02-10 06:21:43', '', 'New Project (43)', '', 'inherit', 'open', 'closed', '', 'new-project-43', '', '', '2023-02-10 06:21:43', '2023-02-10 06:21:43', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-43.png', 0, 'attachment', 'image/png', 0),
(566, 1, '2023-02-10 06:21:48', '2023-02-10 06:21:48', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-10 06:21:48', '2023-02-10 06:21:48', '', 11, 'https://messagegroup.co.in/?p=566', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(568, 1, '2023-02-10 07:06:12', '2023-02-10 07:06:12', '<!-- wp:html -->\nMessage Group is a Research & Development Centre in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India’s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanised production of India’s ethnic food sector by us.</br></br> \n\nMessage Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Programs. Message Group has been working in Indian Food Industry since 2003.</br></br>\n\nMessage Group is India’s First Company to Introduce Preservation & Packaging Concept for lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel and  Restaurant.	</br></br>\n\nPresently, Message Group is the only company who is dealing in AutoMAP, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology. Out of 8 Technologies 4 were Developed & Patented by Message Group with their own Research.</br></br>\n\nIndia is the only country, having the largest variety of Dairy, Sweets, Namkeens and Agriculture products in the world. It has different specialties and different types of items in each and every states, cities and regions. But besides being delicious, the Indian Dairy, Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many problems like food being unhygienic due to unawareness and lack of knowledge of the maker and as it is rightly said that half knowledge or lack of knowledge of/about anything is very dangerous.</br></br>  \n\nRecently, we developed a Revolutionary Technology called AutoMAP, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in colour & texture of Food and lots of other issues due to changes in storage temperature.  To overcome such challenges, we developed a Revolutionary lab scale projection for Small and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Start-ups.</br></br>\n\nAfter “COVID”, and with a very small investment, AutoMAP, Chilled MAP and Porosity Frozen Technology can help to capture a New Market. We have already proven the Shelf Life for all kinds of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can pay highest Quality of Food without Wastage.</br></br>\n                        Agriculture products in the world. It has different specialties and different types of items\n                        in each and every state, cities and regions. But besides being delicious, the Indian Dairy,\n                        Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many\n                        problems like food being unhygienic due to unawareness and lack of knowledge of the maker\n                        and as it is rightly said that half knowledge or lack of knowledge of/about anything is very\n                        dangerous.</br></br>\n\n                        Message Group has made the revolution in Indian Food Processing and Packaging Industry through\n                        their continuous Research Program. Message Group has been working in Indian Food Industry since,\n                        2005 and First to Introduce Preservation & Packaging Concept for Lots of Indian Food Segments\n                        including Dairy, Sweets, Bakery, Hotel & Restaurant.</br></br>\n\n                        Presently, Message Group is the Only Company dealing in AutoMap, MIP (Modified Ingredient\n                        Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort\n                        Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology where out of 8\n                        Technology, 4 were Research and Developed by Message with 1 patent.</br></br>\n\n                        Recently, We have developed a Revolutionary AutoMap, Chilled MAP & Porosity Frozen Technology\n                        for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like\n                        reduce salt content, thawing challenges, loss of aroma and change in color and texture and lots\n                        of other issues due to change in storage temperature.</br></br>\n\n                        To overcome such challenges, We have developed a Revolutionary lab scale projection for Small\n                        and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Startups. As of now, everybody is\n                        talking about ”After COVID” so its best time to move on with very small investment in Chilled\n                        MAP and Porosity Frozen Technology and capture a New Market.</br></br>\n\n                        We have already developed the shelf life of all kind of Indian Meals and Food Products up to 3\n                        months in Chilled Conditions without any common challenges. These Technologies can paid highest\n                        Quality Foods.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-10 07:06:12', '2023-02-10 07:06:12', '', 13, 'https://messagegroup.co.in/?p=568', 0, 'revision', '', 0),
(569, 1, '2023-02-10 07:17:35', '2023-02-10 07:17:35', 'a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}', 'Template image 5', 'template_image_5', 'publish', 'closed', 'closed', '', 'field_63e5ef8aa4a60', '', '', '2023-02-10 07:17:35', '2023-02-10 07:17:35', '', 333, 'https://messagegroup.co.in/?post_type=acf-field&p=569', 6, 'acf-field', '', 0),
(571, 1, '2023-02-10 07:18:01', '2023-02-10 07:18:01', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-10 07:18:01', '2023-02-10 07:18:01', '', 248, 'https://messagegroup.co.in/?p=571', 0, 'revision', '', 0),
(573, 1, '2023-02-10 07:51:39', '2023-02-10 07:51:39', '<!-- wp:html -->\nAPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.10% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-10 07:51:39', '2023-02-10 07:51:39', '', 310, 'https://messagegroup.co.in/?p=573', 0, 'revision', '', 0),
(575, 1, '2023-02-10 07:54:04', '2023-02-10 07:54:04', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-10 07:54:04', '2023-02-10 07:54:04', '', 315, 'https://messagegroup.co.in/?p=575', 0, 'revision', '', 0),
(577, 1, '2023-02-10 09:12:45', '2023-02-10 09:12:45', '<!-- wp:html -->\n Message Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Program. Message Group has been working in Indian Food Industry since, 2005 and First to Introduce Preservation & Packaging Concept for Lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel & Restaurant.</br></br>\n\nPresently, Message Group is the Only Company dealing in AutoMap, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology where out of 8 Technology, 4 were Research and Developed by Message with 1 patent.</br></br>\n\nRecently, We have developed a Revolutionary AutoMap, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in color and texture and lots of other issues due to change in storage temperature.</br></br>\n\nTo overcome such challenges, We have developed a Revolutionary lab scale projection for Small and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Startups. As of now, everybody is talking about ”After COVID” so its best time to move on with very small investment in Chilled MAP and Porosity Frozen Technology and capture a New Market.</br></br>\n\nWe have already developed the shelf life of all kind of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can paid highest Quality Foods.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-10 09:12:45', '2023-02-10 09:12:45', '', 13, 'https://messagegroup.co.in/?p=577', 0, 'revision', '', 0),
(579, 1, '2023-02-10 09:53:07', '2023-02-10 09:53:07', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-10 09:53:07', '2023-02-10 09:53:07', '', 317, 'https://messagegroup.co.in/?p=579', 0, 'revision', '', 0),
(580, 1, '2023-02-10 09:54:31', '2023-02-10 09:54:31', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-10 09:54:31', '2023-02-10 09:54:31', '', 315, 'https://messagegroup.co.in/?p=580', 0, 'revision', '', 0),
(582, 1, '2023-02-10 09:54:56', '2023-02-10 09:54:56', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-10 09:54:56', '2023-02-10 09:54:56', '', 315, 'https://messagegroup.co.in/?p=582', 0, 'revision', '', 0),
(584, 1, '2023-02-10 10:12:22', '2023-02-10 10:12:22', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-10 10:12:22', '2023-02-10 10:12:22', '', 317, 'https://messagegroup.co.in/?p=584', 0, 'revision', '', 0),
(585, 1, '2023-02-10 10:35:51', '2023-02-10 10:35:51', 'a:8:{s:8:\"location\";a:1:{i:0;a:2:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}i:1;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Contact Us Page', 'contact-us-page', 'publish', 'closed', 'closed', '', 'group_63e61cfef41d2', '', '', '2023-02-13 14:21:03', '2023-02-13 14:21:03', '', 0, 'https://messagegroup.co.in/?post_type=acf-field-group&#038;p=585', 0, 'acf-field-group', '', 0),
(586, 1, '2023-02-10 10:35:51', '2023-02-10 10:35:51', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:94:\"Message Food Services,<br>\r\nHeera Panna Complex,<br>\r\nPost Office Road,<br>\r\nDhoraji - 360410.\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}', 'address', 'address', 'publish', 'closed', 'closed', '', 'field_63e61cfffce08', '', '', '2023-02-10 10:35:51', '2023-02-10 10:35:51', '', 585, 'https://messagegroup.co.in/?post_type=acf-field&p=586', 0, 'acf-field', '', 0),
(587, 1, '2023-02-10 10:35:51', '2023-02-10 10:35:51', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'contact number', 'contact_number', 'publish', 'closed', 'closed', '', 'field_63e61d8efce09', '', '', '2023-02-10 10:39:59', '2023-02-10 10:39:59', '', 585, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=587', 1, 'acf-field', '', 0),
(588, 1, '2023-02-10 10:35:51', '2023-02-10 10:35:51', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'mail id', 'mail_id', 'publish', 'closed', 'closed', '', 'field_63e61dc2fce0a', '', '', '2023-02-10 10:39:59', '2023-02-10 10:39:59', '', 585, 'https://messagegroup.co.in/?post_type=acf-field&#038;p=588', 2, 'acf-field', '', 0),
(589, 1, '2023-02-10 10:40:21', '2023-02-10 10:40:21', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2023-02-10 10:40:21', '2023-02-10 10:40:21', '', 39, 'https://messagegroup.co.in/?p=589', 0, 'revision', '', 0),
(590, 1, '2023-02-10 10:42:10', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2023-02-10 10:42:10', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?post_type=acf-field-group&p=590', 0, 'acf-field-group', '', 0),
(591, 1, '2023-02-10 11:28:05', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2023-02-10 11:28:05', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?post_type=acf-field-group&p=591', 0, 'acf-field-group', '', 0),
(592, 1, '2023-02-10 12:10:36', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2023-02-10 12:10:36', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?post_type=acf-field-group&p=592', 0, 'acf-field-group', '', 0),
(593, 1, '2023-02-10 12:22:23', '2023-02-10 12:22:23', '<!-- wp:html -->\nMessage Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Program. Message Group has been working in Indian Food Industry since, 2005 and First to Introduce Preservation & Packaging Concept for Lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel & Restaurant.</br></br>\nPresently, Message Group is the Only Company dealing in AutoMap, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology where out of 8 Technology, 4 were Research and Developed by Message with 1 patent.</br></br>\nRecently, We have developed a Revolutionary AutoMap, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in color and texture and lots of other issues due to change in storage temperature.</br></br>\nTo overcome such challenges, We have developed a Revolutionary lab scale projection for Small and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Startups. As of now, everybody is talking about ”After COVID” so its best time to move on with very small investment in Chilled MAP and Porosity Frozen Technology and capture a New Market.</br></br>\nWe have already developed the shelf life of all kind of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can paid highest Quality Foods.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-10 12:22:23', '2023-02-10 12:22:23', '', 13, 'https://messagegroup.co.in/?p=593', 0, 'revision', '', 0),
(594, 1, '2023-02-10 13:06:31', '2023-02-10 13:06:31', '<!-- wp:html -->\nMessage Group is a Research & Development Centre in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India’s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanised production of India’s ethnic food sector by us.</br></br> \n\nMessage Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Programs. Message Group has been working in Indian Food Industry since 2003.</br></br>\n\nMessage Group is India’s First Company to Introduce Preservation & Packaging Concept for lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel and  Restaurant.	</br></br>\n\nPresently, Message Group is the only company who is dealing in AutoMAP, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology. Out of 8 Technologies 4 were Developed & Patented by Message Group with their own Research.</br></br>\n\nIndia is the only country, having the largest variety of Dairy, Sweets, Namkeens and Agriculture products in the world. It has different specialties and different types of items in each and every states, cities and regions. But besides being delicious, the Indian Dairy, Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many problems like food being unhygienic due to unawareness and lack of knowledge of the maker and as it is rightly said that half knowledge or lack of knowledge of/about anything is very dangerous.</br></br>  \n\nRecently, we developed a Revolutionary Technology called AutoMAP, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in colour & texture of Food and lots of other issues due to changes in storage temperature.  To overcome such challenges, we developed a Revolutionary lab scale projection for Small and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Start-ups.</br></br>\n\nAfter “COVID”, and with a very small investment, AutoMAP, Chilled MAP and Porosity Frozen Technology can help to capture a New Market. We have already proven the Shelf Life for all kinds of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can pay highest Quality of Food without Wastage.</br></br>\nTo overcome such challenges, We have developed a Revolutionary lab scale projection for Small and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Startups. As of now, everybody is talking about ”After COVID” so its best time to move on with very small investment in Chilled MAP and Porosity Frozen Technology and capture a New Market.</br></br>\nWe have already developed the shelf life of all kind of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can paid highest Quality Foods.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-10 13:06:31', '2023-02-10 13:06:31', '', 13, 'https://messagegroup.co.in/?p=594', 0, 'revision', '', 0),
(596, 1, '2023-02-10 13:15:51', '2023-02-10 13:15:51', '<!-- wp:html -->\nMessage Group is a Research & Development Centre in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India’s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanised production of India’s ethnic food sector by us.</br></br> \nMessage Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Programs. Message Group has been working in Indian Food Industry since 2003.</br></br>\n\nMessage Group is India’s First Company to Introduce Preservation & Packaging Concept for lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel and  Restaurant.	</br></br>\n\nPresently, Message Group is the only company who is dealing in AutoMAP, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology. Out of 8 Technologies 4 were Developed & Patented by Message Group with their own Research.</br></br>\n\nIndia is the only country, having the largest variety of Dairy, Sweets, Namkeens and Agriculture products in the world. It has different specialties and different types of items in each and every states, cities and regions. But besides being delicious, the Indian Dairy, Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many problems like food being unhygienic due to unawareness and lack of knowledge of the maker and as it is rightly said that half knowledge or lack of knowledge of/about anything is very dangerous.</br></br>  \n\nRecently, we developed a Revolutionary Technology called AutoMAP, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in colour & texture of Food and lots of other issues due to changes in storage temperature.</br></br>\n\nAfter “COVID”, and with a very small investment, AutoMAP, Chilled MAP and Porosity Frozen Technology can help to capture a New Market. We have already proven the Shelf Life for all kinds of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can pay highest Quality of Food without Wastage.</br></br>\nTo overcome such challenges, We have developed a Revolutionary lab scale projection for Small and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Startups. As of now, everybody is talking about ”After COVID” so its best time to move on with very small investment in Chilled MAP and Porosity Frozen Technology and capture a New Market.</br></br>\nWe have already developed the shelf life of all kind of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can paid highest Quality Foods.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-10 13:15:51', '2023-02-10 13:15:51', '', 13, 'https://messagegroup.co.in/?p=596', 0, 'revision', '', 0),
(597, 1, '2023-02-10 13:17:10', '2023-02-10 13:17:10', '<!-- wp:html -->\nMessage Group is a Research & Development Centre in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India’s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanised production of India’s ethnic food sector by us.</br></br>Message Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Programs. Message Group has been working in Indian Food Industry since 2003.</br></br>Message Group is India’s First Company to Introduce Preservation & Packaging Concept for lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel and  Restaurant.	</br></br>Presently, Message Group is the only company who is dealing in AutoMAP, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology. Out of 8 Technologies 4 were Developed & Patented by Message Group with their own Research.</br></br>India is the only country, having the largest variety of Dairy, Sweets, Namkeens and Agriculture products in the world. It has different specialties and different types of items in each and every states, cities and regions. But besides being delicious, the Indian Dairy, Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many problems like food being unhygienic due to unawareness and lack of knowledge of the maker and as it is rightly said that half knowledge or lack of knowledge of/about anything is very dangerous.</br></br>Recently, we developed a Revolutionary Technology called AutoMAP, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in colour & texture of Food and lots of other issues due to changes in storage temperature.</br></br>After “COVID”, and with a very small investment, AutoMAP, Chilled MAP and Porosity Frozen Technology can help to capture a New Market. We have already proven the Shelf Life for all kinds of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can pay highest Quality of Food without Wastage.</br></br>\nTo overcome such challenges, We have developed a Revolutionary lab scale projection for Small and Medium scale Restaurant, Cloud Kitchens and Frozen Meal Startups. As of now, everybody is talking about ”After COVID” so its best time to move on with very small investment in Chilled MAP and Porosity Frozen Technology and capture a New Market.</br></br>We have already developed the shelf life of all kind of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can paid highest Quality Foods.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-10 13:17:10', '2023-02-10 13:17:10', '', 13, 'https://messagegroup.co.in/?p=597', 0, 'revision', '', 0),
(598, 1, '2023-02-10 13:18:46', '2023-02-10 13:18:46', '<!-- wp:html -->\nMessage Group is a Research & Development Centre in Indian food industry that promises to strengthen its organized modern sector into a viable and vibrant entity. India’s ethnic Dairy, Sweets and Namkeens specialties are emerging as the next gourmet food. This development has become possible as a result of innovative technologies developed for mechanised production of India’s ethnic food sector by us.</br></br>Message Group has made the revolution in Indian Food Processing and Packaging Industry through their continuous Research Programs. Message Group has been working in Indian Food Industry since 2003.</br></br>Message Group is India’s First Company to Introduce Preservation & Packaging Concept for lots of Indian Food Segments including Dairy, Sweets, Bakery, Hotel and  Restaurant.	</br></br>Presently, Message Group is the only company who is dealing in AutoMAP, MIP (Modified Ingredient Processing Technology), MAP (Modified Atmospheric Packaging Technology), Chilled MAP, Retort Technology, MAP – Retort Technology, Porosity Frozen and Self Heating Technology. Out of 8 Technologies 4 were Developed & Patented by Message Group with their own Research.</br></br>India is the only country, having the largest variety of Dairy, Sweets, Namkeens and Agriculture products in the world. It has different specialties and different types of items in each and every states, cities and regions. But besides being delicious, the Indian Dairy, Sweets, Namkeens and Agriculture products are very delicate in nature and consist of many problems like food being unhygienic due to unawareness and lack of knowledge of the maker and as it is rightly said that half knowledge or lack of knowledge of/about anything is very dangerous.</br></br>Recently, we developed a Revolutionary Technology called AutoMAP, Chilled MAP & Porosity Frozen Technology for all kind of Indian Foods. As we know that regular Frozen Food have multiple challenges like reduce salt content, thawing challenges, loss of aroma and change in colour & texture of Food and lots of other issues due to changes in storage temperature.</br></br>After “COVID”, and with a very small investment, AutoMAP, Chilled MAP and Porosity Frozen Technology can help to capture a New Market. We have already proven the Shelf Life for all kinds of Indian Meals and Food Products up to 3 months in Chilled Conditions without any common challenges. These Technologies can pay highest Quality of Food without Wastage.\n<!-- /wp:html -->', 'About Us', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2023-02-10 13:18:46', '2023-02-10 13:18:46', '', 13, 'https://messagegroup.co.in/?p=598', 0, 'revision', '', 0),
(601, 1, '2023-02-11 04:46:38', '2023-02-11 04:46:38', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-11 04:46:38', '2023-02-11 04:46:38', '', 11, 'https://messagegroup.co.in/?p=601', 0, 'revision', '', 0),
(603, 1, '2023-02-11 04:50:43', '2023-02-11 04:50:43', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-11 04:50:43', '2023-02-11 04:50:43', '', 11, 'https://messagegroup.co.in/?p=603', 0, 'revision', '', 0),
(606, 1, '2023-02-11 05:17:01', '2023-02-11 05:17:01', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-11 05:17:01', '2023-02-11 05:17:01', '', 11, 'https://messagegroup.co.in/?p=606', 0, 'revision', '', 0),
(608, 1, '2023-02-11 05:23:24', '2023-02-11 05:23:24', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-11 05:23:24', '2023-02-11 05:23:24', '', 11, 'https://messagegroup.co.in/?p=608', 0, 'revision', '', 0),
(609, 1, '2023-02-11 05:25:03', '2023-02-11 05:25:03', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-11 05:25:03', '2023-02-11 05:25:03', '', 11, 'https://messagegroup.co.in/?p=609', 0, 'revision', '', 0),
(611, 1, '2023-02-11 07:53:18', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-11 07:53:18', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?p=611', 0, 'post', '', 0),
(612, 1, '2023-02-11 07:55:46', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-11 07:55:46', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?p=612', 0, 'post', '', 0),
(613, 1, '2023-02-11 07:55:58', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-11 07:55:58', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?p=613', 0, 'post', '', 0),
(614, 1, '2023-02-11 07:56:51', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-11 07:56:51', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?p=614', 0, 'post', '', 0),
(615, 1, '2023-02-11 07:57:17', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-11 07:57:17', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?p=615', 0, 'post', '', 0),
(616, 1, '2023-02-11 11:15:15', '2023-02-11 11:15:15', '', 'Final Ras malai', '', 'inherit', 'open', 'closed', '', 'final-ras-malai', '', '', '2023-02-11 11:15:15', '2023-02-11 11:15:15', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Final-Ras-malai.png', 0, 'attachment', 'image/png', 0),
(617, 1, '2023-02-11 11:15:18', '2023-02-11 11:15:18', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-11 11:15:18', '2023-02-11 11:15:18', '', 248, 'https://messagegroup.co.in/?p=617', 0, 'revision', '', 0),
(619, 1, '2023-02-11 11:19:05', '2023-02-11 11:19:05', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-11 11:19:05', '2023-02-11 11:19:05', '', 248, 'https://messagegroup.co.in/?p=619', 0, 'revision', '', 0),
(622, 1, '2023-02-11 11:28:21', '2023-02-11 11:28:21', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-11 11:28:21', '2023-02-11 11:28:21', '', 248, 'https://messagegroup.co.in/?p=622', 0, 'revision', '', 0),
(623, 1, '2023-02-11 11:44:17', '2023-02-11 11:44:17', '<!-- wp:html -->\nPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.10% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-11 11:44:17', '2023-02-11 11:44:17', '', 310, 'https://messagegroup.co.in/?p=623', 0, 'revision', '', 0),
(624, 1, '2023-02-11 12:02:12', '2023-02-11 12:02:12', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-11 12:02:12', '2023-02-11 12:02:12', '', 317, 'https://messagegroup.co.in/?p=624', 0, 'revision', '', 0),
(626, 1, '2023-02-11 12:26:39', '2023-02-11 12:26:39', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-11 12:26:39', '2023-02-11 12:26:39', '', 317, 'https://messagegroup.co.in/?p=626', 0, 'revision', '', 0),
(627, 1, '2023-02-11 12:34:47', '2023-02-11 12:34:47', '<!-- wp:html -->\nPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.010% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-11 12:34:47', '2023-02-11 12:34:47', '', 310, 'https://messagegroup.co.in/?p=627', 0, 'revision', '', 0),
(628, 1, '2023-02-11 12:35:54', '2023-02-11 12:35:54', '<!-- wp:html -->\nPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.01% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-11 12:35:54', '2023-02-11 12:35:54', '', 310, 'https://messagegroup.co.in/?p=628', 0, 'revision', '', 0),
(629, 1, '2023-02-11 12:43:33', '2023-02-11 12:43:33', '', 'Message Group web slide (1)', '', 'inherit', 'open', 'closed', '', 'message-group-web-slide-1', '', '', '2023-02-11 12:43:33', '2023-02-11 12:43:33', '', 317, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Message-Group-web-slide-1.png', 0, 'attachment', 'image/png', 0),
(630, 1, '2023-02-11 12:43:36', '2023-02-11 12:43:36', '', 'Table Top Tray sealer', '', 'inherit', 'closed', 'closed', '', '317-revision-v1', '', '', '2023-02-11 12:43:36', '2023-02-11 12:43:36', '', 317, 'https://messagegroup.co.in/?p=630', 0, 'revision', '', 0),
(632, 1, '2023-02-11 12:51:24', '2023-02-11 12:51:24', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-11 12:51:24', '2023-02-11 12:51:24', '', 315, 'https://messagegroup.co.in/?p=632', 0, 'revision', '', 0),
(634, 1, '2023-02-11 13:04:28', '2023-02-11 13:04:28', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-11 13:04:28', '2023-02-11 13:04:28', '', 315, 'https://messagegroup.co.in/?p=634', 0, 'revision', '', 0),
(635, 1, '2023-02-11 13:04:46', '2023-02-11 13:04:46', '', 'Message Group web slide 2 (1)', '', 'inherit', 'open', 'closed', '', 'message-group-web-slide-2-1', '', '', '2023-02-11 13:04:46', '2023-02-11 13:04:46', '', 310, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Message-Group-web-slide-2-1.png', 0, 'attachment', 'image/png', 0),
(636, 1, '2023-02-11 13:04:51', '2023-02-11 13:04:51', '<!-- wp:html -->\nPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N2 and CO2 combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.01% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-11 13:04:51', '2023-02-11 13:04:51', '', 310, 'https://messagegroup.co.in/?p=636', 0, 'revision', '', 0),
(637, 1, '2023-02-11 13:05:34', '2023-02-11 13:05:34', '', 'Message Group web slide 3', '', 'inherit', 'open', 'closed', '', 'message-group-web-slide-3', '', '', '2023-02-11 13:05:34', '2023-02-11 13:05:34', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Message-Group-web-slide-3.png', 0, 'attachment', 'image/png', 0),
(638, 1, '2023-02-11 13:05:37', '2023-02-11 13:05:37', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-11 13:05:37', '2023-02-11 13:05:37', '', 248, 'https://messagegroup.co.in/?p=638', 0, 'revision', '', 0),
(639, 1, '2023-02-11 13:31:46', '2023-02-11 13:31:46', '', 'Message Group web slide 1 (3)', '', 'inherit', 'open', 'closed', '', 'message-group-web-slide-1-3', '', '', '2023-02-11 13:31:46', '2023-02-11 13:31:46', '', 315, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Message-Group-web-slide-1-3.png', 0, 'attachment', 'image/png', 0),
(640, 1, '2023-02-11 13:32:06', '2023-02-11 13:32:06', '', 'AutoMAP Sealer', '', 'inherit', 'closed', 'closed', '', '315-revision-v1', '', '', '2023-02-11 13:32:06', '2023-02-11 13:32:06', '', 315, 'https://messagegroup.co.in/?p=640', 0, 'revision', '', 0),
(641, 1, '2023-02-11 13:34:46', '2023-02-11 13:34:46', '', 'Message Group web slide 4 (1320x620)', '', 'inherit', 'open', 'closed', '', 'message-group-web-slide-4-1320x620', '', '', '2023-02-11 13:34:46', '2023-02-11 13:34:46', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Message-Group-web-slide-4-1320x620-1.png', 0, 'attachment', 'image/png', 0),
(644, 1, '2023-02-11 13:37:50', '2023-02-11 13:37:50', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-11 13:37:50', '2023-02-11 13:37:50', '', 11, 'https://messagegroup.co.in/?p=644', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(645, 1, '2023-02-13 07:52:08', '2023-02-13 07:52:08', '', '2 (1)', '', 'inherit', 'open', 'closed', '', '2-1', '', '', '2023-02-13 07:52:08', '2023-02-13 07:52:08', '', 319, 'https://messagegroup.co.in/wp-content/uploads/2023/02/2-1.png', 0, 'attachment', 'image/png', 0),
(646, 1, '2023-02-13 07:52:11', '2023-02-13 07:52:11', '', 'Thermoforming Machine', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2023-02-13 07:52:11', '2023-02-13 07:52:11', '', 319, 'https://messagegroup.co.in/?p=646', 0, 'revision', '', 0),
(648, 1, '2023-02-13 07:55:51', '2023-02-13 07:55:51', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-13 07:55:51', '2023-02-13 07:55:51', '', 11, 'https://messagegroup.co.in/?p=648', 0, 'revision', '', 0),
(650, 1, '2023-02-13 07:56:37', '2023-02-13 07:56:37', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-13 07:56:37', '2023-02-13 07:56:37', '', 11, 'https://messagegroup.co.in/?p=650', 0, 'revision', '', 0),
(651, 1, '2023-02-13 08:14:44', '2023-02-13 08:14:44', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-13 08:14:44', '2023-02-13 08:14:44', '', 248, 'https://messagegroup.co.in/?p=651', 0, 'revision', '', 0),
(652, 1, '2023-02-13 10:17:29', '2023-02-13 10:17:29', '', 'New Project (51)', '', 'inherit', 'open', 'closed', '', 'new-project-51', '', '', '2023-02-13 10:17:29', '2023-02-13 10:17:29', '', 244, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-51.png', 0, 'attachment', 'image/png', 0),
(653, 1, '2023-02-13 10:17:35', '2023-02-13 10:17:35', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-13 10:17:35', '2023-02-13 10:17:35', '', 244, 'https://messagegroup.co.in/?p=653', 0, 'revision', '', 0),
(654, 1, '2023-02-13 10:23:18', '2023-02-13 10:23:18', '', 'New Project (52)', '', 'inherit', 'open', 'closed', '', 'new-project-52', '', '', '2023-02-13 10:23:18', '2023-02-13 10:23:18', '', 246, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-52.png', 0, 'attachment', 'image/png', 0),
(655, 1, '2023-02-13 10:23:23', '2023-02-13 10:23:23', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-13 10:23:23', '2023-02-13 10:23:23', '', 246, 'https://messagegroup.co.in/?p=655', 0, 'revision', '', 0),
(656, 1, '2023-02-13 10:46:24', '2023-02-13 10:46:24', '<!-- wp:html -->\nPractically, Modiﬁed Atmospheric Packaging Technology simply known as MAP does the\nStrong Vacuum and Flush the N<sub>2</sub> and CO<sub>2</sub> combinations as per product requirement. To achieve the Perfect MAP, Two Keys are required. First Key is High Barrier Packaging Material with Best OTR and WTR and the Second Key is the Perfect MAP Machine.</br></br>\nHowever, The Perfect MAP Machine requires a Big Capital Investment which is very hard for small and medium scale food manufacturer after Hard Covid Era. Apart from it, MAP Machine requires Dedicated Space and Skilled Manpower to operate the same.</br></br>\nWhile AutoMAP is a Revolution for Indian Food Industry as it doesn\'t require any\nDedicated Machine, Space and Skilled Manpower. AutoMAP is the First Ever Self Modiﬁed Atmospheric Packaging Technology that can do Vacuum and Flush the Nitrogen & Carbon Dioxide Gas without a Machine. AutoMAP comes into Sachet form so the process is very simple. Just tear the Transparent Sachet and remove the AutoMAP Sachet from inside. Then put the Food\n                                inside the High Barrier Containers and put Sachet inside the Container and Seal with\n                                High\n                                Barrier Top Film. That\'s it.</br></br>\n                                Within ﬁrst 90 minutes, Oxygen inside the Container will go upto 0.01% and Nitrogen will\n                                be\n                                70 to 80 % and Carbon Dioxide will be 20 to 30% which is more than suﬃcient to Extend\n                                the\n                                Shelf Life of major Indian Foods.</br></br>\n                                The biggest plus point with this Technology is that once AutoMAP Sachet is put inside\n                                the\n                                High Barrier Container, it work until the Package open that means it continuously remove\n                                the\n                                Oxygen and Generate Nitrogen & Carbon Dioxide. So Practically, Major Food Products are\n                                Equally Safe as Regular MAP.</br></br>\n                                AutoMAP Ingredients are 100% Food Grade and Non Toxic. No Health Hazard will be done.\n                                We have developed various size of AutoMAP Sachet according to High Barrier Tray Sizes.\n<!-- /wp:html -->', 'AutoMAP Technology', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2023-02-13 10:46:24', '2023-02-13 10:46:24', '', 310, 'https://messagegroup.co.in/?p=656', 0, 'revision', '', 0),
(657, 1, '2023-02-13 11:18:20', '2023-02-13 11:18:20', '', 'New Project (53)', '', 'inherit', 'open', 'closed', '', 'new-project-53', '', '', '2023-02-13 11:18:20', '2023-02-13 11:18:20', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-53.png', 0, 'attachment', 'image/png', 0),
(658, 1, '2023-02-13 11:18:24', '2023-02-13 11:18:24', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-13 11:18:24', '2023-02-13 11:18:24', '', 248, 'https://messagegroup.co.in/?p=658', 0, 'revision', '', 0),
(660, 1, '2023-02-13 11:19:55', '2023-02-13 11:19:55', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-13 11:19:55', '2023-02-13 11:19:55', '', 248, 'https://messagegroup.co.in/?p=660', 0, 'revision', '', 0),
(661, 1, '2023-02-13 11:41:11', '2023-02-13 11:41:11', '', 'Message Group web slide-05 (4)', '', 'inherit', 'open', 'closed', '', 'message-group-web-slide-05-4', '', '', '2023-02-13 11:41:11', '2023-02-13 11:41:11', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Message-Group-web-slide-05-4.png', 0, 'attachment', 'image/png', 0),
(662, 1, '2023-02-13 11:41:14', '2023-02-13 11:41:14', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-13 11:41:14', '2023-02-13 11:41:14', '', 11, 'https://messagegroup.co.in/?p=662', 0, 'revision', '', 0),
(663, 1, '2023-02-13 11:41:30', '2023-02-13 11:41:30', '', 'Message Group web slide-03 (3)', '', 'inherit', 'open', 'closed', '', 'message-group-web-slide-03-3', '', '', '2023-02-13 11:41:30', '2023-02-13 11:41:30', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Message-Group-web-slide-03-3.png', 0, 'attachment', 'image/png', 0),
(664, 1, '2023-02-13 11:42:49', '2023-02-13 11:42:49', '', 'Miss Me (5)_11zon', '', 'inherit', 'open', 'closed', '', 'miss-me-5_11zon', '', '', '2023-02-13 11:42:49', '2023-02-13 11:42:49', '', 11, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Miss-Me-5_11zon.jpg', 0, 'attachment', 'image/jpeg', 0),
(665, 1, '2023-02-13 11:42:53', '2023-02-13 11:42:53', '', 'Home', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-13 11:42:53', '2023-02-13 11:42:53', '', 11, 'https://messagegroup.co.in/?p=665', 0, 'revision', '', 0),
(668, 1, '2023-02-13 12:31:59', '2023-02-13 12:31:59', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-13 12:31:59', '2023-02-13 12:31:59', '', 244, 'https://messagegroup.co.in/?p=668', 0, 'revision', '', 0),
(669, 1, '2023-02-13 12:33:23', '2023-02-13 12:33:23', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-13 12:33:23', '2023-02-13 12:33:23', '', 244, 'https://messagegroup.co.in/?p=669', 0, 'revision', '', 0),
(670, 1, '2023-02-13 13:20:42', '2023-02-13 13:20:42', '', 'New Project (54)', '', 'inherit', 'open', 'closed', '', 'new-project-54', '', '', '2023-02-13 13:20:42', '2023-02-13 13:20:42', '', 244, 'https://messagegroup.co.in/wp-content/uploads/2023/02/New-Project-54.png', 0, 'attachment', 'image/png', 0),
(671, 1, '2023-02-13 13:20:45', '2023-02-13 13:20:45', '', 'Seasoning Mix', '', 'inherit', 'closed', 'closed', '', '244-revision-v1', '', '', '2023-02-13 13:20:45', '2023-02-13 13:20:45', '', 244, 'https://messagegroup.co.in/?p=671', 0, 'revision', '', 0),
(672, 1, '2023-02-13 14:34:30', '2023-02-13 14:34:30', 'a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"page_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"front_page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}', 'Pdf upload', 'pdf-upload', 'publish', 'closed', 'closed', '', 'group_63ea4a270209b', '', '', '2023-02-13 14:34:30', '2023-02-13 14:34:30', '', 0, 'https://messagegroup.co.in/?post_type=acf-field-group&#038;p=672', 0, 'acf-field-group', '', 0),
(673, 1, '2023-02-13 14:34:30', '2023-02-13 14:34:30', 'a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'pdf', 'pdf', 'publish', 'closed', 'closed', '', 'field_63ea4a27f4726', '', '', '2023-02-13 14:34:30', '2023-02-13 14:34:30', '', 672, 'https://messagegroup.co.in/?post_type=acf-field&p=673', 0, 'acf-field', '', 0),
(675, 1, '2023-02-15 07:51:41', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-15 07:51:41', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?p=675', 0, 'post', '', 0),
(678, 1, '2023-02-15 08:24:02', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2023-02-15 08:24:02', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?post_type=foodadditives&p=678', 0, 'foodadditives', '', 0),
(679, 1, '2023-02-15 08:32:44', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2023-02-15 08:32:44', '0000-00-00 00:00:00', '', 0, 'https://messagegroup.co.in/?post_type=foodadditives&p=679', 0, 'foodadditives', '', 0),
(680, 1, '2023-02-15 10:44:32', '2023-02-15 10:44:32', '', 'Samosa (1)', '', 'inherit', 'open', 'closed', '', 'samosa-1', '', '', '2023-02-15 10:44:32', '2023-02-15 10:44:32', '', 248, 'https://messagegroup.co.in/wp-content/uploads/2023/02/Samosa-1.png', 0, 'attachment', 'image/png', 0),
(681, 1, '2023-02-15 10:45:48', '2023-02-15 10:45:48', '', 'Food Additives', '', 'inherit', 'closed', 'closed', '', '248-revision-v1', '', '', '2023-02-15 10:45:48', '2023-02-15 10:45:48', '', 248, 'https://messagegroup.co.in/?p=681', 0, 'revision', '', 0),
(682, 1, '2023-02-15 10:54:49', '2023-02-15 10:54:49', '<div class=\"tab active-tab\" id=\"tab-1\">\r\n                    <div class=\"inner-box p_relative\">\r\n                        <div class=\"row clearfix\">\r\n                            <div class=\"col-lg-6 col-md-12 col-sm-12 content-column\">\r\n                                <div class=\"content_block_27\">\r\n                                    <div class=\"content-box p_relative d_block mr_30\">\r\n                                        <div class=\"sec-title-six p_relative d_block mb_25\">\r\n                                            <h2 class=\"d_block fs_40 lh_50 fw_bold\">Mithai Pro</h2>\r\n                                        </div>\r\n                                        <div class=\"text p_relative d_block mb_25\">\r\n                                            <p class=\"font_family_poppins\">Message Mithai Pro is suggest to used in all\r\n                                                kinds of Sweets like Khoya based Sweets, Dry Fruit based Sweets, Bengali\r\n                                                Sweets, Milk based liquid Sweets, Besan based Sweets and all type of\r\n                                                Halwas.</p>\r\n                                        </div>\r\n\r\n                                        <div class=\"text p_relative d_block mb_25\">\r\n                                            <h6 class=\"font_family_poppins\">Benefits:</h6>\r\n                                        </div>\r\n                                        <ul class=\"list-style-one clearfix p_relative d_block mb_35\">\r\n                                            <li\r\n                                                class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">\r\n                                                Protect from Sourness</li>\r\n                                            <li\r\n                                                class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">\r\n                                                Protect from Fungus</li>\r\n                                            <li\r\n                                                class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">\r\n                                                Increase the Shelf Life of Sweets</li>\r\n                                            <li\r\n                                                class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">\r\n                                                Reduce the Dryness from Sweets</li>\r\n\r\n                                            <li\r\n                                                class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25\">\r\n                                                Maintain Freshness of Sweets with same Color and Shining</li>\r\n                                            <li\r\n                                                class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25\">\r\n                                                Increase Thickness of Liquid Sweets, like Rabdi</li>\r\n                                        </ul>\r\n                                        <div class=\"text p_relative d_block mb_25\">\r\n                                            <h6 class=\"font_family_poppins\">How To Use:</h6>\r\n                                        </div>\r\n                                        <div class=\"text p_relative d_block mb_25\">\r\n                                            <p class=\"font_family_poppins\">Message Mithai Pro is suggest to use in all\r\n                                                type of Sweets, at the time of making the sweets, in the ratio of 0.1% –\r\n                                                0.4% (Upto 4gm) in Finished Product.\r\n                                                </br></br>\r\n                                                E.g. For 1 kg of sweets we have to use 3 to 4 gm of Message Mithai Pro\r\n                                                at the time of processing of Sweets.\r\n                                            </p>\r\n                                        </div>\r\n                                        <div class=\"text p_relative d_block mb_25\">\r\n                                            <h6 class=\"font_family_poppins\">Note:</h6>\r\n                                        </div>\r\n                                        <div class=\"text p_relative d_block mb_25\">\r\n                                            <p class=\"font_family_poppins\">All ingredient of Message Mithai Pro are Food\r\n                                                Grade and approved by FSSAI. It is also Taste Less and Odor Less, So\r\n                                                after using it there is no any taste variation or smell in Finished\r\n                                                Product.\r\n                                            </p>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"col-lg-6 col-md-12 col-sm-12 image-column\">\r\n                                <div class=\"image_block_24\">\r\n                                    <div class=\"image-box p_relative d_block ml_30\">\r\n                                        <div class=\"shape\">\r\n                                            <div class=\"shape-1 float-bob-x p_absolute w_95 h_95\"\r\n                                                style=\"background-image: url(\'/wp-content/themes/atrixCustom/assets/images/shape-193.png\');\">\r\n                                            </div>\r\n                                            <div class=\"shape-2 p_absolute b_20 float-bob-y\"\r\n                                                style=\"background-image: url(\'/wp-content/themes/atrixCustom/assets/images/shape-194.png\');\">\r\n                                            </div>\r\n                                            <div class=\"shape-3 p_absolute w_170 h_170 bg-color-1 b_radius_50\"></div>\r\n                                        </div>\r\n                                        <figure class=\"image p_relative d_block b_radius_10\"></figure>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>', 'Mithai Pro', '', 'publish', 'closed', 'closed', '', 'mithai-pro', '', '', '2023-02-15 11:49:31', '2023-02-15 11:49:31', '', 0, 'https://messagegroup.co.in/?post_type=foodadditives&#038;p=682', 0, 'foodadditives', '', 0),
(683, 1, '2023-02-15 11:55:50', '2023-02-15 11:55:50', '<div id=\"tab-1\" class=\"tab active-tab\">\n<div class=\"inner-box p_relative\">\n<div class=\"row clearfix\">\n<div class=\"col-lg-6 col-md-12 col-sm-12 content-column\">\n<div class=\"content_block_27\">\n<div class=\"content-box p_relative d_block mr_30\">\n<div class=\"sec-title-six p_relative d_block mb_25\">\n<h2 class=\"d_block fs_40 lh_50 fw_bold\">Mithai Pro</h2>\n</div>\n<div class=\"text p_relative d_block mb_25\">\n<p class=\"font_family_poppins\">Message Mithai Pro is suggest to used in all\nkinds of Sweets like Khoya based Sweets, Dry Fruit based Sweets, Bengali\nSweets, Milk based liquid Sweets, Besan based Sweets and all type of\nHalwas.</p>\n\n</div>\n<div class=\"text p_relative d_block mb_25\">\n<h6 class=\"font_family_poppins\">Benefits:</h6>\n</div>\n<ul class=\"list-style-one clearfix p_relative d_block mb_35\">\n 	<li class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">Protect from Sourness</li>\n 	<li class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">Protect from Fungus</li>\n 	<li class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">Increase the Shelf Life of Sweets</li>\n 	<li class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25 mb_13\">Reduce the Dryness from Sweets</li>\n 	<li class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25\">Maintain Freshness of Sweets with same Color and Shining</li>\n 	<li class=\"p_relative d_block fs_16 lh_25 fw_medium pull-left font_family_inter pl_25\">Increase Thickness of Liquid Sweets, like Rabdi</li>\n</ul>\n<div class=\"text p_relative d_block mb_25\">\n<h6 class=\"font_family_poppins\">How To Use:</h6>\n</div>\n<div class=\"text p_relative d_block mb_25\">\n<p class=\"font_family_poppins\">Message Mithai Pro is suggest to use in all\ntype of Sweets, at the time of making the sweets, in the ratio of 0.1% –\n0.4% (Upto 4gm) in Finished Product.</p>\nE.g. For 1 kg of sweets we have to use 3 to 4 gm of Message Mithai Pro\nat the time of processing of Sweets.\n\n</div>\n<div class=\"text p_relative d_block mb_25\">\n<h6 class=\"font_family_poppins\">Note:</h6>\n</div>\n<div class=\"text p_relative d_block mb_25\">\n<p class=\"font_family_poppins\">All ingredient of Message Mithai Pro are Food\nGrade and approved by FSSAI. It is also Taste Less and Odor Less, So\nafter using it there is no any taste variation or smell in Finished\nProduct.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-lg-6 col-md-12 col-sm-12 image-column\">\n<div class=\"image_block_24\">\n<div class=\"image-box p_relative d_block ml_30\">\n<div class=\"shape\">\n<div class=\"shape-1 float-bob-x p_absolute w_95 h_95\" style=\"background-image: url(\'/wp-content/themes/atrixCustom/assets/images/shape-193.png\');\"></div>\n<div class=\"shape-2 p_absolute b_20 float-bob-y\" style=\"background-image: url(\'/wp-content/themes/atrixCustom/assets/images/shape-194.png\');\"></div>\n<div class=\"shape-3 p_absolute w_170 h_170 bg-color-1 b_radius_50\"></div>\n</div>\n<figure class=\"image p_relative d_block b_radius_10\"></figure>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>', 'Mithai Pro', '', 'inherit', 'closed', 'closed', '', '682-autosave-v1', '', '', '2023-02-15 11:55:50', '2023-02-15 11:55:50', '', 682, 'https://messagegroup.co.in/?p=683', 0, 'revision', '', 0),
(684, 1, '2023-02-15 13:14:26', '2023-02-15 13:14:26', '', 'thermoFormingMachine', '', 'inherit', 'open', 'closed', '', 'thermoformingmachine', '', '', '2023-02-15 13:14:26', '2023-02-15 13:14:26', '', 319, 'https://messagegroup.co.in/wp-content/uploads/2023/02/thermoFormingMachine.webp', 0, 'attachment', 'image/webp', 0),
(685, 1, '2023-02-15 13:14:31', '2023-02-15 13:14:31', '', 'Thermoforming Machine', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2023-02-15 13:14:31', '2023-02-15 13:14:31', '', 319, 'https://messagegroup.co.in/?p=685', 0, 'revision', '', 0),
(686, 1, '2023-02-15 13:17:57', '2023-02-15 13:17:57', '', 'turnkeyBanner', '', 'inherit', 'open', 'closed', '', 'turnkeybanner', '', '', '2023-02-15 13:17:57', '2023-02-15 13:17:57', '', 246, 'https://messagegroup.co.in/wp-content/uploads/2023/02/turnkeyBanner.webp', 0, 'attachment', 'image/webp', 0),
(687, 1, '2023-02-15 13:18:01', '2023-02-15 13:18:01', '', 'Turnkey Projects', '', 'inherit', 'closed', 'closed', '', '246-revision-v1', '', '', '2023-02-15 13:18:01', '2023-02-15 13:18:01', '', 246, 'https://messagegroup.co.in/?p=687', 0, 'revision', '', 0);

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

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Menu 1', 'menu-1', 0),
(3, 'home1', 'home1', 0);

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

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(18, 2, 0),
(41, 2, 0),
(47, 2, 0),
(69, 1, 0),
(82, 1, 0),
(88, 1, 0),
(92, 1, 0),
(96, 1, 0),
(100, 1, 0),
(104, 1, 0),
(108, 1, 0),
(111, 1, 0),
(114, 1, 0),
(117, 1, 0),
(120, 1, 0),
(123, 1, 0),
(126, 1, 0),
(129, 1, 0),
(132, 1, 0),
(250, 2, 0),
(251, 2, 0),
(252, 2, 0),
(312, 2, 0),
(323, 2, 0),
(324, 2, 0),
(325, 2, 0),
(349, 2, 0),
(350, 2, 0),
(369, 3, 0),
(370, 3, 0),
(371, 3, 0),
(372, 3, 0),
(373, 3, 0);

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

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 12),
(3, 3, 'nav_menu', '', 0, 5);

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

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', 'Khyati'),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '675'),
(19, 1, 'wp_persisted_preferences', 'a:4:{s:14:\"core/edit-post\";a:5:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:2:{i:0;s:15:\"page-attributes\";i:1;s:16:\"discussion-panel\";}s:12:\"fixedToolbar\";b:1;s:9:\"focusMode\";b:0;}s:9:\"_modified\";s:24:\"2023-02-11T07:55:18.421Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:0;s:12:\"welcomeGuide\";b:0;}s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}}'),
(20, 1, 'managenav-menuscolumnshidden', 'a:1:{i:0;s:11:\"description\";}'),
(21, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}'),
(22, 1, 'nav_menu_recently_edited', '3'),
(23, 1, 'closedpostboxes_nav-menus', 'a:0:{}'),
(24, 1, 'wp_user-settings', 'libraryContent=browse&mfold=o&posts_list_mode=list&editor=tinymce'),
(25, 1, 'wp_user-settings-time', '1676466359'),
(26, 1, 'closedpostboxes_post', 'a:0:{}'),
(27, 1, 'metaboxhidden_post', 'a:0:{}'),
(28, 1, 'meta-box-order_acf-field-group', 'a:3:{s:4:\"side\";s:22:\"acf-field-group-fields\";s:6:\"normal\";s:60:\"acf-field-group-pro-features,acf-field-group-options,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),
(29, 1, 'screen_layout_acf-field-group', '1'),
(30, 1, 'closedpostboxes_acf-field-group', 'a:0:{}'),
(31, 1, 'metaboxhidden_acf-field-group', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(32, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"103.177.194.0\";}'),
(33, 1, 'closedpostboxes_page', 'a:0:{}'),
(34, 1, 'metaboxhidden_page', 'a:0:{}'),
(35, 1, 'meta-box-order_page', 'a:4:{s:6:\"normal\";s:167:\"acf-group_63d527183b4f9,acf-group_63ce497f16d88,acf-group_63cbbac5695dd,acf-group_63cbcb8ebbc86,acf-group_63ce01eea0651,acf-group_63cbb99093bf0,acf-group_63c8c647b6137\";s:8:\"advanced\";s:0:\"\";s:4:\"side\";s:0:\"\";s:15:\"acf_after_title\";s:0:\"\";}'),
(36, 1, 'show_per_page', '25'),
(37, 1, 'edit_post_per_page', '20'),
(38, 1, 'wp_media_library_mode', 'grid'),
(39, 1, 'closedpostboxes_foodadditives', 'a:1:{i:0;s:23:\"acf-group_63d527183b4f9\";}'),
(40, 1, 'metaboxhidden_foodadditives', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(41, 1, 'duplicator_notice_bar_dismissed', '1'),
(42, 1, 'session_tokens', 'a:2:{s:64:\"ea854799df9b1b7dd036190062db8c97696aa5827eed2586ee36a969a5d2c0dc\";a:4:{s:10:\"expiration\";i:1676646144;s:2:\"ip\";s:15:\"103.177.194.162\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";s:5:\"login\";i:1676473344;}s:64:\"340f091b89d5c0e33094d4f59508a0fd835a6ca5daf98abbadc4b4ab2de29c7d\";a:4:{s:10:\"expiration\";i:1676646880;s:2:\"ip\";s:15:\"103.177.194.162\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";s:5:\"login\";i:1676474080;}}'),
(43, 1, 'wp_googlesitekit_tracking_optin', '1'),
(45, 1, 'wp_googlesitekit_access_token', 'iEQ9J6n4d9jO/NCxqye8r0VRdG56QzN0UGdoSGphczljTGE3V2drRjI5VnFWTk80dG5QNzFudXRTVTBYY280YnVPWS80bWZPK2tFVDJqTXdUY3lqdk5MZUZGWHBWNlFuekxFZlpnaEQ0bUF2WWRxV2VQNE0wMXRsc2l6SFlubUw0bDAwVWtrbDBRa3YwU1VqSFJnb3RRckJWTWtZdzlsYjBRNDZmQzlWUENWSGxDdWo2RnIySk84a015S2dOK2hwQ2VDWlpha1ozaG5CdE9OU29QUDQ1OXlsUjQzTEJxbElFNGQ3eU1hNFo0UVRlYlBYYVFldmlkV2pzcC8rajh1Ym94VWtXT1ZjajNmVWszV1Q0eUZoREZoYS9lRzNuRWdCUDVuNGFNaVRmbmV5NXc1VW1uSlprcUlWMDNac3JjWGtiK3F3Q1hzd1ZTMDhqSUpCMXIwSzFPQm82RzN4eXZMVjUrT3l6Y0lmRlRqc3o0L05sTUh4dUFmZEJxZkZ3UT09'),
(46, 1, 'wp_googlesitekit_access_token_expires_in', '3574'),
(47, 1, 'wp_googlesitekit_access_token_created_at', '1676474151'),
(48, 1, 'wp_googlesitekit_refresh_token', 'juVvS1CKsFxtqIQqzme1hXVjaU9RVGRiTFZlT0xEcDFlb05GUjh0VkxmVnVNaU5aWERMbmpEc1VpRldpOWpyZkg1M1VZa3V4eForYnNZY0IxN25aRnAxMjNKZWYyVVhneEpzZGNDQUJpS3M1d0tIZm5IRHQ0cUJDUlpHdVB2ekpRNFpEbXlpYnRZM3pHVWdGVDgwallxSGlvL2tPTnRTaTl3bE1paDVvbWF4NVhzQlcrUngyelRVSWdqeWxHYmRrbzlZN2dUM3g2UE9RTTF3cXIwR3I1V1RvalJxdWs3QnI1YUpETWFNZFhoTEM3VWZRL0IrMzJma3FacjFGWS9YN0pWSDhCK2xPbDI3R2E1RnVqOTJwSlFmMHJsMjJjK0JuNCs0MXlVL2xhZEwrUXBvS1dNUk40VjQyYzNBYjI3ZXJxMnRZZzJ5MnVhT0dTd1Jp'),
(49, 1, 'wp_googlesitekit_auth_scopes', 'a:6:{i:0;s:42:\"https://www.googleapis.com/auth/webmasters\";i:1;s:50:\"https://www.googleapis.com/auth/analytics.readonly\";i:2;s:48:\"https://www.googleapis.com/auth/siteverification\";i:3;s:6:\"openid\";i:4;s:48:\"https://www.googleapis.com/auth/userinfo.profile\";i:5;s:46:\"https://www.googleapis.com/auth/userinfo.email\";}'),
(50, 1, 'wp_googlesitekit_additional_auth_scopes', 'a:0:{}'),
(51, 1, 'wp_googlesitekit_profile', 'a:3:{s:5:\"email\";s:25:\"khyati@messagegroup.co.in\";s:5:\"photo\";s:85:\"https://lh3.googleusercontent.com/a/AEdFTp5Qe4QS-XD4RQDuN-OxFh03UPpC1cPy5gXdYji0=s100\";s:9:\"full_name\";s:13:\"Message Group\";}'),
(52, 1, 'wp_googlesitekitpersistent_initial_version', '1.94.0'),
(53, 1, 'wp_googlesitekit_site_verified_meta', 'verified'),
(54, 1, 'wp_googlesitekit_survey_timeouts', 'a:1:{s:14:\"view_dashboard\";i:1676560573;}');

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

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$Bn6DPBUPGV4XVgtVPi.3NnN87hkLng/', 'admin', 'khyati@messagegroup.co.in', 'https://messagegroup.co.in/', '2023-01-17 07:37:38', '', 0, 'admin');

--
-- Indexes for dumped tables
--

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

--
-- Indexes for table `wp_cfs_values`
--
ALTER TABLE `wp_cfs_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `field_id_idx` (`field_id`),
  ADD KEY `post_id_idx` (`post_id`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_duplicator_packages`
--
ALTER TABLE `wp_duplicator_packages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `hash` (`hash`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_podsrel`
--
ALTER TABLE `wp_podsrel`
  ADD PRIMARY KEY (`id`),
  ADD KEY `field_item_idx` (`field_id`,`item_id`),
  ADD KEY `rel_field_rel_item_idx` (`related_field_id`,`related_item_id`),
  ADD KEY `field_rel_item_idx` (`field_id`,`related_item_id`),
  ADD KEY `rel_field_item_idx` (`related_field_id`,`item_id`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_cfs_values`
--
ALTER TABLE `wp_cfs_values`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7270;

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

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18411;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=688;

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

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

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

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
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 */;
